Skip to content

Commit 8b4d3c2

Browse files
committed
Remove GUI app from final zip until I'm happy with the way how it works
1 parent 365877e commit 8b4d3c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GUI/GUI.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
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"
@@ -143,6 +144,7 @@
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.

0 commit comments

Comments
 (0)