remove release PostBuildEvent stuff

not really sure what the point is of obfuscating a binary for an open
source project
This commit is contained in:
gered 2012-05-29 14:19:00 -04:00
parent 74b5f8fed1
commit 30f044ef06

View file

@ -342,6 +342,7 @@
</Target>
-->
<PropertyGroup>
<PostBuildEvent>if /I "$(ConfigurationName)" == "Release" Eazfuscator.NET.exe "$(TargetPath)" --msbuild-project-path "$(ProjectPath)" --msbuild-project-configuration "$(ConfigurationName)" --msbuild-project-platform "$(PlatformName)" -n --newline-flush -v 2.9</PostBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>