Updated German translation
[dasher.git] / Src / Common / Common.vcxproj
bloba87810c36f2b3927d19e19c4ded45b2cd2d8a5f4
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>
12   </ItemGroup>
13   <PropertyGroup Label="Globals">
14     <ProjectName>Common</ProjectName>
15     <ProjectGuid>{4A4CEB83-FBC8-4E93-831E-009875E54794}</ProjectGuid>
16     <RootNamespace>Common</RootNamespace>
17   </PropertyGroup>
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>
24   </PropertyGroup>
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>
30   </PropertyGroup>
31   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32   <ImportGroup Label="ExtensionSettings">
33   </ImportGroup>
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" />
37   </ImportGroup>
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" />
41   </ImportGroup>
42   <PropertyGroup Label="UserMacros" />
43   <PropertyGroup>
44     <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
45   </PropertyGroup>
46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
47     <OutDir>.\Target/Release\</OutDir>
48     <IntDir>.\Target/Release/Intermediate\</IntDir>
49   </PropertyGroup>
50   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51     <OutDir>.\Target/Debug\</OutDir>
52     <IntDir>.\Target/Debug/Intermediate\</IntDir>
53   </PropertyGroup>
54   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
55     <ClCompile>
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>
71     </ClCompile>
72     <ResourceCompile>
73       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
74       <Culture>0x0409</Culture>
75     </ResourceCompile>
76     <Lib>
77       <OutputFile>.\Target/Release\Common.lib</OutputFile>
78       <SuppressStartupBanner>true</SuppressStartupBanner>
79     </Lib>
80   </ItemDefinitionGroup>
81   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
82     <ClCompile>
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>
96     </ClCompile>
97     <ResourceCompile>
98       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99       <Culture>0x0409</Culture>
100     </ResourceCompile>
101     <Lib>
102       <OutputFile>.\Target/Debug\Common.lib</OutputFile>
103       <SuppressStartupBanner>true</SuppressStartupBanner>
104     </Lib>
105   </ItemDefinitionGroup>
106   <ItemGroup>
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" />
116   </ItemGroup>
117   <ItemGroup>
118     <ClCompile Include="SBTree.cpp" />
119     <ClCompile Include="Trace.cpp" />
120   </ItemGroup>
121   <ItemGroup>
122     <None Include="..\..\INSTALL.Windows" />
123   </ItemGroup>
124   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
125   <ImportGroup Label="ExtensionTargets">
126   </ImportGroup>
127 </Project>