Add ReleaseBuild bat.

This commit is contained in:
qianlifeng
2014-03-14 00:35:06 +08:00
parent 091aba7aad
commit 1b382e4391
5 changed files with 128 additions and 4 deletions

View File

@@ -47,7 +47,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@@ -325,4 +325,4 @@ xcopy /Y $(ProjectDir)Themes\*.* $(TargetDir)Themes\</PostBuildEvent>
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>