2014-04-07 22:06:10 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-04-14 20:54:49 -04:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-04-07 22:06:10 -04:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<_PropertySheetDisplayName>Common Settings</_PropertySheetDisplayName>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2014-05-10 22:30:10 -04:00
|
|
|
<ImportGroup Label="PropertySheets">
|
2014-05-13 05:11:43 -04:00
|
|
|
<Import Project="$(Platform).props" />
|
2014-05-10 22:30:10 -04:00
|
|
|
</ImportGroup>
|
|
|
|
|
2014-04-07 22:06:10 -04:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
<PreprocessorDefinitions>UNICODE;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
2014-11-03 01:36:21 -05:00
|
|
|
</Project>
|