Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez Gual <lluis@novell.com>2011-02-01 23:34:01 +0300
committerLluis Sanchez Gual <lluis@novell.com>2011-02-02 14:38:28 +0300
commitbf8e95f23c86db760b3ef4faed0aefbedf035029 (patch)
treefbd3ddf58f05e95d50d5b7be0529869bedbbbbd4 /main/src/core/MonoDevelop.Startup
parenta0fd6cf5489e01501dc6371bc3f9ba58db3e251c (diff)
Upgraded to .NET 4.0
Diffstat (limited to 'main/src/core/MonoDevelop.Startup')
-rw-r--r--main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj b/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj
index 09d74cee98..3acdf20aae 100644
--- a/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj
+++ b/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -7,10 +7,10 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{DA8EDEA6-7DA8-435D-B1A0-F3A0CA07F424}</ProjectGuid>
<OutputType>WinExe</OutputType>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<AssemblyName>MonoDevelop</AssemblyName>
<RootNamespace>MonoDevelop.Startup</RootNamespace>
<ApplicationIcon>..\..\..\theme-icons\Windows\monodevelop.ico</ApplicationIcon>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>