blob: 0ecc3fe5dbfc92ed1a91eaa67e94bd51023e0fbe [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>{53ED5965-5BCA-47B5-9EB0-EDD20882F22F}</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'">false</LinkIncremental>
42 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
43 <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IncludePath)</IncludePath>
44 <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(LibraryPath)</LibraryPath>
45 <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IncludePath)</IncludePath>
46 <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|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 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)$(ProjectName)\</OutDir>
50 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)$(ProjectName)\</IntDir>
51 </PropertyGroup>
52 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
53 <Midl>
54 <TypeLibraryName>.\tinyXmlTestSTL___Win32_Debug/tinyXmlTestSTL.tlb</TypeLibraryName>
55 <HeaderFileName>
56 </HeaderFileName>
57 </Midl>
58 <ClCompile>
59 <Optimization>Disabled</Optimization>
60 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;TIXML_USE_STL;TUNE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
61 <MinimalRebuild>true</MinimalRebuild>
62 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
63 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
64 <BrowseInformation>true</BrowseInformation>
65 <WarningLevel>Level4</WarningLevel>
66 <SuppressStartupBanner>true</SuppressStartupBanner>
67 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
68 </ClCompile>
69 <ResourceCompile>
70 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
71 <Culture>0x0409</Culture>
72 </ResourceCompile>
73 <Link>
74 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
75 <SuppressStartupBanner>true</SuppressStartupBanner>
76 <GenerateDebugInformation>true</GenerateDebugInformation>
77 <SubSystem>Console</SubSystem>
78 <RandomizedBaseAddress>false</RandomizedBaseAddress>
79 <DataExecutionPrevention>
80 </DataExecutionPrevention>
81 <TargetMachine>MachineX86</TargetMachine>
82 </Link>
83 <Bscmake>
84 <SuppressStartupBanner>true</SuppressStartupBanner>
85 </Bscmake>
86 </ItemDefinitionGroup>
87 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
88 <Midl>
89 <TypeLibraryName>.\tinyXmlTestSTL___Win32_Release/tinyXmlTestSTL.tlb</TypeLibraryName>
90 <HeaderFileName>
91 </HeaderFileName>
92 </Midl>
93 <ClCompile>
94 <Optimization>MaxSpeed</Optimization>
95 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
96 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;TIXML_USE_STL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97 <StringPooling>true</StringPooling>
98 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
99 <FunctionLevelLinking>true</FunctionLevelLinking>
100 <WarningLevel>Level3</WarningLevel>
101 <SuppressStartupBanner>true</SuppressStartupBanner>
102 </ClCompile>
103 <ResourceCompile>
104 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105 <Culture>0x0409</Culture>
106 </ResourceCompile>
107 <Link>
108 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
109 <SuppressStartupBanner>true</SuppressStartupBanner>
110 <SubSystem>Console</SubSystem>
111 <RandomizedBaseAddress>false</RandomizedBaseAddress>
112 <DataExecutionPrevention>
113 </DataExecutionPrevention>
114 <TargetMachine>MachineX86</TargetMachine>
115 </Link>
116 <Bscmake>
117 <SuppressStartupBanner>true</SuppressStartupBanner>
118 </Bscmake>
119 </ItemDefinitionGroup>
120 <ItemGroup>
121 <ClCompile Include="xmltest.cpp">
122 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
123 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
124 </ClCompile>
125 </ItemGroup>
126 <ItemGroup>
127 <ProjectReference Include="tinyxmlSTL.vcxproj">
128 <Project>{a3a84737-5017-4577-b8a2-79429a25b8b6}</Project>
129 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
130 </ProjectReference>
131 </ItemGroup>
132 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
133 <ImportGroup Label="ExtensionTargets">
134 </ImportGroup>
135</Project>