|
|
@@ -23,7 +23,7 @@
|
|
|
<ProjectGuid>{1D694BE0-D976-4F29-8997-3308ADFFF413}</ProjectGuid>
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
<RootNamespace>zhipuziposwindows</RootNamespace>
|
|
|
- <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
|
|
|
+ <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
|
|
<ProjectName>zhipuzi_pos_windows</ProjectName>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
@@ -37,7 +37,7 @@
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
- <PlatformToolset>v141_xp</PlatformToolset>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
@@ -50,7 +50,7 @@
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
- <PlatformToolset>v141_xp</PlatformToolset>
|
|
|
+ <PlatformToolset>v141</PlatformToolset>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
@@ -126,12 +126,12 @@ copy $(ProjectDir)conf\ $(SolutionDir)bin\$(Platform)\$(Configuration)\conf\</Co
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
- <PreprocessorDefinitions>%(PreprocessorDefinitions);_DEBUG;WIN32;_WINDOWS;PLATFORM_WINDOWS;_WIN32_WINNT=0x0501;NTDDI_VERSION=0x05010000;_CRT_SECURE_NO_WARNINGS;LOG4CPLUS_DISABLE_DLL_RUNTIME_WARNING;SQLITE_VEC_STATIC;SQLITE_CORE</PreprocessorDefinitions>
|
|
|
+ <PreprocessorDefinitions>%(PreprocessorDefinitions);_DEBUG;WIN32;_WINDOWS;WINVER=0x0601;_WIN32_WINNT=0x0601;NTDDI_VERSION=0x06010000;PLATFORM_WINDOWS;_CRT_SECURE_NO_WARNINGS;LOG4CPLUS_DISABLE_DLL_RUNTIME_WARNING;SQLITE_VEC_STATIC;SQLITE_CORE</PreprocessorDefinitions>
|
|
|
<ConformanceMode>false</ConformanceMode>
|
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)include;$(ProjectDir)pch;$(SolutionDir)include\paho.mqtt.c</AdditionalIncludeDirectories>
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
- <DisableSpecificWarnings>4099;4091;4838;4244;4819</DisableSpecificWarnings>
|
|
|
+ <DisableSpecificWarnings>4099;4091;4838;4244;4819;5105</DisableSpecificWarnings>
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
@@ -170,13 +170,13 @@ copy $(SolutionDir)res\ai\ $(SolutionDir)bin\$(Platform)\$(Configuration)\$(Proj
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
- <PreprocessorDefinitions>%(PreprocessorDefinitions);NDEBUG;WIN32;_WINDOWS;PLATFORM_WINDOWS;_WIN32_WINNT=0x0501;NTDDI_VERSION=0x05010000;_CRT_SECURE_NO_WARNINGS;LOG4CPLUS_DISABLE_DLL_RUNTIME_WARNING;SQLITE_VEC_STATIC;SQLITE_CORE</PreprocessorDefinitions>
|
|
|
+ <PreprocessorDefinitions>%(PreprocessorDefinitions);NDEBUG;WIN32;_WINDOWS;WINVER=0x0601;_WIN32_WINNT=0x0601;NTDDI_VERSION=0x06010000;PLATFORM_WINDOWS;_CRT_SECURE_NO_WARNINGS;LOG4CPLUS_DISABLE_DLL_RUNTIME_WARNING;SQLITE_VEC_STATIC;SQLITE_CORE</PreprocessorDefinitions>
|
|
|
<ConformanceMode>false</ConformanceMode>
|
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)include;$(ProjectDir)pch;$(SolutionDir)include\paho.mqtt.c</AdditionalIncludeDirectories>
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
- <DisableSpecificWarnings>4099;4091;4838;4244;4819</DisableSpecificWarnings>
|
|
|
- <LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
+ <DisableSpecificWarnings>4099;4091;4838;4244;4819;5105</DisableSpecificWarnings>
|
|
|
+ <LanguageStandard>stdcpp20</LanguageStandard>
|
|
|
<EnableEnhancedInstructionSet>AdvancedVectorExtensions</EnableEnhancedInstructionSet>
|
|
|
<OpenMPSupport>true</OpenMPSupport>
|
|
|
</ClCompile>
|
|
|
@@ -218,6 +218,7 @@ copy $(SolutionDir)res\ai\ $(SolutionDir)bin\$(Platform)\$(Configuration)\$(Proj
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)include;$(ProjectDir)pch</AdditionalIncludeDirectories>
|
|
|
+ <LanguageStandard>stdcpp20</LanguageStandard>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
<SubSystem>Console</SubSystem>
|