|
|
@ -21,6 +21,7 @@ |
|
|
|
<IISExpressWindowsAuthentication /> |
|
|
|
<IISExpressUseClassicPipelineMode /> |
|
|
|
<WebGreaseLibPath>..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath> |
|
|
|
<CodeContractsAssemblyMode>1</CodeContractsAssemblyMode> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
@ -30,6 +31,40 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking> |
|
|
|
<CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface> |
|
|
|
<CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure> |
|
|
|
<CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires> |
|
|
|
<CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers> |
|
|
|
<CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis> |
|
|
|
<CodeContractsNonNullObligations>True</CodeContractsNonNullObligations> |
|
|
|
<CodeContractsBoundsObligations>True</CodeContractsBoundsObligations> |
|
|
|
<CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations> |
|
|
|
<CodeContractsEnumObligations>False</CodeContractsEnumObligations> |
|
|
|
<CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions> |
|
|
|
<CodeContractsMissingPublicRequiresAsWarnings>True</CodeContractsMissingPublicRequiresAsWarnings> |
|
|
|
<CodeContractsInferRequires>True</CodeContractsInferRequires> |
|
|
|
<CodeContractsInferEnsures>False</CodeContractsInferEnsures> |
|
|
|
<CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants> |
|
|
|
<CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions> |
|
|
|
<CodeContractsSuggestRequires>True</CodeContractsSuggestRequires> |
|
|
|
<CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants> |
|
|
|
<CodeContractsRunInBackground>True</CodeContractsRunInBackground> |
|
|
|
<CodeContractsShowSquigglies>True</CodeContractsShowSquigglies> |
|
|
|
<CodeContractsUseBaseLine>False</CodeContractsUseBaseLine> |
|
|
|
<CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs> |
|
|
|
<CodeContractsCustomRewriterAssembly /> |
|
|
|
<CodeContractsCustomRewriterClass /> |
|
|
|
<CodeContractsLibPaths /> |
|
|
|
<CodeContractsExtraRewriteOptions /> |
|
|
|
<CodeContractsExtraAnalysisOptions /> |
|
|
|
<CodeContractsSQLServerOption /> |
|
|
|
<CodeContractsBaseLineFile /> |
|
|
|
<CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults> |
|
|
|
<CodeContractsFailBuildOnWarnings>False</CodeContractsFailBuildOnWarnings> |
|
|
|
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel> |
|
|
|
<CodeContractsReferenceAssembly>%28none%29</CodeContractsReferenceAssembly> |
|
|
|
<CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|