summaryrefslogtreecommitdiff
path: root/Source/Dafny/DafnyPipeline.csproj
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-06-07 09:54:43 -0700
committerGravatar wuestholz <unknown>2013-06-07 09:54:43 -0700
commit985ef2ed6eabe338ccae2dad2f5fe745126838c7 (patch)
treed29efdf90c9d217a6af0b93f72aa18f2d9b5c96b /Source/Dafny/DafnyPipeline.csproj
parent8969aaf56d64795a2ea476759450e4df8bd14f6b (diff)
DafnyExtension: Cleaned up some references and disabled non-functional support for VS 2010.
Diffstat (limited to 'Source/Dafny/DafnyPipeline.csproj')
-rw-r--r--Source/Dafny/DafnyPipeline.csproj7
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/Dafny/DafnyPipeline.csproj b/Source/Dafny/DafnyPipeline.csproj
index 14f1c945..9e802eb1 100644
--- a/Source/Dafny/DafnyPipeline.csproj
+++ b/Source/Dafny/DafnyPipeline.csproj
@@ -34,8 +34,7 @@
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
- <TargetFrameworkProfile>
- </TargetFrameworkProfile>
+ <TargetFrameworkProfile>Client</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -142,9 +141,7 @@
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
- <Reference Include="System.Data" />
<Reference Include="System.Numerics" />
- <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Cloner.cs" />
@@ -196,4 +193,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project>
+</Project> \ No newline at end of file