|
@@ -21,7 +21,7 @@
|
|
|
<PropertyGroup Label="Globals">
|
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
- <ProjectGuid>{395c3072-c2d9-4cf8-a742-5d809ea95627}</ProjectGuid>
|
|
|
+ <ProjectGuid>{a148e651-b539-4f34-b818-e5edd63035d4}</ProjectGuid>
|
|
|
<RootNamespace>gm</RootNamespace>
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
</PropertyGroup>
|
|
@@ -31,8 +31,6 @@
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
- <UseOfMfc>false</UseOfMfc>
|
|
|
- <PreferredToolArchitecture>x86</PreferredToolArchitecture>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
@@ -40,14 +38,12 @@
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
- <UseOfMfc>Dynamic</UseOfMfc>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
- <UseOfMfc>Dynamic</UseOfMfc>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
@@ -55,7 +51,6 @@
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
- <UseOfMfc>Dynamic</UseOfMfc>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
@@ -93,11 +88,8 @@
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;GM_EXPORTS;_WINDOWS;_USRDLL;_CRT_NON_CONFORMING_SWPRINTFS;_CRT_SECURE_NO_WARNINGS;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
- <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
<AdditionalIncludeDirectories>.;..\..\..\Blackbone\src;..\3rd_party\include;..\..\..\Blackbone\src\3rd_party\AsmJit;.\core</AdditionalIncludeDirectories>
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
<SubSystem>Windows</SubSystem>
|
|
@@ -117,8 +109,6 @@
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;GM_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
- <PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
<SubSystem>Windows</SubSystem>
|
|
@@ -134,8 +124,6 @@
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
<PreprocessorDefinitions>_DEBUG;GM_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
- <PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
<SubSystem>Windows</SubSystem>
|
|
@@ -151,8 +139,6 @@
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
<PreprocessorDefinitions>NDEBUG;GM_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
- <PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
<SubSystem>Windows</SubSystem>
|
|
@@ -264,27 +250,16 @@
|
|
|
</ClCompile>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <None Include="gm.def" />
|
|
|
<None Include="res\gm.rc2" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ClInclude Include="framework.h" />
|
|
|
<ClInclude Include="gm.h" />
|
|
|
- <ClInclude Include="pch.h" />
|
|
|
<ClInclude Include="Resource.h" />
|
|
|
<ClInclude Include="targetver.h" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <ClCompile Include="gm.cpp" />
|
|
|
- <ClCompile Include="pch.cpp">
|
|
|
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
|
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
|
- </ClCompile>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ResourceCompile Include="gm.rc" />
|
|
|
+ <ClCompile Include="dllmain.cpp" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
<ImportGroup Label="ExtensionTargets">
|