summaryrefslogtreecommitdiff
path: root/Source/CodeContractsExtender
diff options
context:
space:
mode:
authorGravatar Ally Donaldson <unknown>2014-01-14 15:36:29 +0000
committerGravatar Ally Donaldson <unknown>2014-01-14 15:36:29 +0000
commit575e70d7a165be5dfe207dd2d7dcd764922237da (patch)
tree425bafd1f582419039925212c426cc20ba110d8a /Source/CodeContractsExtender
parentdca5ebaacf57702e3270df74a2965e08d9a7d1cb (diff)
Fix Boogie so it compiled with mono. Patch by Dan Liew.
Diffstat (limited to 'Source/CodeContractsExtender')
-rw-r--r--Source/CodeContractsExtender/CodeContractsExtender.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CodeContractsExtender/CodeContractsExtender.csproj b/Source/CodeContractsExtender/CodeContractsExtender.csproj
index 0567a695..c87ed8ab 100644
--- a/Source/CodeContractsExtender/CodeContractsExtender.csproj
+++ b/Source/CodeContractsExtender/CodeContractsExtender.csproj
@@ -34,7 +34,7 @@
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
- <TargetFrameworkProfile>Client</TargetFrameworkProfile>
+ <TargetFrameworkProfile Condition=" '$(OS)' == 'Windows_NT'" >Client</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>