summaryrefslogtreecommitdiff
path: root/Source/CodeContractsExtender/CodeContractsExtender.csproj
diff options
context:
space:
mode:
authorGravatar qadeer <unknown>2014-01-14 12:58:01 -0800
committerGravatar qadeer <unknown>2014-01-14 12:58:01 -0800
commit1e3138763ff15c6f4376905840bcab959492f543 (patch)
treeafa27b95734739c95e2449ec88b750a0f571fdf1 /Source/CodeContractsExtender/CodeContractsExtender.csproj
parent9d531ea4e1d862132c2bbf50017b184612176990 (diff)
parent575e70d7a165be5dfe207dd2d7dcd764922237da (diff)
Merge
Diffstat (limited to 'Source/CodeContractsExtender/CodeContractsExtender.csproj')
-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>