summaryrefslogtreecommitdiff
path: root/getopt/getopt.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'getopt/getopt.csproj')
-rw-r--r--getopt/getopt.csproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/getopt/getopt.csproj b/getopt/getopt.csproj
index 5f312f0..7c5d631 100644
--- a/getopt/getopt.csproj
+++ b/getopt/getopt.csproj
@@ -1,4 +1,5 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
@@ -30,7 +31,8 @@
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
- <OldToolsVersion>2.0</OldToolsVersion>
+ <OldToolsVersion>3.5</OldToolsVersion>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>