source: cfg_oil/trunk/cfg/cfg.vcproj@ 8

Last change on this file since 8 was 8, checked in by msugi, 14 years ago

ディレクトリ構造の作成,ソース一式とReleaseビルドのコミット.

File size: 8.2 KB
Line 
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="cfg"
6 ProjectGUID="{0C8E059D-E1E3-4753-8BD5-1A7098316F6E}"
7 RootNamespace="cfg"
8 TargetFrameworkVersion="196613"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21 IntermediateDirectory="$(ConfigurationName)"
22 ConfigurationType="1"
23 CharacterSet="2"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 />
40 <Tool
41 Name="VCCLCompilerTool"
42 AdditionalOptions="/GR /D &quot;_CONSOLE&quot;"
43 Optimization="0"
44 AdditionalIncludeDirectories="$(SolutionDir)"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 WarningLevel="3"
49 DebugInformationFormat="4"
50 />
51 <Tool
52 Name="VCManagedResourceCompilerTool"
53 />
54 <Tool
55 Name="VCResourceCompilerTool"
56 />
57 <Tool
58 Name="VCPreLinkEventTool"
59 />
60 <Tool
61 Name="VCLinkerTool"
62 GenerateDebugInformation="true"
63 TargetMachine="1"
64 />
65 <Tool
66 Name="VCALinkTool"
67 />
68 <Tool
69 Name="VCManifestTool"
70 />
71 <Tool
72 Name="VCXDCMakeTool"
73 />
74 <Tool
75 Name="VCBscMakeTool"
76 />
77 <Tool
78 Name="VCFxCopTool"
79 />
80 <Tool
81 Name="VCAppVerifierTool"
82 />
83 <Tool
84 Name="VCPostBuildEventTool"
85 />
86 </Configuration>
87 <Configuration
88 Name="Release|Win32"
89 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
90 IntermediateDirectory="$(ConfigurationName)"
91 ConfigurationType="1"
92 CharacterSet="2"
93 WholeProgramOptimization="1"
94 >
95 <Tool
96 Name="VCPreBuildEventTool"
97 />
98 <Tool
99 Name="VCCustomBuildTool"
100 />
101 <Tool
102 Name="VCXMLDataGeneratorTool"
103 />
104 <Tool
105 Name="VCWebServiceProxyGeneratorTool"
106 />
107 <Tool
108 Name="VCMIDLTool"
109 />
110 <Tool
111 Name="VCCLCompilerTool"
112 Optimization="2"
113 EnableIntrinsicFunctions="true"
114 AdditionalIncludeDirectories="$(SolutionDir)"
115 RuntimeLibrary="2"
116 EnableFunctionLevelLinking="true"
117 WarningLevel="3"
118 DebugInformationFormat="3"
119 />
120 <Tool
121 Name="VCManagedResourceCompilerTool"
122 />
123 <Tool
124 Name="VCResourceCompilerTool"
125 />
126 <Tool
127 Name="VCPreLinkEventTool"
128 />
129 <Tool
130 Name="VCLinkerTool"
131 GenerateDebugInformation="true"
132 OptimizeReferences="2"
133 EnableCOMDATFolding="2"
134 TargetMachine="1"
135 />
136 <Tool
137 Name="VCALinkTool"
138 />
139 <Tool
140 Name="VCManifestTool"
141 />
142 <Tool
143 Name="VCXDCMakeTool"
144 />
145 <Tool
146 Name="VCBscMakeTool"
147 />
148 <Tool
149 Name="VCFxCopTool"
150 />
151 <Tool
152 Name="VCAppVerifierTool"
153 />
154 <Tool
155 Name="VCPostBuildEventTool"
156 />
157 </Configuration>
158 </Configurations>
159 <References>
160 </References>
161 <Files>
162 <Filter
163 Name="source"
164 >
165 <Filter
166 Name="cfg"
167 >
168 <File
169 RelativePath=".\cfg.cpp"
170 >
171 </File>
172 <File
173 RelativePath=".\cfg0.cpp"
174 >
175 </File>
176 <File
177 RelativePath=".\cfg1.cpp"
178 >
179 </File>
180 <File
181 RelativePath=".\cfg2.cpp"
182 >
183 </File>
184 <File
185 RelativePath=".\cfg_init.cpp"
186 >
187 </File>
188 <File
189 RelativePath=".\cfg_version.cpp"
190 >
191 </File>
192 </Filter>
193 <Filter
194 Name="toppers"
195 >
196 <File
197 RelativePath="..\toppers\builtin_function.cpp"
198 >
199 </File>
200 <File
201 RelativePath="..\toppers\c_chlit_parser.cpp"
202 >
203 </File>
204 <File
205 RelativePath="..\toppers\c_ident_parser.cpp"
206 >
207 </File>
208 <File
209 RelativePath="..\toppers\c_int_parser.cpp"
210 >
211 </File>
212 <File
213 RelativePath="..\toppers\c_keywords.cpp"
214 >
215 </File>
216 <File
217 RelativePath="..\toppers\c_plus_plus_keywords.cpp"
218 >
219 </File>
220 <File
221 RelativePath="..\toppers\c_strlit_parser.cpp"
222 >
223 </File>
224 <File
225 RelativePath="..\toppers\cpp.cpp"
226 >
227 </File>
228 <File
229 RelativePath="..\toppers\diagnostics.cpp"
230 >
231 </File>
232 <File
233 RelativePath="..\toppers\gettext.cpp"
234 >
235 </File>
236 <File
237 RelativePath="..\toppers\global.cpp"
238 >
239 </File>
240 <File
241 RelativePath="..\toppers\io.cpp"
242 >
243 </File>
244 <File
245 RelativePath="..\toppers\macro_processor.cpp"
246 >
247 </File>
248 <File
249 RelativePath="..\toppers\mbchar_parser.cpp"
250 >
251 </File>
252 <File
253 RelativePath="..\toppers\nm_symbol.cpp"
254 >
255 </File>
256 <File
257 RelativePath="..\toppers\output_file.cpp"
258 >
259 </File>
260 <File
261 RelativePath="..\toppers\s_record.cpp"
262 >
263 </File>
264 <Filter
265 Name="oil"
266 >
267 <File
268 RelativePath="..\toppers\oil\cfg1_out.cpp"
269 >
270 </File>
271 <File
272 RelativePath="..\toppers\oil\configuration_manager.cpp"
273 >
274 </File>
275 <File
276 RelativePath="..\toppers\oil\factory.cpp"
277 >
278 </File>
279 <File
280 RelativePath="..\toppers\oil\oil_object.cpp"
281 >
282 </File>
283 <File
284 RelativePath="..\toppers\oil\oil_parse.cpp"
285 >
286 </File>
287 <File
288 RelativePath="..\toppers\oil\preprocess.cpp"
289 >
290 </File>
291 </Filter>
292 </Filter>
293 </Filter>
294 <Filter
295 Name="header"
296 Filter="h;hpp;hxx;hm;inl;inc;xsd"
297 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
298 >
299 <Filter
300 Name="toppers"
301 >
302 <File
303 RelativePath="..\toppers\c_expr.hpp"
304 >
305 </File>
306 <File
307 RelativePath="..\toppers\c_parser.hpp"
308 >
309 </File>
310 <File
311 RelativePath="..\toppers\c_pp_line.hpp"
312 >
313 </File>
314 <File
315 RelativePath="..\toppers\codeset.hpp"
316 >
317 </File>
318 <File
319 RelativePath="..\toppers\config.hpp"
320 >
321 </File>
322 <File
323 RelativePath="..\toppers\cpp.hpp"
324 >
325 </File>
326 <File
327 RelativePath="..\toppers\csv.hpp"
328 >
329 </File>
330 <File
331 RelativePath="..\toppers\debug.hpp"
332 >
333 </File>
334 <File
335 RelativePath="..\toppers\diagnostics.hpp"
336 >
337 </File>
338 <File
339 RelativePath="..\toppers\gettext.hpp"
340 >
341 </File>
342 <File
343 RelativePath="..\toppers\global.hpp"
344 >
345 </File>
346 <File
347 RelativePath="..\toppers\io.hpp"
348 >
349 </File>
350 <File
351 RelativePath="..\toppers\macro_processor.hpp"
352 >
353 </File>
354 <File
355 RelativePath="..\toppers\misc.hpp"
356 >
357 </File>
358 <File
359 RelativePath="..\toppers\nm_symbol.hpp"
360 >
361 </File>
362 <File
363 RelativePath="..\toppers\output_file.hpp"
364 >
365 </File>
366 <File
367 RelativePath="..\toppers\s_record.hpp"
368 >
369 </File>
370 <File
371 RelativePath="..\toppers\text.hpp"
372 >
373 </File>
374 <File
375 RelativePath="..\toppers\text_line.hpp"
376 >
377 </File>
378 <File
379 RelativePath="..\toppers\workaround.hpp"
380 >
381 </File>
382 <Filter
383 Name="oil"
384 >
385 <File
386 RelativePath="..\toppers\oil\cfg1_out.hpp"
387 >
388 </File>
389 <File
390 RelativePath="..\toppers\oil\configuration_manager.hpp"
391 >
392 </File>
393 <File
394 RelativePath="..\toppers\oil\factory.hpp"
395 >
396 </File>
397 <File
398 RelativePath="..\toppers\oil\oil_object.hpp"
399 >
400 </File>
401 <File
402 RelativePath="..\toppers\oil\oil_parser.hpp"
403 >
404 </File>
405 <File
406 RelativePath="..\toppers\oil\preprocess.hpp"
407 >
408 </File>
409 </Filter>
410 </Filter>
411 <Filter
412 Name="cfg"
413 >
414 <File
415 RelativePath=".\cfg.hpp"
416 >
417 </File>
418 <File
419 RelativePath=".\require_modules.hpp"
420 >
421 </File>
422 </Filter>
423 </Filter>
424 <Filter
425 Name="ƒŠƒ\[ƒX ƒtƒ@ƒCƒ‹"
426 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
427 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
428 >
429 </Filter>
430 </Files>
431 <Globals>
432 </Globals>
433</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.