Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
204 chris 1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="7.10"
5
	Name="tinyXmlTest"
6
	SccProjectName=""
7
	SccLocalPath="">
8
	<Platforms>
9
		<Platform
10
			Name="Win32"/>
11
	</Platforms>
12
	<Configurations>
13
		<Configuration
14
			Name="Debug|Win32"
15
			OutputDirectory=".\tinyXmlTest___Win32_Debug"
16
			IntermediateDirectory=".\tinyXmlTest___Win32_Debug"
17
			ConfigurationType="1"
18
			UseOfMFC="0"
19
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
20
			CharacterSet="2">
21
			<Tool
22
				Name="VCCLCompilerTool"
23
				Optimization="0"
24
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
25
				BasicRuntimeChecks="3"
26
				RuntimeLibrary="3"
27
				PrecompiledHeaderFile=".\tinyXmlTest___Win32_Debug/tinyXmlTest.pch"
28
				AssemblerListingLocation=".\tinyXmlTest___Win32_Debug/"
29
				ObjectFile=".\tinyXmlTest___Win32_Debug/"
30
				ProgramDataBaseFileName=".\tinyXmlTest___Win32_Debug/"
31
				BrowseInformation="1"
32
				WarningLevel="3"
33
				SuppressStartupBanner="TRUE"
34
				DebugInformationFormat="4"/>
35
			<Tool
36
				Name="VCCustomBuildTool"/>
37
			<Tool
38
				Name="VCLinkerTool"
39
				AdditionalDependencies="./Debug/tinyxmld.lib odbc32.lib odbccp32.lib"
40
				OutputFile=".\tinyXmlTest___Win32_Debug/tinyXmlTest.exe"
41
				LinkIncremental="1"
42
				SuppressStartupBanner="TRUE"
43
				GenerateDebugInformation="TRUE"
44
				ProgramDatabaseFile=".\tinyXmlTest___Win32_Debug/tinyXmlTest.pdb"
45
				SubSystem="1"
46
				TargetMachine="1"/>
47
			<Tool
48
				Name="VCMIDLTool"
49
				TypeLibraryName=".\tinyXmlTest___Win32_Debug/tinyXmlTest.tlb"
50
				HeaderFileName=""/>
51
			<Tool
52
				Name="VCPostBuildEventTool"/>
53
			<Tool
54
				Name="VCPreBuildEventTool"/>
55
			<Tool
56
				Name="VCPreLinkEventTool"/>
57
			<Tool
58
				Name="VCResourceCompilerTool"
59
				PreprocessorDefinitions="_DEBUG"
60
				Culture="1033"/>
61
			<Tool
62
				Name="VCWebServiceProxyGeneratorTool"/>
63
			<Tool
64
				Name="VCXMLDataGeneratorTool"/>
65
			<Tool
66
				Name="VCWebDeploymentTool"/>
67
			<Tool
68
				Name="VCManagedWrapperGeneratorTool"/>
69
			<Tool
70
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
71
		</Configuration>
72
		<Configuration
73
			Name="Release|Win32"
74
			OutputDirectory=".\tinyXmlTest___Win32_Release"
75
			IntermediateDirectory=".\tinyXmlTest___Win32_Release"
76
			ConfigurationType="1"
77
			UseOfMFC="0"
78
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
79
			CharacterSet="2">
80
			<Tool
81
				Name="VCCLCompilerTool"
82
				Optimization="2"
83
				InlineFunctionExpansion="1"
84
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
85
				StringPooling="TRUE"
86
				RuntimeLibrary="2"
87
				EnableFunctionLevelLinking="TRUE"
88
				PrecompiledHeaderFile=".\tinyXmlTest___Win32_Release/tinyXmlTest.pch"
89
				AssemblerListingLocation=".\tinyXmlTest___Win32_Release/"
90
				ObjectFile=".\tinyXmlTest___Win32_Release/"
91
				ProgramDataBaseFileName=".\tinyXmlTest___Win32_Release/"
92
				BrowseInformation="1"
93
				WarningLevel="3"
94
				SuppressStartupBanner="TRUE"/>
95
			<Tool
96
				Name="VCCustomBuildTool"/>
97
			<Tool
98
				Name="VCLinkerTool"
99
				AdditionalDependencies="./Release/tinyxml.lib odbc32.lib odbccp32.lib"
100
				OutputFile=".\tinyXmlTest___Win32_Release/tinyXmlTest.exe"
101
				LinkIncremental="1"
102
				SuppressStartupBanner="TRUE"
103
				ProgramDatabaseFile=".\tinyXmlTest___Win32_Release/tinyXmlTest.pdb"
104
				SubSystem="1"
105
				TargetMachine="1"/>
106
			<Tool
107
				Name="VCMIDLTool"
108
				TypeLibraryName=".\tinyXmlTest___Win32_Release/tinyXmlTest.tlb"
109
				HeaderFileName=""/>
110
			<Tool
111
				Name="VCPostBuildEventTool"/>
112
			<Tool
113
				Name="VCPreBuildEventTool"/>
114
			<Tool
115
				Name="VCPreLinkEventTool"/>
116
			<Tool
117
				Name="VCResourceCompilerTool"
118
				PreprocessorDefinitions="NDEBUG"
119
				Culture="1033"/>
120
			<Tool
121
				Name="VCWebServiceProxyGeneratorTool"/>
122
			<Tool
123
				Name="VCXMLDataGeneratorTool"/>
124
			<Tool
125
				Name="VCWebDeploymentTool"/>
126
			<Tool
127
				Name="VCManagedWrapperGeneratorTool"/>
128
			<Tool
129
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
130
		</Configuration>
131
	</Configurations>
132
	<References>
133
	</References>
134
	<Files>
135
		<File
136
			RelativePath="xmltest.cpp">
137
			<FileConfiguration
138
				Name="Debug|Win32">
139
				<Tool
140
					Name="VCCLCompilerTool"
141
					Optimization="0"
142
					PreprocessorDefinitions=""
143
					BasicRuntimeChecks="3"
144
					BrowseInformation="1"/>
145
			</FileConfiguration>
146
			<FileConfiguration
147
				Name="Release|Win32">
148
				<Tool
149
					Name="VCCLCompilerTool"
150
					Optimization="2"
151
					PreprocessorDefinitions=""
152
					BrowseInformation="1"/>
153
			</FileConfiguration>
154
		</File>
155
	</Files>
156
	<Globals>
157
	</Globals>
158
</VisualStudioProject>