1 |
< |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
1 |
> |
<?xml version="1.0" encoding="utf-8"?> |
2 |
> |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
3 |
|
<PropertyGroup> |
4 |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
13 |
|
<SignAssembly>false</SignAssembly> |
14 |
|
<AssemblyOriginatorKeyFile> |
15 |
|
</AssemblyOriginatorKeyFile> |
16 |
+ |
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
17 |
+ |
<FileUpgradeFlags> |
18 |
+ |
</FileUpgradeFlags> |
19 |
+ |
<OldToolsVersion>3.5</OldToolsVersion> |
20 |
+ |
<UpgradeBackupLocation /> |
21 |
|
</PropertyGroup> |
22 |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
23 |
|
<DebugSymbols>true</DebugSymbols> |