|
|
|
@ -44,6 +44,7 @@ |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
<NoWarn>1591</NoWarn> |
|
|
|
<LangVersion>5</LangVersion> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<OutputPath>..\..\out\lib-debug\Net35\</OutputPath> |
|
|
|
@ -57,6 +58,7 @@ |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
<LangVersion>5</LangVersion> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-Signed|AnyCPU'"> |
|
|
|
<OutputPath>..\..\out\lib-signed\Net35\</OutputPath> |
|
|
|
@ -73,6 +75,7 @@ |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
<NoWarn>1591</NoWarn> |
|
|
|
<LangVersion>5</LangVersion> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System" /> |
|
|
|
|