|
@@ -23,7 +23,7 @@
|
|
|
<ProjectGuid>{2FF637C1-9F58-473C-A156-25EFE35C2FD7}</ProjectGuid>
|
|
<ProjectGuid>{2FF637C1-9F58-473C-A156-25EFE35C2FD7}</ProjectGuid>
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
<RootNamespace>zhipuziposwindowsserverwindows</RootNamespace>
|
|
<RootNamespace>zhipuziposwindowsserverwindows</RootNamespace>
|
|
|
- <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
|
|
|
|
+ <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
|
|
<ProjectName>zhipuzi_pos_windows_server</ProjectName>
|
|
<ProjectName>zhipuzi_pos_windows_server</ProjectName>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
@@ -157,6 +157,8 @@ copy $(ProjectDir)conf\ $(SolutionDir)bin\$(Platform)\$(Configuration)\$(Project
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
|
|
+ <LanguageStandard>stdcpp20</LanguageStandard>
|
|
|
|
|
+ <LanguageStandard_C>stdc17</LanguageStandard_C>
|
|
|
</ClCompile>
|
|
</ClCompile>
|
|
|
<Link>
|
|
<Link>
|
|
|
<SubSystem>Console</SubSystem>
|
|
<SubSystem>Console</SubSystem>
|