|
|
@@ -20,16 +20,16 @@
|
|
|
</ItemGroup>
|
|
|
<PropertyGroup Label="Globals">
|
|
|
<VCProjectVersion>15.0</VCProjectVersion>
|
|
|
- <ProjectGuid>{E8FD85F1-6858-4CBB-998E-71C0B10F847F}</ProjectGuid>
|
|
|
+ <ProjectGuid>{EBE0468A-D6C8-4E57-9119-478B731FF64E}</ProjectGuid>
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
- <RootNamespace>zpz</RootNamespace>
|
|
|
+ <RootNamespace>zpzDll</RootNamespace>
|
|
|
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
- <PlatformToolset>v141_xp</PlatformToolset>
|
|
|
+ <PlatformToolset>v141</PlatformToolset>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
@@ -88,9 +88,8 @@
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
- <PreprocessorDefinitions>WIN32;_DEBUG;ZPZ_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <PreprocessorDefinitions>WIN32;_DEBUG;ZPZDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
@@ -103,7 +102,7 @@
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
- <PreprocessorDefinitions>_DEBUG;ZPZ_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <PreprocessorDefinitions>_DEBUG;ZPZDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
@@ -119,8 +118,9 @@
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
- <PreprocessorDefinitions>WIN32;NDEBUG;ZPZ_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <PreprocessorDefinitions>WIN32;NDEBUG;ZPZDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
@@ -137,7 +137,7 @@
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
- <PreprocessorDefinitions>NDEBUG;ZPZ_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;ZPZDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
@@ -150,6 +150,7 @@
|
|
|
<ItemGroup>
|
|
|
<ClInclude Include="stdafx.h" />
|
|
|
<ClInclude Include="targetver.h" />
|
|
|
+ <ClInclude Include="zpzDll.h" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ClCompile Include="dllmain.cpp" />
|
|
|
@@ -159,7 +160,7 @@
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
|
</ClCompile>
|
|
|
- <ClCompile Include="zpz.cpp" />
|
|
|
+ <ClCompile Include="zpzDll.cpp" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
<ImportGroup Label="ExtensionTargets">
|