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

Last change on this file since 219 was 219, checked in by dai_9181, 17 years ago

やっと64bit Releaseコンパイルできないプロジェクトファイルの設定ミスを修正した

File size: 26.4 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="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 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="0"
168 RuntimeTypeInfo="true"
169 UsePrecompiledHeader="2"
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=""
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="CommandValue.h"
249 >
250 </File>
251 <File
252 RelativePath="..\BasicCompiler_Common\common.h"
253 >
254 </File>
255 <File
256 RelativePath="Opcode.h"
257 >
258 </File>
259 <File
260 RelativePath="..\BasicCompiler_Common\include\option.h"
261 >
262 </File>
263 <File
264 RelativePath=".\stdafx.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="Language Classes"
289 >
290 <File
291 RelativePath="..\BasicCompiler_Common\include\Class.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\Const.h"
304 >
305 </File>
306 <File
307 RelativePath="..\BasicCompiler_Common\include\DataTable.h"
308 >
309 </File>
310 <File
311 RelativePath="..\BasicCompiler_Common\include\Exception.h"
312 >
313 </File>
314 <File
315 RelativePath="..\BasicCompiler_Common\include\LexicalScopingImpl.h"
316 >
317 </File>
318 <File
319 RelativePath="..\BasicCompiler_Common\include\Member.h"
320 >
321 </File>
322 <File
323 RelativePath="..\BasicCompiler_Common\include\MetaImpl.h"
324 >
325 </File>
326 <File
327 RelativePath="..\BasicCompiler_Common\include\Method.h"
328 >
329 </File>
330 <File
331 RelativePath="..\BasicCompiler_Common\include\Namespace.h"
332 >
333 </File>
334 <File
335 RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h"
336 >
337 </File>
338 <File
339 RelativePath="..\BasicCompiler_Common\include\Parameter.h"
340 >
341 </File>
342 <File
343 RelativePath="..\BasicCompiler_Common\include\Procedure.h"
344 >
345 </File>
346 <File
347 RelativePath="..\BasicCompiler_Common\include\Program.h"
348 >
349 </File>
350 <File
351 RelativePath="..\BasicCompiler_Common\include\Prototype.h"
352 >
353 </File>
354 <File
355 RelativePath="..\BasicCompiler_Common\include\SmoothieImpl.h"
356 >
357 </File>
358 <File
359 RelativePath="..\BasicCompiler_Common\include\Symbol.h"
360 >
361 </File>
362 <File
363 RelativePath="..\BasicCompiler_Common\include\Type.h"
364 >
365 </File>
366 <File
367 RelativePath="..\BasicCompiler_Common\include\TypeDef.h"
368 >
369 </File>
370 <File
371 RelativePath="..\BasicCompiler_Common\include\Variable.h"
372 >
373 </File>
374 </Filter>
375 <Filter
376 Name="Common Classes"
377 >
378 <File
379 RelativePath="..\BasicCompiler_Common\include\BoostSerializationSupport.h"
380 >
381 </File>
382 <File
383 RelativePath="..\BasicCompiler_Common\include\Hashmap.h"
384 >
385 </File>
386 <File
387 RelativePath="..\BasicCompiler_Common\include\logger.h"
388 >
389 </File>
390 </Filter>
391 </Filter>
392 <Filter
393 Name="Resource Files"
394 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
395 >
396 <File
397 RelativePath="icon1.ico"
398 >
399 </File>
400 <File
401 RelativePath="toolbar_debugger.bmp"
402 >
403 </File>
404 <File
405 RelativePath="VarArray.ico"
406 >
407 </File>
408 <File
409 RelativePath="VarData.ico"
410 >
411 </File>
412 <File
413 RelativePath="VarPtrStruct.ico"
414 >
415 </File>
416 <File
417 RelativePath="VarStr.ico"
418 >
419 </File>
420 <File
421 RelativePath="VarStruct.ico"
422 >
423 </File>
424 </Filter>
425 <Filter
426 Name="Source Files"
427 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
428 >
429 <File
430 RelativePath="BasicCompiler.rc"
431 >
432 <FileConfiguration
433 Name="Debug|Win32"
434 >
435 <Tool
436 Name="VCResourceCompilerTool"
437 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
438 />
439 </FileConfiguration>
440 <FileConfiguration
441 Name="Release|Win32"
442 >
443 <Tool
444 Name="VCResourceCompilerTool"
445 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
446 />
447 </FileConfiguration>
448 </File>
449 <File
450 RelativePath=".\stdafx.cpp"
451 >
452 <FileConfiguration
453 Name="Debug|Win32"
454 >
455 <Tool
456 Name="VCCLCompilerTool"
457 UsePrecompiledHeader="1"
458 />
459 </FileConfiguration>
460 <FileConfiguration
461 Name="Release|Win32"
462 >
463 <Tool
464 Name="VCCLCompilerTool"
465 UsePrecompiledHeader="1"
466 />
467 </FileConfiguration>
468 </File>
469 <Filter
470 Name="Compile"
471 >
472 <File
473 RelativePath="Compile_Statement.cpp"
474 >
475 <FileConfiguration
476 Name="Debug|Win32"
477 >
478 <Tool
479 Name="VCCLCompilerTool"
480 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
481 UsePrecompiledHeader="0"
482 BrowseInformation="0"
483 />
484 </FileConfiguration>
485 <FileConfiguration
486 Name="Release|Win32"
487 >
488 <Tool
489 Name="VCCLCompilerTool"
490 UsePrecompiledHeader="0"
491 BrowseInformation="0"
492 />
493 </FileConfiguration>
494 </File>
495 <File
496 RelativePath="Compile_Var.cpp"
497 >
498 <FileConfiguration
499 Name="Debug|Win32"
500 >
501 <Tool
502 Name="VCCLCompilerTool"
503 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
504 UsePrecompiledHeader="0"
505 BrowseInformation="0"
506 />
507 </FileConfiguration>
508 <FileConfiguration
509 Name="Release|Win32"
510 >
511 <Tool
512 Name="VCCLCompilerTool"
513 UsePrecompiledHeader="0"
514 BrowseInformation="0"
515 />
516 </FileConfiguration>
517 </File>
518 <File
519 RelativePath="MakePeHdr.cpp"
520 >
521 <FileConfiguration
522 Name="Debug|Win32"
523 >
524 <Tool
525 Name="VCCLCompilerTool"
526 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
527 UsePrecompiledHeader="0"
528 BrowseInformation="0"
529 />
530 </FileConfiguration>
531 <FileConfiguration
532 Name="Release|Win32"
533 >
534 <Tool
535 Name="VCCLCompilerTool"
536 UsePrecompiledHeader="0"
537 BrowseInformation="0"
538 />
539 </FileConfiguration>
540 </File>
541 <File
542 RelativePath="Register.cpp"
543 >
544 <FileConfiguration
545 Name="Debug|Win32"
546 >
547 <Tool
548 Name="VCCLCompilerTool"
549 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
550 UsePrecompiledHeader="0"
551 BrowseInformation="0"
552 />
553 </FileConfiguration>
554 <FileConfiguration
555 Name="Release|Win32"
556 >
557 <Tool
558 Name="VCCLCompilerTool"
559 UsePrecompiledHeader="0"
560 BrowseInformation="0"
561 />
562 </FileConfiguration>
563 </File>
564 <Filter
565 Name="Calculation"
566 >
567 <File
568 RelativePath="Compile_Calc.cpp"
569 >
570 <FileConfiguration
571 Name="Debug|Win32"
572 >
573 <Tool
574 Name="VCCLCompilerTool"
575 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
576 UsePrecompiledHeader="0"
577 BrowseInformation="0"
578 />
579 </FileConfiguration>
580 <FileConfiguration
581 Name="Release|Win32"
582 >
583 <Tool
584 Name="VCCLCompilerTool"
585 UsePrecompiledHeader="0"
586 BrowseInformation="0"
587 />
588 </FileConfiguration>
589 </File>
590 <File
591 RelativePath="Compile_Calc_PushVar.cpp"
592 >
593 <FileConfiguration
594 Name="Debug|Win32"
595 >
596 <Tool
597 Name="VCCLCompilerTool"
598 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
599 UsePrecompiledHeader="0"
600 BrowseInformation="0"
601 />
602 </FileConfiguration>
603 <FileConfiguration
604 Name="Release|Win32"
605 >
606 <Tool
607 Name="VCCLCompilerTool"
608 UsePrecompiledHeader="0"
609 BrowseInformation="0"
610 />
611 </FileConfiguration>
612 </File>
613 <File
614 RelativePath="Compile_Set_Var.cpp"
615 >
616 <FileConfiguration
617 Name="Debug|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 <FileConfiguration
627 Name="Release|Win32"
628 >
629 <Tool
630 Name="VCCLCompilerTool"
631 UsePrecompiledHeader="0"
632 BrowseInformation="0"
633 />
634 </FileConfiguration>
635 </File>
636 <File
637 RelativePath=".\increment.cpp"
638 >
639 </File>
640 <File
641 RelativePath="NumOpe.cpp"
642 >
643 <FileConfiguration
644 Name="Debug|Win32"
645 >
646 <Tool
647 Name="VCCLCompilerTool"
648 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
649 UsePrecompiledHeader="0"
650 BrowseInformation="0"
651 />
652 </FileConfiguration>
653 <FileConfiguration
654 Name="Release|Win32"
655 >
656 <Tool
657 Name="VCCLCompilerTool"
658 UsePrecompiledHeader="0"
659 BrowseInformation="0"
660 />
661 </FileConfiguration>
662 </File>
663 <File
664 RelativePath="NumOpe_Arithmetic.cpp"
665 >
666 <FileConfiguration
667 Name="Debug|Win32"
668 >
669 <Tool
670 Name="VCCLCompilerTool"
671 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
672 UsePrecompiledHeader="0"
673 BrowseInformation="0"
674 />
675 </FileConfiguration>
676 <FileConfiguration
677 Name="Release|Win32"
678 >
679 <Tool
680 Name="VCCLCompilerTool"
681 UsePrecompiledHeader="0"
682 BrowseInformation="0"
683 />
684 </FileConfiguration>
685 </File>
686 <File
687 RelativePath="NumOpe_Logical.cpp"
688 >
689 <FileConfiguration
690 Name="Debug|Win32"
691 >
692 <Tool
693 Name="VCCLCompilerTool"
694 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
695 UsePrecompiledHeader="0"
696 BrowseInformation="0"
697 />
698 </FileConfiguration>
699 <FileConfiguration
700 Name="Release|Win32"
701 >
702 <Tool
703 Name="VCCLCompilerTool"
704 UsePrecompiledHeader="0"
705 BrowseInformation="0"
706 />
707 </FileConfiguration>
708 </File>
709 <File
710 RelativePath="NumOpe_Relation.cpp"
711 >
712 <FileConfiguration
713 Name="Debug|Win32"
714 >
715 <Tool
716 Name="VCCLCompilerTool"
717 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
718 UsePrecompiledHeader="0"
719 BrowseInformation="0"
720 />
721 </FileConfiguration>
722 <FileConfiguration
723 Name="Release|Win32"
724 >
725 <Tool
726 Name="VCCLCompilerTool"
727 UsePrecompiledHeader="0"
728 BrowseInformation="0"
729 />
730 </FileConfiguration>
731 </File>
732 <File
733 RelativePath="NumOpe_TypeOperation.cpp"
734 >
735 <FileConfiguration
736 Name="Debug|Win32"
737 >
738 <Tool
739 Name="VCCLCompilerTool"
740 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
741 UsePrecompiledHeader="0"
742 BrowseInformation="0"
743 />
744 </FileConfiguration>
745 <FileConfiguration
746 Name="Release|Win32"
747 >
748 <Tool
749 Name="VCCLCompilerTool"
750 UsePrecompiledHeader="0"
751 BrowseInformation="0"
752 />
753 </FileConfiguration>
754 </File>
755 </Filter>
756 <Filter
757 Name="Object"
758 >
759 <File
760 RelativePath=".\Compile_Interface.cpp"
761 >
762 </File>
763 <File
764 RelativePath=".\Compile_Object.cpp"
765 >
766 </File>
767 </Filter>
768 <Filter
769 Name="Opcode"
770 >
771 <File
772 RelativePath="amd64_main.cpp"
773 >
774 <FileConfiguration
775 Name="Debug|Win32"
776 >
777 <Tool
778 Name="VCCLCompilerTool"
779 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
780 UsePrecompiledHeader="0"
781 BrowseInformation="0"
782 />
783 </FileConfiguration>
784 <FileConfiguration
785 Name="Release|Win32"
786 >
787 <Tool
788 Name="VCCLCompilerTool"
789 UsePrecompiledHeader="0"
790 BrowseInformation="0"
791 />
792 </FileConfiguration>
793 </File>
794 <File
795 RelativePath=".\stack_frame.cpp"
796 >
797 </File>
798 </Filter>
799 <Filter
800 Name="Procedure"
801 >
802 <File
803 RelativePath=".\CLockParameter.cpp"
804 >
805 </File>
806 <File
807 RelativePath=".\Compile_CallProc.cpp"
808 >
809 </File>
810 <File
811 RelativePath="Compile_Func.cpp"
812 >
813 <FileConfiguration
814 Name="Debug|Win32"
815 >
816 <Tool
817 Name="VCCLCompilerTool"
818 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
819 UsePrecompiledHeader="0"
820 BrowseInformation="0"
821 />
822 </FileConfiguration>
823 <FileConfiguration
824 Name="Release|Win32"
825 >
826 <Tool
827 Name="VCCLCompilerTool"
828 UsePrecompiledHeader="0"
829 BrowseInformation="0"
830 />
831 </FileConfiguration>
832 </File>
833 <File
834 RelativePath="Compile_ProcOp.cpp"
835 >
836 <FileConfiguration
837 Name="Debug|Win32"
838 >
839 <Tool
840 Name="VCCLCompilerTool"
841 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
842 UsePrecompiledHeader="0"
843 BrowseInformation="0"
844 />
845 </FileConfiguration>
846 <FileConfiguration
847 Name="Release|Win32"
848 >
849 <Tool
850 Name="VCCLCompilerTool"
851 UsePrecompiledHeader="0"
852 BrowseInformation="0"
853 />
854 </FileConfiguration>
855 </File>
856 <File
857 RelativePath=".\CParameter.cpp"
858 >
859 </File>
860 <File
861 RelativePath=".\OperatorProc.cpp"
862 >
863 </File>
864 </Filter>
865 </Filter>
866 <Filter
867 Name="32及び64共通"
868 >
869 <File
870 RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
871 >
872 </File>
873 <File
874 RelativePath="..\BasicCompiler_Common\calculation.cpp"
875 >
876 </File>
877 <File
878 RelativePath="..\BasicCompiler_Common\Compile.cpp"
879 >
880 </File>
881 <File
882 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
883 >
884 </File>
885 <File
886 RelativePath="..\BasicCompiler_Common\error.cpp"
887 >
888 </File>
889 <File
890 RelativePath="..\BasicCompiler_Common\gc.cpp"
891 >
892 </File>
893 <File
894 RelativePath="..\BasicCompiler_Common\hash.cpp"
895 >
896 </File>
897 <File
898 RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
899 >
900 </File>
901 <File
902 RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
903 >
904 </File>
905 <File
906 RelativePath="..\BasicCompiler_Common\Object.cpp"
907 >
908 </File>
909 <File
910 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
911 >
912 </File>
913 <File
914 RelativePath="..\BasicCompiler_Common\Overload.cpp"
915 >
916 </File>
917 <File
918 RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
919 >
920 </File>
921 <File
922 RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
923 >
924 </File>
925 <Filter
926 Name="Intermediate"
927 >
928 <File
929 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
930 >
931 </File>
932 <File
933 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
934 >
935 </File>
936 <File
937 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
938 >
939 </File>
940 <File
941 RelativePath="..\BasicCompiler_Common\Resource.cpp"
942 >
943 </File>
944 </Filter>
945 <Filter
946 Name="Parts"
947 >
948 <File
949 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
950 >
951 </File>
952 </Filter>
953 <Filter
954 Name="Debug(共通)"
955 >
956 <File
957 RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
958 >
959 </File>
960 <File
961 RelativePath="..\BasicCompiler_Common\BreakPoint.h"
962 >
963 </File>
964 <File
965 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
966 >
967 </File>
968 <File
969 RelativePath="..\BasicCompiler_Common\Debug.cpp"
970 >
971 </File>
972 <File
973 RelativePath="..\BasicCompiler_Common\debug.h"
974 >
975 </File>
976 <File
977 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
978 >
979 </File>
980 <File
981 RelativePath="..\BasicCompiler_Common\DebugSection.h"
982 >
983 </File>
984 <File
985 RelativePath="..\BasicCompiler_Common\VarList.cpp"
986 >
987 </File>
988 <File
989 RelativePath="..\BasicCompiler_Common\WatchList.cpp"
990 >
991 <FileConfiguration
992 Name="Debug|Win32"
993 >
994 <Tool
995 Name="VCCLCompilerTool"
996 ObjectFile="$(IntDir)\$(InputName)1.obj"
997 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
998 />
999 </FileConfiguration>
1000 <FileConfiguration
1001 Name="Release|Win32"
1002 >
1003 <Tool
1004 Name="VCCLCompilerTool"
1005 ObjectFile="$(IntDir)\$(InputName)1.obj"
1006 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1007 />
1008 </FileConfiguration>
1009 </File>
1010 </Filter>
1011 <Filter
1012 Name="Type"
1013 >
1014 <File
1015 RelativePath="..\BasicCompiler_Common\Enum.cpp"
1016 >
1017 </File>
1018 <File
1019 RelativePath="..\BasicCompiler_Common\Enum.h"
1020 >
1021 </File>
1022 </Filter>
1023 <Filter
1024 Name="Schedule"
1025 >
1026 <File
1027 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
1028 >
1029 </File>
1030 <File
1031 RelativePath="..\BasicCompiler_Common\PESchedule.h"
1032 >
1033 </File>
1034 </Filter>
1035 <Filter
1036 Name="Variable"
1037 >
1038 <File
1039 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
1040 >
1041 </File>
1042 <File
1043 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
1044 >
1045 </File>
1046 </Filter>
1047 <Filter
1048 Name="Procedure"
1049 >
1050 <File
1051 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
1052 >
1053 </File>
1054 <File
1055 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
1056 >
1057 </File>
1058 </Filter>
1059 </Filter>
1060 <Filter
1061 Name="Language Classes"
1062 >
1063 <File
1064 RelativePath="..\BasicCompiler_Common\src\Class.cpp"
1065 >
1066 </File>
1067 <File
1068 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1069 >
1070 </File>
1071 <File
1072 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1073 >
1074 </File>
1075 <File
1076 RelativePath="..\BasicCompiler_Common\src\Const.cpp"
1077 >
1078 </File>
1079 <File
1080 RelativePath="..\BasicCompiler_Common\src\DataTable.cpp"
1081 >
1082 </File>
1083 <File
1084 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1085 >
1086 </File>
1087 <File
1088 RelativePath="..\BasicCompiler_Common\src\LexicalScopingImpl.cpp"
1089 >
1090 </File>
1091 <File
1092 RelativePath="..\BasicCompiler_Common\src\Method.cpp"
1093 >
1094 </File>
1095 <File
1096 RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
1097 >
1098 </File>
1099 <File
1100 RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
1101 >
1102 </File>
1103 <File
1104 RelativePath="..\BasicCompiler_Common\src\Procedure.cpp"
1105 >
1106 </File>
1107 <File
1108 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
1109 >
1110 </File>
1111 <File
1112 RelativePath="..\BasicCompiler_Common\src\SmoothieImpl.cpp"
1113 >
1114 </File>
1115 <File
1116 RelativePath="..\BasicCompiler_Common\src\Symbol.cpp"
1117 >
1118 </File>
1119 <File
1120 RelativePath="..\BasicCompiler_Common\src\Type.cpp"
1121 >
1122 </File>
1123 <File
1124 RelativePath="..\BasicCompiler_Common\src\TypeDef.cpp"
1125 >
1126 </File>
1127 <File
1128 RelativePath="..\BasicCompiler_Common\src\Variable.cpp"
1129 >
1130 </File>
1131 </Filter>
1132 <Filter
1133 Name="Common Classes"
1134 >
1135 <File
1136 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1137 >
1138 <FileConfiguration
1139 Name="Release|Win32"
1140 >
1141 <Tool
1142 Name="VCCLCompilerTool"
1143 AdditionalOptions="/bigobj"
1144 />
1145 </FileConfiguration>
1146 </File>
1147 </Filter>
1148 </Filter>
1149 </Files>
1150 <Globals>
1151 </Globals>
1152</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.