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    <ProjectConfiguration Include="Debug|x64">
13      <Configuration>Debug</Configuration>
14      <Platform>x64</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|x64">
17      <Configuration>Release</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectGuid>{D9F58E8D-5FCD-4401-8D88-0C28732BD77B}</ProjectGuid>
23    <RootNamespace>PolyPerf</RootNamespace>
24  </PropertyGroup>
25  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27    <ConfigurationType>DynamicLibrary</ConfigurationType>
28    <UseDebugLibraries>true</UseDebugLibraries>
29    <PlatformToolset>v140_xp</PlatformToolset>
30    <CharacterSet>MultiByte</CharacterSet>
31  </PropertyGroup>
32  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
33    <ConfigurationType>DynamicLibrary</ConfigurationType>
34    <UseDebugLibraries>false</UseDebugLibraries>
35    <PlatformToolset>v140_xp</PlatformToolset>
36    <WholeProgramOptimization>true</WholeProgramOptimization>
37    <CharacterSet>MultiByte</CharacterSet>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
40    <ConfigurationType>DynamicLibrary</ConfigurationType>
41    <UseDebugLibraries>true</UseDebugLibraries>
42    <PlatformToolset>v140_xp</PlatformToolset>
43    <CharacterSet>MultiByte</CharacterSet>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
46    <ConfigurationType>DynamicLibrary</ConfigurationType>
47    <UseDebugLibraries>false</UseDebugLibraries>
48    <PlatformToolset>v140_xp</PlatformToolset>
49    <WholeProgramOptimization>true</WholeProgramOptimization>
50    <CharacterSet>MultiByte</CharacterSet>
51  </PropertyGroup>
52  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
53  <ImportGroup Label="ExtensionSettings">
54  </ImportGroup>
55  <ImportGroup Label="Shared">
56  </ImportGroup>
57  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
58    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59  </ImportGroup>
60  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
61    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62  </ImportGroup>
63  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
64    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65  </ImportGroup>
66  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
67    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68  </ImportGroup>
69  <PropertyGroup Label="UserMacros" />
70  <PropertyGroup />
71  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
72    <ClCompile>
73      <WarningLevel>Level3</WarningLevel>
74      <Optimization>Disabled</Optimization>
75      <SDLCheck>true</SDLCheck>
76      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;POLYPERF_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
77    </ClCompile>
78    <Link>
79      <GenerateDebugInformation>true</GenerateDebugInformation>
80      <AdditionalDependencies>psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
81      <SubSystem>Windows</SubSystem>
82    </Link>
83  </ItemDefinitionGroup>
84  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
85    <ClCompile>
86      <WarningLevel>Level3</WarningLevel>
87      <Optimization>Disabled</Optimization>
88      <SDLCheck>true</SDLCheck>
89      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;POLYPERF_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90    </ClCompile>
91    <Link>
92      <GenerateDebugInformation>true</GenerateDebugInformation>
93      <AdditionalDependencies>psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
94      <SubSystem>Windows</SubSystem>
95    </Link>
96  </ItemDefinitionGroup>
97  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
98    <ClCompile>
99      <WarningLevel>Level3</WarningLevel>
100      <Optimization>MaxSpeed</Optimization>
101      <FunctionLevelLinking>true</FunctionLevelLinking>
102      <IntrinsicFunctions>true</IntrinsicFunctions>
103      <SDLCheck>true</SDLCheck>
104      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;POLYPERF_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105    </ClCompile>
106    <Link>
107      <GenerateDebugInformation>true</GenerateDebugInformation>
108      <EnableCOMDATFolding>true</EnableCOMDATFolding>
109      <OptimizeReferences>true</OptimizeReferences>
110      <AdditionalDependencies>psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
111      <SubSystem>Windows</SubSystem>
112    </Link>
113  </ItemDefinitionGroup>
114  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
115    <ClCompile>
116      <WarningLevel>Level3</WarningLevel>
117      <Optimization>MaxSpeed</Optimization>
118      <FunctionLevelLinking>true</FunctionLevelLinking>
119      <IntrinsicFunctions>true</IntrinsicFunctions>
120      <SDLCheck>true</SDLCheck>
121      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;POLYPERF_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
122    </ClCompile>
123    <Link>
124      <GenerateDebugInformation>true</GenerateDebugInformation>
125      <EnableCOMDATFolding>true</EnableCOMDATFolding>
126      <OptimizeReferences>true</OptimizeReferences>
127      <AdditionalDependencies>psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
128      <SubSystem>Windows</SubSystem>
129    </Link>
130  </ItemDefinitionGroup>
131  <ItemGroup>
132    <ClCompile Include="PolyPerf.cpp" />
133  </ItemGroup>
134  <ItemGroup>
135    <ClInclude Include="..\polystatistics.h" />
136  </ItemGroup>
137  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
138  <ImportGroup Label="ExtensionTargets">
139  </ImportGroup>
140</Project>