Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 9789142

Browse files
committed
upgraded csproj
1 parent 6a41bba commit 9789142

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Visual Studio Project Template C#/$projectname$.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
@@ -10,6 +10,12 @@
1010
<RootNamespace>$safeprojectname$</RootNamespace>
1111
<AssemblyName>$safeprojectname$</AssemblyName>
1212
<OutputPath>bin\Debug\</OutputPath>
13+
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14+
<FileUpgradeFlags>
15+
</FileUpgradeFlags>
16+
<UpgradeBackupLocation>
17+
</UpgradeBackupLocation>
18+
<OldToolsVersion>3.5</OldToolsVersion>
1319
</PropertyGroup>
1420
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1521
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)