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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Matos <joao@tritao.eu>2015-02-11 18:53:13 +0300
committerJoão Matos <joao@tritao.eu>2015-02-11 18:55:43 +0300
commitf1006fbbe0065d9b7f5c431d7f0daa9e0a25417a (patch)
tree22102e7f00076b24053887a88f8224545f069d25 /msvc/genmdesc.vcxproj
parent628f3d998b90d1bf32a1c8183ea19dd77390d843 (diff)
[msvc] Upgrade the projects to require VS2013.
Diffstat (limited to 'msvc/genmdesc.vcxproj')
-rw-r--r--msvc/genmdesc.vcxproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/msvc/genmdesc.vcxproj b/msvc/genmdesc.vcxproj
index c247eb42993..f5104c4aa52 100644
--- a/msvc/genmdesc.vcxproj
+++ b/msvc/genmdesc.vcxproj
@@ -34,7 +34,7 @@
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
- <Import Project="mono.props" />
+ <Import Project="mono.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{B7098DFA-31E6-4006-8A15-1C9A4E925149}</ProjectGuid>
<RootNamespace>genmdesc</RootNamespace>
@@ -44,7 +44,7 @@
<ConfigurationType>Application</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
@@ -56,7 +56,7 @@
<ConfigurationType>Application</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
@@ -68,7 +68,7 @@
<ConfigurationType>Application</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
@@ -80,7 +80,7 @@
<ConfigurationType>Application</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
@@ -644,4 +644,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project> \ No newline at end of file