blob: dc1d68699ee1c0a1cf44c58162aba1d1cf26b7a5 [file] [log] [blame]
Dan Albertc3bbea32014-08-21 15:48:37 -07001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.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 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{34719950-09E8-457E-BE23-8F1CE3A1F1F6}</ProjectGuid>
15 </PropertyGroup>
16 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
17 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
18 <ConfigurationType>Application</ConfigurationType>
19 <UseOfMfc>false</UseOfMfc>
20 <CharacterSet>MultiByte</CharacterSet>
21 </PropertyGroup>
22 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
23 <ConfigurationType>Application</ConfigurationType>
24 <UseOfMfc>false</UseOfMfc>
25 <CharacterSet>MultiByte</CharacterSet>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
28 <ImportGroup Label="ExtensionSettings">
29 </ImportGroup>
30 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
31 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
32 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
33 </ImportGroup>
34 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
37 </ImportGroup>
38 <PropertyGroup Label="UserMacros" />
39 <PropertyGroup>
40 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
41 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
42 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)$(ProjectName)\</OutDir>
43 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)$(ProjectName)\</IntDir>
44 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
45 <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IncludePath)</IncludePath>
46 <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(LibraryPath)</LibraryPath>
47 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)$(ProjectName)\</IntDir>
48 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)$(ProjectName)\</OutDir>
49 </PropertyGroup>
50 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51 <Midl>
52 <TypeLibraryName>.\tinyXmlTest___Win32_Debug/tinyXmlTest.tlb</TypeLibraryName>
53 <HeaderFileName>
54 </HeaderFileName>
55 </Midl>
56 <ClCompile>
57 <Optimization>Disabled</Optimization>
58 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;TUNE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
59 <MinimalRebuild>true</MinimalRebuild>
60 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
61 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
62 <BrowseInformation>true</BrowseInformation>
63 <WarningLevel>Level4</WarningLevel>
64 <SuppressStartupBanner>true</SuppressStartupBanner>
65 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
66 </ClCompile>
67 <ResourceCompile>
68 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
69 <Culture>0x0409</Culture>
70 </ResourceCompile>
71 <Link>
72 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
73 <SuppressStartupBanner>true</SuppressStartupBanner>
74 <GenerateDebugInformation>true</GenerateDebugInformation>
75 <SubSystem>Console</SubSystem>
76 <RandomizedBaseAddress>false</RandomizedBaseAddress>
77 <DataExecutionPrevention>
78 </DataExecutionPrevention>
79 <TargetMachine>MachineX86</TargetMachine>
80 </Link>
81 <Bscmake>
82 <SuppressStartupBanner>true</SuppressStartupBanner>
83 </Bscmake>
84 </ItemDefinitionGroup>
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
86 <Midl>
87 <TypeLibraryName>.\tinyXmlTest___Win32_Release/tinyXmlTest.tlb</TypeLibraryName>
88 <HeaderFileName>
89 </HeaderFileName>
90 </Midl>
91 <ClCompile>
92 <Optimization>MaxSpeed</Optimization>
93 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
94 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
95 <StringPooling>true</StringPooling>
96 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
97 <FunctionLevelLinking>true</FunctionLevelLinking>
98 <BrowseInformation>true</BrowseInformation>
99 <WarningLevel>Level3</WarningLevel>
100 <SuppressStartupBanner>true</SuppressStartupBanner>
101 </ClCompile>
102 <ResourceCompile>
103 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
104 <Culture>0x0409</Culture>
105 </ResourceCompile>
106 <Link>
107 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
108 <SuppressStartupBanner>true</SuppressStartupBanner>
109 <SubSystem>Console</SubSystem>
110 <RandomizedBaseAddress>false</RandomizedBaseAddress>
111 <DataExecutionPrevention>
112 </DataExecutionPrevention>
113 <TargetMachine>MachineX86</TargetMachine>
114 </Link>
115 <Bscmake>
116 <SuppressStartupBanner>true</SuppressStartupBanner>
117 </Bscmake>
118 </ItemDefinitionGroup>
119 <ItemGroup>
120 <ClCompile Include="xmltest.cpp">
121 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
122 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
123 </ClCompile>
124 </ItemGroup>
125 <ItemGroup>
126 <ProjectReference Include="tinyxml_lib.vcxproj">
127 <Project>{c406daec-0886-4771-8dea-9d7329b46cc1}</Project>
128 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
129 </ProjectReference>
130 </ItemGroup>
131 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
132 <ImportGroup Label="ExtensionTargets">
133 </ImportGroup>
134</Project>