|
@@ -23,13 +23,13 @@
|
|
|
<ProjectGuid>{EBE0468A-D6C8-4E57-9119-478B731FF64E}</ProjectGuid>
|
|
<ProjectGuid>{EBE0468A-D6C8-4E57-9119-478B731FF64E}</ProjectGuid>
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
<RootNamespace>zpzDll</RootNamespace>
|
|
<RootNamespace>zpzDll</RootNamespace>
|
|
|
- <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
|
|
|
|
|
|
+ <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
|
|
+ <PlatformToolset>v141_xp</PlatformToolset>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
@@ -72,6 +72,8 @@
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
+ <OutDir>$(SolutionDir)temp\link\$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
|
|
|
|
|
+ <IntDir>$(SolutionDir)temp\compile\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
@@ -90,6 +92,7 @@
|
|
|
<SDLCheck>true</SDLCheck>
|
|
<SDLCheck>true</SDLCheck>
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;ZPZDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;ZPZDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
|
|
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
</ClCompile>
|
|
</ClCompile>
|
|
|
<Link>
|
|
<Link>
|
|
|
<SubSystem>Windows</SubSystem>
|
|
<SubSystem>Windows</SubSystem>
|