Common.props revision 1.1.1.1 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
4 <PropertyGroup>
5 <_PropertySheetDisplayName>Common Settings</_PropertySheetDisplayName>
6 <CharacterSet>Unicode</CharacterSet>
7 </PropertyGroup>
8
9 <ImportGroup Label="PropertySheets">
10 <Import Project="$(Platform).props" />
11 </ImportGroup>
12
13 <ItemDefinitionGroup>
14 <ClCompile>
15 <MultiProcessorCompilation>true</MultiProcessorCompilation>
16 <PreprocessorDefinitions>UNICODE;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
17 <WarningLevel>Level3</WarningLevel>
18 </ClCompile>
19 </ItemDefinitionGroup>
20
21 </Project>