issue #108: removing post build script from 32-bit release target. Script is 64-bit only.

This commit is contained in:
jonathan pickett
2014-05-23 12:54:15 -07:00
parent e97604ce63
commit a4dd5cba88
+2 -1
View File
@@ -168,7 +168,8 @@
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
</Link>
<PostBuildEvent>
<Command>powershell -executionpolicy unrestricted -command compressOutputToReleaseFolder.ps1</Command>
<Command>
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>