• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.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    <ProjectConfiguration Include="Template|Win32">
13      <Configuration>Template</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16  </ItemGroup>
17  <PropertyGroup Label="Globals">
18    <SccProjectName />
19    <SccLocalPath />
20    <ProjectGuid>{FF89BA66-62C4-49EC-9189-1E7B603A1FD6}</ProjectGuid>
21  </PropertyGroup>
22  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
23  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">
24    <ConfigurationType>Application</ConfigurationType>
25    <PlatformToolset>v120</PlatformToolset>
26  </PropertyGroup>
27  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28    <ConfigurationType>Application</ConfigurationType>
29    <PlatformToolset>v120</PlatformToolset>
30    <UseOfMfc>false</UseOfMfc>
31    <CharacterSet>MultiByte</CharacterSet>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34    <ConfigurationType>Application</ConfigurationType>
35    <PlatformToolset>v120</PlatformToolset>
36    <UseOfMfc>false</UseOfMfc>
37    <CharacterSet>MultiByte</CharacterSet>
38  </PropertyGroup>
39  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
40  <ImportGroup Label="ExtensionSettings">
41  </ImportGroup>
42  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
43    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
44  </ImportGroup>
45  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
46    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
47    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
48  </ImportGroup>
49  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
50    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
52  </ImportGroup>
53  <PropertyGroup Label="UserMacros" />
54  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
55    <OutDir>.\Release\</OutDir>
56    <IntDir>.\Release\</IntDir>
57    <LinkIncremental>false</LinkIncremental>
58  </PropertyGroup>
59  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
60    <OutDir>.\Debug\</OutDir>
61    <IntDir>.\Debug\</IntDir>
62    <LinkIncremental>true</LinkIncremental>
63  </PropertyGroup>
64  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
65    <ClCompile>
66      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
67      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
68      <StringPooling>true</StringPooling>
69      <FunctionLevelLinking>true</FunctionLevelLinking>
70      <Optimization>MaxSpeed</Optimization>
71      <SuppressStartupBanner>true</SuppressStartupBanner>
72      <WarningLevel>Level3</WarningLevel>
73      <AdditionalIncludeDirectories>..\..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
74      <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75      <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
76      <PrecompiledHeaderOutputFile>.\Release\benchmark.pch</PrecompiledHeaderOutputFile>
77      <ObjectFileName>.\Release\</ObjectFileName>
78      <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
79    </ClCompile>
80    <Midl>
81      <TypeLibraryName>.\Release\benchmark.tlb</TypeLibraryName>
82    </Midl>
83    <ResourceCompile>
84      <Culture>0x1009</Culture>
85      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
86    </ResourceCompile>
87    <Bscmake>
88      <SuppressStartupBanner>true</SuppressStartupBanner>
89      <OutputFile>.\Release\benchmark.bsc</OutputFile>
90    </Bscmake>
91    <Link>
92      <SuppressStartupBanner>true</SuppressStartupBanner>
93      <SubSystem>Console</SubSystem>
94      <OutputFile>.\Release\benchmark.exe</OutputFile>
95      <AdditionalLibraryDirectories>..\..\win32\bin\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
96      <AdditionalDependencies>libexpat.lib;%(AdditionalDependencies)</AdditionalDependencies>
97    </Link>
98  </ItemDefinitionGroup>
99  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
100    <ClCompile>
101      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
102      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
103      <FunctionLevelLinking>true</FunctionLevelLinking>
104      <Optimization>Disabled</Optimization>
105      <SuppressStartupBanner>true</SuppressStartupBanner>
106      <WarningLevel>Level3</WarningLevel>
107      <MinimalRebuild>true</MinimalRebuild>
108      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
109      <AdditionalIncludeDirectories>..\..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
110      <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111      <AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
112      <PrecompiledHeaderOutputFile>.\Debug\benchmark.pch</PrecompiledHeaderOutputFile>
113      <ObjectFileName>.\Debug\</ObjectFileName>
114      <ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
115      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
116    </ClCompile>
117    <Midl>
118      <TypeLibraryName>.\Debug\benchmark.tlb</TypeLibraryName>
119    </Midl>
120    <ResourceCompile>
121      <Culture>0x1009</Culture>
122      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123    </ResourceCompile>
124    <Bscmake>
125      <SuppressStartupBanner>true</SuppressStartupBanner>
126      <OutputFile>.\Debug\benchmark.bsc</OutputFile>
127    </Bscmake>
128    <Link>
129      <SuppressStartupBanner>true</SuppressStartupBanner>
130      <GenerateDebugInformation>true</GenerateDebugInformation>
131      <SubSystem>Console</SubSystem>
132      <OutputFile>.\Debug\benchmark.exe</OutputFile>
133      <AdditionalLibraryDirectories>..\..\win32\bin\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
134      <AdditionalDependencies>libexpat.lib;%(AdditionalDependencies)</AdditionalDependencies>
135    </Link>
136  </ItemDefinitionGroup>
137  <ItemGroup>
138    <ClCompile Include="benchmark.c" />
139  </ItemGroup>
140  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
141  <ImportGroup Label="ExtensionTargets">
142  </ImportGroup>
143</Project>