yaml-reader.vcproj 5.32 KB
Newer Older
Jesse Beder's avatar
Jesse Beder committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="9.00"
	Name="yaml-reader"
	ProjectGUID="{E8CC0D8A-D784-4A6B-B78B-ACEA13F9FB0B}"
	RootNamespace="yamlreader"
	TargetFrameworkVersion="196613"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="1"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				MinimalRebuild="true"
				BasicRuntimeChecks="3"
				RuntimeLibrary="3"
				WarningLevel="3"
				DebugInformationFormat="4"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				GenerateDebugInformation="true"
				TargetMachine="1"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="1"
			CharacterSet="2"
			WholeProgramOptimization="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="2"
				EnableIntrinsicFunctions="true"
				RuntimeLibrary="2"
				EnableFunctionLevelLinking="true"
				WarningLevel="3"
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				GenerateDebugInformation="true"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				TargetMachine="1"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
			>
164
165
166
167
			<File
				RelativePath=".\content.cpp"
				>
			</File>
Jesse Beder's avatar
Jesse Beder committed
168
169
170
171
			<File
				RelativePath=".\document.cpp"
				>
			</File>
172
173
174
175
			<File
				RelativePath=".\exp.cpp"
				>
			</File>
Jesse Beder's avatar
Jesse Beder committed
176
177
178
179
			<File
				RelativePath=".\main.cpp"
				>
			</File>
180
181
182
183
			<File
				RelativePath=".\map.cpp"
				>
			</File>
Jesse Beder's avatar
Jesse Beder committed
184
185
186
187
			<File
				RelativePath=".\node.cpp"
				>
			</File>
188
189
190
191
			<File
				RelativePath=".\parser.cpp"
				>
			</File>
192
193
194
195
			<File
				RelativePath=".\regex.cpp"
				>
			</File>
196
197
198
199
			<File
				RelativePath=".\scalar.cpp"
				>
			</File>
Jesse Beder's avatar
Jesse Beder committed
200
201
202
203
			<File
				RelativePath=".\scanner.cpp"
				>
			</File>
204
205
206
207
			<File
				RelativePath=".\scanscalar.cpp"
				>
			</File>
208
209
210
211
			<File
				RelativePath=".\scantoken.cpp"
				>
			</File>
212
213
214
215
			<File
				RelativePath=".\sequence.cpp"
				>
			</File>
Jesse Beder's avatar
Jesse Beder committed
216
217
218
219
			<File
				RelativePath=".\simplekey.cpp"
				>
			</File>
220
221
222
223
			<File
				RelativePath=".\stream.cpp"
				>
			</File>
Jesse Beder's avatar
Jesse Beder committed
224
225
226
227
228
229
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
			>
230
231
232
233
			<File
				RelativePath=".\content.h"
				>
			</File>
Jesse Beder's avatar
Jesse Beder committed
234
235
236
237
			<File
				RelativePath=".\document.h"
				>
			</File>
Jesse Beder's avatar
Jesse Beder committed
238
239
240
241
			<File
				RelativePath=".\exceptions.h"
				>
			</File>
242
243
244
245
			<File
				RelativePath=".\exp.h"
				>
			</File>
246
247
248
249
			<File
				RelativePath=".\map.h"
				>
			</File>
Jesse Beder's avatar
Jesse Beder committed
250
251
252
253
			<File
				RelativePath=".\node.h"
				>
			</File>
254
255
256
257
			<File
				RelativePath=".\parser.h"
				>
			</File>
258
259
260
261
			<File
				RelativePath=".\regex.h"
				>
			</File>
262
263
264
265
			<File
				RelativePath=".\scalar.h"
				>
			</File>
Jesse Beder's avatar
Jesse Beder committed
266
267
268
269
			<File
				RelativePath=".\scanner.h"
				>
			</File>
270
271
272
273
			<File
				RelativePath=".\scanscalar.h"
				>
			</File>
274
275
276
277
			<File
				RelativePath=".\sequence.h"
				>
			</File>
278
279
280
281
			<File
				RelativePath=".\stream.h"
				>
			</File>
Jesse Beder's avatar
Jesse Beder committed
282
283
284
285
			<File
				RelativePath=".\token.h"
				>
			</File>
Jesse Beder's avatar
Jesse Beder committed
286
287
288
289
290
291
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
			>
292
293
294
295
			<File
				RelativePath=".\test.yaml"
				>
			</File>
Jesse Beder's avatar
Jesse Beder committed
296
297
298
299
300
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>