Hi All,
As we already Known that ILMerge we can use to Merge dll’s,
in some situation we can’t find the proper expectation Solution while Surfing. So
am writing this blog for my safe and Global if needed.
In below Scinario I need to merger workflow.dll +
Newtonsoft.json.dll + strongfile.snk = Workflow_Merged.dll
"$(TargetDir)\ILMerge.exe" "$(TargetDir)Workflow.dll"
"$(TargetDir)\Newtonsoft.Json.dll"
"/keyfile:$(SolutionDir)Workflow\Workflow.snk"
/out:"$(TargetDir)\Workflow_Merged.dll"
(TargerDir) --> Root Directory
(SolutionDir) --> Solution Directory
No comments:
Post a Comment