Clean up project configs. Remove Win32 targets. Enforce that GP_DEBUG_CONFIG is set correctly.

This commit is contained in:
elasota
2020-09-12 23:07:44 -04:00
parent b23bb93506
commit 1fb135a6d2
34 changed files with 47 additions and 1494 deletions

12
Debug.props Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>GP_DEBUG_CONFIG=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup />
</Project>