|
|
|
@@ -53,7 +53,7 @@ |
|
|
|
<NoWarn>CS1591</NoWarn>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
<DefineConstants>
|
|
|
|
@@ -61,7 +61,7 @@ |
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|