1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
13 <PropertyGroup Label="Globals">
14 <ProjectName>Common</ProjectName>
15 <ProjectGuid>{4A4CEB83-FBC8-4E93-831E-009875E54794}</ProjectGuid>
16 <RootNamespace>Common</RootNamespace>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20 <ConfigurationType>StaticLibrary</ConfigurationType>
21 <PlatformToolset>v140</PlatformToolset>
22 <UseOfMfc>false</UseOfMfc>
23 <CharacterSet>Unicode</CharacterSet>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
26 <ConfigurationType>StaticLibrary</ConfigurationType>
27 <PlatformToolset>v140</PlatformToolset>
28 <UseOfMfc>false</UseOfMfc>
29 <CharacterSet>Unicode</CharacterSet>
31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32 <ImportGroup Label="ExtensionSettings">
34 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
38 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
40 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
42 <PropertyGroup Label="UserMacros" />
44 <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
47 <OutDir>.\Target/Release\</OutDir>
48 <IntDir>.\Target/Release/Intermediate\</IntDir>
50 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51 <OutDir>.\Target/Debug\</OutDir>
52 <IntDir>.\Target/Debug/Intermediate\</IntDir>
54 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
56 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
57 <IntrinsicFunctions>true</IntrinsicFunctions>
58 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
59 <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_LIB;_STATIC;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
60 <StringPooling>true</StringPooling>
61 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
62 <FunctionLevelLinking>true</FunctionLevelLinking>
63 <PrecompiledHeaderOutputFile>.\Target/Release/Intermediate/Common.pch</PrecompiledHeaderOutputFile>
64 <AssemblerListingLocation>.\Target/Release/Intermediate/</AssemblerListingLocation>
65 <ObjectFileName>.\Target/Release/Intermediate/</ObjectFileName>
66 <ProgramDataBaseFileName>.\Target/Release/Intermediate/</ProgramDataBaseFileName>
67 <WarningLevel>Level3</WarningLevel>
68 <SuppressStartupBanner>true</SuppressStartupBanner>
69 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
70 <WholeProgramOptimization>true</WholeProgramOptimization>
73 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
74 <Culture>0x0409</Culture>
77 <OutputFile>.\Target/Release\Common.lib</OutputFile>
78 <SuppressStartupBanner>true</SuppressStartupBanner>
80 </ItemDefinitionGroup>
81 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
83 <Optimization>Disabled</Optimization>
84 <PreprocessorDefinitions>WIN32;_DEBUG;DEBUG;_WINDOWS;_STATIC;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
86 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
87 <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
88 <PrecompiledHeaderOutputFile>.\Target/Debug/Intermediate/Common.pch</PrecompiledHeaderOutputFile>
89 <AssemblerListingLocation>.\Target/Debug/Intermediate/</AssemblerListingLocation>
90 <ObjectFileName>.\Target/Debug/Intermediate/</ObjectFileName>
91 <ProgramDataBaseFileName>.\Target/Debug/Intermediate/</ProgramDataBaseFileName>
92 <BrowseInformation>true</BrowseInformation>
93 <WarningLevel>EnableAllWarnings</WarningLevel>
94 <SuppressStartupBanner>true</SuppressStartupBanner>
95 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
98 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99 <Culture>0x0409</Culture>
102 <OutputFile>.\Target/Debug\Common.lib</OutputFile>
103 <SuppressStartupBanner>true</SuppressStartupBanner>
105 </ItemDefinitionGroup>
107 <ClInclude Include="Allocators\PooledAlloc.h" />
108 <ClInclude Include="Allocators\SimplePooledAlloc.h" />
109 <ClInclude Include="Common.h" />
110 <ClInclude Include="MSVC_Unannoy.h" />
111 <ClInclude Include="myassert.h" />
112 <ClInclude Include="NoClones.h" />
113 <ClInclude Include="SBTree.h" />
114 <ClInclude Include="Trace.h" />
115 <ClInclude Include="Types\int.h" />
118 <ClCompile Include="SBTree.cpp" />
119 <ClCompile Include="Trace.cpp" />
122 <None Include="..\..\INSTALL.Windows" />
124 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
125 <ImportGroup Label="ExtensionTargets">