|
|
|
@ -24,7 +24,7 @@ |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
|
|
|
<DebugType>none</DebugType> |
|
|
|
|
<Optimize>false</Optimize> |
|
|
|
|
<Optimize>true</Optimize> |
|
|
|
|
<OutputPath>bin\Release</OutputPath> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
@ -45,7 +45,7 @@ |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
<DebugType>none</DebugType> |
|
|
|
|
<Optimize>false</Optimize> |
|
|
|
|
<Optimize>true</Optimize> |
|
|
|
|
<OutputPath>bin\Release</OutputPath> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
@ -66,7 +66,7 @@ |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> |
|
|
|
|
<DebugType>none</DebugType> |
|
|
|
|
<Optimize>false</Optimize> |
|
|
|
|
<Optimize>true</Optimize> |
|
|
|
|
<OutputPath>bin\Release</OutputPath> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|