source: dev/trunk/ab5.0/abdev/compiler_x64/compiler_x64.vcproj@ 773

Last change on this file since 773 was 773, checked in by イグトランス (egtra), 13 years ago

セキュリティ対策の機能を有効化

File size: 28.1 KB
RevLine 
[3]1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
[485]5 Name="compiler_x64"
[3]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"
[475]19 OutputDirectory="..\build\$(ConfigurationName)\bin\x64"
20 IntermediateDirectory="$(ConfigurationName)"
[3]21 ConfigurationType="1"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
[75]24 CharacterSet="2"
[3]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"
[188]49 AdditionalOptions="/GR"
[3]50 Optimization="0"
[169]51 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
[3]52 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
53 MinimalRebuild="true"
54 BasicRuntimeChecks="0"
[75]55 RuntimeLibrary="1"
[188]56 RuntimeTypeInfo="true"
[206]57 UsePrecompiledHeader="2"
[3]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"
[198]68 DisableSpecificWarnings="4103"
[3]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"
[773]83 AdditionalOptions="/MACHINE:AMD64 /NXCOMPAT /DYNAMICBASE"
[627]84 AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
[475]85 OutputFile="$(OutDir)\abc.exe"
[3]86 LinkIncremental="2"
87 SuppressStartupBanner="true"
[445]88 AdditionalLibraryDirectories="..\..\jenga\lib\amd64;..\lib\amd64"
[3]89 IgnoreDefaultLibraryNames=""
90 GenerateDebugInformation="true"
91 ProgramDatabaseFile=".\Debug/BasicCompiler64.pdb"
[456]92 SubSystem="1"
[345]93 StackReserveSize="4194304"
[3]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
[127]126 Name="Release|Win32"
[475]127 OutputDirectory="..\build\$(ConfigurationName)\bin\x64"
[3]128 IntermediateDirectory="$(ConfigurationName)"
129 ConfigurationType="1"
130 UseOfMFC="0"
131 ATLMinimizesCRunTimeLibraryUsage="false"
[75]132 CharacterSet="2"
[3]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"
[188]157 AdditionalOptions="/GR"
[3]158 Optimization="2"
[140]159 InlineFunctionExpansion="2"
[183]160 EnableIntrinsicFunctions="true"
[140]161 FavorSizeOrSpeed="1"
[198]162 WholeProgramOptimization="false"
[188]163 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
[3]164 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
165 MinimalRebuild="false"
[107]166 ExceptionHandling="1"
[3]167 BasicRuntimeChecks="0"
[219]168 RuntimeLibrary="0"
[107]169 RuntimeTypeInfo="true"
[206]170 UsePrecompiledHeader="2"
[3]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"
[198]181 DisableSpecificWarnings="4103"
[3]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"
[773]196 AdditionalOptions="/MACHINE:AMD64 /NXCOMPAT /DYNAMICBASE"
[627]197 AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
[475]198 OutputFile="$(OutDir)\abc.exe"
[107]199 LinkIncremental="1"
[3]200 SuppressStartupBanner="true"
[445]201 AdditionalLibraryDirectories="..\..\jenga\lib\amd64;..\lib\amd64"
[219]202 IgnoreDefaultLibraryNames=""
[3]203 GenerateDebugInformation="false"
204 ProgramDatabaseFile=".\Release/BasicCompiler64.pdb"
[456]205 SubSystem="1"
[3]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>
[475]238 <ProjectReference
239 ReferencedProjectIdentifier="{F01805B6-65B4-4708-88F4-A5E07DEA9FBD}"
240 />
[480]241 <ProjectReference
242 ReferencedProjectIdentifier="{87835C33-64C9-4BA5-9B39-608BA5394387}"
243 />
[3]244 </References>
245 <Files>
246 <Filter
247 Name="Header Files"
248 Filter="h;hpp;hxx;hm;inl"
249 >
250 <File
[14]251 RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
[3]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
[226]263 RelativePath=".\MachineFixed.h"
264 >
265 </File>
266 <File
[3]267 RelativePath="Opcode.h"
268 >
269 </File>
[198]270 <File
271 RelativePath="..\BasicCompiler_Common\include\option.h"
272 >
273 </File>
[206]274 <File
275 RelativePath=".\stdafx.h"
276 >
277 </File>
[318]278 <File
279 RelativePath="..\BasicCompiler_Common\include\ver.h"
280 >
281 </File>
[3]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>
[71]302 <Filter
[257]303 Name="Common Classes"
[71]304 >
305 <File
[257]306 RelativePath="..\BasicCompiler_Common\include\logger.h"
[75]307 >
[183]308 </File>
[169]309 </Filter>
[218]310 <Filter
[257]311 Name="Compiler Classes"
[218]312 >
313 <File
[257]314 RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
[218]315 >
316 </File>
317 <File
[257]318 RelativePath="..\BasicCompiler_Common\include\Compiler.h"
[218]319 >
320 </File>
321 <File
[589]322 RelativePath="..\BasicCompiler_Common\include\DataTableGenerator.h"
323 >
324 </File>
325 <File
[628]326 RelativePath="..\BasicCompiler_Common\include\ErrorCode.h"
327 >
328 </File>
329 <File
[514]330 RelativePath="..\BasicCompiler_Common\include\LexicalAnalyzer.h"
331 >
332 </File>
333 <File
[257]334 RelativePath="..\BasicCompiler_Common\include\Linker.h"
[218]335 >
336 </File>
[468]337 <File
338 RelativePath="..\BasicCompiler_Common\include\Messenger.h"
339 >
340 </File>
[584]341 <File
342 RelativePath="..\BasicCompiler_Common\include\ProcedureGenerator.h"
343 >
344 </File>
345 <File
346 RelativePath="..\BasicCompiler_Common\include\VtblGenerator.h"
347 >
348 </File>
[257]349 <Filter
350 Name="Language Classes"
351 >
352 <File
[407]353 RelativePath="..\BasicCompiler_Common\include\Enum.h"
354 >
355 </File>
356 <File
[257]357 RelativePath="..\BasicCompiler_Common\include\Exception.h"
358 >
359 </File>
360 <File
361 RelativePath="..\BasicCompiler_Common\include\LexicalScope.h"
362 >
363 </File>
364 </Filter>
[218]365 </Filter>
[468]366 <Filter
367 Name="Debugger Classes"
368 >
369 <File
[650]370 RelativePath="..\BasicCompiler_Common\include\BreakPoint.h"
371 >
372 </File>
373 <File
[468]374 RelativePath="..\BasicCompiler_Common\include\Debugger.h"
375 >
376 </File>
377 </Filter>
378 <Filter
379 Name="Application Classes"
380 >
381 <File
[477]382 RelativePath="..\BasicCompiler_Common\include\Configuration.h"
383 >
384 </File>
385 <File
[468]386 RelativePath="..\BasicCompiler_Common\include\Program.h"
387 >
388 </File>
389 </Filter>
[6]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
[490]396 RelativePath=".\compiler_x64.rc"
397 >
398 </File>
399 <File
[6]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
[206]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>
[3]452 <Filter
[257]453 Name="x64Compile"
[3]454 >
455 <File
[6]456 RelativePath="Compile_Statement.cpp"
[3]457 >
458 <FileConfiguration
459 Name="Debug|Win32"
460 >
461 <Tool
[6]462 Name="VCCLCompilerTool"
[308]463 UsePrecompiledHeader="2"
[6]464 BrowseInformation="0"
[3]465 />
466 </FileConfiguration>
467 <FileConfiguration
[127]468 Name="Release|Win32"
[3]469 >
470 <Tool
[6]471 Name="VCCLCompilerTool"
[308]472 UsePrecompiledHeader="2"
[6]473 BrowseInformation="0"
[3]474 />
475 </FileConfiguration>
476 </File>
[6]477 <File
478 RelativePath="Compile_Var.cpp"
479 >
480 <FileConfiguration
481 Name="Debug|Win32"
482 >
483 <Tool
484 Name="VCCLCompilerTool"
[308]485 UsePrecompiledHeader="2"
[6]486 BrowseInformation="0"
487 />
488 </FileConfiguration>
489 <FileConfiguration
[127]490 Name="Release|Win32"
[6]491 >
492 <Tool
493 Name="VCCLCompilerTool"
[308]494 UsePrecompiledHeader="2"
[6]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"
[308]507 UsePrecompiledHeader="2"
[6]508 BrowseInformation="0"
509 />
510 </FileConfiguration>
511 <FileConfiguration
[127]512 Name="Release|Win32"
[6]513 >
514 <Tool
515 Name="VCCLCompilerTool"
[308]516 UsePrecompiledHeader="2"
[6]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"
[308]529 UsePrecompiledHeader="2"
[6]530 BrowseInformation="0"
531 />
532 </FileConfiguration>
533 <FileConfiguration
[127]534 Name="Release|Win32"
[6]535 >
536 <Tool
537 Name="VCCLCompilerTool"
[308]538 UsePrecompiledHeader="2"
[6]539 BrowseInformation="0"
540 />
541 </FileConfiguration>
542 </File>
[3]543 <Filter
[6]544 Name="Calculation"
[3]545 >
546 <File
[6]547 RelativePath="Compile_Calc.cpp"
[3]548 >
549 <FileConfiguration
550 Name="Debug|Win32"
551 >
552 <Tool
553 Name="VCCLCompilerTool"
[308]554 UsePrecompiledHeader="2"
[3]555 BrowseInformation="0"
556 />
557 </FileConfiguration>
558 <FileConfiguration
[127]559 Name="Release|Win32"
[6]560 >
561 <Tool
562 Name="VCCLCompilerTool"
[308]563 UsePrecompiledHeader="2"
[6]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"
[308]576 UsePrecompiledHeader="2"
[6]577 BrowseInformation="0"
578 />
579 </FileConfiguration>
580 <FileConfiguration
[127]581 Name="Release|Win32"
[3]582 >
583 <Tool
584 Name="VCCLCompilerTool"
[308]585 UsePrecompiledHeader="2"
[3]586 BrowseInformation="0"
587 />
588 </FileConfiguration>
589 </File>
590 <File
[6]591 RelativePath="Compile_Set_Var.cpp"
[3]592 >
593 <FileConfiguration
594 Name="Debug|Win32"
595 >
596 <Tool
597 Name="VCCLCompilerTool"
[308]598 UsePrecompiledHeader="2"
[3]599 BrowseInformation="0"
600 />
601 </FileConfiguration>
602 <FileConfiguration
[127]603 Name="Release|Win32"
[3]604 >
605 <Tool
606 Name="VCCLCompilerTool"
[308]607 UsePrecompiledHeader="2"
[3]608 BrowseInformation="0"
609 />
610 </FileConfiguration>
611 </File>
612 <File
[6]613 RelativePath=".\increment.cpp"
[3]614 >
[308]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>
[3]631 </File>
632 <File
[6]633 RelativePath="NumOpe.cpp"
[3]634 >
635 <FileConfiguration
636 Name="Debug|Win32"
637 >
638 <Tool
639 Name="VCCLCompilerTool"
[308]640 UsePrecompiledHeader="2"
[3]641 BrowseInformation="0"
642 />
643 </FileConfiguration>
644 <FileConfiguration
[127]645 Name="Release|Win32"
[3]646 >
647 <Tool
648 Name="VCCLCompilerTool"
[308]649 UsePrecompiledHeader="2"
[3]650 BrowseInformation="0"
651 />
652 </FileConfiguration>
653 </File>
654 <File
[6]655 RelativePath="NumOpe_Arithmetic.cpp"
[3]656 >
657 <FileConfiguration
658 Name="Debug|Win32"
659 >
660 <Tool
661 Name="VCCLCompilerTool"
[308]662 UsePrecompiledHeader="2"
[3]663 BrowseInformation="0"
664 />
665 </FileConfiguration>
666 <FileConfiguration
[127]667 Name="Release|Win32"
[3]668 >
669 <Tool
670 Name="VCCLCompilerTool"
[308]671 UsePrecompiledHeader="2"
[3]672 BrowseInformation="0"
673 />
674 </FileConfiguration>
675 </File>
[6]676 <File
677 RelativePath="NumOpe_Logical.cpp"
[3]678 >
[6]679 <FileConfiguration
680 Name="Debug|Win32"
[3]681 >
[6]682 <Tool
683 Name="VCCLCompilerTool"
[308]684 UsePrecompiledHeader="2"
[6]685 BrowseInformation="0"
686 />
687 </FileConfiguration>
688 <FileConfiguration
[127]689 Name="Release|Win32"
[3]690 >
[6]691 <Tool
692 Name="VCCLCompilerTool"
[308]693 UsePrecompiledHeader="2"
[6]694 BrowseInformation="0"
695 />
696 </FileConfiguration>
697 </File>
698 <File
699 RelativePath="NumOpe_Relation.cpp"
700 >
701 <FileConfiguration
702 Name="Debug|Win32"
[3]703 >
[6]704 <Tool
705 Name="VCCLCompilerTool"
[308]706 UsePrecompiledHeader="2"
[6]707 BrowseInformation="0"
708 />
709 </FileConfiguration>
710 <FileConfiguration
[127]711 Name="Release|Win32"
[3]712 >
[6]713 <Tool
714 Name="VCCLCompilerTool"
[308]715 UsePrecompiledHeader="2"
[6]716 BrowseInformation="0"
717 />
718 </FileConfiguration>
719 </File>
720 <File
721 RelativePath="NumOpe_TypeOperation.cpp"
[3]722 >
[6]723 <FileConfiguration
724 Name="Debug|Win32"
[3]725 >
[6]726 <Tool
727 Name="VCCLCompilerTool"
[308]728 UsePrecompiledHeader="2"
[6]729 BrowseInformation="0"
730 />
731 </FileConfiguration>
732 <FileConfiguration
[127]733 Name="Release|Win32"
[6]734 >
735 <Tool
736 Name="VCCLCompilerTool"
[308]737 UsePrecompiledHeader="2"
[6]738 BrowseInformation="0"
739 />
740 </FileConfiguration>
741 </File>
742 </Filter>
743 <Filter
744 Name="Object"
745 >
746 <File
747 RelativePath=".\Compile_Object.cpp"
[3]748 >
[308]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>
[6]765 </File>
766 </Filter>
767 <Filter
768 Name="Opcode"
769 >
770 <File
771 RelativePath="amd64_main.cpp"
772 >
773 <FileConfiguration
774 Name="Debug|Win32"
[3]775 >
[6]776 <Tool
777 Name="VCCLCompilerTool"
[308]778 UsePrecompiledHeader="2"
[6]779 BrowseInformation="0"
780 />
781 </FileConfiguration>
782 <FileConfiguration
[127]783 Name="Release|Win32"
[3]784 >
[6]785 <Tool
786 Name="VCCLCompilerTool"
[308]787 UsePrecompiledHeader="2"
[6]788 BrowseInformation="0"
789 />
790 </FileConfiguration>
791 </File>
792 <File
[226]793 RelativePath=".\CodeGenerator.cpp"
794 >
795 <FileConfiguration
796 Name="Debug|Win32"
797 >
798 <Tool
799 Name="VCCLCompilerTool"
[308]800 UsePrecompiledHeader="2"
[226]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"
[308]810 UsePrecompiledHeader="2"
[226]811 ObjectFile="$(IntDir)\$(InputName)1.obj"
812 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
813 />
814 </FileConfiguration>
815 </File>
816 <File
[6]817 RelativePath=".\stack_frame.cpp"
818 >
[308]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>
[6]835 </File>
[3]836 </Filter>
837 <Filter
[6]838 Name="Procedure"
[3]839 >
840 <File
[6]841 RelativePath=".\CLockParameter.cpp"
[3]842 >
[308]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>
[6]859 </File>
860 <File
861 RelativePath=".\Compile_CallProc.cpp"
862 >
[308]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>
[6]879 </File>
880 <File
881 RelativePath="Compile_Func.cpp"
882 >
[3]883 <FileConfiguration
884 Name="Debug|Win32"
885 >
886 <Tool
887 Name="VCCLCompilerTool"
[308]888 UsePrecompiledHeader="2"
[3]889 BrowseInformation="0"
890 />
891 </FileConfiguration>
892 <FileConfiguration
[127]893 Name="Release|Win32"
[3]894 >
895 <Tool
896 Name="VCCLCompilerTool"
[308]897 UsePrecompiledHeader="2"
[3]898 BrowseInformation="0"
899 />
900 </FileConfiguration>
901 </File>
902 <File
[6]903 RelativePath="Compile_ProcOp.cpp"
[3]904 >
905 <FileConfiguration
906 Name="Debug|Win32"
907 >
908 <Tool
909 Name="VCCLCompilerTool"
[308]910 UsePrecompiledHeader="2"
[3]911 BrowseInformation="0"
912 />
913 </FileConfiguration>
914 <FileConfiguration
[127]915 Name="Release|Win32"
[3]916 >
917 <Tool
918 Name="VCCLCompilerTool"
[308]919 UsePrecompiledHeader="2"
[3]920 BrowseInformation="0"
921 />
922 </FileConfiguration>
923 </File>
[6]924 <File
925 RelativePath=".\CParameter.cpp"
926 >
[308]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>
[6]943 </File>
944 <File
945 RelativePath=".\OperatorProc.cpp"
946 >
[308]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>
[6]963 </File>
[3]964 </Filter>
[6]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
[91]982 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
983 >
984 </File>
985 <File
[6]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
[76]1010 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
1011 >
1012 </File>
1013 <File
[6]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>
[400]1025 <File
1026 RelativePath="..\BasicCompiler_Common\StrOperation.h"
1027 >
1028 </File>
[3]1029 <Filter
[6]1030 Name="Intermediate"
[3]1031 >
1032 <File
[6]1033 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
[3]1034 >
1035 </File>
1036 <File
[6]1037 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
[3]1038 >
1039 </File>
1040 <File
[6]1041 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
[3]1042 >
1043 </File>
[6]1044 </Filter>
1045 <Filter
1046 Name="Parts"
1047 >
[3]1048 <File
[6]1049 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
[3]1050 >
1051 </File>
[6]1052 </Filter>
1053 <Filter
1054 Name="Debug(共通)"
1055 >
[3]1056 <File
[6]1057 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
[3]1058 >
1059 </File>
1060 <File
[6]1061 RelativePath="..\BasicCompiler_Common\Debug.cpp"
[3]1062 >
1063 </File>
1064 <File
[6]1065 RelativePath="..\BasicCompiler_Common\debug.h"
[3]1066 >
1067 </File>
1068 <File
[6]1069 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
[3]1070 >
1071 </File>
1072 <File
[6]1073 RelativePath="..\BasicCompiler_Common\DebugSection.h"
[3]1074 >
1075 </File>
[76]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
[127]1093 Name="Release|Win32"
[76]1094 >
1095 <Tool
1096 Name="VCCLCompilerTool"
1097 ObjectFile="$(IntDir)\$(InputName)1.obj"
1098 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1099 />
1100 </FileConfiguration>
1101 </File>
[6]1102 </Filter>
1103 <Filter
1104 Name="Schedule"
1105 >
1106 <File
1107 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
[3]1108 >
[6]1109 </File>
1110 <File
[34]1111 RelativePath="..\BasicCompiler_Common\PESchedule.h"
[3]1112 >
[6]1113 </File>
1114 </Filter>
1115 <Filter
[11]1116 Name="Variable"
1117 >
1118 <File
[75]1119 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
[11]1120 >
1121 </File>
1122 <File
[75]1123 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
[11]1124 >
1125 </File>
1126 </Filter>
[26]1127 <Filter
[71]1128 Name="Procedure"
[44]1129 >
1130 <File
[71]1131 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
[44]1132 >
1133 </File>
[50]1134 <File
1135 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
1136 >
1137 </File>
1138 </Filter>
[3]1139 </Filter>
[71]1140 <Filter
[257]1141 Name="Compiler Classes"
1142 >
1143 <File
1144 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1145 >
1146 </File>
1147 <File
[514]1148 RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
1149 >
1150 </File>
1151 <File
[257]1152 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1153 >
1154 </File>
1155 <File
[589]1156 RelativePath="..\BasicCompiler_Common\src\DataTableGenerator.cpp"
1157 >
1158 </File>
1159 <File
[514]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
[584]1168 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Const.cpp"
1169 >
1170 </File>
1171 <File
[528]1172 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Delegate.cpp"
1173 >
1174 </File>
1175 <File
[584]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
[257]1188 RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
1189 >
1190 </File>
[468]1191 <File
1192 RelativePath="..\BasicCompiler_Common\src\Messenger.cpp"
1193 >
1194 </File>
[584]1195 <File
1196 RelativePath="..\BasicCompiler_Common\src\ProcedureGenerator.cpp"
1197 >
1198 </File>
1199 <File
1200 RelativePath="..\BasicCompiler_Common\src\VtblGenerator.cpp"
1201 >
1202 </File>
[257]1203 <Filter
1204 Name="Language Classes"
1205 >
[242]1206 <File
1207 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1208 >
1209 </File>
1210 <File
[254]1211 RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
[242]1212 >
1213 </File>
1214 </Filter>
[218]1215 </Filter>
[456]1216 <Filter
1217 Name="Application Classes"
1218 >
1219 <File
[468]1220 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
[456]1221 >
1222 </File>
1223 </Filter>
[529]1224 <Filter
1225 Name="Common Classes"
1226 >
1227 <File
1228 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1229 >
1230 <FileConfiguration
[603]1231 Name="Debug|Win32"
1232 >
1233 <Tool
1234 Name="VCCLCompilerTool"
1235 UsePrecompiledHeader="0"
1236 />
1237 </FileConfiguration>
1238 <FileConfiguration
[529]1239 Name="Release|Win32"
1240 >
1241 <Tool
1242 Name="VCCLCompilerTool"
1243 UsePrecompiledHeader="0"
1244 />
1245 </FileConfiguration>
1246 </File>
1247 </Filter>
[650]1248 <Filter
1249 Name="Debugger Classes"
1250 >
1251 <File
1252 RelativePath="..\BasicCompiler_Common\src\BreakPoint.cpp"
1253 >
1254 </File>
1255 </Filter>
[3]1256 </Filter>
1257 </Files>
1258 <Globals>
1259 </Globals>
1260</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.