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 /NXCOMPAT /DYNAMICBASE"
|
---|
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 /NXCOMPAT /DYNAMICBASE"
|
---|
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 | />
|
---|
241 | <ProjectReference
|
---|
242 | ReferencedProjectIdentifier="{87835C33-64C9-4BA5-9B39-608BA5394387}"
|
---|
243 | />
|
---|
244 | </References>
|
---|
245 | <Files>
|
---|
246 | <Filter
|
---|
247 | Name="Header Files"
|
---|
248 | Filter="h;hpp;hxx;hm;inl"
|
---|
249 | >
|
---|
250 | <File
|
---|
251 | RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
|
---|
252 | >
|
---|
253 | </File>
|
---|
254 | <File
|
---|
255 | RelativePath="CommandValue.h"
|
---|
256 | >
|
---|
257 | </File>
|
---|
258 | <File
|
---|
259 | RelativePath="..\BasicCompiler_Common\common.h"
|
---|
260 | >
|
---|
261 | </File>
|
---|
262 | <File
|
---|
263 | RelativePath=".\MachineFixed.h"
|
---|
264 | >
|
---|
265 | </File>
|
---|
266 | <File
|
---|
267 | RelativePath="Opcode.h"
|
---|
268 | >
|
---|
269 | </File>
|
---|
270 | <File
|
---|
271 | RelativePath="..\BasicCompiler_Common\include\option.h"
|
---|
272 | >
|
---|
273 | </File>
|
---|
274 | <File
|
---|
275 | RelativePath=".\stdafx.h"
|
---|
276 | >
|
---|
277 | </File>
|
---|
278 | <File
|
---|
279 | RelativePath="..\BasicCompiler_Common\include\ver.h"
|
---|
280 | >
|
---|
281 | </File>
|
---|
282 | <Filter
|
---|
283 | Name="言語対応文字列"
|
---|
284 | >
|
---|
285 | <File
|
---|
286 | RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
|
---|
287 | >
|
---|
288 | </File>
|
---|
289 | <File
|
---|
290 | RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
|
---|
291 | >
|
---|
292 | </File>
|
---|
293 | </Filter>
|
---|
294 | <Filter
|
---|
295 | Name="Parts_h"
|
---|
296 | >
|
---|
297 | <File
|
---|
298 | RelativePath="..\BasicCompiler_Common\NonVolatile.h"
|
---|
299 | >
|
---|
300 | </File>
|
---|
301 | </Filter>
|
---|
302 | <Filter
|
---|
303 | Name="Common Classes"
|
---|
304 | >
|
---|
305 | <File
|
---|
306 | RelativePath="..\BasicCompiler_Common\include\logger.h"
|
---|
307 | >
|
---|
308 | </File>
|
---|
309 | </Filter>
|
---|
310 | <Filter
|
---|
311 | Name="Compiler Classes"
|
---|
312 | >
|
---|
313 | <File
|
---|
314 | RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
|
---|
315 | >
|
---|
316 | </File>
|
---|
317 | <File
|
---|
318 | RelativePath="..\BasicCompiler_Common\include\Compiler.h"
|
---|
319 | >
|
---|
320 | </File>
|
---|
321 | <File
|
---|
322 | RelativePath="..\BasicCompiler_Common\include\DataTableGenerator.h"
|
---|
323 | >
|
---|
324 | </File>
|
---|
325 | <File
|
---|
326 | RelativePath="..\BasicCompiler_Common\include\ErrorCode.h"
|
---|
327 | >
|
---|
328 | </File>
|
---|
329 | <File
|
---|
330 | RelativePath="..\BasicCompiler_Common\include\LexicalAnalyzer.h"
|
---|
331 | >
|
---|
332 | </File>
|
---|
333 | <File
|
---|
334 | RelativePath="..\BasicCompiler_Common\include\Linker.h"
|
---|
335 | >
|
---|
336 | </File>
|
---|
337 | <File
|
---|
338 | RelativePath="..\BasicCompiler_Common\include\Messenger.h"
|
---|
339 | >
|
---|
340 | </File>
|
---|
341 | <File
|
---|
342 | RelativePath="..\BasicCompiler_Common\include\ProcedureGenerator.h"
|
---|
343 | >
|
---|
344 | </File>
|
---|
345 | <File
|
---|
346 | RelativePath="..\BasicCompiler_Common\include\VtblGenerator.h"
|
---|
347 | >
|
---|
348 | </File>
|
---|
349 | <Filter
|
---|
350 | Name="Language Classes"
|
---|
351 | >
|
---|
352 | <File
|
---|
353 | RelativePath="..\BasicCompiler_Common\include\Enum.h"
|
---|
354 | >
|
---|
355 | </File>
|
---|
356 | <File
|
---|
357 | RelativePath="..\BasicCompiler_Common\include\Exception.h"
|
---|
358 | >
|
---|
359 | </File>
|
---|
360 | <File
|
---|
361 | RelativePath="..\BasicCompiler_Common\include\LexicalScope.h"
|
---|
362 | >
|
---|
363 | </File>
|
---|
364 | </Filter>
|
---|
365 | </Filter>
|
---|
366 | <Filter
|
---|
367 | Name="Debugger Classes"
|
---|
368 | >
|
---|
369 | <File
|
---|
370 | RelativePath="..\BasicCompiler_Common\include\BreakPoint.h"
|
---|
371 | >
|
---|
372 | </File>
|
---|
373 | <File
|
---|
374 | RelativePath="..\BasicCompiler_Common\include\Debugger.h"
|
---|
375 | >
|
---|
376 | </File>
|
---|
377 | </Filter>
|
---|
378 | <Filter
|
---|
379 | Name="Application Classes"
|
---|
380 | >
|
---|
381 | <File
|
---|
382 | RelativePath="..\BasicCompiler_Common\include\Configuration.h"
|
---|
383 | >
|
---|
384 | </File>
|
---|
385 | <File
|
---|
386 | RelativePath="..\BasicCompiler_Common\include\Program.h"
|
---|
387 | >
|
---|
388 | </File>
|
---|
389 | </Filter>
|
---|
390 | </Filter>
|
---|
391 | <Filter
|
---|
392 | Name="Resource Files"
|
---|
393 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
---|
394 | >
|
---|
395 | <File
|
---|
396 | RelativePath=".\compiler_x64.rc"
|
---|
397 | >
|
---|
398 | </File>
|
---|
399 | <File
|
---|
400 | RelativePath="icon1.ico"
|
---|
401 | >
|
---|
402 | </File>
|
---|
403 | <File
|
---|
404 | RelativePath="toolbar_debugger.bmp"
|
---|
405 | >
|
---|
406 | </File>
|
---|
407 | <File
|
---|
408 | RelativePath="VarArray.ico"
|
---|
409 | >
|
---|
410 | </File>
|
---|
411 | <File
|
---|
412 | RelativePath="VarData.ico"
|
---|
413 | >
|
---|
414 | </File>
|
---|
415 | <File
|
---|
416 | RelativePath="VarPtrStruct.ico"
|
---|
417 | >
|
---|
418 | </File>
|
---|
419 | <File
|
---|
420 | RelativePath="VarStr.ico"
|
---|
421 | >
|
---|
422 | </File>
|
---|
423 | <File
|
---|
424 | RelativePath="VarStruct.ico"
|
---|
425 | >
|
---|
426 | </File>
|
---|
427 | </Filter>
|
---|
428 | <Filter
|
---|
429 | Name="Source Files"
|
---|
430 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
---|
431 | >
|
---|
432 | <File
|
---|
433 | RelativePath=".\stdafx.cpp"
|
---|
434 | >
|
---|
435 | <FileConfiguration
|
---|
436 | Name="Debug|Win32"
|
---|
437 | >
|
---|
438 | <Tool
|
---|
439 | Name="VCCLCompilerTool"
|
---|
440 | UsePrecompiledHeader="1"
|
---|
441 | />
|
---|
442 | </FileConfiguration>
|
---|
443 | <FileConfiguration
|
---|
444 | Name="Release|Win32"
|
---|
445 | >
|
---|
446 | <Tool
|
---|
447 | Name="VCCLCompilerTool"
|
---|
448 | UsePrecompiledHeader="1"
|
---|
449 | />
|
---|
450 | </FileConfiguration>
|
---|
451 | </File>
|
---|
452 | <Filter
|
---|
453 | Name="x64Compile"
|
---|
454 | >
|
---|
455 | <File
|
---|
456 | RelativePath="Compile_Statement.cpp"
|
---|
457 | >
|
---|
458 | <FileConfiguration
|
---|
459 | Name="Debug|Win32"
|
---|
460 | >
|
---|
461 | <Tool
|
---|
462 | Name="VCCLCompilerTool"
|
---|
463 | UsePrecompiledHeader="2"
|
---|
464 | BrowseInformation="0"
|
---|
465 | />
|
---|
466 | </FileConfiguration>
|
---|
467 | <FileConfiguration
|
---|
468 | Name="Release|Win32"
|
---|
469 | >
|
---|
470 | <Tool
|
---|
471 | Name="VCCLCompilerTool"
|
---|
472 | UsePrecompiledHeader="2"
|
---|
473 | BrowseInformation="0"
|
---|
474 | />
|
---|
475 | </FileConfiguration>
|
---|
476 | </File>
|
---|
477 | <File
|
---|
478 | RelativePath="Compile_Var.cpp"
|
---|
479 | >
|
---|
480 | <FileConfiguration
|
---|
481 | Name="Debug|Win32"
|
---|
482 | >
|
---|
483 | <Tool
|
---|
484 | Name="VCCLCompilerTool"
|
---|
485 | UsePrecompiledHeader="2"
|
---|
486 | BrowseInformation="0"
|
---|
487 | />
|
---|
488 | </FileConfiguration>
|
---|
489 | <FileConfiguration
|
---|
490 | Name="Release|Win32"
|
---|
491 | >
|
---|
492 | <Tool
|
---|
493 | Name="VCCLCompilerTool"
|
---|
494 | UsePrecompiledHeader="2"
|
---|
495 | BrowseInformation="0"
|
---|
496 | />
|
---|
497 | </FileConfiguration>
|
---|
498 | </File>
|
---|
499 | <File
|
---|
500 | RelativePath="MakePeHdr.cpp"
|
---|
501 | >
|
---|
502 | <FileConfiguration
|
---|
503 | Name="Debug|Win32"
|
---|
504 | >
|
---|
505 | <Tool
|
---|
506 | Name="VCCLCompilerTool"
|
---|
507 | UsePrecompiledHeader="2"
|
---|
508 | BrowseInformation="0"
|
---|
509 | />
|
---|
510 | </FileConfiguration>
|
---|
511 | <FileConfiguration
|
---|
512 | Name="Release|Win32"
|
---|
513 | >
|
---|
514 | <Tool
|
---|
515 | Name="VCCLCompilerTool"
|
---|
516 | UsePrecompiledHeader="2"
|
---|
517 | BrowseInformation="0"
|
---|
518 | />
|
---|
519 | </FileConfiguration>
|
---|
520 | </File>
|
---|
521 | <File
|
---|
522 | RelativePath="Register.cpp"
|
---|
523 | >
|
---|
524 | <FileConfiguration
|
---|
525 | Name="Debug|Win32"
|
---|
526 | >
|
---|
527 | <Tool
|
---|
528 | Name="VCCLCompilerTool"
|
---|
529 | UsePrecompiledHeader="2"
|
---|
530 | BrowseInformation="0"
|
---|
531 | />
|
---|
532 | </FileConfiguration>
|
---|
533 | <FileConfiguration
|
---|
534 | Name="Release|Win32"
|
---|
535 | >
|
---|
536 | <Tool
|
---|
537 | Name="VCCLCompilerTool"
|
---|
538 | UsePrecompiledHeader="2"
|
---|
539 | BrowseInformation="0"
|
---|
540 | />
|
---|
541 | </FileConfiguration>
|
---|
542 | </File>
|
---|
543 | <Filter
|
---|
544 | Name="Calculation"
|
---|
545 | >
|
---|
546 | <File
|
---|
547 | RelativePath="Compile_Calc.cpp"
|
---|
548 | >
|
---|
549 | <FileConfiguration
|
---|
550 | Name="Debug|Win32"
|
---|
551 | >
|
---|
552 | <Tool
|
---|
553 | Name="VCCLCompilerTool"
|
---|
554 | UsePrecompiledHeader="2"
|
---|
555 | BrowseInformation="0"
|
---|
556 | />
|
---|
557 | </FileConfiguration>
|
---|
558 | <FileConfiguration
|
---|
559 | Name="Release|Win32"
|
---|
560 | >
|
---|
561 | <Tool
|
---|
562 | Name="VCCLCompilerTool"
|
---|
563 | UsePrecompiledHeader="2"
|
---|
564 | BrowseInformation="0"
|
---|
565 | />
|
---|
566 | </FileConfiguration>
|
---|
567 | </File>
|
---|
568 | <File
|
---|
569 | RelativePath="Compile_Calc_PushVar.cpp"
|
---|
570 | >
|
---|
571 | <FileConfiguration
|
---|
572 | Name="Debug|Win32"
|
---|
573 | >
|
---|
574 | <Tool
|
---|
575 | Name="VCCLCompilerTool"
|
---|
576 | UsePrecompiledHeader="2"
|
---|
577 | BrowseInformation="0"
|
---|
578 | />
|
---|
579 | </FileConfiguration>
|
---|
580 | <FileConfiguration
|
---|
581 | Name="Release|Win32"
|
---|
582 | >
|
---|
583 | <Tool
|
---|
584 | Name="VCCLCompilerTool"
|
---|
585 | UsePrecompiledHeader="2"
|
---|
586 | BrowseInformation="0"
|
---|
587 | />
|
---|
588 | </FileConfiguration>
|
---|
589 | </File>
|
---|
590 | <File
|
---|
591 | RelativePath="Compile_Set_Var.cpp"
|
---|
592 | >
|
---|
593 | <FileConfiguration
|
---|
594 | Name="Debug|Win32"
|
---|
595 | >
|
---|
596 | <Tool
|
---|
597 | Name="VCCLCompilerTool"
|
---|
598 | UsePrecompiledHeader="2"
|
---|
599 | BrowseInformation="0"
|
---|
600 | />
|
---|
601 | </FileConfiguration>
|
---|
602 | <FileConfiguration
|
---|
603 | Name="Release|Win32"
|
---|
604 | >
|
---|
605 | <Tool
|
---|
606 | Name="VCCLCompilerTool"
|
---|
607 | UsePrecompiledHeader="2"
|
---|
608 | BrowseInformation="0"
|
---|
609 | />
|
---|
610 | </FileConfiguration>
|
---|
611 | </File>
|
---|
612 | <File
|
---|
613 | RelativePath=".\increment.cpp"
|
---|
614 | >
|
---|
615 | <FileConfiguration
|
---|
616 | Name="Debug|Win32"
|
---|
617 | >
|
---|
618 | <Tool
|
---|
619 | Name="VCCLCompilerTool"
|
---|
620 | UsePrecompiledHeader="2"
|
---|
621 | />
|
---|
622 | </FileConfiguration>
|
---|
623 | <FileConfiguration
|
---|
624 | Name="Release|Win32"
|
---|
625 | >
|
---|
626 | <Tool
|
---|
627 | Name="VCCLCompilerTool"
|
---|
628 | UsePrecompiledHeader="2"
|
---|
629 | />
|
---|
630 | </FileConfiguration>
|
---|
631 | </File>
|
---|
632 | <File
|
---|
633 | RelativePath="NumOpe.cpp"
|
---|
634 | >
|
---|
635 | <FileConfiguration
|
---|
636 | Name="Debug|Win32"
|
---|
637 | >
|
---|
638 | <Tool
|
---|
639 | Name="VCCLCompilerTool"
|
---|
640 | UsePrecompiledHeader="2"
|
---|
641 | BrowseInformation="0"
|
---|
642 | />
|
---|
643 | </FileConfiguration>
|
---|
644 | <FileConfiguration
|
---|
645 | Name="Release|Win32"
|
---|
646 | >
|
---|
647 | <Tool
|
---|
648 | Name="VCCLCompilerTool"
|
---|
649 | UsePrecompiledHeader="2"
|
---|
650 | BrowseInformation="0"
|
---|
651 | />
|
---|
652 | </FileConfiguration>
|
---|
653 | </File>
|
---|
654 | <File
|
---|
655 | RelativePath="NumOpe_Arithmetic.cpp"
|
---|
656 | >
|
---|
657 | <FileConfiguration
|
---|
658 | Name="Debug|Win32"
|
---|
659 | >
|
---|
660 | <Tool
|
---|
661 | Name="VCCLCompilerTool"
|
---|
662 | UsePrecompiledHeader="2"
|
---|
663 | BrowseInformation="0"
|
---|
664 | />
|
---|
665 | </FileConfiguration>
|
---|
666 | <FileConfiguration
|
---|
667 | Name="Release|Win32"
|
---|
668 | >
|
---|
669 | <Tool
|
---|
670 | Name="VCCLCompilerTool"
|
---|
671 | UsePrecompiledHeader="2"
|
---|
672 | BrowseInformation="0"
|
---|
673 | />
|
---|
674 | </FileConfiguration>
|
---|
675 | </File>
|
---|
676 | <File
|
---|
677 | RelativePath="NumOpe_Logical.cpp"
|
---|
678 | >
|
---|
679 | <FileConfiguration
|
---|
680 | Name="Debug|Win32"
|
---|
681 | >
|
---|
682 | <Tool
|
---|
683 | Name="VCCLCompilerTool"
|
---|
684 | UsePrecompiledHeader="2"
|
---|
685 | BrowseInformation="0"
|
---|
686 | />
|
---|
687 | </FileConfiguration>
|
---|
688 | <FileConfiguration
|
---|
689 | Name="Release|Win32"
|
---|
690 | >
|
---|
691 | <Tool
|
---|
692 | Name="VCCLCompilerTool"
|
---|
693 | UsePrecompiledHeader="2"
|
---|
694 | BrowseInformation="0"
|
---|
695 | />
|
---|
696 | </FileConfiguration>
|
---|
697 | </File>
|
---|
698 | <File
|
---|
699 | RelativePath="NumOpe_Relation.cpp"
|
---|
700 | >
|
---|
701 | <FileConfiguration
|
---|
702 | Name="Debug|Win32"
|
---|
703 | >
|
---|
704 | <Tool
|
---|
705 | Name="VCCLCompilerTool"
|
---|
706 | UsePrecompiledHeader="2"
|
---|
707 | BrowseInformation="0"
|
---|
708 | />
|
---|
709 | </FileConfiguration>
|
---|
710 | <FileConfiguration
|
---|
711 | Name="Release|Win32"
|
---|
712 | >
|
---|
713 | <Tool
|
---|
714 | Name="VCCLCompilerTool"
|
---|
715 | UsePrecompiledHeader="2"
|
---|
716 | BrowseInformation="0"
|
---|
717 | />
|
---|
718 | </FileConfiguration>
|
---|
719 | </File>
|
---|
720 | <File
|
---|
721 | RelativePath="NumOpe_TypeOperation.cpp"
|
---|
722 | >
|
---|
723 | <FileConfiguration
|
---|
724 | Name="Debug|Win32"
|
---|
725 | >
|
---|
726 | <Tool
|
---|
727 | Name="VCCLCompilerTool"
|
---|
728 | UsePrecompiledHeader="2"
|
---|
729 | BrowseInformation="0"
|
---|
730 | />
|
---|
731 | </FileConfiguration>
|
---|
732 | <FileConfiguration
|
---|
733 | Name="Release|Win32"
|
---|
734 | >
|
---|
735 | <Tool
|
---|
736 | Name="VCCLCompilerTool"
|
---|
737 | UsePrecompiledHeader="2"
|
---|
738 | BrowseInformation="0"
|
---|
739 | />
|
---|
740 | </FileConfiguration>
|
---|
741 | </File>
|
---|
742 | </Filter>
|
---|
743 | <Filter
|
---|
744 | Name="Object"
|
---|
745 | >
|
---|
746 | <File
|
---|
747 | RelativePath=".\Compile_Object.cpp"
|
---|
748 | >
|
---|
749 | <FileConfiguration
|
---|
750 | Name="Debug|Win32"
|
---|
751 | >
|
---|
752 | <Tool
|
---|
753 | Name="VCCLCompilerTool"
|
---|
754 | UsePrecompiledHeader="2"
|
---|
755 | />
|
---|
756 | </FileConfiguration>
|
---|
757 | <FileConfiguration
|
---|
758 | Name="Release|Win32"
|
---|
759 | >
|
---|
760 | <Tool
|
---|
761 | Name="VCCLCompilerTool"
|
---|
762 | UsePrecompiledHeader="2"
|
---|
763 | />
|
---|
764 | </FileConfiguration>
|
---|
765 | </File>
|
---|
766 | </Filter>
|
---|
767 | <Filter
|
---|
768 | Name="Opcode"
|
---|
769 | >
|
---|
770 | <File
|
---|
771 | RelativePath="amd64_main.cpp"
|
---|
772 | >
|
---|
773 | <FileConfiguration
|
---|
774 | Name="Debug|Win32"
|
---|
775 | >
|
---|
776 | <Tool
|
---|
777 | Name="VCCLCompilerTool"
|
---|
778 | UsePrecompiledHeader="2"
|
---|
779 | BrowseInformation="0"
|
---|
780 | />
|
---|
781 | </FileConfiguration>
|
---|
782 | <FileConfiguration
|
---|
783 | Name="Release|Win32"
|
---|
784 | >
|
---|
785 | <Tool
|
---|
786 | Name="VCCLCompilerTool"
|
---|
787 | UsePrecompiledHeader="2"
|
---|
788 | BrowseInformation="0"
|
---|
789 | />
|
---|
790 | </FileConfiguration>
|
---|
791 | </File>
|
---|
792 | <File
|
---|
793 | RelativePath=".\CodeGenerator.cpp"
|
---|
794 | >
|
---|
795 | <FileConfiguration
|
---|
796 | Name="Debug|Win32"
|
---|
797 | >
|
---|
798 | <Tool
|
---|
799 | Name="VCCLCompilerTool"
|
---|
800 | UsePrecompiledHeader="2"
|
---|
801 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
802 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
803 | />
|
---|
804 | </FileConfiguration>
|
---|
805 | <FileConfiguration
|
---|
806 | Name="Release|Win32"
|
---|
807 | >
|
---|
808 | <Tool
|
---|
809 | Name="VCCLCompilerTool"
|
---|
810 | UsePrecompiledHeader="2"
|
---|
811 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
812 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
813 | />
|
---|
814 | </FileConfiguration>
|
---|
815 | </File>
|
---|
816 | <File
|
---|
817 | RelativePath=".\stack_frame.cpp"
|
---|
818 | >
|
---|
819 | <FileConfiguration
|
---|
820 | Name="Debug|Win32"
|
---|
821 | >
|
---|
822 | <Tool
|
---|
823 | Name="VCCLCompilerTool"
|
---|
824 | UsePrecompiledHeader="2"
|
---|
825 | />
|
---|
826 | </FileConfiguration>
|
---|
827 | <FileConfiguration
|
---|
828 | Name="Release|Win32"
|
---|
829 | >
|
---|
830 | <Tool
|
---|
831 | Name="VCCLCompilerTool"
|
---|
832 | UsePrecompiledHeader="2"
|
---|
833 | />
|
---|
834 | </FileConfiguration>
|
---|
835 | </File>
|
---|
836 | </Filter>
|
---|
837 | <Filter
|
---|
838 | Name="Procedure"
|
---|
839 | >
|
---|
840 | <File
|
---|
841 | RelativePath=".\CLockParameter.cpp"
|
---|
842 | >
|
---|
843 | <FileConfiguration
|
---|
844 | Name="Debug|Win32"
|
---|
845 | >
|
---|
846 | <Tool
|
---|
847 | Name="VCCLCompilerTool"
|
---|
848 | UsePrecompiledHeader="2"
|
---|
849 | />
|
---|
850 | </FileConfiguration>
|
---|
851 | <FileConfiguration
|
---|
852 | Name="Release|Win32"
|
---|
853 | >
|
---|
854 | <Tool
|
---|
855 | Name="VCCLCompilerTool"
|
---|
856 | UsePrecompiledHeader="2"
|
---|
857 | />
|
---|
858 | </FileConfiguration>
|
---|
859 | </File>
|
---|
860 | <File
|
---|
861 | RelativePath=".\Compile_CallProc.cpp"
|
---|
862 | >
|
---|
863 | <FileConfiguration
|
---|
864 | Name="Debug|Win32"
|
---|
865 | >
|
---|
866 | <Tool
|
---|
867 | Name="VCCLCompilerTool"
|
---|
868 | UsePrecompiledHeader="2"
|
---|
869 | />
|
---|
870 | </FileConfiguration>
|
---|
871 | <FileConfiguration
|
---|
872 | Name="Release|Win32"
|
---|
873 | >
|
---|
874 | <Tool
|
---|
875 | Name="VCCLCompilerTool"
|
---|
876 | UsePrecompiledHeader="2"
|
---|
877 | />
|
---|
878 | </FileConfiguration>
|
---|
879 | </File>
|
---|
880 | <File
|
---|
881 | RelativePath="Compile_Func.cpp"
|
---|
882 | >
|
---|
883 | <FileConfiguration
|
---|
884 | Name="Debug|Win32"
|
---|
885 | >
|
---|
886 | <Tool
|
---|
887 | Name="VCCLCompilerTool"
|
---|
888 | UsePrecompiledHeader="2"
|
---|
889 | BrowseInformation="0"
|
---|
890 | />
|
---|
891 | </FileConfiguration>
|
---|
892 | <FileConfiguration
|
---|
893 | Name="Release|Win32"
|
---|
894 | >
|
---|
895 | <Tool
|
---|
896 | Name="VCCLCompilerTool"
|
---|
897 | UsePrecompiledHeader="2"
|
---|
898 | BrowseInformation="0"
|
---|
899 | />
|
---|
900 | </FileConfiguration>
|
---|
901 | </File>
|
---|
902 | <File
|
---|
903 | RelativePath="Compile_ProcOp.cpp"
|
---|
904 | >
|
---|
905 | <FileConfiguration
|
---|
906 | Name="Debug|Win32"
|
---|
907 | >
|
---|
908 | <Tool
|
---|
909 | Name="VCCLCompilerTool"
|
---|
910 | UsePrecompiledHeader="2"
|
---|
911 | BrowseInformation="0"
|
---|
912 | />
|
---|
913 | </FileConfiguration>
|
---|
914 | <FileConfiguration
|
---|
915 | Name="Release|Win32"
|
---|
916 | >
|
---|
917 | <Tool
|
---|
918 | Name="VCCLCompilerTool"
|
---|
919 | UsePrecompiledHeader="2"
|
---|
920 | BrowseInformation="0"
|
---|
921 | />
|
---|
922 | </FileConfiguration>
|
---|
923 | </File>
|
---|
924 | <File
|
---|
925 | RelativePath=".\CParameter.cpp"
|
---|
926 | >
|
---|
927 | <FileConfiguration
|
---|
928 | Name="Debug|Win32"
|
---|
929 | >
|
---|
930 | <Tool
|
---|
931 | Name="VCCLCompilerTool"
|
---|
932 | UsePrecompiledHeader="2"
|
---|
933 | />
|
---|
934 | </FileConfiguration>
|
---|
935 | <FileConfiguration
|
---|
936 | Name="Release|Win32"
|
---|
937 | >
|
---|
938 | <Tool
|
---|
939 | Name="VCCLCompilerTool"
|
---|
940 | UsePrecompiledHeader="2"
|
---|
941 | />
|
---|
942 | </FileConfiguration>
|
---|
943 | </File>
|
---|
944 | <File
|
---|
945 | RelativePath=".\OperatorProc.cpp"
|
---|
946 | >
|
---|
947 | <FileConfiguration
|
---|
948 | Name="Debug|Win32"
|
---|
949 | >
|
---|
950 | <Tool
|
---|
951 | Name="VCCLCompilerTool"
|
---|
952 | UsePrecompiledHeader="2"
|
---|
953 | />
|
---|
954 | </FileConfiguration>
|
---|
955 | <FileConfiguration
|
---|
956 | Name="Release|Win32"
|
---|
957 | >
|
---|
958 | <Tool
|
---|
959 | Name="VCCLCompilerTool"
|
---|
960 | UsePrecompiledHeader="2"
|
---|
961 | />
|
---|
962 | </FileConfiguration>
|
---|
963 | </File>
|
---|
964 | </Filter>
|
---|
965 | </Filter>
|
---|
966 | <Filter
|
---|
967 | Name="32及び64共通"
|
---|
968 | >
|
---|
969 | <File
|
---|
970 | RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
|
---|
971 | >
|
---|
972 | </File>
|
---|
973 | <File
|
---|
974 | RelativePath="..\BasicCompiler_Common\calculation.cpp"
|
---|
975 | >
|
---|
976 | </File>
|
---|
977 | <File
|
---|
978 | RelativePath="..\BasicCompiler_Common\Compile.cpp"
|
---|
979 | >
|
---|
980 | </File>
|
---|
981 | <File
|
---|
982 | RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
|
---|
983 | >
|
---|
984 | </File>
|
---|
985 | <File
|
---|
986 | RelativePath="..\BasicCompiler_Common\error.cpp"
|
---|
987 | >
|
---|
988 | </File>
|
---|
989 | <File
|
---|
990 | RelativePath="..\BasicCompiler_Common\gc.cpp"
|
---|
991 | >
|
---|
992 | </File>
|
---|
993 | <File
|
---|
994 | RelativePath="..\BasicCompiler_Common\hash.cpp"
|
---|
995 | >
|
---|
996 | </File>
|
---|
997 | <File
|
---|
998 | RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
|
---|
999 | >
|
---|
1000 | </File>
|
---|
1001 | <File
|
---|
1002 | RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
|
---|
1003 | >
|
---|
1004 | </File>
|
---|
1005 | <File
|
---|
1006 | RelativePath="..\BasicCompiler_Common\Object.cpp"
|
---|
1007 | >
|
---|
1008 | </File>
|
---|
1009 | <File
|
---|
1010 | RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
|
---|
1011 | >
|
---|
1012 | </File>
|
---|
1013 | <File
|
---|
1014 | RelativePath="..\BasicCompiler_Common\Overload.cpp"
|
---|
1015 | >
|
---|
1016 | </File>
|
---|
1017 | <File
|
---|
1018 | RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
|
---|
1019 | >
|
---|
1020 | </File>
|
---|
1021 | <File
|
---|
1022 | RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
|
---|
1023 | >
|
---|
1024 | </File>
|
---|
1025 | <File
|
---|
1026 | RelativePath="..\BasicCompiler_Common\StrOperation.h"
|
---|
1027 | >
|
---|
1028 | </File>
|
---|
1029 | <Filter
|
---|
1030 | Name="Intermediate"
|
---|
1031 | >
|
---|
1032 | <File
|
---|
1033 | RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
|
---|
1034 | >
|
---|
1035 | </File>
|
---|
1036 | <File
|
---|
1037 | RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
|
---|
1038 | >
|
---|
1039 | </File>
|
---|
1040 | <File
|
---|
1041 | RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
|
---|
1042 | >
|
---|
1043 | </File>
|
---|
1044 | </Filter>
|
---|
1045 | <Filter
|
---|
1046 | Name="Parts"
|
---|
1047 | >
|
---|
1048 | <File
|
---|
1049 | RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
|
---|
1050 | >
|
---|
1051 | </File>
|
---|
1052 | </Filter>
|
---|
1053 | <Filter
|
---|
1054 | Name="Debug(共通)"
|
---|
1055 | >
|
---|
1056 | <File
|
---|
1057 | RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
|
---|
1058 | >
|
---|
1059 | </File>
|
---|
1060 | <File
|
---|
1061 | RelativePath="..\BasicCompiler_Common\Debug.cpp"
|
---|
1062 | >
|
---|
1063 | </File>
|
---|
1064 | <File
|
---|
1065 | RelativePath="..\BasicCompiler_Common\debug.h"
|
---|
1066 | >
|
---|
1067 | </File>
|
---|
1068 | <File
|
---|
1069 | RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
|
---|
1070 | >
|
---|
1071 | </File>
|
---|
1072 | <File
|
---|
1073 | RelativePath="..\BasicCompiler_Common\DebugSection.h"
|
---|
1074 | >
|
---|
1075 | </File>
|
---|
1076 | <File
|
---|
1077 | RelativePath="..\BasicCompiler_Common\VarList.cpp"
|
---|
1078 | >
|
---|
1079 | </File>
|
---|
1080 | <File
|
---|
1081 | RelativePath="..\BasicCompiler_Common\WatchList.cpp"
|
---|
1082 | >
|
---|
1083 | <FileConfiguration
|
---|
1084 | Name="Debug|Win32"
|
---|
1085 | >
|
---|
1086 | <Tool
|
---|
1087 | Name="VCCLCompilerTool"
|
---|
1088 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
1089 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
1090 | />
|
---|
1091 | </FileConfiguration>
|
---|
1092 | <FileConfiguration
|
---|
1093 | Name="Release|Win32"
|
---|
1094 | >
|
---|
1095 | <Tool
|
---|
1096 | Name="VCCLCompilerTool"
|
---|
1097 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
1098 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
1099 | />
|
---|
1100 | </FileConfiguration>
|
---|
1101 | </File>
|
---|
1102 | </Filter>
|
---|
1103 | <Filter
|
---|
1104 | Name="Schedule"
|
---|
1105 | >
|
---|
1106 | <File
|
---|
1107 | RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
|
---|
1108 | >
|
---|
1109 | </File>
|
---|
1110 | <File
|
---|
1111 | RelativePath="..\BasicCompiler_Common\PESchedule.h"
|
---|
1112 | >
|
---|
1113 | </File>
|
---|
1114 | </Filter>
|
---|
1115 | <Filter
|
---|
1116 | Name="Variable"
|
---|
1117 | >
|
---|
1118 | <File
|
---|
1119 | RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
|
---|
1120 | >
|
---|
1121 | </File>
|
---|
1122 | <File
|
---|
1123 | RelativePath="..\BasicCompiler_Common\VariableOpe.h"
|
---|
1124 | >
|
---|
1125 | </File>
|
---|
1126 | </Filter>
|
---|
1127 | <Filter
|
---|
1128 | Name="Procedure"
|
---|
1129 | >
|
---|
1130 | <File
|
---|
1131 | RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
|
---|
1132 | >
|
---|
1133 | </File>
|
---|
1134 | <File
|
---|
1135 | RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
|
---|
1136 | >
|
---|
1137 | </File>
|
---|
1138 | </Filter>
|
---|
1139 | </Filter>
|
---|
1140 | <Filter
|
---|
1141 | Name="Compiler Classes"
|
---|
1142 | >
|
---|
1143 | <File
|
---|
1144 | RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
|
---|
1145 | >
|
---|
1146 | </File>
|
---|
1147 | <File
|
---|
1148 | RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
|
---|
1149 | >
|
---|
1150 | </File>
|
---|
1151 | <File
|
---|
1152 | RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
|
---|
1153 | >
|
---|
1154 | </File>
|
---|
1155 | <File
|
---|
1156 | RelativePath="..\BasicCompiler_Common\src\DataTableGenerator.cpp"
|
---|
1157 | >
|
---|
1158 | </File>
|
---|
1159 | <File
|
---|
1160 | RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer.cpp"
|
---|
1161 | >
|
---|
1162 | </File>
|
---|
1163 | <File
|
---|
1164 | RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Class.cpp"
|
---|
1165 | >
|
---|
1166 | </File>
|
---|
1167 | <File
|
---|
1168 | RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Const.cpp"
|
---|
1169 | >
|
---|
1170 | </File>
|
---|
1171 | <File
|
---|
1172 | RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Delegate.cpp"
|
---|
1173 | >
|
---|
1174 | </File>
|
---|
1175 | <File
|
---|
1176 | RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Enum.cpp"
|
---|
1177 | >
|
---|
1178 | </File>
|
---|
1179 | <File
|
---|
1180 | RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Procedure.cpp"
|
---|
1181 | >
|
---|
1182 | </File>
|
---|
1183 | <File
|
---|
1184 | RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_TypeDef.cpp"
|
---|
1185 | >
|
---|
1186 | </File>
|
---|
1187 | <File
|
---|
1188 | RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
|
---|
1189 | >
|
---|
1190 | </File>
|
---|
1191 | <File
|
---|
1192 | RelativePath="..\BasicCompiler_Common\src\Messenger.cpp"
|
---|
1193 | >
|
---|
1194 | </File>
|
---|
1195 | <File
|
---|
1196 | RelativePath="..\BasicCompiler_Common\src\ProcedureGenerator.cpp"
|
---|
1197 | >
|
---|
1198 | </File>
|
---|
1199 | <File
|
---|
1200 | RelativePath="..\BasicCompiler_Common\src\VtblGenerator.cpp"
|
---|
1201 | >
|
---|
1202 | </File>
|
---|
1203 | <Filter
|
---|
1204 | Name="Language Classes"
|
---|
1205 | >
|
---|
1206 | <File
|
---|
1207 | RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
|
---|
1208 | >
|
---|
1209 | </File>
|
---|
1210 | <File
|
---|
1211 | RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
|
---|
1212 | >
|
---|
1213 | </File>
|
---|
1214 | </Filter>
|
---|
1215 | </Filter>
|
---|
1216 | <Filter
|
---|
1217 | Name="Application Classes"
|
---|
1218 | >
|
---|
1219 | <File
|
---|
1220 | RelativePath="..\BasicCompiler_Common\src\Program.cpp"
|
---|
1221 | >
|
---|
1222 | </File>
|
---|
1223 | </Filter>
|
---|
1224 | <Filter
|
---|
1225 | Name="Common Classes"
|
---|
1226 | >
|
---|
1227 | <File
|
---|
1228 | RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
|
---|
1229 | >
|
---|
1230 | <FileConfiguration
|
---|
1231 | Name="Debug|Win32"
|
---|
1232 | >
|
---|
1233 | <Tool
|
---|
1234 | Name="VCCLCompilerTool"
|
---|
1235 | UsePrecompiledHeader="0"
|
---|
1236 | />
|
---|
1237 | </FileConfiguration>
|
---|
1238 | <FileConfiguration
|
---|
1239 | Name="Release|Win32"
|
---|
1240 | >
|
---|
1241 | <Tool
|
---|
1242 | Name="VCCLCompilerTool"
|
---|
1243 | UsePrecompiledHeader="0"
|
---|
1244 | />
|
---|
1245 | </FileConfiguration>
|
---|
1246 | </File>
|
---|
1247 | </Filter>
|
---|
1248 | <Filter
|
---|
1249 | Name="Debugger Classes"
|
---|
1250 | >
|
---|
1251 | <File
|
---|
1252 | RelativePath="..\BasicCompiler_Common\src\BreakPoint.cpp"
|
---|
1253 | >
|
---|
1254 | </File>
|
---|
1255 | </Filter>
|
---|
1256 | </Filter>
|
---|
1257 | </Files>
|
---|
1258 | <Globals>
|
---|
1259 | </Globals>
|
---|
1260 | </VisualStudioProject>
|
---|