summaryrefslogtreecommitdiff
path: root/Source/DafnyDriver
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/DafnyDriver
parent8969aaf56d64795a2ea476759450e4df8bd14f6b (diff)
DafnyExtension: Cleaned up some references and disabled non-functional support for VS 2010.
Diffstat (limited to 'Source/DafnyDriver')
-rw-r--r--Source/DafnyDriver/DafnyDriver.csproj4
-rw-r--r--Source/DafnyDriver/app.config2
2 files changed, 2 insertions, 4 deletions
diff --git a/Source/DafnyDriver/DafnyDriver.csproj b/Source/DafnyDriver/DafnyDriver.csproj
index 8fec9214..a62786fe 100644
--- a/Source/DafnyDriver/DafnyDriver.csproj
+++ b/Source/DafnyDriver/DafnyDriver.csproj
@@ -20,7 +20,7 @@
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<IsWebBootstrapper>false</IsWebBootstrapper>
- <TargetFrameworkProfile />
+ <TargetFrameworkProfile>Client</TargetFrameworkProfile>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
@@ -141,8 +141,6 @@
<HintPath>..\..\..\boogie\Binaries\Provers.SMTLib.dll</HintPath>
</Reference>
<Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
<Reference Include="VCGeneration">
<HintPath>..\..\..\boogie\Binaries\VCGeneration.dll</HintPath>
</Reference>
diff --git a/Source/DafnyDriver/app.config b/Source/DafnyDriver/app.config
index cb2586be..f76deb94 100644
--- a/Source/DafnyDriver/app.config
+++ b/Source/DafnyDriver/app.config
@@ -1,3 +1,3 @@
<?xml version="1.0"?>
<configuration>
-<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
+<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup></configuration>