source: dev/trunk/abdev/BasicCompiler64/BasicCompiler.vcproj@ 198

Last change on this file since 198 was 198, checked in by dai_9181, 17 years ago
File size: 25.5 KB
Line 
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="BasicCompiler"
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="Debug"
20 IntermediateDirectory="Debug"
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="0"
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 bufferoverflowu.lib commond.lib smoothied.lib"
85 OutputFile="../ActiveBasic/BasicCompiler64.exe"
86 LinkIncremental="2"
87 SuppressStartupBanner="true"
88 AdditionalLibraryDirectories="..\..\jenga\lib\amd64"
89 IgnoreDefaultLibraryNames=""
90 GenerateDebugInformation="true"
91 ProgramDatabaseFile=".\Debug/BasicCompiler64.pdb"
92 SubSystem="2"
93 TargetMachine="0"
94 />
95 <Tool
96 Name="VCALinkTool"
97 />
98 <Tool
99 Name="VCManifestTool"
100 AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
101 EmbedManifest="true"
102 />
103 <Tool
104 Name="VCXDCMakeTool"
105 />
106 <Tool
107 Name="VCBscMakeTool"
108 SuppressStartupBanner="true"
109 OutputFile="$(OutDir)/$(ProjectName).bsc"
110 />
111 <Tool
112 Name="VCFxCopTool"
113 />
114 <Tool
115 Name="VCAppVerifierTool"
116 />
117 <Tool
118 Name="VCWebDeploymentTool"
119 />
120 <Tool
121 Name="VCPostBuildEventTool"
122 />
123 </Configuration>
124 <Configuration
125 Name="Release|Win32"
126 OutputDirectory="$(ConfigurationName)"
127 IntermediateDirectory="$(ConfigurationName)"
128 ConfigurationType="1"
129 UseOfMFC="0"
130 ATLMinimizesCRunTimeLibraryUsage="false"
131 CharacterSet="2"
132 >
133 <Tool
134 Name="VCPreBuildEventTool"
135 />
136 <Tool
137 Name="VCCustomBuildTool"
138 />
139 <Tool
140 Name="VCXMLDataGeneratorTool"
141 />
142 <Tool
143 Name="VCWebServiceProxyGeneratorTool"
144 />
145 <Tool
146 Name="VCMIDLTool"
147 PreprocessorDefinitions="_DEBUG"
148 MkTypLibCompatible="true"
149 SuppressStartupBanner="true"
150 TargetEnvironment="1"
151 TypeLibraryName=".\Debug/BasicCompiler.tlb"
152 HeaderFileName=""
153 />
154 <Tool
155 Name="VCCLCompilerTool"
156 AdditionalOptions="/GR"
157 Optimization="2"
158 InlineFunctionExpansion="2"
159 EnableIntrinsicFunctions="true"
160 FavorSizeOrSpeed="1"
161 WholeProgramOptimization="false"
162 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
163 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
164 MinimalRebuild="false"
165 ExceptionHandling="1"
166 BasicRuntimeChecks="0"
167 RuntimeLibrary="1"
168 RuntimeTypeInfo="true"
169 UsePrecompiledHeader="0"
170 PrecompiledHeaderFile=".\Release/BasicCompiler.pch"
171 AssemblerListingLocation=".\Release/"
172 ObjectFile=".\Release/"
173 ProgramDataBaseFileName=".\Release/"
174 BrowseInformation="0"
175 WarningLevel="3"
176 SuppressStartupBanner="true"
177 Detect64BitPortabilityProblems="true"
178 DebugInformationFormat="0"
179 CallingConvention="0"
180 DisableSpecificWarnings="4103"
181 />
182 <Tool
183 Name="VCManagedResourceCompilerTool"
184 />
185 <Tool
186 Name="VCResourceCompilerTool"
187 PreprocessorDefinitions="_DEBUG,JPN"
188 Culture="1041"
189 />
190 <Tool
191 Name="VCPreLinkEventTool"
192 />
193 <Tool
194 Name="VCLinkerTool"
195 AdditionalOptions="/MACHINE:AMD64"
196 AdditionalDependencies="comctl32.lib psapi.lib bufferoverflowu.lib common.lib smoothie.lib"
197 OutputFile="../ActiveBasic/BasicCompiler64.exe"
198 LinkIncremental="1"
199 SuppressStartupBanner="true"
200 AdditionalLibraryDirectories="..\..\jenga\lib\amd64"
201 IgnoreDefaultLibraryNames="libcpmt.lib"
202 GenerateDebugInformation="false"
203 ProgramDatabaseFile=".\Release/BasicCompiler64.pdb"
204 SubSystem="2"
205 TargetMachine="0"
206 />
207 <Tool
208 Name="VCALinkTool"
209 />
210 <Tool
211 Name="VCManifestTool"
212 AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
213 />
214 <Tool
215 Name="VCXDCMakeTool"
216 />
217 <Tool
218 Name="VCBscMakeTool"
219 SuppressStartupBanner="true"
220 OutputFile="$(OutDir)/$(ProjectName).bsc"
221 />
222 <Tool
223 Name="VCFxCopTool"
224 />
225 <Tool
226 Name="VCAppVerifierTool"
227 />
228 <Tool
229 Name="VCWebDeploymentTool"
230 />
231 <Tool
232 Name="VCPostBuildEventTool"
233 />
234 </Configuration>
235 </Configurations>
236 <References>
237 </References>
238 <Files>
239 <Filter
240 Name="Header Files"
241 Filter="h;hpp;hxx;hm;inl"
242 >
243 <File
244 RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
245 >
246 </File>
247 <File
248 RelativePath="..\BasicCompiler_Common\BasicFixed.h"
249 >
250 </File>
251 <File
252 RelativePath="CommandValue.h"
253 >
254 </File>
255 <File
256 RelativePath="..\BasicCompiler_Common\common.h"
257 >
258 </File>
259 <File
260 RelativePath="Opcode.h"
261 >
262 </File>
263 <File
264 RelativePath="..\BasicCompiler_Common\include\option.h"
265 >
266 </File>
267 <Filter
268 Name="言語対応文字列"
269 >
270 <File
271 RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
272 >
273 </File>
274 <File
275 RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
276 >
277 </File>
278 </Filter>
279 <Filter
280 Name="Parts_h"
281 >
282 <File
283 RelativePath="..\BasicCompiler_Common\NonVolatile.h"
284 >
285 </File>
286 </Filter>
287 <Filter
288 Name="Application Classes"
289 >
290 <File
291 RelativePath="..\BasicCompiler_Common\include\ClassImpl.h"
292 >
293 </File>
294 <File
295 RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
296 >
297 </File>
298 <File
299 RelativePath="..\BasicCompiler_Common\include\Compiler.h"
300 >
301 </File>
302 <File
303 RelativePath="..\BasicCompiler_Common\include\DataTable.h"
304 >
305 </File>
306 <File
307 RelativePath="..\BasicCompiler_Common\include\Exception.h"
308 >
309 </File>
310 <File
311 RelativePath="..\BasicCompiler_Common\include\LexicalScopingImpl.h"
312 >
313 </File>
314 <File
315 RelativePath="..\BasicCompiler_Common\include\MetaImpl.h"
316 >
317 </File>
318 <File
319 RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h"
320 >
321 </File>
322 <File
323 RelativePath="..\BasicCompiler_Common\include\ProcedureImpl.h"
324 >
325 </File>
326 <File
327 RelativePath="..\BasicCompiler_Common\include\Program.h"
328 >
329 </File>
330 <File
331 RelativePath="..\BasicCompiler_Common\include\SmoothieImpl.h"
332 >
333 </File>
334 <File
335 RelativePath="..\BasicCompiler_Common\include\TypeDef.h"
336 >
337 </File>
338 <File
339 RelativePath="..\BasicCompiler_Common\include\VariableImpl.h"
340 >
341 </File>
342 </Filter>
343 </Filter>
344 <Filter
345 Name="Resource Files"
346 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
347 >
348 <File
349 RelativePath="icon1.ico"
350 >
351 </File>
352 <File
353 RelativePath="toolbar_debugger.bmp"
354 >
355 </File>
356 <File
357 RelativePath="VarArray.ico"
358 >
359 </File>
360 <File
361 RelativePath="VarData.ico"
362 >
363 </File>
364 <File
365 RelativePath="VarPtrStruct.ico"
366 >
367 </File>
368 <File
369 RelativePath="VarStr.ico"
370 >
371 </File>
372 <File
373 RelativePath="VarStruct.ico"
374 >
375 </File>
376 </Filter>
377 <Filter
378 Name="Source Files"
379 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
380 >
381 <File
382 RelativePath="BasicCompiler.rc"
383 >
384 <FileConfiguration
385 Name="Debug|Win32"
386 >
387 <Tool
388 Name="VCResourceCompilerTool"
389 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
390 />
391 </FileConfiguration>
392 <FileConfiguration
393 Name="Release|Win32"
394 >
395 <Tool
396 Name="VCResourceCompilerTool"
397 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
398 />
399 </FileConfiguration>
400 </File>
401 <Filter
402 Name="Compile"
403 >
404 <File
405 RelativePath="Compile_Statement.cpp"
406 >
407 <FileConfiguration
408 Name="Debug|Win32"
409 >
410 <Tool
411 Name="VCCLCompilerTool"
412 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
413 UsePrecompiledHeader="0"
414 BrowseInformation="0"
415 />
416 </FileConfiguration>
417 <FileConfiguration
418 Name="Release|Win32"
419 >
420 <Tool
421 Name="VCCLCompilerTool"
422 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
423 UsePrecompiledHeader="0"
424 BrowseInformation="0"
425 />
426 </FileConfiguration>
427 </File>
428 <File
429 RelativePath="Compile_Var.cpp"
430 >
431 <FileConfiguration
432 Name="Debug|Win32"
433 >
434 <Tool
435 Name="VCCLCompilerTool"
436 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
437 UsePrecompiledHeader="0"
438 BrowseInformation="0"
439 />
440 </FileConfiguration>
441 <FileConfiguration
442 Name="Release|Win32"
443 >
444 <Tool
445 Name="VCCLCompilerTool"
446 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
447 UsePrecompiledHeader="0"
448 BrowseInformation="0"
449 />
450 </FileConfiguration>
451 </File>
452 <File
453 RelativePath="MakePeHdr.cpp"
454 >
455 <FileConfiguration
456 Name="Debug|Win32"
457 >
458 <Tool
459 Name="VCCLCompilerTool"
460 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
461 UsePrecompiledHeader="0"
462 BrowseInformation="0"
463 />
464 </FileConfiguration>
465 <FileConfiguration
466 Name="Release|Win32"
467 >
468 <Tool
469 Name="VCCLCompilerTool"
470 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
471 UsePrecompiledHeader="0"
472 BrowseInformation="0"
473 />
474 </FileConfiguration>
475 </File>
476 <File
477 RelativePath="Register.cpp"
478 >
479 <FileConfiguration
480 Name="Debug|Win32"
481 >
482 <Tool
483 Name="VCCLCompilerTool"
484 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
485 UsePrecompiledHeader="0"
486 BrowseInformation="0"
487 />
488 </FileConfiguration>
489 <FileConfiguration
490 Name="Release|Win32"
491 >
492 <Tool
493 Name="VCCLCompilerTool"
494 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
495 UsePrecompiledHeader="0"
496 BrowseInformation="0"
497 />
498 </FileConfiguration>
499 </File>
500 <Filter
501 Name="Calculation"
502 >
503 <File
504 RelativePath="Compile_Calc.cpp"
505 >
506 <FileConfiguration
507 Name="Debug|Win32"
508 >
509 <Tool
510 Name="VCCLCompilerTool"
511 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
512 UsePrecompiledHeader="0"
513 BrowseInformation="0"
514 />
515 </FileConfiguration>
516 <FileConfiguration
517 Name="Release|Win32"
518 >
519 <Tool
520 Name="VCCLCompilerTool"
521 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
522 UsePrecompiledHeader="0"
523 BrowseInformation="0"
524 />
525 </FileConfiguration>
526 </File>
527 <File
528 RelativePath="Compile_Calc_PushVar.cpp"
529 >
530 <FileConfiguration
531 Name="Debug|Win32"
532 >
533 <Tool
534 Name="VCCLCompilerTool"
535 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
536 UsePrecompiledHeader="0"
537 BrowseInformation="0"
538 />
539 </FileConfiguration>
540 <FileConfiguration
541 Name="Release|Win32"
542 >
543 <Tool
544 Name="VCCLCompilerTool"
545 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
546 UsePrecompiledHeader="0"
547 BrowseInformation="0"
548 />
549 </FileConfiguration>
550 </File>
551 <File
552 RelativePath="Compile_Set_Var.cpp"
553 >
554 <FileConfiguration
555 Name="Debug|Win32"
556 >
557 <Tool
558 Name="VCCLCompilerTool"
559 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
560 UsePrecompiledHeader="0"
561 BrowseInformation="0"
562 />
563 </FileConfiguration>
564 <FileConfiguration
565 Name="Release|Win32"
566 >
567 <Tool
568 Name="VCCLCompilerTool"
569 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
570 UsePrecompiledHeader="0"
571 BrowseInformation="0"
572 />
573 </FileConfiguration>
574 </File>
575 <File
576 RelativePath=".\increment.cpp"
577 >
578 </File>
579 <File
580 RelativePath="NumOpe.cpp"
581 >
582 <FileConfiguration
583 Name="Debug|Win32"
584 >
585 <Tool
586 Name="VCCLCompilerTool"
587 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
588 UsePrecompiledHeader="0"
589 BrowseInformation="0"
590 />
591 </FileConfiguration>
592 <FileConfiguration
593 Name="Release|Win32"
594 >
595 <Tool
596 Name="VCCLCompilerTool"
597 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
598 UsePrecompiledHeader="0"
599 BrowseInformation="0"
600 />
601 </FileConfiguration>
602 </File>
603 <File
604 RelativePath="NumOpe_Arithmetic.cpp"
605 >
606 <FileConfiguration
607 Name="Debug|Win32"
608 >
609 <Tool
610 Name="VCCLCompilerTool"
611 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
612 UsePrecompiledHeader="0"
613 BrowseInformation="0"
614 />
615 </FileConfiguration>
616 <FileConfiguration
617 Name="Release|Win32"
618 >
619 <Tool
620 Name="VCCLCompilerTool"
621 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
622 UsePrecompiledHeader="0"
623 BrowseInformation="0"
624 />
625 </FileConfiguration>
626 </File>
627 <File
628 RelativePath="NumOpe_Logical.cpp"
629 >
630 <FileConfiguration
631 Name="Debug|Win32"
632 >
633 <Tool
634 Name="VCCLCompilerTool"
635 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
636 UsePrecompiledHeader="0"
637 BrowseInformation="0"
638 />
639 </FileConfiguration>
640 <FileConfiguration
641 Name="Release|Win32"
642 >
643 <Tool
644 Name="VCCLCompilerTool"
645 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
646 UsePrecompiledHeader="0"
647 BrowseInformation="0"
648 />
649 </FileConfiguration>
650 </File>
651 <File
652 RelativePath="NumOpe_Relation.cpp"
653 >
654 <FileConfiguration
655 Name="Debug|Win32"
656 >
657 <Tool
658 Name="VCCLCompilerTool"
659 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
660 UsePrecompiledHeader="0"
661 BrowseInformation="0"
662 />
663 </FileConfiguration>
664 <FileConfiguration
665 Name="Release|Win32"
666 >
667 <Tool
668 Name="VCCLCompilerTool"
669 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
670 UsePrecompiledHeader="0"
671 BrowseInformation="0"
672 />
673 </FileConfiguration>
674 </File>
675 <File
676 RelativePath="NumOpe_TypeOperation.cpp"
677 >
678 <FileConfiguration
679 Name="Debug|Win32"
680 >
681 <Tool
682 Name="VCCLCompilerTool"
683 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
684 UsePrecompiledHeader="0"
685 BrowseInformation="0"
686 />
687 </FileConfiguration>
688 <FileConfiguration
689 Name="Release|Win32"
690 >
691 <Tool
692 Name="VCCLCompilerTool"
693 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
694 UsePrecompiledHeader="0"
695 BrowseInformation="0"
696 />
697 </FileConfiguration>
698 </File>
699 </Filter>
700 <Filter
701 Name="Object"
702 >
703 <File
704 RelativePath=".\Compile_Interface.cpp"
705 >
706 </File>
707 <File
708 RelativePath=".\Compile_Object.cpp"
709 >
710 </File>
711 </Filter>
712 <Filter
713 Name="Opcode"
714 >
715 <File
716 RelativePath="amd64_main.cpp"
717 >
718 <FileConfiguration
719 Name="Debug|Win32"
720 >
721 <Tool
722 Name="VCCLCompilerTool"
723 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
724 UsePrecompiledHeader="0"
725 BrowseInformation="0"
726 />
727 </FileConfiguration>
728 <FileConfiguration
729 Name="Release|Win32"
730 >
731 <Tool
732 Name="VCCLCompilerTool"
733 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
734 UsePrecompiledHeader="0"
735 BrowseInformation="0"
736 />
737 </FileConfiguration>
738 </File>
739 <File
740 RelativePath=".\stack_frame.cpp"
741 >
742 </File>
743 </Filter>
744 <Filter
745 Name="Procedure"
746 >
747 <File
748 RelativePath=".\CLockParameter.cpp"
749 >
750 </File>
751 <File
752 RelativePath=".\Compile_CallProc.cpp"
753 >
754 </File>
755 <File
756 RelativePath="Compile_Func.cpp"
757 >
758 <FileConfiguration
759 Name="Debug|Win32"
760 >
761 <Tool
762 Name="VCCLCompilerTool"
763 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
764 UsePrecompiledHeader="0"
765 BrowseInformation="0"
766 />
767 </FileConfiguration>
768 <FileConfiguration
769 Name="Release|Win32"
770 >
771 <Tool
772 Name="VCCLCompilerTool"
773 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
774 UsePrecompiledHeader="0"
775 BrowseInformation="0"
776 />
777 </FileConfiguration>
778 </File>
779 <File
780 RelativePath="Compile_ProcOp.cpp"
781 >
782 <FileConfiguration
783 Name="Debug|Win32"
784 >
785 <Tool
786 Name="VCCLCompilerTool"
787 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
788 UsePrecompiledHeader="0"
789 BrowseInformation="0"
790 />
791 </FileConfiguration>
792 <FileConfiguration
793 Name="Release|Win32"
794 >
795 <Tool
796 Name="VCCLCompilerTool"
797 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
798 UsePrecompiledHeader="0"
799 BrowseInformation="0"
800 />
801 </FileConfiguration>
802 </File>
803 <File
804 RelativePath=".\CParameter.cpp"
805 >
806 </File>
807 <File
808 RelativePath=".\OperatorProc.cpp"
809 >
810 </File>
811 </Filter>
812 </Filter>
813 <Filter
814 Name="32及び64共通"
815 >
816 <File
817 RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
818 >
819 </File>
820 <File
821 RelativePath="..\BasicCompiler_Common\calculation.cpp"
822 >
823 </File>
824 <File
825 RelativePath="..\BasicCompiler_Common\Compile.cpp"
826 >
827 </File>
828 <File
829 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
830 >
831 </File>
832 <File
833 RelativePath="..\BasicCompiler_Common\error.cpp"
834 >
835 </File>
836 <File
837 RelativePath="..\BasicCompiler_Common\gc.cpp"
838 >
839 </File>
840 <File
841 RelativePath="..\BasicCompiler_Common\hash.cpp"
842 >
843 </File>
844 <File
845 RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
846 >
847 </File>
848 <File
849 RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
850 >
851 </File>
852 <File
853 RelativePath="..\BasicCompiler_Common\Object.cpp"
854 >
855 </File>
856 <File
857 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
858 >
859 </File>
860 <File
861 RelativePath="..\BasicCompiler_Common\Overload.cpp"
862 >
863 </File>
864 <File
865 RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
866 >
867 </File>
868 <File
869 RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
870 >
871 </File>
872 <Filter
873 Name="Intermediate"
874 >
875 <File
876 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
877 >
878 </File>
879 <File
880 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
881 >
882 </File>
883 <File
884 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
885 >
886 </File>
887 <File
888 RelativePath="..\BasicCompiler_Common\Resource.cpp"
889 >
890 </File>
891 </Filter>
892 <Filter
893 Name="Parts"
894 >
895 <File
896 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
897 >
898 </File>
899 </Filter>
900 <Filter
901 Name="Debug(共通)"
902 >
903 <File
904 RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
905 >
906 </File>
907 <File
908 RelativePath="..\BasicCompiler_Common\BreakPoint.h"
909 >
910 </File>
911 <File
912 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
913 >
914 </File>
915 <File
916 RelativePath="..\BasicCompiler_Common\Debug.cpp"
917 >
918 </File>
919 <File
920 RelativePath="..\BasicCompiler_Common\debug.h"
921 >
922 </File>
923 <File
924 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
925 >
926 </File>
927 <File
928 RelativePath="..\BasicCompiler_Common\DebugSection.h"
929 >
930 </File>
931 <File
932 RelativePath="..\BasicCompiler_Common\VarList.cpp"
933 >
934 </File>
935 <File
936 RelativePath="..\BasicCompiler_Common\WatchList.cpp"
937 >
938 <FileConfiguration
939 Name="Debug|Win32"
940 >
941 <Tool
942 Name="VCCLCompilerTool"
943 ObjectFile="$(IntDir)\$(InputName)1.obj"
944 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
945 />
946 </FileConfiguration>
947 <FileConfiguration
948 Name="Release|Win32"
949 >
950 <Tool
951 Name="VCCLCompilerTool"
952 ObjectFile="$(IntDir)\$(InputName)1.obj"
953 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
954 />
955 </FileConfiguration>
956 </File>
957 </Filter>
958 <Filter
959 Name="Type"
960 >
961 <File
962 RelativePath="..\BasicCompiler_Common\Enum.cpp"
963 >
964 </File>
965 <File
966 RelativePath="..\BasicCompiler_Common\Enum.h"
967 >
968 </File>
969 </Filter>
970 <Filter
971 Name="Schedule"
972 >
973 <File
974 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
975 >
976 </File>
977 <File
978 RelativePath="..\BasicCompiler_Common\PESchedule.h"
979 >
980 </File>
981 </Filter>
982 <Filter
983 Name="Constant"
984 >
985 <File
986 RelativePath="..\BasicCompiler_Common\Const.cpp"
987 >
988 </File>
989 <File
990 RelativePath="..\BasicCompiler_Common\Const.h"
991 >
992 </File>
993 </Filter>
994 <Filter
995 Name="Variable"
996 >
997 <File
998 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
999 >
1000 </File>
1001 <File
1002 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
1003 >
1004 </File>
1005 </Filter>
1006 <Filter
1007 Name="Procedure"
1008 >
1009 <File
1010 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
1011 >
1012 </File>
1013 <File
1014 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
1015 >
1016 </File>
1017 </Filter>
1018 </Filter>
1019 <Filter
1020 Name="Application Classes"
1021 >
1022 <File
1023 RelativePath="..\BasicCompiler_Common\src\ClassImpl.cpp"
1024 >
1025 </File>
1026 <File
1027 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1028 >
1029 </File>
1030 <File
1031 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1032 >
1033 </File>
1034 <File
1035 RelativePath="..\BasicCompiler_Common\src\DataTable.cpp"
1036 >
1037 </File>
1038 <File
1039 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1040 >
1041 </File>
1042 <File
1043 RelativePath="..\BasicCompiler_Common\src\LexicalScopingImpl.cpp"
1044 >
1045 </File>
1046 <File
1047 RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
1048 >
1049 </File>
1050 <File
1051 RelativePath="..\BasicCompiler_Common\src\ProcedureImpl.cpp"
1052 >
1053 </File>
1054 <File
1055 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
1056 >
1057 </File>
1058 <File
1059 RelativePath="..\BasicCompiler_Common\src\SmoothieImpl.cpp"
1060 >
1061 </File>
1062 <File
1063 RelativePath="..\BasicCompiler_Common\src\TypeDef.cpp"
1064 >
1065 </File>
1066 <File
1067 RelativePath="..\BasicCompiler_Common\src\VariableImpl.cpp"
1068 >
1069 </File>
1070 </Filter>
1071 </Filter>
1072 </Files>
1073 <Globals>
1074 </Globals>
1075</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.