diff options
author | tabarbe <unknown> | 2010-08-27 21:15:08 +0000 |
---|---|---|
committer | tabarbe <unknown> | 2010-08-27 21:15:08 +0000 |
commit | c333ecd2f30badea143e79f5f944a8c63398b959 (patch) | |
tree | 28b04dc9f46d6fa90b4fdf38ffb24898bdc139b0 /Source/AbsInt | |
parent | dce6bf46952b5dd470ae841cae03706dbc30bc3b (diff) |
Boogie: Removed some errors with code contracts (commenting out doubly-inherited requires statements), and set the code contracts settings to the correct compilation style for when runtime checking is turned on. (I did not turn on runtime checking, however).
Diffstat (limited to 'Source/AbsInt')
-rw-r--r-- | Source/AbsInt/AbsInt.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/AbsInt/AbsInt.csproj b/Source/AbsInt/AbsInt.csproj index 66dd256e..b51afd4e 100644 --- a/Source/AbsInt/AbsInt.csproj +++ b/Source/AbsInt/AbsInt.csproj @@ -12,7 +12,7 @@ <AssemblyName>AbsInt</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <CodeContractsAssemblyMode>0</CodeContractsAssemblyMode>
+ <CodeContractsAssemblyMode>1</CodeContractsAssemblyMode>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\InterimKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
|