summaryrefslogtreecommitdiff
path: root/IvyDaemon/IvyDaemon.csproj
diff options
context:
space:
mode:
authorfcolin2010-05-04 08:27:42 +0000
committerfcolin2010-05-04 08:27:42 +0000
commit74bd75ab2b3426a68fbcf08e24e91f7f86cef400 (patch)
tree410a04524f214e5dcae9132d2be17751b0ed8672 /IvyDaemon/IvyDaemon.csproj
parentba6bc254f78ed1ed2a599a2fcaf935c52d34bb33 (diff)
downloadivy-csharp-74bd75ab2b3426a68fbcf08e24e91f7f86cef400.zip
ivy-csharp-74bd75ab2b3426a68fbcf08e24e91f7f86cef400.tar.gz
ivy-csharp-74bd75ab2b3426a68fbcf08e24e91f7f86cef400.tar.bz2
ivy-csharp-74bd75ab2b3426a68fbcf08e24e91f7f86cef400.tar.xz
passage a Vs 2010
Diffstat (limited to 'IvyDaemon/IvyDaemon.csproj')
-rw-r--r--IvyDaemon/IvyDaemon.csproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/IvyDaemon/IvyDaemon.csproj b/IvyDaemon/IvyDaemon.csproj
index 1ecde29..65b9f1e 100644
--- a/IvyDaemon/IvyDaemon.csproj
+++ b/IvyDaemon/IvyDaemon.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>9.0.30729</ProductVersion>
@@ -34,7 +35,7 @@
<GenerateManifests>true</GenerateManifests>
<SignManifests>false</SignManifests>
<IsWebBootstrapper>true</IsWebBootstrapper>
- <OldToolsVersion>2.0</OldToolsVersion>
+ <OldToolsVersion>3.5</OldToolsVersion>
<PublishUrl>\\samba\fcolin\public_html\ClickOnce\IvyDaemon\</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
@@ -53,6 +54,7 @@
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>