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
path: root/main/po
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/po
parenta0fd6cf5489e01501dc6371bc3f9ba58db3e251c (diff)
Upgraded to .NET 4.0
Diffstat (limited to 'main/po')
-rw-r--r--main/po/po.mdproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/po/po.mdproj b/main/po/po.mdproj
index 9e057f6d12..c7396a243d 100644
--- a/main/po/po.mdproj
+++ b/main/po/po.mdproj
@@ -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>
@@ -38,6 +38,10 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' " />
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' " />
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
<Target Name="Build" />
<Target Name="Clean" />
</Project>