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="tinyxmlSTL"
6
	SccProjectName=""
7
	SccLocalPath="">
8
	<Platforms>
9
		<Platform
10
			Name="Win32"/>
11
	</Platforms>
12
	<Configurations>
13
		<Configuration
14
			Name="Debug|Win32"
15
			OutputDirectory=".\Debug_STL"
16
			IntermediateDirectory=".\Debug_STL"
17
			ConfigurationType="4"
18
			UseOfMFC="0"
19
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
20
			CharacterSet="2">
21
			<Tool
22
				Name="VCCLCompilerTool"
23
				Optimization="0"
24
				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;TIXML_USE_STL"
25
				BasicRuntimeChecks="3"
26
				RuntimeLibrary="3"
27
				PrecompiledHeaderFile=".\Debug_STL/tinyxmlSTL.pch"
28
				AssemblerListingLocation=".\Debug_STL/"
29
				ObjectFile=".\Debug_STL/"
30
				ProgramDataBaseFileName=".\Debug_STL/"
31
				WarningLevel="3"
32
				SuppressStartupBanner="TRUE"
33
				DebugInformationFormat="4"/>
34
			<Tool
35
				Name="VCCustomBuildTool"/>
36
			<Tool
37
				Name="VCLibrarianTool"
38
				OutputFile="Debug_STL\tinyxmld_STL.lib"
39
				SuppressStartupBanner="TRUE"/>
40
			<Tool
41
				Name="VCMIDLTool"/>
42
			<Tool
43
				Name="VCPostBuildEventTool"/>
44
			<Tool
45
				Name="VCPreBuildEventTool"/>
46
			<Tool
47
				Name="VCPreLinkEventTool"/>
48
			<Tool
49
				Name="VCResourceCompilerTool"
50
				PreprocessorDefinitions="_DEBUG"
51
				Culture="1033"/>
52
			<Tool
53
				Name="VCWebServiceProxyGeneratorTool"/>
54
			<Tool
55
				Name="VCXMLDataGeneratorTool"/>
56
			<Tool
57
				Name="VCManagedWrapperGeneratorTool"/>
58
			<Tool
59
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
60
		</Configuration>
61
		<Configuration
62
			Name="Release|Win32"
63
			OutputDirectory=".\Release_STL"
64
			IntermediateDirectory=".\Release_STL"
65
			ConfigurationType="4"
66
			UseOfMFC="0"
67
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
68
			CharacterSet="2">
69
			<Tool
70
				Name="VCCLCompilerTool"
71
				Optimization="2"
72
				InlineFunctionExpansion="1"
73
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;TIXML_USE_STL"
74
				StringPooling="TRUE"
75
				RuntimeLibrary="2"
76
				EnableFunctionLevelLinking="TRUE"
77
				PrecompiledHeaderFile=".\Release_STL/tinyxmlSTL.pch"
78
				AssemblerListingLocation=".\Release_STL/"
79
				ObjectFile=".\Release_STL/"
80
				ProgramDataBaseFileName=".\Release_STL/"
81
				BrowseInformation="1"
82
				WarningLevel="3"
83
				SuppressStartupBanner="TRUE"/>
84
			<Tool
85
				Name="VCCustomBuildTool"/>
86
			<Tool
87
				Name="VCLibrarianTool"
88
				OutputFile="Release_STL\tinyxml_STL.lib"
89
				SuppressStartupBanner="TRUE"/>
90
			<Tool
91
				Name="VCMIDLTool"/>
92
			<Tool
93
				Name="VCPostBuildEventTool"/>
94
			<Tool
95
				Name="VCPreBuildEventTool"/>
96
			<Tool
97
				Name="VCPreLinkEventTool"/>
98
			<Tool
99
				Name="VCResourceCompilerTool"
100
				PreprocessorDefinitions="NDEBUG"
101
				Culture="1033"/>
102
			<Tool
103
				Name="VCWebServiceProxyGeneratorTool"/>
104
			<Tool
105
				Name="VCXMLDataGeneratorTool"/>
106
			<Tool
107
				Name="VCManagedWrapperGeneratorTool"/>
108
			<Tool
109
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
110
		</Configuration>
111
	</Configurations>
112
	<References>
113
	</References>
114
	<Files>
115
		<Filter
116
			Name="Source Files"
117
			Filter="">
118
			<File
119
				RelativePath="tinystr.cpp">
120
				<FileConfiguration
121
					Name="Debug|Win32">
122
					<Tool
123
						Name="VCCLCompilerTool"
124
						Optimization="0"
125
						PreprocessorDefinitions=""
126
						BasicRuntimeChecks="3"/>
127
				</FileConfiguration>
128
				<FileConfiguration
129
					Name="Release|Win32">
130
					<Tool
131
						Name="VCCLCompilerTool"
132
						Optimization="2"
133
						PreprocessorDefinitions=""
134
						BrowseInformation="1"/>
135
				</FileConfiguration>
136
			</File>
137
			<File
138
				RelativePath="tinyxml.cpp">
139
				<FileConfiguration
140
					Name="Debug|Win32">
141
					<Tool
142
						Name="VCCLCompilerTool"
143
						Optimization="0"
144
						PreprocessorDefinitions=""
145
						BasicRuntimeChecks="3"/>
146
				</FileConfiguration>
147
				<FileConfiguration
148
					Name="Release|Win32">
149
					<Tool
150
						Name="VCCLCompilerTool"
151
						Optimization="2"
152
						PreprocessorDefinitions=""
153
						BrowseInformation="1"/>
154
				</FileConfiguration>
155
			</File>
156
			<File
157
				RelativePath="tinyxmlerror.cpp">
158
				<FileConfiguration
159
					Name="Debug|Win32">
160
					<Tool
161
						Name="VCCLCompilerTool"
162
						Optimization="0"
163
						PreprocessorDefinitions=""
164
						BasicRuntimeChecks="3"/>
165
				</FileConfiguration>
166
				<FileConfiguration
167
					Name="Release|Win32">
168
					<Tool
169
						Name="VCCLCompilerTool"
170
						Optimization="2"
171
						PreprocessorDefinitions=""
172
						BrowseInformation="1"/>
173
				</FileConfiguration>
174
			</File>
175
			<File
176
				RelativePath="tinyxmlparser.cpp">
177
				<FileConfiguration
178
					Name="Debug|Win32">
179
					<Tool
180
						Name="VCCLCompilerTool"
181
						Optimization="0"
182
						PreprocessorDefinitions=""
183
						BasicRuntimeChecks="3"/>
184
				</FileConfiguration>
185
				<FileConfiguration
186
					Name="Release|Win32">
187
					<Tool
188
						Name="VCCLCompilerTool"
189
						Optimization="2"
190
						PreprocessorDefinitions=""
191
						BrowseInformation="1"/>
192
				</FileConfiguration>
193
			</File>
194
		</Filter>
195
		<Filter
196
			Name="Header Files"
197
			Filter="">
198
			<File
199
				RelativePath="tinystr.h">
200
			</File>
201
			<File
202
				RelativePath="tinyxml.h">
203
			</File>
204
		</Filter>
205
		<File
206
			RelativePath="changes.txt">
207
		</File>
208
		<File
209
			RelativePath="readme.txt">
210
		</File>
211
	</Files>
212
	<Globals>
213
	</Globals>
214
</VisualStudioProject>