|
|
|
@ -1,4 +1,5 @@
@@ -1,4 +1,5 @@
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<ProjectGuid>{F09B6132-5DF9-4E63-BA23-EE82D75CD5B9}</ProjectGuid> |
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
@ -32,6 +33,11 @@
@@ -32,6 +33,11 @@
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
|
|
<SignAssembly>False</SignAssembly> |
|
|
|
|
<DelaySign>False</DelaySign> |
|
|
|
|
<PostBuildEvent> |
|
|
|
|
</PostBuildEvent> |
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
@ -39,6 +45,7 @@
@@ -39,6 +45,7 @@
|
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
|
<StartAction>Project</StartAction> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
|
<DebugSymbols>false</DebugSymbols> |
|
|
|
|