File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 135135 </ItemGroup >
136136 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
137137 <PropertyGroup >
138+ <!--
138139 <PostBuildEvent Condition=" '$(OS)' != 'Unix' AND '$(ConfigurationName)' == 'Release' ">
139140 "$(SolutionDir)tools\ILRepack\ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out\ASF-GUI.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"
140141 del "$(SolutionDir)out\ASF-GUI.exe.config"
143144 mono -O=all "$(SolutionDir)tools/ILRepack/ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out/ASF-GUI.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"
144145 rm "$(SolutionDir)out/ASF-GUI.exe.config"
145146 </PostBuildEvent>
147+ -->
146148 </PropertyGroup >
147149 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
148150 Other similar extension points exist, see Microsoft.Common.targets.
You can’t perform that action at this time.
0 commit comments