2014-04-06 11:39:15 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-04-15 04:18:36 +02:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-04-06 11:39:15 +02:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<_PropertySheetDisplayName>Console Release Static</_PropertySheetDisplayName>
|
2014-05-13 12:17:48 +02:00
|
|
|
<DefaultLinkage>static</DefaultLinkage>
|
2014-04-06 11:39:15 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2014-05-13 12:17:48 +02:00
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
<Import Project="Release.props" />
|
|
|
|
<Import Project="EXE.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
|
2014-04-06 11:39:15 +02:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
|
|
</Project>
|