|
|
|
@ -26,7 +26,7 @@ |
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
<NoWarn>1591</NoWarn> |
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
|
<LangVersion>5</LangVersion> |
|
|
|
<LangVersion>6</LangVersion> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
@ -41,7 +41,7 @@ |
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
<NoWarn>1591</NoWarn> |
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
|
<LangVersion>5</LangVersion> |
|
|
|
<LangVersion>6</LangVersion> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-Signed|AnyCPU'"> |
|
|
|
<OutputPath>..\..\out\test-signed\Net35\</OutputPath> |
|
|
|
@ -57,7 +57,7 @@ |
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
<NoWarn>1591</NoWarn> |
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
|
<LangVersion>5</LangVersion> |
|
|
|
<LangVersion>6</LangVersion> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System" /> |
|
|
|
|