2022-03-08 03:42:47 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<_PropertySheetDisplayName>Static Debug Library</_PropertySheetDisplayName>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
<Import Project="Debug.props" />
|
|
|
|
<Import Project="LIB.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
2023-02-19 23:23:53 +00:00
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2022-03-08 03:42:47 +00:00
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
2023-02-19 23:23:53 +00:00
|
|
|
</Project>
|