|
|
@@ -21,30 +21,30 @@
|
|
|
<PropertyGroup Label="Globals">
|
|
|
<ProjectGuid>{E106ACD7-4E53-4AEE-942B-D0DD426DB34E}</ProjectGuid>
|
|
|
<RootNamespace>DuiLib</RootNamespace>
|
|
|
- <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
|
|
+ <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
- <PlatformToolset>v141_xp</PlatformToolset>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
- <PlatformToolset>v141_xp</PlatformToolset>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
- <PlatformToolset>v141_xp</PlatformToolset>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
- <PlatformToolset>v141_xp</PlatformToolset>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
@@ -120,6 +120,8 @@
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
<DisableSpecificWarnings>4099;4091;4302</DisableSpecificWarnings>
|
|
|
+ <LanguageStandard>Default</LanguageStandard>
|
|
|
+ <LanguageStandard_C>Default</LanguageStandard_C>
|
|
|
</ClCompile>
|
|
|
<ResourceCompile>
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
@@ -164,6 +166,8 @@ copy $(SolutionDir)temp\link\$(Platform)\$(Configuration)\$(ProjectName)\DuiLib.
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
<DisableSpecificWarnings>4099;4091;4302</DisableSpecificWarnings>
|
|
|
+ <LanguageStandard>Default</LanguageStandard>
|
|
|
+ <LanguageStandard_C>Default</LanguageStandard_C>
|
|
|
</ClCompile>
|
|
|
<ResourceCompile>
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|