~mandel/ubuntuone-windows-installer/improve_logging

« back to all changes in this revision

Viewing changes to src/Canonical.UbuntuOne.Client.Test/Canonical.UbuntuOne.Client.Test.csproj

  • Committer: Manuel de la Pena
  • Date: 2010-10-12 12:42:38 UTC
  • Revision ID: mandel@themacaque.com-20101012124238-0a23e0q0iiih1i0p
Update the solution to use vs 2010 since .Net 4.0 avoids bugs in the shell extension which cab be done in managed code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?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="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
3
  <PropertyGroup>
4
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
12
12
    <AssemblyName>Canonical.UbuntuOne.Client.Test</AssemblyName>
13
13
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14
14
    <FileAlignment>512</FileAlignment>
 
15
    <FileUpgradeFlags>
 
16
    </FileUpgradeFlags>
 
17
    <OldToolsVersion>3.5</OldToolsVersion>
 
18
    <UpgradeBackupLocation />
15
19
  </PropertyGroup>
16
20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
21
    <DebugSymbols>true</DebugSymbols>