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="Optimized|Win32">
9 <Configuration>Optimized</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
17 <PropertyGroup Label="Globals">
18 <ProjectGuid>{BEAAA971-E712-4662-A9EE-35AFA3D3F231}</ProjectGuid>
19 <Keyword>MakeFileProj</Keyword>
21 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
22 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Optimized|Win32'" Label="Configuration">
23 <ConfigurationType>Utility</ConfigurationType>
24 <PlatformToolset>v120</PlatformToolset>
25 <UseOfMfc>false</UseOfMfc>
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28 <ConfigurationType>Utility</ConfigurationType>
29 <PlatformToolset>v120</PlatformToolset>
30 <UseOfMfc>false</UseOfMfc>
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
33 <ConfigurationType>Utility</ConfigurationType>
34 <PlatformToolset>v120</PlatformToolset>
35 <UseOfMfc>false</UseOfMfc>
37 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
38 <ImportGroup Label="ExtensionSettings">
40 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Optimized|Win32'" Label="PropertySheets">
41 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
42 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
44 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
46 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
48 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
52 <PropertyGroup Label="UserMacros" />
54 <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
64 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Optimized|Win32'">
68 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
70 <TypeLibraryName>./_all_shared_libraries.tlb</TypeLibraryName>
73 </ItemDefinitionGroup>
74 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76 <TypeLibraryName>./_all_shared_libraries.tlb</TypeLibraryName>
79 </ItemDefinitionGroup>
80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Optimized|Win32'">
82 <TypeLibraryName>./_all_shared_libraries.tlb</TypeLibraryName>
85 </ItemDefinitionGroup>
88 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
89 <ImportGroup Label="ExtensionTargets">