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>
|
|
|
|
<TargetName>$(ProjectName)</TargetName>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
<!-- Windows and CRT definitions for unicode. Note that Linux only supports unicode so char is 16 bit. -->
|
|
|
|
<PreprocessorDefinitions>UNICODE;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
|
|
<Target Name="ConfigInfo" BeforeTargets="PrepareForBuild">
|
|
|
|
<Message Text="ConfigurationType : $(ConfigurationType)" Importance="high"/>
|
|
|
|
<Message Text="Configuration : $(Configuration)" Importance="high"/>
|
|
|
|
<Message Text="PlatformToolset : $(PlatformToolset)" Importance="high"/>
|
|
|
|
<Message Text="Building..." Importance="high"/>
|
|
|
|
</Target>
|
|
|
|
|
|
|
|
</Project>
|