2020-02-16 21:57:02 -05:00
|
|
|
<?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>
|
2020-09-12 23:07:44 -04:00
|
|
|
<PreprocessorDefinitions>GP_DEBUG_CONFIG=0;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2020-09-26 16:45:52 -04:00
|
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
2021-03-07 05:45:24 -05:00
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2020-02-16 21:57:02 -05:00
|
|
|
</ClCompile>
|
2021-03-07 05:45:24 -05:00
|
|
|
<Link>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
</Link>
|
|
|
|
|
<Link>
|
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
|
|
|
</Link>
|
2020-02-16 21:57:02 -05:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup />
|
|
|
|
|
</Project>
|