Revision cfed7823 trunk/Libraries/ParallelExtensionsExtras/ParallelExtensionsExtras.csproj

b/trunk/Libraries/ParallelExtensionsExtras/ParallelExtensionsExtras.csproj
84 84
  <PropertyGroup>
85 85
    <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
86 86
  </PropertyGroup>
87
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|AnyCPU'">
88
    <DebugSymbols>true</DebugSymbols>
89
    <OutputPath>bin\Premium Debug\</OutputPath>
90
    <DefineConstants>DEBUG;TRACE</DefineConstants>
91
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
92
    <DebugType>full</DebugType>
93
    <PlatformTarget>AnyCPU</PlatformTarget>
94
    <CodeAnalysisLogFile>bin\Debug\ParallelExtensionsExtras.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
95
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
96
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
97
    <ErrorReport>prompt</ErrorReport>
98
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
99
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
100
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
101
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
102
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
103
    <CodeContractsEnableRuntimeChecking>False</CodeContractsEnableRuntimeChecking>
104
    <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
105
    <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
106
    <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
107
    <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
108
    <CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
109
    <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
110
    <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
111
    <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
112
    <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
113
    <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
114
    <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
115
    <CodeContractsShowSquigglies>False</CodeContractsShowSquigglies>
116
    <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
117
    <CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
118
    <CodeContractsCustomRewriterAssembly />
119
    <CodeContractsCustomRewriterClass />
120
    <CodeContractsLibPaths />
121
    <CodeContractsExtraRewriteOptions />
122
    <CodeContractsExtraAnalysisOptions />
123
    <CodeContractsBaseLineFile />
124
    <CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
125
    <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
126
    <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
127
    <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
128
  </PropertyGroup>
87 129
  <ItemGroup>
88 130
    <Reference Include="System" />
89 131
    <Reference Include="System.Core" />

Also available in: Unified diff