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 </Link> 102 </ItemDefinitionGroup> 103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 104 <ClCompile> 105 <PrecompiledHeader>NotUsing</PrecompiledHeader> 106 <WarningLevel>Level3</WarningLevel> 107 <Optimization>Disabled</Optimization> 108 <PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 109 <SDLCheck>true</SDLCheck> 110 </ClCompile> 111 <ResourceCompile> 112 <Culture>0x0409</Culture> 113 <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 114 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 115 </ResourceCompile> 116 <Link> 117 <SubSystem>Console</SubSystem> 118 <GenerateDebugInformation>true</GenerateDebugInformation> 119 </Link> 120 </ItemDefinitionGroup> 121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 122 <ClCompile> 123 <PrecompiledHeader>NotUsing</PrecompiledHeader> 124 <WarningLevel>Level3</WarningLevel> 125 <Optimization>MaxSpeed</Optimization> 126 <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 127 <SDLCheck>true</SDLCheck> 128 </ClCompile> 129 <ResourceCompile> 130 <Culture>0x0409</Culture> 131 <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 132 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 133 </ResourceCompile> 134 <Link> 135 <SubSystem>Console</SubSystem> 136 <GenerateDebugInformation>true</GenerateDebugInformation> 137 <EnableCOMDATFolding>true</EnableCOMDATFolding> 138 <OptimizeReferences>true</OptimizeReferences> 139 </Link> 140 </ItemDefinitionGroup> 141 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 142 <ClCompile> 143 <PrecompiledHeader>NotUsing</PrecompiledHeader> 144 <WarningLevel>Level3</WarningLevel> 145 <Optimization>MaxSpeed</Optimization> 146 <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 147 <SDLCheck>true</SDLCheck> 148 </ClCompile> 149 <ResourceCompile> 150 <Culture>0x0409</Culture> 151 <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 152 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 153 </ResourceCompile> 154 <Link> 155 <SubSystem>Console</SubSystem> 156 <GenerateDebugInformation>true</GenerateDebugInformation> 157 <EnableCOMDATFolding>true</EnableCOMDATFolding> 158 <OptimizeReferences>true</OptimizeReferences> 159 </Link> 160 </ItemDefinitionGroup> 161 <ItemGroup> 162 <ClCompile Include="../CComObject.cpp"> 163 <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MultiThreaded</RuntimeLibrary> 164 <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MultiThreaded</RuntimeLibrary> 165 <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MultiThreadedDebug</RuntimeLibrary> 166 <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">MultiThreadedDebug</RuntimeLibrary> 167 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> 168 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> 169 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> 170 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> 171 </ClCompile> 172 </ItemGroup> 173 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 174 <ImportGroup Label="ExtensionTargets"> 175 </ImportGroup> 176</Project>