1 | <?xml version="1.0" encoding="shift_jis"?>
|
---|
2 | <VisualStudioProject
|
---|
3 | ProjectType="Visual C++"
|
---|
4 | Version="8.00"
|
---|
5 | Name="compiler_x64"
|
---|
6 | ProjectGUID="{864B921B-423B-4F9E-9E6B-31B15968EDF9}"
|
---|
7 | RootNamespace="BasicCompiler"
|
---|
8 | >
|
---|
9 | <Platforms>
|
---|
10 | <Platform
|
---|
11 | Name="Win32"
|
---|
12 | />
|
---|
13 | </Platforms>
|
---|
14 | <ToolFiles>
|
---|
15 | </ToolFiles>
|
---|
16 | <Configurations>
|
---|
17 | <Configuration
|
---|
18 | Name="Debug|Win32"
|
---|
19 | OutputDirectory="..\build\$(ConfigurationName)\bin\x64"
|
---|
20 | IntermediateDirectory="$(ConfigurationName)"
|
---|
21 | ConfigurationType="1"
|
---|
22 | UseOfMFC="0"
|
---|
23 | ATLMinimizesCRunTimeLibraryUsage="false"
|
---|
24 | CharacterSet="2"
|
---|
25 | >
|
---|
26 | <Tool
|
---|
27 | Name="VCPreBuildEventTool"
|
---|
28 | />
|
---|
29 | <Tool
|
---|
30 | Name="VCCustomBuildTool"
|
---|
31 | />
|
---|
32 | <Tool
|
---|
33 | Name="VCXMLDataGeneratorTool"
|
---|
34 | />
|
---|
35 | <Tool
|
---|
36 | Name="VCWebServiceProxyGeneratorTool"
|
---|
37 | />
|
---|
38 | <Tool
|
---|
39 | Name="VCMIDLTool"
|
---|
40 | PreprocessorDefinitions="_DEBUG"
|
---|
41 | MkTypLibCompatible="true"
|
---|
42 | SuppressStartupBanner="true"
|
---|
43 | TargetEnvironment="1"
|
---|
44 | TypeLibraryName=".\Debug/BasicCompiler.tlb"
|
---|
45 | HeaderFileName=""
|
---|
46 | />
|
---|
47 | <Tool
|
---|
48 | Name="VCCLCompilerTool"
|
---|
49 | AdditionalOptions="/GR"
|
---|
50 | Optimization="0"
|
---|
51 | AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
|
---|
52 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
|
---|
53 | MinimalRebuild="true"
|
---|
54 | BasicRuntimeChecks="0"
|
---|
55 | RuntimeLibrary="1"
|
---|
56 | RuntimeTypeInfo="true"
|
---|
57 | UsePrecompiledHeader="2"
|
---|
58 | PrecompiledHeaderFile=".\Debug/BasicCompiler.pch"
|
---|
59 | AssemblerListingLocation=".\Debug/"
|
---|
60 | ObjectFile=".\Debug/"
|
---|
61 | ProgramDataBaseFileName=".\Debug/"
|
---|
62 | BrowseInformation="0"
|
---|
63 | WarningLevel="3"
|
---|
64 | SuppressStartupBanner="true"
|
---|
65 | Detect64BitPortabilityProblems="true"
|
---|
66 | DebugInformationFormat="3"
|
---|
67 | CallingConvention="0"
|
---|
68 | DisableSpecificWarnings="4103"
|
---|
69 | />
|
---|
70 | <Tool
|
---|
71 | Name="VCManagedResourceCompilerTool"
|
---|
72 | />
|
---|
73 | <Tool
|
---|
74 | Name="VCResourceCompilerTool"
|
---|
75 | PreprocessorDefinitions="_DEBUG,JPN"
|
---|
76 | Culture="1041"
|
---|
77 | />
|
---|
78 | <Tool
|
---|
79 | Name="VCPreLinkEventTool"
|
---|
80 | />
|
---|
81 | <Tool
|
---|
82 | Name="VCLinkerTool"
|
---|
83 | AdditionalOptions="/MACHINE:AMD64"
|
---|
84 | AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
|
---|
85 | OutputFile="$(OutDir)\abc.exe"
|
---|
86 | LinkIncremental="2"
|
---|
87 | SuppressStartupBanner="true"
|
---|
88 | AdditionalLibraryDirectories="..\..\jenga\lib\amd64;..\lib\amd64"
|
---|
89 | IgnoreDefaultLibraryNames=""
|
---|
90 | GenerateDebugInformation="true"
|
---|
91 | ProgramDatabaseFile=".\Debug/BasicCompiler64.pdb"
|
---|
92 | SubSystem="1"
|
---|
93 | StackReserveSize="4194304"
|
---|
94 | TargetMachine="0"
|
---|
95 | />
|
---|
96 | <Tool
|
---|
97 | Name="VCALinkTool"
|
---|
98 | />
|
---|
99 | <Tool
|
---|
100 | Name="VCManifestTool"
|
---|
101 | AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
|
---|
102 | EmbedManifest="true"
|
---|
103 | />
|
---|
104 | <Tool
|
---|
105 | Name="VCXDCMakeTool"
|
---|
106 | />
|
---|
107 | <Tool
|
---|
108 | Name="VCBscMakeTool"
|
---|
109 | SuppressStartupBanner="true"
|
---|
110 | OutputFile="$(OutDir)/$(ProjectName).bsc"
|
---|
111 | />
|
---|
112 | <Tool
|
---|
113 | Name="VCFxCopTool"
|
---|
114 | />
|
---|
115 | <Tool
|
---|
116 | Name="VCAppVerifierTool"
|
---|
117 | />
|
---|
118 | <Tool
|
---|
119 | Name="VCWebDeploymentTool"
|
---|
120 | />
|
---|
121 | <Tool
|
---|
122 | Name="VCPostBuildEventTool"
|
---|
123 | />
|
---|
124 | </Configuration>
|
---|
125 | <Configuration
|
---|
126 | Name="Release|Win32"
|
---|
127 | OutputDirectory="..\build\$(ConfigurationName)\bin\x64"
|
---|
128 | IntermediateDirectory="$(ConfigurationName)"
|
---|
129 | ConfigurationType="1"
|
---|
130 | UseOfMFC="0"
|
---|
131 | ATLMinimizesCRunTimeLibraryUsage="false"
|
---|
132 | CharacterSet="2"
|
---|
133 | >
|
---|
134 | <Tool
|
---|
135 | Name="VCPreBuildEventTool"
|
---|
136 | />
|
---|
137 | <Tool
|
---|
138 | Name="VCCustomBuildTool"
|
---|
139 | />
|
---|
140 | <Tool
|
---|
141 | Name="VCXMLDataGeneratorTool"
|
---|
142 | />
|
---|
143 | <Tool
|
---|
144 | Name="VCWebServiceProxyGeneratorTool"
|
---|
145 | />
|
---|
146 | <Tool
|
---|
147 | Name="VCMIDLTool"
|
---|
148 | PreprocessorDefinitions="_DEBUG"
|
---|
149 | MkTypLibCompatible="true"
|
---|
150 | SuppressStartupBanner="true"
|
---|
151 | TargetEnvironment="1"
|
---|
152 | TypeLibraryName=".\Debug/BasicCompiler.tlb"
|
---|
153 | HeaderFileName=""
|
---|
154 | />
|
---|
155 | <Tool
|
---|
156 | Name="VCCLCompilerTool"
|
---|
157 | AdditionalOptions="/GR"
|
---|
158 | Optimization="2"
|
---|
159 | InlineFunctionExpansion="2"
|
---|
160 | EnableIntrinsicFunctions="true"
|
---|
161 | FavorSizeOrSpeed="1"
|
---|
162 | WholeProgramOptimization="false"
|
---|
163 | AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
|
---|
164 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
|
---|
165 | MinimalRebuild="false"
|
---|
166 | ExceptionHandling="1"
|
---|
167 | BasicRuntimeChecks="0"
|
---|
168 | RuntimeLibrary="0"
|
---|
169 | RuntimeTypeInfo="true"
|
---|
170 | UsePrecompiledHeader="2"
|
---|
171 | PrecompiledHeaderFile=".\Release/BasicCompiler.pch"
|
---|
172 | AssemblerListingLocation=".\Release/"
|
---|
173 | ObjectFile=".\Release/"
|
---|
174 | ProgramDataBaseFileName=".\Release/"
|
---|
175 | BrowseInformation="0"
|
---|
176 | WarningLevel="3"
|
---|
177 | SuppressStartupBanner="true"
|
---|
178 | Detect64BitPortabilityProblems="true"
|
---|
179 | DebugInformationFormat="0"
|
---|
180 | CallingConvention="0"
|
---|
181 | DisableSpecificWarnings="4103"
|
---|
182 | />
|
---|
183 | <Tool
|
---|
184 | Name="VCManagedResourceCompilerTool"
|
---|
185 | />
|
---|
186 | <Tool
|
---|
187 | Name="VCResourceCompilerTool"
|
---|
188 | PreprocessorDefinitions="_DEBUG,JPN"
|
---|
189 | Culture="1041"
|
---|
190 | />
|
---|
191 | <Tool
|
---|
192 | Name="VCPreLinkEventTool"
|
---|
193 | />
|
---|
194 | <Tool
|
---|
195 | Name="VCLinkerTool"
|
---|
196 | AdditionalOptions="/MACHINE:AMD64"
|
---|
197 | AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
|
---|
198 | OutputFile="$(OutDir)\abc.exe"
|
---|
199 | LinkIncremental="1"
|
---|
200 | SuppressStartupBanner="true"
|
---|
201 | AdditionalLibraryDirectories="..\..\jenga\lib\amd64;..\lib\amd64"
|
---|
202 | IgnoreDefaultLibraryNames=""
|
---|
203 | GenerateDebugInformation="false"
|
---|
204 | ProgramDatabaseFile=".\Release/BasicCompiler64.pdb"
|
---|
205 | SubSystem="1"
|
---|
206 | TargetMachine="0"
|
---|
207 | />
|
---|
208 | <Tool
|
---|
209 | Name="VCALinkTool"
|
---|
210 | />
|
---|
211 | <Tool
|
---|
212 | Name="VCManifestTool"
|
---|
213 | AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
|
---|
214 | />
|
---|
215 | <Tool
|
---|
216 | Name="VCXDCMakeTool"
|
---|
217 | />
|
---|
218 | <Tool
|
---|
219 | Name="VCBscMakeTool"
|
---|
220 | SuppressStartupBanner="true"
|
---|
221 | OutputFile="$(OutDir)/$(ProjectName).bsc"
|
---|
222 | />
|
---|
223 | <Tool
|
---|
224 | Name="VCFxCopTool"
|
---|
225 | />
|
---|
226 | <Tool
|
---|
227 | Name="VCAppVerifierTool"
|
---|
228 | />
|
---|
229 | <Tool
|
---|
230 | Name="VCWebDeploymentTool"
|
---|
231 | />
|
---|
232 | <Tool
|
---|
233 | Name="VCPostBuildEventTool"
|
---|
234 | />
|
---|
235 | </Configuration>
|
---|
236 | </Configurations>
|
---|
237 | <References>
|
---|
238 | <ProjectReference
|
---|
239 | ReferencedProjectIdentifier="{F01805B6-65B4-4708-88F4-A5E07DEA9FBD}"
|
---|
240 | RelativePathToProject="..\jenga\projects\jenga\jenga.vcproj"
|
---|
241 | />
|
---|
242 | <ProjectReference
|
---|
243 | ReferencedProjectIdentifier="{87835C33-64C9-4BA5-9B39-608BA5394387}"
|
---|
244 | RelativePathToProject=".\ab_common\ab_common.vcproj"
|
---|
245 | />
|
---|
246 | </References>
|
---|
247 | <Files>
|
---|
248 | <Filter
|
---|
249 | Name="Header Files"
|
---|
250 | Filter="h;hpp;hxx;hm;inl"
|
---|
251 | >
|
---|
252 | <File
|
---|
253 | RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
|
---|
254 | >
|
---|
255 | </File>
|
---|
256 | <File
|
---|
257 | RelativePath="CommandValue.h"
|
---|
258 | >
|
---|
259 | </File>
|
---|
260 | <File
|
---|
261 | RelativePath="..\BasicCompiler_Common\common.h"
|
---|
262 | >
|
---|
263 | </File>
|
---|
264 | <File
|
---|
265 | RelativePath=".\MachineFixed.h"
|
---|
266 | >
|
---|
267 | </File>
|
---|
268 | <File
|
---|
269 | RelativePath="Opcode.h"
|
---|
270 | >
|
---|
271 | </File>
|
---|
272 | <File
|
---|
273 | RelativePath="..\BasicCompiler_Common\include\option.h"
|
---|
274 | >
|
---|
275 | </File>
|
---|
276 | <File
|
---|
277 | RelativePath=".\stdafx.h"
|
---|
278 | >
|
---|
279 | </File>
|
---|
280 | <File
|
---|
281 | RelativePath="..\BasicCompiler_Common\include\ver.h"
|
---|
282 | >
|
---|
283 | </File>
|
---|
284 | <Filter
|
---|
285 | Name="言語対応文字列"
|
---|
286 | >
|
---|
287 | <File
|
---|
288 | RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
|
---|
289 | >
|
---|
290 | </File>
|
---|
291 | <File
|
---|
292 | RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
|
---|
293 | >
|
---|
294 | </File>
|
---|
295 | </Filter>
|
---|
296 | <Filter
|
---|
297 | Name="Parts_h"
|
---|
298 | >
|
---|
299 | <File
|
---|
300 | RelativePath="..\BasicCompiler_Common\NonVolatile.h"
|
---|
301 | >
|
---|
302 | </File>
|
---|
303 | </Filter>
|
---|
304 | <Filter
|
---|
305 | Name="Common Classes"
|
---|
306 | >
|
---|
307 | <File
|
---|
308 | RelativePath="..\BasicCompiler_Common\include\logger.h"
|
---|
309 | >
|
---|
310 | </File>
|
---|
311 | </Filter>
|
---|
312 | <Filter
|
---|
313 | Name="Compiler Classes"
|
---|
314 | >
|
---|
315 | <File
|
---|
316 | RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
|
---|
317 | >
|
---|
318 | </File>
|
---|
319 | <File
|
---|
320 | RelativePath="..\BasicCompiler_Common\include\Compiler.h"
|
---|
321 | >
|
---|
322 | </File>
|
---|
323 | <File
|
---|
324 | RelativePath="..\BasicCompiler_Common\include\DataTableGenerator.h"
|
---|
325 | >
|
---|
326 | </File>
|
---|
327 | <File
|
---|
328 | RelativePath="..\BasicCompiler_Common\include\ErrorCode.h"
|
---|
329 | >
|
---|
330 | </File>
|
---|
331 | <File
|
---|
332 | RelativePath="..\BasicCompiler_Common\include\LexicalAnalyzer.h"
|
---|
333 | >
|
---|
334 | </File>
|
---|
335 | <File
|
---|
336 | RelativePath="..\BasicCompiler_Common\include\Linker.h"
|
---|
337 | >
|
---|
338 | </File>
|
---|
339 | <File
|
---|
340 | RelativePath="..\BasicCompiler_Common\include\Messenger.h"
|
---|
341 | >
|
---|
342 | </File>
|
---|
343 | <File
|
---|
344 | RelativePath="..\BasicCompiler_Common\include\ProcedureGenerator.h"
|
---|
345 | >
|
---|
346 | </File>
|
---|
347 | <File
|
---|
348 | RelativePath="..\BasicCompiler_Common\include\VtblGenerator.h"
|
---|
349 | >
|
---|
350 | </File>
|
---|
351 | <Filter
|
---|
352 | Name="Language Classes"
|
---|
353 | >
|
---|
354 | <File
|
---|
355 | RelativePath="..\BasicCompiler_Common\include\Enum.h"
|
---|
356 | >
|
---|
357 | </File>
|
---|
358 | <File
|
---|
359 | RelativePath="..\BasicCompiler_Common\include\Exception.h"
|
---|
360 | >
|
---|
361 | </File>
|
---|
362 | <File
|
---|
363 | RelativePath="..\BasicCompiler_Common\include\LexicalScope.h"
|
---|
364 | >
|
---|
365 | </File>
|
---|
366 | </Filter>
|
---|
367 | </Filter>
|
---|
368 | <Filter
|
---|
369 | Name="Debugger Classes"
|
---|
370 | >
|
---|
371 | <File
|
---|
372 | RelativePath="..\BasicCompiler_Common\include\BreakPoint.h"
|
---|
373 | >
|
---|
374 | </File>
|
---|
375 | <File
|
---|
376 | RelativePath="..\BasicCompiler_Common\include\Debugger.h"
|
---|
377 | >
|
---|
378 | </File>
|
---|
379 | </Filter>
|
---|
380 | <Filter
|
---|
381 | Name="Application Classes"
|
---|
382 | >
|
---|
383 | <File
|
---|
384 | RelativePath="..\BasicCompiler_Common\include\Configuration.h"
|
---|
385 | >
|
---|
386 | </File>
|
---|
387 | <File
|
---|
388 | RelativePath="..\BasicCompiler_Common\include\Program.h"
|
---|
389 | >
|
---|
390 | </File>
|
---|
391 | </Filter>
|
---|
392 | </Filter>
|
---|
393 | <Filter
|
---|
394 | Name="Resource Files"
|
---|
395 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
---|
396 | >
|
---|
397 | <File
|
---|
398 | RelativePath=".\compiler_x64.rc"
|
---|
399 | >
|
---|
400 | </File>
|
---|
401 | <File
|
---|
402 | RelativePath="icon1.ico"
|
---|
403 | >
|
---|
404 | </File>
|
---|
405 | <File
|
---|
406 | RelativePath="toolbar_debugger.bmp"
|
---|
407 | >
|
---|
408 | </File>
|
---|
409 | <File
|
---|
410 | RelativePath="VarArray.ico"
|
---|
411 | >
|
---|
412 | </File>
|
---|
413 | <File
|
---|
414 | RelativePath="VarData.ico"
|
---|
415 | >
|
---|
416 | </File>
|
---|
417 | <File
|
---|
418 | RelativePath="VarPtrStruct.ico"
|
---|
419 | >
|
---|
420 | </File>
|
---|
421 | <File
|
---|
422 | RelativePath="VarStr.ico"
|
---|
423 | >
|
---|
424 | </File>
|
---|
425 | <File
|
---|
426 | RelativePath="VarStruct.ico"
|
---|
427 | >
|
---|
428 | </File>
|
---|
429 | </Filter>
|
---|
430 | <Filter
|
---|
431 | Name="Source Files"
|
---|
432 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
---|
433 | >
|
---|
434 | <File
|
---|
435 | RelativePath=".\stdafx.cpp"
|
---|
436 | >
|
---|
437 | <FileConfiguration
|
---|
438 | Name="Debug|Win32"
|
---|
439 | >
|
---|
440 | <Tool
|
---|
441 | Name="VCCLCompilerTool"
|
---|
442 | UsePrecompiledHeader="1"
|
---|
443 | />
|
---|
444 | </FileConfiguration>
|
---|
445 | <FileConfiguration
|
---|
446 | Name="Release|Win32"
|
---|
447 | >
|
---|
448 | <Tool
|
---|
449 | Name="VCCLCompilerTool"
|
---|
450 | UsePrecompiledHeader="1"
|
---|
451 | />
|
---|
452 | </FileConfiguration>
|
---|
453 | </File>
|
---|
454 | <Filter
|
---|
455 | Name="x64Compile"
|
---|
456 | >
|
---|
457 | <File
|
---|
458 | RelativePath="Compile_Statement.cpp"
|
---|
459 | >
|
---|
460 | <FileConfiguration
|
---|
461 | Name="Debug|Win32"
|
---|
462 | >
|
---|
463 | <Tool
|
---|
464 | Name="VCCLCompilerTool"
|
---|
465 | UsePrecompiledHeader="2"
|
---|
466 | BrowseInformation="0"
|
---|
467 | />
|
---|
468 | </FileConfiguration>
|
---|
469 | <FileConfiguration
|
---|
470 | Name="Release|Win32"
|
---|
471 | >
|
---|
472 | <Tool
|
---|
473 | Name="VCCLCompilerTool"
|
---|
474 | UsePrecompiledHeader="2"
|
---|
475 | BrowseInformation="0"
|
---|
476 | />
|
---|
477 | </FileConfiguration>
|
---|
478 | </File>
|
---|
479 | <File
|
---|
480 | RelativePath="Compile_Var.cpp"
|
---|
481 | >
|
---|
482 | <FileConfiguration
|
---|
483 | Name="Debug|Win32"
|
---|
484 | >
|
---|
485 | <Tool
|
---|
486 | Name="VCCLCompilerTool"
|
---|
487 | UsePrecompiledHeader="2"
|
---|
488 | BrowseInformation="0"
|
---|
489 | />
|
---|
490 | </FileConfiguration>
|
---|
491 | <FileConfiguration
|
---|
492 | Name="Release|Win32"
|
---|
493 | >
|
---|
494 | <Tool
|
---|
495 | Name="VCCLCompilerTool"
|
---|
496 | UsePrecompiledHeader="2"
|
---|
497 | BrowseInformation="0"
|
---|
498 | />
|
---|
499 | </FileConfiguration>
|
---|
500 | </File>
|
---|
501 | <File
|
---|
502 | RelativePath="MakePeHdr.cpp"
|
---|
503 | >
|
---|
504 | <FileConfiguration
|
---|
505 | Name="Debug|Win32"
|
---|
506 | >
|
---|
507 | <Tool
|
---|
508 | Name="VCCLCompilerTool"
|
---|
509 | UsePrecompiledHeader="2"
|
---|
510 | BrowseInformation="0"
|
---|
511 | />
|
---|
512 | </FileConfiguration>
|
---|
513 | <FileConfiguration
|
---|
514 | Name="Release|Win32"
|
---|
515 | >
|
---|
516 | <Tool
|
---|
517 | Name="VCCLCompilerTool"
|
---|
518 | UsePrecompiledHeader="2"
|
---|
519 | BrowseInformation="0"
|
---|
520 | />
|
---|
521 | </FileConfiguration>
|
---|
522 | </File>
|
---|
523 | <File
|
---|
524 | RelativePath="Register.cpp"
|
---|
525 | >
|
---|
526 | <FileConfiguration
|
---|
527 | Name="Debug|Win32"
|
---|
528 | >
|
---|
529 | <Tool
|
---|
530 | Name="VCCLCompilerTool"
|
---|
531 | UsePrecompiledHeader="2"
|
---|
532 | BrowseInformation="0"
|
---|
533 | />
|
---|
534 | </FileConfiguration>
|
---|
535 | <FileConfiguration
|
---|
536 | Name="Release|Win32"
|
---|
537 | >
|
---|
538 | <Tool
|
---|
539 | Name="VCCLCompilerTool"
|
---|
540 | UsePrecompiledHeader="2"
|
---|
541 | BrowseInformation="0"
|
---|
542 | />
|
---|
543 | </FileConfiguration>
|
---|
544 | </File>
|
---|
545 | <Filter
|
---|
546 | Name="Calculation"
|
---|
547 | >
|
---|
548 | <File
|
---|
549 | RelativePath="Compile_Calc.cpp"
|
---|
550 | >
|
---|
551 | <FileConfiguration
|
---|
552 | Name="Debug|Win32"
|
---|
553 | >
|
---|
554 | <Tool
|
---|
555 | Name="VCCLCompilerTool"
|
---|
556 | UsePrecompiledHeader="2"
|
---|
557 | BrowseInformation="0"
|
---|
558 | />
|
---|
559 | </FileConfiguration>
|
---|
560 | <FileConfiguration
|
---|
561 | Name="Release|Win32"
|
---|
562 | >
|
---|
563 | <Tool
|
---|
564 | Name="VCCLCompilerTool"
|
---|
565 | UsePrecompiledHeader="2"
|
---|
566 | BrowseInformation="0"
|
---|
567 | />
|
---|
568 | </FileConfiguration>
|
---|
569 | </File>
|
---|
570 | <File
|
---|
571 | RelativePath="Compile_Calc_PushVar.cpp"
|
---|
572 | >
|
---|
573 | <FileConfiguration
|
---|
574 | Name="Debug|Win32"
|
---|
575 | >
|
---|
576 | <Tool
|
---|
577 | Name="VCCLCompilerTool"
|
---|
578 | UsePrecompiledHeader="2"
|
---|
579 | BrowseInformation="0"
|
---|
580 | />
|
---|
581 | </FileConfiguration>
|
---|
582 | <FileConfiguration
|
---|
583 | Name="Release|Win32"
|
---|
584 | >
|
---|
585 | <Tool
|
---|
586 | Name="VCCLCompilerTool"
|
---|
587 | UsePrecompiledHeader="2"
|
---|
588 | BrowseInformation="0"
|
---|
589 | />
|
---|
590 | </FileConfiguration>
|
---|
591 | </File>
|
---|
592 | <File
|
---|
593 | RelativePath="Compile_Set_Var.cpp"
|
---|
594 | >
|
---|
595 | <FileConfiguration
|
---|
596 | Name="Debug|Win32"
|
---|
597 | >
|
---|
598 | <Tool
|
---|
599 | Name="VCCLCompilerTool"
|
---|
600 | UsePrecompiledHeader="2"
|
---|
601 | BrowseInformation="0"
|
---|
602 | />
|
---|
603 | </FileConfiguration>
|
---|
604 | <FileConfiguration
|
---|
605 | Name="Release|Win32"
|
---|
606 | >
|
---|
607 | <Tool
|
---|
608 | Name="VCCLCompilerTool"
|
---|
609 | UsePrecompiledHeader="2"
|
---|
610 | BrowseInformation="0"
|
---|
611 | />
|
---|
612 | </FileConfiguration>
|
---|
613 | </File>
|
---|
614 | <File
|
---|
615 | RelativePath=".\increment.cpp"
|
---|
616 | >
|
---|
617 | <FileConfiguration
|
---|
618 | Name="Debug|Win32"
|
---|
619 | >
|
---|
620 | <Tool
|
---|
621 | Name="VCCLCompilerTool"
|
---|
622 | UsePrecompiledHeader="2"
|
---|
623 | />
|
---|
624 | </FileConfiguration>
|
---|
625 | <FileConfiguration
|
---|
626 | Name="Release|Win32"
|
---|
627 | >
|
---|
628 | <Tool
|
---|
629 | Name="VCCLCompilerTool"
|
---|
630 | UsePrecompiledHeader="2"
|
---|
631 | />
|
---|
632 | </FileConfiguration>
|
---|
633 | </File>
|
---|
634 | <File
|
---|
635 | RelativePath="NumOpe.cpp"
|
---|
636 | >
|
---|
637 | <FileConfiguration
|
---|
638 | Name="Debug|Win32"
|
---|
639 | >
|
---|
640 | <Tool
|
---|
641 | Name="VCCLCompilerTool"
|
---|
642 | UsePrecompiledHeader="2"
|
---|
643 | BrowseInformation="0"
|
---|
644 | />
|
---|
645 | </FileConfiguration>
|
---|
646 | <FileConfiguration
|
---|
647 | Name="Release|Win32"
|
---|
648 | >
|
---|
649 | <Tool
|
---|
650 | Name="VCCLCompilerTool"
|
---|
651 | UsePrecompiledHeader="2"
|
---|
652 | BrowseInformation="0"
|
---|
653 | />
|
---|
654 | </FileConfiguration>
|
---|
655 | </File>
|
---|
656 | <File
|
---|
657 | RelativePath="NumOpe_Arithmetic.cpp"
|
---|
658 | >
|
---|
659 | <FileConfiguration
|
---|
660 | Name="Debug|Win32"
|
---|
661 | >
|
---|
662 | <Tool
|
---|
663 | Name="VCCLCompilerTool"
|
---|
664 | UsePrecompiledHeader="2"
|
---|
665 | BrowseInformation="0"
|
---|
666 | />
|
---|
667 | </FileConfiguration>
|
---|
668 | <FileConfiguration
|
---|
669 | Name="Release|Win32"
|
---|
670 | >
|
---|
671 | <Tool
|
---|
672 | Name="VCCLCompilerTool"
|
---|
673 | UsePrecompiledHeader="2"
|
---|
674 | BrowseInformation="0"
|
---|
675 | />
|
---|
676 | </FileConfiguration>
|
---|
677 | </File>
|
---|
678 | <File
|
---|
679 | RelativePath="NumOpe_Logical.cpp"
|
---|
680 | >
|
---|
681 | <FileConfiguration
|
---|
682 | Name="Debug|Win32"
|
---|
683 | >
|
---|
684 | <Tool
|
---|
685 | Name="VCCLCompilerTool"
|
---|
686 | UsePrecompiledHeader="2"
|
---|
687 | BrowseInformation="0"
|
---|
688 | />
|
---|
689 | </FileConfiguration>
|
---|
690 | <FileConfiguration
|
---|
691 | Name="Release|Win32"
|
---|
692 | >
|
---|
693 | <Tool
|
---|
694 | Name="VCCLCompilerTool"
|
---|
695 | UsePrecompiledHeader="2"
|
---|
696 | BrowseInformation="0"
|
---|
697 | />
|
---|
698 | </FileConfiguration>
|
---|
699 | </File>
|
---|
700 | <File
|
---|
701 | RelativePath="NumOpe_Relation.cpp"
|
---|
702 | >
|
---|
703 | <FileConfiguration
|
---|
704 | Name="Debug|Win32"
|
---|
705 | >
|
---|
706 | <Tool
|
---|
707 | Name="VCCLCompilerTool"
|
---|
708 | UsePrecompiledHeader="2"
|
---|
709 | BrowseInformation="0"
|
---|
710 | />
|
---|
711 | </FileConfiguration>
|
---|
712 | <FileConfiguration
|
---|
713 | Name="Release|Win32"
|
---|
714 | >
|
---|
715 | <Tool
|
---|
716 | Name="VCCLCompilerTool"
|
---|
717 | UsePrecompiledHeader="2"
|
---|
718 | BrowseInformation="0"
|
---|
719 | />
|
---|
720 | </FileConfiguration>
|
---|
721 | </File>
|
---|
722 | <File
|
---|
723 | RelativePath="NumOpe_TypeOperation.cpp"
|
---|
724 | >
|
---|
725 | <FileConfiguration
|
---|
726 | Name="Debug|Win32"
|
---|
727 | >
|
---|
728 | <Tool
|
---|
729 | Name="VCCLCompilerTool"
|
---|
730 | UsePrecompiledHeader="2"
|
---|
731 | BrowseInformation="0"
|
---|
732 | />
|
---|
733 | </FileConfiguration>
|
---|
734 | <FileConfiguration
|
---|
735 | Name="Release|Win32"
|
---|
736 | >
|
---|
737 | <Tool
|
---|
738 | Name="VCCLCompilerTool"
|
---|
739 | UsePrecompiledHeader="2"
|
---|
740 | BrowseInformation="0"
|
---|
741 | />
|
---|
742 | </FileConfiguration>
|
---|
743 | </File>
|
---|
744 | </Filter>
|
---|
745 | <Filter
|
---|
746 | Name="Object"
|
---|
747 | >
|
---|
748 | <File
|
---|
749 | RelativePath=".\Compile_Object.cpp"
|
---|
750 | >
|
---|
751 | <FileConfiguration
|
---|
752 | Name="Debug|Win32"
|
---|
753 | >
|
---|
754 | <Tool
|
---|
755 | Name="VCCLCompilerTool"
|
---|
756 | UsePrecompiledHeader="2"
|
---|
757 | />
|
---|
758 | </FileConfiguration>
|
---|
759 | <FileConfiguration
|
---|
760 | Name="Release|Win32"
|
---|
761 | >
|
---|
762 | <Tool
|
---|
763 | Name="VCCLCompilerTool"
|
---|
764 | UsePrecompiledHeader="2"
|
---|
765 | />
|
---|
766 | </FileConfiguration>
|
---|
767 | </File>
|
---|
768 | </Filter>
|
---|
769 | <Filter
|
---|
770 | Name="Opcode"
|
---|
771 | >
|
---|
772 | <File
|
---|
773 | RelativePath="amd64_main.cpp"
|
---|
774 | >
|
---|
775 | <FileConfiguration
|
---|
776 | Name="Debug|Win32"
|
---|
777 | >
|
---|
778 | <Tool
|
---|
779 | Name="VCCLCompilerTool"
|
---|
780 | UsePrecompiledHeader="2"
|
---|
781 | BrowseInformation="0"
|
---|
782 | />
|
---|
783 | </FileConfiguration>
|
---|
784 | <FileConfiguration
|
---|
785 | Name="Release|Win32"
|
---|
786 | >
|
---|
787 | <Tool
|
---|
788 | Name="VCCLCompilerTool"
|
---|
789 | UsePrecompiledHeader="2"
|
---|
790 | BrowseInformation="0"
|
---|
791 | />
|
---|
792 | </FileConfiguration>
|
---|
793 | </File>
|
---|
794 | <File
|
---|
795 | RelativePath=".\CodeGenerator.cpp"
|
---|
796 | >
|
---|
797 | <FileConfiguration
|
---|
798 | Name="Debug|Win32"
|
---|
799 | >
|
---|
800 | <Tool
|
---|
801 | Name="VCCLCompilerTool"
|
---|
802 | UsePrecompiledHeader="2"
|
---|
803 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
804 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
805 | />
|
---|
806 | </FileConfiguration>
|
---|
807 | <FileConfiguration
|
---|
808 | Name="Release|Win32"
|
---|
809 | >
|
---|
810 | <Tool
|
---|
811 | Name="VCCLCompilerTool"
|
---|
812 | UsePrecompiledHeader="2"
|
---|
813 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
814 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
815 | />
|
---|
816 | </FileConfiguration>
|
---|
817 | </File>
|
---|
818 | <File
|
---|
819 | RelativePath=".\stack_frame.cpp"
|
---|
820 | >
|
---|
821 | <FileConfiguration
|
---|
822 | Name="Debug|Win32"
|
---|
823 | >
|
---|
824 | <Tool
|
---|
825 | Name="VCCLCompilerTool"
|
---|
826 | UsePrecompiledHeader="2"
|
---|
827 | />
|
---|
828 | </FileConfiguration>
|
---|
829 | <FileConfiguration
|
---|
830 | Name="Release|Win32"
|
---|
831 | >
|
---|
832 | <Tool
|
---|
833 | Name="VCCLCompilerTool"
|
---|
834 | UsePrecompiledHeader="2"
|
---|
835 | />
|
---|
836 | </FileConfiguration>
|
---|
837 | </File>
|
---|
838 | </Filter>
|
---|
839 | <Filter
|
---|
840 | Name="Procedure"
|
---|
841 | >
|
---|
842 | <File
|
---|
843 | RelativePath=".\CLockParameter.cpp"
|
---|
844 | >
|
---|
845 | <FileConfiguration
|
---|
846 | Name="Debug|Win32"
|
---|
847 | >
|
---|
848 | <Tool
|
---|
849 | Name="VCCLCompilerTool"
|
---|
850 | UsePrecompiledHeader="2"
|
---|
851 | />
|
---|
852 | </FileConfiguration>
|
---|
853 | <FileConfiguration
|
---|
854 | Name="Release|Win32"
|
---|
855 | >
|
---|
856 | <Tool
|
---|
857 | Name="VCCLCompilerTool"
|
---|
858 | UsePrecompiledHeader="2"
|
---|
859 | />
|
---|
860 | </FileConfiguration>
|
---|
861 | </File>
|
---|
862 | <File
|
---|
863 | RelativePath=".\Compile_CallProc.cpp"
|
---|
864 | >
|
---|
865 | <FileConfiguration
|
---|
866 | Name="Debug|Win32"
|
---|
867 | >
|
---|
868 | <Tool
|
---|
869 | Name="VCCLCompilerTool"
|
---|
870 | UsePrecompiledHeader="2"
|
---|
871 | />
|
---|
872 | </FileConfiguration>
|
---|
873 | <FileConfiguration
|
---|
874 | Name="Release|Win32"
|
---|
875 | >
|
---|
876 | <Tool
|
---|
877 | Name="VCCLCompilerTool"
|
---|
878 | UsePrecompiledHeader="2"
|
---|
879 | />
|
---|
880 | </FileConfiguration>
|
---|
881 | </File>
|
---|
882 | <File
|
---|
883 | RelativePath="Compile_Func.cpp"
|
---|
884 | >
|
---|
885 | <FileConfiguration
|
---|
886 | Name="Debug|Win32"
|
---|
887 | >
|
---|
888 | <Tool
|
---|
889 | Name="VCCLCompilerTool"
|
---|
890 | UsePrecompiledHeader="2"
|
---|
891 | BrowseInformation="0"
|
---|
892 | />
|
---|
893 | </FileConfiguration>
|
---|
894 | <FileConfiguration
|
---|
895 | Name="Release|Win32"
|
---|
896 | >
|
---|
897 | <Tool
|
---|
898 | Name="VCCLCompilerTool"
|
---|
899 | UsePrecompiledHeader="2"
|
---|
900 | BrowseInformation="0"
|
---|
901 | />
|
---|
902 | </FileConfiguration>
|
---|
903 | </File>
|
---|
904 | <File
|
---|
905 | RelativePath="Compile_ProcOp.cpp"
|
---|
906 | >
|
---|
907 | <FileConfiguration
|
---|
908 | Name="Debug|Win32"
|
---|
909 | >
|
---|
910 | <Tool
|
---|
911 | Name="VCCLCompilerTool"
|
---|
912 | UsePrecompiledHeader="2"
|
---|
913 | BrowseInformation="0"
|
---|
914 | />
|
---|
915 | </FileConfiguration>
|
---|
916 | <FileConfiguration
|
---|
917 | Name="Release|Win32"
|
---|
918 | >
|
---|
919 | <Tool
|
---|
920 | Name="VCCLCompilerTool"
|
---|
921 | UsePrecompiledHeader="2"
|
---|
922 | BrowseInformation="0"
|
---|
923 | />
|
---|
924 | </FileConfiguration>
|
---|
925 | </File>
|
---|
926 | <File
|
---|
927 | RelativePath=".\CParameter.cpp"
|
---|
928 | >
|
---|
929 | <FileConfiguration
|
---|
930 | Name="Debug|Win32"
|
---|
931 | >
|
---|
932 | <Tool
|
---|
933 | Name="VCCLCompilerTool"
|
---|
934 | UsePrecompiledHeader="2"
|
---|
935 | />
|
---|
936 | </FileConfiguration>
|
---|
937 | <FileConfiguration
|
---|
938 | Name="Release|Win32"
|
---|
939 | >
|
---|
940 | <Tool
|
---|
941 | Name="VCCLCompilerTool"
|
---|
942 | UsePrecompiledHeader="2"
|
---|
943 | />
|
---|
944 | </FileConfiguration>
|
---|
945 | </File>
|
---|
946 | <File
|
---|
947 | RelativePath=".\OperatorProc.cpp"
|
---|
948 | >
|
---|
949 | <FileConfiguration
|
---|
950 | Name="Debug|Win32"
|
---|
951 | >
|
---|
952 | <Tool
|
---|
953 | Name="VCCLCompilerTool"
|
---|
954 | UsePrecompiledHeader="2"
|
---|
955 | />
|
---|
956 | </FileConfiguration>
|
---|
957 | <FileConfiguration
|
---|
958 | Name="Release|Win32"
|
---|
959 | >
|
---|
960 | <Tool
|
---|
961 | Name="VCCLCompilerTool"
|
---|
962 | UsePrecompiledHeader="2"
|
---|
963 | />
|
---|
964 | </FileConfiguration>
|
---|
965 | </File>
|
---|
966 | </Filter>
|
---|
967 | </Filter>
|
---|
968 | <Filter
|
---|
969 | Name="32及び64共通"
|
---|
970 | >
|
---|
971 | <File
|
---|
972 | RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
|
---|
973 | >
|
---|
974 | </File>
|
---|
975 | <File
|
---|
976 | RelativePath="..\BasicCompiler_Common\calculation.cpp"
|
---|
977 | >
|
---|
978 | </File>
|
---|
979 | <File
|
---|
980 | RelativePath="..\BasicCompiler_Common\Compile.cpp"
|
---|
981 | >
|
---|
982 | </File>
|
---|
983 | <File
|
---|
984 | RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
|
---|
985 | >
|
---|
986 | </File>
|
---|
987 | <File
|
---|
988 | RelativePath="..\BasicCompiler_Common\error.cpp"
|
---|
989 | >
|
---|
990 | </File>
|
---|
991 | <File
|
---|
992 | RelativePath="..\BasicCompiler_Common\gc.cpp"
|
---|
993 | >
|
---|
994 | </File>
|
---|
995 | <File
|
---|
996 | RelativePath="..\BasicCompiler_Common\hash.cpp"
|
---|
997 | >
|
---|
998 | </File>
|
---|
999 | <File
|
---|
1000 | RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
|
---|
1001 | >
|
---|
1002 | </File>
|
---|
1003 | <File
|
---|
1004 | RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
|
---|
1005 | >
|
---|
1006 | </File>
|
---|
1007 | <File
|
---|
1008 | RelativePath="..\BasicCompiler_Common\Object.cpp"
|
---|
1009 | >
|
---|
1010 | </File>
|
---|
1011 | <File
|
---|
1012 | RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
|
---|
1013 | >
|
---|
1014 | </File>
|
---|
1015 | <File
|
---|
1016 | RelativePath="..\BasicCompiler_Common\Overload.cpp"
|
---|
1017 | >
|
---|
1018 | </File>
|
---|
1019 | <File
|
---|
1020 | RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
|
---|
1021 | >
|
---|
1022 | </File>
|
---|
1023 | <File
|
---|
1024 | RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
|
---|
1025 | >
|
---|
1026 | </File>
|
---|
1027 | <File
|
---|
1028 | RelativePath="..\BasicCompiler_Common\StrOperation.h"
|
---|
1029 | >
|
---|
1030 | </File>
|
---|
1031 | <Filter
|
---|
1032 | Name="Intermediate"
|
---|
1033 | >
|
---|
1034 | <File
|
---|
1035 | RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
|
---|
1036 | >
|
---|
1037 | </File>
|
---|
1038 | <File
|
---|
1039 | RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
|
---|
1040 | >
|
---|
1041 | </File>
|
---|
1042 | <File
|
---|
1043 | RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
|
---|
1044 | >
|
---|
1045 | </File>
|
---|
1046 | </Filter>
|
---|
1047 | <Filter
|
---|
1048 | Name="Parts"
|
---|
1049 | >
|
---|
1050 | <File
|
---|
1051 | RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
|
---|
1052 | >
|
---|
1053 | </File>
|
---|
1054 | </Filter>
|
---|
1055 | <Filter
|
---|
1056 | Name="Debug(共通)"
|
---|
1057 | >
|
---|
1058 | <File
|
---|
1059 | RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
|
---|
1060 | >
|
---|
1061 | </File>
|
---|
1062 | <File
|
---|
1063 | RelativePath="..\BasicCompiler_Common\Debug.cpp"
|
---|
1064 | >
|
---|
1065 | </File>
|
---|
1066 | <File
|
---|
1067 | RelativePath="..\BasicCompiler_Common\debug.h"
|
---|
1068 | >
|
---|
1069 | </File>
|
---|
1070 | <File
|
---|
1071 | RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
|
---|
1072 | >
|
---|
1073 | </File>
|
---|
1074 | <File
|
---|
1075 | RelativePath="..\BasicCompiler_Common\DebugSection.h"
|
---|
1076 | >
|
---|
1077 | </File>
|
---|
1078 | <File
|
---|
1079 | RelativePath="..\BasicCompiler_Common\VarList.cpp"
|
---|
1080 | >
|
---|
1081 | </File>
|
---|
1082 | <File
|
---|
1083 | RelativePath="..\BasicCompiler_Common\WatchList.cpp"
|
---|
1084 | >
|
---|
1085 | <FileConfiguration
|
---|
1086 | Name="Debug|Win32"
|
---|
1087 | >
|
---|
1088 | <Tool
|
---|
1089 | Name="VCCLCompilerTool"
|
---|
1090 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
1091 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
1092 | />
|
---|
1093 | </FileConfiguration>
|
---|
1094 | <FileConfiguration
|
---|
1095 | Name="Release|Win32"
|
---|
1096 | >
|
---|
1097 | <Tool
|
---|
1098 | Name="VCCLCompilerTool"
|
---|
1099 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
1100 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
1101 | />
|
---|
1102 | </FileConfiguration>
|
---|
1103 | </File>
|
---|
1104 | </Filter>
|
---|
1105 | <Filter
|
---|
1106 | Name="Schedule"
|
---|
1107 | >
|
---|
1108 | <File
|
---|
1109 | RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
|
---|
1110 | >
|
---|
1111 | </File>
|
---|
1112 | <File
|
---|
1113 | RelativePath="..\BasicCompiler_Common\PESchedule.h"
|
---|
1114 | >
|
---|
1115 | </File>
|
---|
1116 | </Filter>
|
---|
1117 | <Filter
|
---|
1118 | Name="Variable"
|
---|
1119 | >
|
---|
1120 | <File
|
---|
1121 | RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
|
---|
1122 | >
|
---|
1123 | </File>
|
---|
1124 | <File
|
---|
1125 | RelativePath="..\BasicCompiler_Common\VariableOpe.h"
|
---|
1126 | >
|
---|
1127 | </File>
|
---|
1128 | </Filter>
|
---|
1129 | <Filter
|
---|
1130 | Name="Procedure"
|
---|
1131 | >
|
---|
1132 | <File
|
---|
1133 | RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
|
---|
1134 | >
|
---|
1135 | </File>
|
---|
1136 | <File
|
---|
1137 | RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
|
---|
1138 | >
|
---|
1139 | </File>
|
---|
1140 | </Filter>
|
---|
1141 | </Filter>
|
---|
1142 | <Filter
|
---|
1143 | Name="Compiler Classes"
|
---|
1144 | >
|
---|
1145 | <File
|
---|
1146 | RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
|
---|
1147 | >
|
---|
1148 | </File>
|
---|
1149 | <File
|
---|
1150 | RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
|
---|
1151 | >
|
---|
1152 | </File>
|
---|
1153 | <File
|
---|
1154 | RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
|
---|
1155 | >
|
---|
1156 | </File>
|
---|
1157 | <File
|
---|
1158 | RelativePath="..\BasicCompiler_Common\src\DataTableGenerator.cpp"
|
---|
1159 | >
|
---|
1160 | </File>
|
---|
1161 | <File
|
---|
1162 | RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer.cpp"
|
---|
1163 | >
|
---|
1164 | </File>
|
---|
1165 | <File
|
---|
1166 | RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Class.cpp"
|
---|
1167 | >
|
---|
1168 | </File>
|
---|
1169 | <File
|
---|
1170 | RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Const.cpp"
|
---|
1171 | >
|
---|
1172 | </File>
|
---|
1173 | <File
|
---|
1174 | RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Delegate.cpp"
|
---|
1175 | >
|
---|
1176 | </File>
|
---|
1177 | <File
|
---|
1178 | RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Enum.cpp"
|
---|
1179 | >
|
---|
1180 | </File>
|
---|
1181 | <File
|
---|
1182 | RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Procedure.cpp"
|
---|
1183 | >
|
---|
1184 | </File>
|
---|
1185 | <File
|
---|
1186 | RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_TypeDef.cpp"
|
---|
1187 | >
|
---|
1188 | </File>
|
---|
1189 | <File
|
---|
1190 | RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
|
---|
1191 | >
|
---|
1192 | </File>
|
---|
1193 | <File
|
---|
1194 | RelativePath="..\BasicCompiler_Common\src\Messenger.cpp"
|
---|
1195 | >
|
---|
1196 | </File>
|
---|
1197 | <File
|
---|
1198 | RelativePath="..\BasicCompiler_Common\src\ProcedureGenerator.cpp"
|
---|
1199 | >
|
---|
1200 | </File>
|
---|
1201 | <File
|
---|
1202 | RelativePath="..\BasicCompiler_Common\src\VtblGenerator.cpp"
|
---|
1203 | >
|
---|
1204 | </File>
|
---|
1205 | <Filter
|
---|
1206 | Name="Language Classes"
|
---|
1207 | >
|
---|
1208 | <File
|
---|
1209 | RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
|
---|
1210 | >
|
---|
1211 | </File>
|
---|
1212 | <File
|
---|
1213 | RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
|
---|
1214 | >
|
---|
1215 | </File>
|
---|
1216 | </Filter>
|
---|
1217 | </Filter>
|
---|
1218 | <Filter
|
---|
1219 | Name="Application Classes"
|
---|
1220 | >
|
---|
1221 | <File
|
---|
1222 | RelativePath="..\BasicCompiler_Common\src\Program.cpp"
|
---|
1223 | >
|
---|
1224 | </File>
|
---|
1225 | </Filter>
|
---|
1226 | <Filter
|
---|
1227 | Name="Common Classes"
|
---|
1228 | >
|
---|
1229 | <File
|
---|
1230 | RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
|
---|
1231 | >
|
---|
1232 | <FileConfiguration
|
---|
1233 | Name="Debug|Win32"
|
---|
1234 | >
|
---|
1235 | <Tool
|
---|
1236 | Name="VCCLCompilerTool"
|
---|
1237 | UsePrecompiledHeader="0"
|
---|
1238 | />
|
---|
1239 | </FileConfiguration>
|
---|
1240 | <FileConfiguration
|
---|
1241 | Name="Release|Win32"
|
---|
1242 | >
|
---|
1243 | <Tool
|
---|
1244 | Name="VCCLCompilerTool"
|
---|
1245 | UsePrecompiledHeader="0"
|
---|
1246 | />
|
---|
1247 | </FileConfiguration>
|
---|
1248 | </File>
|
---|
1249 | </Filter>
|
---|
1250 | <Filter
|
---|
1251 | Name="Debugger Classes"
|
---|
1252 | >
|
---|
1253 | <File
|
---|
1254 | RelativePath="..\BasicCompiler_Common\src\BreakPoint.cpp"
|
---|
1255 | >
|
---|
1256 | </File>
|
---|
1257 | </Filter>
|
---|
1258 | </Filter>
|
---|
1259 | </Files>
|
---|
1260 | <Globals>
|
---|
1261 | </Globals>
|
---|
1262 | </VisualStudioProject>
|
---|