yaml-reader.vcproj 6.51 KB
Newer Older
beder's avatar
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
<?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"
43
				AdditionalIncludeDirectories="include"
beder's avatar
beder committed
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
				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"
113
				AdditionalIncludeDirectories="include"
beder's avatar
beder committed
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
164
165
166
				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}"
			>
			<File
167
				RelativePath=".\src\main.cpp"
beder's avatar
beder committed
168
169
				>
			</File>
170
			<File
171
				RelativePath=".\src\tests.cpp"
172
173
				>
			</File>
beder's avatar
beder committed
174
175
			<Filter
				Name="Scanner"
beder's avatar
beder committed
176
				>
beder's avatar
beder committed
177
				<File
178
					RelativePath=".\src\exp.cpp"
beder's avatar
beder committed
179
180
181
					>
				</File>
				<File
182
					RelativePath=".\src\regex.cpp"
beder's avatar
beder committed
183
184
185
					>
				</File>
				<File
186
					RelativePath=".\src\scanner.cpp"
beder's avatar
beder committed
187
188
189
					>
				</File>
				<File
190
					RelativePath=".\src\scanscalar.cpp"
beder's avatar
beder committed
191
192
193
					>
				</File>
				<File
194
					RelativePath=".\src\scantoken.cpp"
beder's avatar
beder committed
195
196
197
					>
				</File>
				<File
198
					RelativePath=".\src\simplekey.cpp"
beder's avatar
beder committed
199
200
201
					>
				</File>
				<File
202
					RelativePath=".\src\stream.cpp"
beder's avatar
beder committed
203
204
205
206
207
					>
				</File>
			</Filter>
			<Filter
				Name="Parser"
208
				>
beder's avatar
beder committed
209
				<File
210
					RelativePath=".\src\parser.cpp"
beder's avatar
beder committed
211
212
					>
				</File>
213
				<File
214
					RelativePath=".\src\parserstate.cpp"
215
216
					>
				</File>
beder's avatar
beder committed
217
			</Filter>
218
219
220
221
			<Filter
				Name="Representation"
				>
				<File
222
					RelativePath=".\src\content.cpp"
223
224
					>
				</File>
225
				<File
226
					RelativePath=".\src\iterator.cpp"
227
228
					>
				</File>
229
				<File
230
					RelativePath=".\src\map.cpp"
231
232
233
					>
				</File>
				<File
234
					RelativePath=".\src\node.cpp"
235
236
237
					>
				</File>
				<File
238
					RelativePath=".\src\scalar.cpp"
239
240
241
					>
				</File>
				<File
242
					RelativePath=".\src\sequence.cpp"
243
244
245
					>
				</File>
			</Filter>
beder's avatar
beder committed
246
247
248
249
250
251
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
			>
beder's avatar
beder committed
252
			<File
253
				RelativePath=".\include\exceptions.h"
beder's avatar
beder committed
254
255
				>
			</File>
256
			<File
257
				RelativePath=".\src\tests.h"
258
259
				>
			</File>
beder's avatar
beder committed
260
261
262
263
			<Filter
				Name="Scanner"
				>
				<File
264
					RelativePath=".\src\exp.h"
beder's avatar
beder committed
265
266
267
					>
				</File>
				<File
268
					RelativePath=".\src\regex.h"
beder's avatar
beder committed
269
270
271
					>
				</File>
				<File
272
					RelativePath=".\src\scanner.h"
beder's avatar
beder committed
273
274
275
					>
				</File>
				<File
276
					RelativePath=".\src\scanscalar.h"
beder's avatar
beder committed
277
278
279
					>
				</File>
				<File
280
					RelativePath=".\src\stream.h"
beder's avatar
beder committed
281
282
					>
				</File>
283
				<File
284
					RelativePath=".\src\token.h"
285
286
					>
				</File>
beder's avatar
beder committed
287
288
289
290
291
			</Filter>
			<Filter
				Name="Parser"
				>
				<File
292
					RelativePath=".\include\parser.h"
beder's avatar
beder committed
293
294
					>
				</File>
295
				<File
296
					RelativePath=".\include\parserstate.h"
297
298
					>
				</File>
beder's avatar
beder committed
299
			</Filter>
300
301
302
303
			<Filter
				Name="Representation"
				>
				<File
304
					RelativePath=".\src\content.h"
305
306
					>
				</File>
307
				<File
308
					RelativePath=".\include\ltnode.h"
309
310
					>
				</File>
311
				<File
312
					RelativePath=".\src\map.h"
313
314
315
					>
				</File>
				<File
316
					RelativePath=".\include\node.h"
317
318
319
					>
				</File>
				<File
320
					RelativePath=".\src\scalar.h"
321
322
323
					>
				</File>
				<File
324
					RelativePath=".\src\sequence.h"
325
326
327
					>
				</File>
			</Filter>
beder's avatar
beder committed
328
329
330
331
332
333
		</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}"
			>
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
			<File
				RelativePath=".\tests\directives.yaml"
				>
			</File>
			<File
				RelativePath=".\tests\mixed.yaml"
				>
			</File>
			<File
				RelativePath=".\tests\scalars.yaml"
				>
			</File>
			<File
				RelativePath=".\tests\simple.yaml"
				>
			</File>
beder's avatar
beder committed
350
351
352
353
			<File
				RelativePath=".\test.yaml"
				>
			</File>
beder's avatar
beder committed
354
355
356
357
358
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>