mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:06:06 +08:00
99 lines
4.8 KiB
Diff
99 lines
4.8 KiB
Diff
diff --git a/MSVC_Net2013/atkmm.vcxproj b/MSVC_Net2013/atkmm.vcxproj
|
|
index 40f21cb..e9f5c5e 100644
|
|
--- a/MSVC_Net2013/atkmm.vcxproj
|
|
+++ b/MSVC_Net2013/atkmm.vcxproj
|
|
@@ -22,21 +22,22 @@
|
|
<ProjectName>atkmm</ProjectName>
|
|
<ProjectGuid>{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
+ <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
diff --git a/MSVC_Net2013/gendef.vcxproj b/MSVC_Net2013/gendef.vcxproj
|
|
index d6f2798..aab7023 100644
|
|
--- a/MSVC_Net2013/gendef.vcxproj
|
|
+++ b/MSVC_Net2013/gendef.vcxproj
|
|
@@ -21,21 +21,22 @@
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{07324745-C9BE-4D65-B08A-9C88188C0C28}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
+ <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
diff --git a/MSVC_Net2013/install.vcxproj b/MSVC_Net2013/install.vcxproj
|
|
index 6225a66..7f61dc5 100644
|
|
--- a/MSVC_Net2013/install.vcxproj
|
|
+++ b/MSVC_Net2013/install.vcxproj
|
|
@@ -22,28 +22,29 @@
|
|
<ProjectGuid>{2093D218-190E-4194-9421-3BA7CBF33B10}</ProjectGuid>
|
|
<RootNamespace>install</RootNamespace>
|
|
<Keyword>Win32Proj</Keyword>
|
|
+ <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|