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
path: root/mcs/jay
diff options
context:
space:
mode:
authorJo Shields <jo.shields@xamarin.com>2015-03-11 18:23:27 +0300
committerJo Shields <jo.shields@xamarin.com>2015-03-11 18:23:27 +0300
commit577482e3361159e0c4c4b0232a07195ba91335dd (patch)
treee75f4cfd73d472736da0d49e54a8b1bf60d096e5 /mcs/jay
parent115042a20784aac4bf5e9eff900a27e355d11c0b (diff)
[msvc] Change target MSVC release from v120 to v120_xp
They're basically the same thing, but v120 has DX10+ capabilities and v120_xp is DX9 only. Since we're not building against DirectX, the difference is purely academic - but changing the value to v120_xp means MSVC binaries run on XP+, not Vista+
Diffstat (limited to 'mcs/jay')
-rw-r--r--mcs/jay/jay.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/jay/jay.vcxproj b/mcs/jay/jay.vcxproj
index 80468e43cca..d8f5630f68b 100644
--- a/mcs/jay/jay.vcxproj
+++ b/mcs/jay/jay.vcxproj
@@ -19,12 +19,12 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
- <PlatformToolset>v120</PlatformToolset>
+ <PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
- <PlatformToolset>v120</PlatformToolset>
+ <PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">