summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-09-17 17:28:55 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-09-17 17:28:55 -0700
commitd36e126e7daa6a0d106fa44692e931d489436bbf (patch)
treefbfbeaa3d591997a89cc1c0917f1f2da9872be0d
parent19ec76536cf9437006a83bdfbc6f889aa778e1ff (diff)
downloadDotNetOpenAuth-d36e126e7daa6a0d106fa44692e931d489436bbf.zip
DotNetOpenAuth-d36e126e7daa6a0d106fa44692e931d489436bbf.tar.gz
DotNetOpenAuth-d36e126e7daa6a0d106fa44692e931d489436bbf.tar.bz2
The external libraries no longer require ccrewrite.
-rw-r--r--src/Mono.Math/Mono.Math.csproj1
-rw-r--r--src/Org.Mentalis.Security.Cryptography/Org.Mentalis.Security.Cryptography.csproj1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Mono.Math/Mono.Math.csproj b/src/Mono.Math/Mono.Math.csproj
index c0d66b6..a849aa5 100644
--- a/src/Mono.Math/Mono.Math.csproj
+++ b/src/Mono.Math/Mono.Math.csproj
@@ -13,6 +13,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Mono.Math</RootNamespace>
<AssemblyName>Mono.Math</AssemblyName>
+ <CodeContractsRewritingDisabled>true</CodeContractsRewritingDisabled>
</PropertyGroup>
<Import Project="$(ProjectRoot)tools\DotNetOpenAuth.Product.props" />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
diff --git a/src/Org.Mentalis.Security.Cryptography/Org.Mentalis.Security.Cryptography.csproj b/src/Org.Mentalis.Security.Cryptography/Org.Mentalis.Security.Cryptography.csproj
index c2b1055..13b02fe 100644
--- a/src/Org.Mentalis.Security.Cryptography/Org.Mentalis.Security.Cryptography.csproj
+++ b/src/Org.Mentalis.Security.Cryptography/Org.Mentalis.Security.Cryptography.csproj
@@ -13,6 +13,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Org.Mentalis.Security.Cryptography</RootNamespace>
<AssemblyName>Org.Mentalis.Security.Cryptography</AssemblyName>
+ <CodeContractsRewritingDisabled>true</CodeContractsRewritingDisabled>
</PropertyGroup>
<Import Project="$(ProjectRoot)tools\DotNetOpenAuth.Product.props" />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">