Add script to zip up release builds.

This commit is contained in:
Pieter-Jan Briers
2017-08-06 23:15:39 +02:00
parent 486bb9f0ef
commit 4454525e6d
4 changed files with 69 additions and 6 deletions

View File

@@ -25,7 +25,6 @@
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
@@ -55,4 +54,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>