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