File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed
Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 5858 </ItemGroup >
5959 <Import Project =" ..\libPSARC-Static\libPSARC-Static.projitems" Label =" Shared" />
6060 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
61+ <PropertyGroup >
62+ <PostBuildEvent >if "$(ConfigurationName)"=="Release" (
63+ "$(SolutionDir)BuildTools\_bin\ILMerge.exe" /out:"$(TargetDir)\$(TargetName)-merged.exe" "$(TargetPath)" "$(TargetDir)\zlib.net.dll"
64+ del "$(TargetPath)"
65+ move "$(TargetDir)\$(TargetName)-merged.exe" "$(TargetPath)"
66+ )</PostBuildEvent >
67+ </PropertyGroup >
6168</Project >
Original file line number Diff line number Diff line change 5353 </ItemGroup >
5454 <Import Project =" ..\libPSARC-Static\libPSARC-Static.projitems" Label =" Shared" />
5555 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
56+ <PropertyGroup >
57+ <PostBuildEvent >if "$(ConfigurationName)"=="Release" (
58+ "$(SolutionDir)BuildTools\_bin\ILMerge.exe" /out:"$(TargetDir)\$(TargetName)-merged.dll" "$(TargetPath)" "$(TargetDir)\zlib.net.dll"
59+ del "$(TargetPath)"
60+ move "$(TargetDir)\$(TargetName)-merged.dll" "$(TargetPath)"
61+ )</PostBuildEvent >
62+ </PropertyGroup >
5663</Project >
You can’t perform that action at this time.
0 commit comments