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>{408AEF87-D169-4A2F-A9E3-FF3DD1D59E65}</ProjectGuid>
23    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
24    <Keyword>AtlProj</Keyword>
25  </PropertyGroup>
26  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28    <ConfigurationType>Application</ConfigurationType>
29    <UseDebugLibraries>true</UseDebugLibraries>
30    <PlatformToolset>v120_xp</PlatformToolset>
31    <CharacterSet>Unicode</CharacterSet>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34    <ConfigurationType>Application</ConfigurationType>
35    <UseDebugLibraries>false</UseDebugLibraries>
36    <PlatformToolset>v120_xp</PlatformToolset>
37    <CharacterSet>Unicode</CharacterSet>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
40    <ConfigurationType>Application</ConfigurationType>
41    <UseDebugLibraries>true</UseDebugLibraries>
42    <CharacterSet>Unicode</CharacterSet>
43    <PlatformToolset>v120_xp</PlatformToolset>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
46    <ConfigurationType>Application</ConfigurationType>
47    <UseDebugLibraries>false</UseDebugLibraries>
48    <PlatformToolset>v120_xp</PlatformToolset>
49    <CharacterSet>Unicode</CharacterSet>
50  </PropertyGroup>
51  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
52  <ImportGroup Label="ExtensionSettings">
53  </ImportGroup>
54  <ImportGroup Label="Shared">
55  </ImportGroup>
56  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58  </ImportGroup>
59  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61  </ImportGroup>
62  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
63    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64  </ImportGroup>
65  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
66    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67  </ImportGroup>
68  <PropertyGroup Label="UserMacros" />
69  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70    <IgnoreImportLibrary>true</IgnoreImportLibrary>
71    <LinkIncremental>true</LinkIncremental>
72  </PropertyGroup>
73  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
74    <IgnoreImportLibrary>true</IgnoreImportLibrary>
75    <LinkIncremental>true</LinkIncremental>
76  </PropertyGroup>
77  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78    <IgnoreImportLibrary>true</IgnoreImportLibrary>
79    <LinkIncremental>false</LinkIncremental>
80  </PropertyGroup>
81  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
82    <IgnoreImportLibrary>true</IgnoreImportLibrary>
83    <LinkIncremental>false</LinkIncremental>
84  </PropertyGroup>
85  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
86    <ClCompile>
87      <PrecompiledHeader>NotUsing</PrecompiledHeader>
88      <WarningLevel>Level3</WarningLevel>
89      <Optimization>Disabled</Optimization>
90      <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
91      <SDLCheck>true</SDLCheck>
92    </ClCompile>
93    <ResourceCompile>
94      <Culture>0x0409</Culture>
95      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
96      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97    </ResourceCompile>
98    <Link>
99      <SubSystem>Console</SubSystem>
100      <GenerateDebugInformation>true</GenerateDebugInformation>
101      <RegisterOutput>false</RegisterOutput>
102    </Link>
103  </ItemDefinitionGroup>
104  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
105    <ClCompile>
106      <PrecompiledHeader>NotUsing</PrecompiledHeader>
107      <WarningLevel>Level3</WarningLevel>
108      <Optimization>Disabled</Optimization>
109      <PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110      <SDLCheck>true</SDLCheck>
111    </ClCompile>
112    <ResourceCompile>
113      <Culture>0x0409</Culture>
114      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
115      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
116    </ResourceCompile>
117    <Link>
118      <SubSystem>Console</SubSystem>
119      <GenerateDebugInformation>true</GenerateDebugInformation>
120      <RegisterOutput>true</RegisterOutput>
121    </Link>
122  </ItemDefinitionGroup>
123  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
124    <ClCompile>
125      <PrecompiledHeader>NotUsing</PrecompiledHeader>
126      <WarningLevel>Level3</WarningLevel>
127      <Optimization>MaxSpeed</Optimization>
128      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129      <SDLCheck>true</SDLCheck>
130    </ClCompile>
131    <ResourceCompile>
132      <Culture>0x0409</Culture>
133      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
134      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
135    </ResourceCompile>
136    <Link>
137      <SubSystem>Console</SubSystem>
138      <GenerateDebugInformation>true</GenerateDebugInformation>
139      <EnableCOMDATFolding>true</EnableCOMDATFolding>
140      <OptimizeReferences>true</OptimizeReferences>
141      <RegisterOutput>true</RegisterOutput>
142    </Link>
143  </ItemDefinitionGroup>
144  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
145    <ClCompile>
146      <PrecompiledHeader>NotUsing</PrecompiledHeader>
147      <WarningLevel>Level3</WarningLevel>
148      <Optimization>MaxSpeed</Optimization>
149      <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
150      <SDLCheck>true</SDLCheck>
151    </ClCompile>
152    <ResourceCompile>
153      <Culture>0x0409</Culture>
154      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
155      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
156    </ResourceCompile>
157    <Link>
158      <SubSystem>Console</SubSystem>
159      <GenerateDebugInformation>true</GenerateDebugInformation>
160      <EnableCOMDATFolding>true</EnableCOMDATFolding>
161      <OptimizeReferences>true</OptimizeReferences>
162      <RegisterOutput>true</RegisterOutput>
163    </Link>
164  </ItemDefinitionGroup>
165  <ItemGroup>
166    <ClCompile Include="../CComObject.cpp">
167      <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MultiThreaded</RuntimeLibrary>
168      <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MultiThreaded</RuntimeLibrary>
169      <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MultiThreadedDebug</RuntimeLibrary>
170      <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">MultiThreadedDebug</RuntimeLibrary>
171      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
172      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
173      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
174      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
175    </ClCompile>
176  </ItemGroup>
177  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
178  <ImportGroup Label="ExtensionTargets">
179  </ImportGroup>
180</Project>