Index: trunk/ab5.0/abdev/compiler_x64/compiler_x64.vcproj
===================================================================
--- trunk/ab5.0/abdev/compiler_x64/compiler_x64.vcproj	(revision 773)
+++ 	(revision )
@@ -1,1260 +1,0 @@
-<?xml version="1.0" encoding="shift_jis"?>
-<VisualStudioProject
-	ProjectType="Visual C++"
-	Version="8.00"
-	Name="compiler_x64"
-	ProjectGUID="{864B921B-423B-4F9E-9E6B-31B15968EDF9}"
-	RootNamespace="BasicCompiler"
-	>
-	<Platforms>
-		<Platform
-			Name="Win32"
-		/>
-	</Platforms>
-	<ToolFiles>
-	</ToolFiles>
-	<Configurations>
-		<Configuration
-			Name="Debug|Win32"
-			OutputDirectory="..\build\$(ConfigurationName)\bin\x64"
-			IntermediateDirectory="$(ConfigurationName)"
-			ConfigurationType="1"
-			UseOfMFC="0"
-			ATLMinimizesCRunTimeLibraryUsage="false"
-			CharacterSet="2"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				PreprocessorDefinitions="_DEBUG"
-				MkTypLibCompatible="true"
-				SuppressStartupBanner="true"
-				TargetEnvironment="1"
-				TypeLibraryName=".\Debug/BasicCompiler.tlb"
-				HeaderFileName=""
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalOptions="/GR"
-				Optimization="0"
-				AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
-				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
-				MinimalRebuild="true"
-				BasicRuntimeChecks="0"
-				RuntimeLibrary="1"
-				RuntimeTypeInfo="true"
-				UsePrecompiledHeader="2"
-				PrecompiledHeaderFile=".\Debug/BasicCompiler.pch"
-				AssemblerListingLocation=".\Debug/"
-				ObjectFile=".\Debug/"
-				ProgramDataBaseFileName=".\Debug/"
-				BrowseInformation="0"
-				WarningLevel="3"
-				SuppressStartupBanner="true"
-				Detect64BitPortabilityProblems="true"
-				DebugInformationFormat="3"
-				CallingConvention="0"
-				DisableSpecificWarnings="4103"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-				PreprocessorDefinitions="_DEBUG,JPN"
-				Culture="1041"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalOptions="/MACHINE:AMD64 /NXCOMPAT /DYNAMICBASE"
-				AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
-				OutputFile="$(OutDir)\abc.exe"
-				LinkIncremental="2"
-				SuppressStartupBanner="true"
-				AdditionalLibraryDirectories="..\..\jenga\lib\amd64;..\lib\amd64"
-				IgnoreDefaultLibraryNames=""
-				GenerateDebugInformation="true"
-				ProgramDatabaseFile=".\Debug/BasicCompiler64.pdb"
-				SubSystem="1"
-				StackReserveSize="4194304"
-				TargetMachine="0"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-				AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
-				EmbedManifest="true"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-				SuppressStartupBanner="true"
-				OutputFile="$(OutDir)/$(ProjectName).bsc"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-			/>
-		</Configuration>
-		<Configuration
-			Name="Release|Win32"
-			OutputDirectory="..\build\$(ConfigurationName)\bin\x64"
-			IntermediateDirectory="$(ConfigurationName)"
-			ConfigurationType="1"
-			UseOfMFC="0"
-			ATLMinimizesCRunTimeLibraryUsage="false"
-			CharacterSet="2"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				PreprocessorDefinitions="_DEBUG"
-				MkTypLibCompatible="true"
-				SuppressStartupBanner="true"
-				TargetEnvironment="1"
-				TypeLibraryName=".\Debug/BasicCompiler.tlb"
-				HeaderFileName=""
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalOptions="/GR"
-				Optimization="2"
-				InlineFunctionExpansion="2"
-				EnableIntrinsicFunctions="true"
-				FavorSizeOrSpeed="1"
-				WholeProgramOptimization="false"
-				AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
-				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
-				MinimalRebuild="false"
-				ExceptionHandling="1"
-				BasicRuntimeChecks="0"
-				RuntimeLibrary="0"
-				RuntimeTypeInfo="true"
-				UsePrecompiledHeader="2"
-				PrecompiledHeaderFile=".\Release/BasicCompiler.pch"
-				AssemblerListingLocation=".\Release/"
-				ObjectFile=".\Release/"
-				ProgramDataBaseFileName=".\Release/"
-				BrowseInformation="0"
-				WarningLevel="3"
-				SuppressStartupBanner="true"
-				Detect64BitPortabilityProblems="true"
-				DebugInformationFormat="0"
-				CallingConvention="0"
-				DisableSpecificWarnings="4103"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-				PreprocessorDefinitions="_DEBUG,JPN"
-				Culture="1041"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalOptions="/MACHINE:AMD64 /NXCOMPAT /DYNAMICBASE"
-				AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
-				OutputFile="$(OutDir)\abc.exe"
-				LinkIncremental="1"
-				SuppressStartupBanner="true"
-				AdditionalLibraryDirectories="..\..\jenga\lib\amd64;..\lib\amd64"
-				IgnoreDefaultLibraryNames=""
-				GenerateDebugInformation="false"
-				ProgramDatabaseFile=".\Release/BasicCompiler64.pdb"
-				SubSystem="1"
-				TargetMachine="0"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-				AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-				SuppressStartupBanner="true"
-				OutputFile="$(OutDir)/$(ProjectName).bsc"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-			/>
-		</Configuration>
-	</Configurations>
-	<References>
-		<ProjectReference
-			ReferencedProjectIdentifier="{F01805B6-65B4-4708-88F4-A5E07DEA9FBD}"
-		/>
-		<ProjectReference
-			ReferencedProjectIdentifier="{87835C33-64C9-4BA5-9B39-608BA5394387}"
-		/>
-	</References>
-	<Files>
-		<Filter
-			Name="Header Files"
-			Filter="h;hpp;hxx;hm;inl"
-			>
-			<File
-				RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
-				>
-			</File>
-			<File
-				RelativePath="CommandValue.h"
-				>
-			</File>
-			<File
-				RelativePath="..\BasicCompiler_Common\common.h"
-				>
-			</File>
-			<File
-				RelativePath=".\MachineFixed.h"
-				>
-			</File>
-			<File
-				RelativePath="Opcode.h"
-				>
-			</File>
-			<File
-				RelativePath="..\BasicCompiler_Common\include\option.h"
-				>
-			</File>
-			<File
-				RelativePath=".\stdafx.h"
-				>
-			</File>
-			<File
-				RelativePath="..\BasicCompiler_Common\include\ver.h"
-				>
-			</File>
-			<Filter
-				Name="言語対応文字列"
-				>
-				<File
-					RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
-					>
-				</File>
-			</Filter>
-			<Filter
-				Name="Parts_h"
-				>
-				<File
-					RelativePath="..\BasicCompiler_Common\NonVolatile.h"
-					>
-				</File>
-			</Filter>
-			<Filter
-				Name="Common Classes"
-				>
-				<File
-					RelativePath="..\BasicCompiler_Common\include\logger.h"
-					>
-				</File>
-			</Filter>
-			<Filter
-				Name="Compiler Classes"
-				>
-				<File
-					RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\include\Compiler.h"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\include\DataTableGenerator.h"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\include\ErrorCode.h"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\include\LexicalAnalyzer.h"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\include\Linker.h"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\include\Messenger.h"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\include\ProcedureGenerator.h"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\include\VtblGenerator.h"
-					>
-				</File>
-				<Filter
-					Name="Language Classes"
-					>
-					<File
-						RelativePath="..\BasicCompiler_Common\include\Enum.h"
-						>
-					</File>
-					<File
-						RelativePath="..\BasicCompiler_Common\include\Exception.h"
-						>
-					</File>
-					<File
-						RelativePath="..\BasicCompiler_Common\include\LexicalScope.h"
-						>
-					</File>
-				</Filter>
-			</Filter>
-			<Filter
-				Name="Debugger Classes"
-				>
-				<File
-					RelativePath="..\BasicCompiler_Common\include\BreakPoint.h"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\include\Debugger.h"
-					>
-				</File>
-			</Filter>
-			<Filter
-				Name="Application Classes"
-				>
-				<File
-					RelativePath="..\BasicCompiler_Common\include\Configuration.h"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\include\Program.h"
-					>
-				</File>
-			</Filter>
-		</Filter>
-		<Filter
-			Name="Resource Files"
-			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-			>
-			<File
-				RelativePath=".\compiler_x64.rc"
-				>
-			</File>
-			<File
-				RelativePath="icon1.ico"
-				>
-			</File>
-			<File
-				RelativePath="toolbar_debugger.bmp"
-				>
-			</File>
-			<File
-				RelativePath="VarArray.ico"
-				>
-			</File>
-			<File
-				RelativePath="VarData.ico"
-				>
-			</File>
-			<File
-				RelativePath="VarPtrStruct.ico"
-				>
-			</File>
-			<File
-				RelativePath="VarStr.ico"
-				>
-			</File>
-			<File
-				RelativePath="VarStruct.ico"
-				>
-			</File>
-		</Filter>
-		<Filter
-			Name="Source Files"
-			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-			>
-			<File
-				RelativePath=".\stdafx.cpp"
-				>
-				<FileConfiguration
-					Name="Debug|Win32"
-					>
-					<Tool
-						Name="VCCLCompilerTool"
-						UsePrecompiledHeader="1"
-					/>
-				</FileConfiguration>
-				<FileConfiguration
-					Name="Release|Win32"
-					>
-					<Tool
-						Name="VCCLCompilerTool"
-						UsePrecompiledHeader="1"
-					/>
-				</FileConfiguration>
-			</File>
-			<Filter
-				Name="x64Compile"
-				>
-				<File
-					RelativePath="Compile_Statement.cpp"
-					>
-					<FileConfiguration
-						Name="Debug|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							UsePrecompiledHeader="2"
-							BrowseInformation="0"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Release|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							UsePrecompiledHeader="2"
-							BrowseInformation="0"
-						/>
-					</FileConfiguration>
-				</File>
-				<File
-					RelativePath="Compile_Var.cpp"
-					>
-					<FileConfiguration
-						Name="Debug|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							UsePrecompiledHeader="2"
-							BrowseInformation="0"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Release|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							UsePrecompiledHeader="2"
-							BrowseInformation="0"
-						/>
-					</FileConfiguration>
-				</File>
-				<File
-					RelativePath="MakePeHdr.cpp"
-					>
-					<FileConfiguration
-						Name="Debug|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							UsePrecompiledHeader="2"
-							BrowseInformation="0"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Release|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							UsePrecompiledHeader="2"
-							BrowseInformation="0"
-						/>
-					</FileConfiguration>
-				</File>
-				<File
-					RelativePath="Register.cpp"
-					>
-					<FileConfiguration
-						Name="Debug|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							UsePrecompiledHeader="2"
-							BrowseInformation="0"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Release|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							UsePrecompiledHeader="2"
-							BrowseInformation="0"
-						/>
-					</FileConfiguration>
-				</File>
-				<Filter
-					Name="Calculation"
-					>
-					<File
-						RelativePath="Compile_Calc.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath="Compile_Calc_PushVar.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath="Compile_Set_Var.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath=".\increment.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-							/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath="NumOpe.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath="NumOpe_Arithmetic.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath="NumOpe_Logical.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath="NumOpe_Relation.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath="NumOpe_TypeOperation.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-					</File>
-				</Filter>
-				<Filter
-					Name="Object"
-					>
-					<File
-						RelativePath=".\Compile_Object.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-							/>
-						</FileConfiguration>
-					</File>
-				</Filter>
-				<Filter
-					Name="Opcode"
-					>
-					<File
-						RelativePath="amd64_main.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath=".\CodeGenerator.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								ObjectFile="$(IntDir)\$(InputName)1.obj"
-								XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								ObjectFile="$(IntDir)\$(InputName)1.obj"
-								XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-							/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath=".\stack_frame.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-							/>
-						</FileConfiguration>
-					</File>
-				</Filter>
-				<Filter
-					Name="Procedure"
-					>
-					<File
-						RelativePath=".\CLockParameter.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-							/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath=".\Compile_CallProc.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-							/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath="Compile_Func.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath="Compile_ProcOp.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-								BrowseInformation="0"
-							/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath=".\CParameter.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-							/>
-						</FileConfiguration>
-					</File>
-					<File
-						RelativePath=".\OperatorProc.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								UsePrecompiledHeader="2"
-							/>
-						</FileConfiguration>
-					</File>
-				</Filter>
-			</Filter>
-			<Filter
-				Name="32及び64共通"
-				>
-				<File
-					RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\calculation.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\Compile.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\error.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\gc.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\hash.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\Object.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\Overload.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\StrOperation.h"
-					>
-				</File>
-				<Filter
-					Name="Intermediate"
-					>
-					<File
-						RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
-						>
-					</File>
-					<File
-						RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
-						>
-					</File>
-					<File
-						RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
-						>
-					</File>
-				</Filter>
-				<Filter
-					Name="Parts"
-					>
-					<File
-						RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
-						>
-					</File>
-				</Filter>
-				<Filter
-					Name="Debug（共通）"
-					>
-					<File
-						RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
-						>
-					</File>
-					<File
-						RelativePath="..\BasicCompiler_Common\Debug.cpp"
-						>
-					</File>
-					<File
-						RelativePath="..\BasicCompiler_Common\debug.h"
-						>
-					</File>
-					<File
-						RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
-						>
-					</File>
-					<File
-						RelativePath="..\BasicCompiler_Common\DebugSection.h"
-						>
-					</File>
-					<File
-						RelativePath="..\BasicCompiler_Common\VarList.cpp"
-						>
-					</File>
-					<File
-						RelativePath="..\BasicCompiler_Common\WatchList.cpp"
-						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								ObjectFile="$(IntDir)\$(InputName)1.obj"
-								XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								ObjectFile="$(IntDir)\$(InputName)1.obj"
-								XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-							/>
-						</FileConfiguration>
-					</File>
-				</Filter>
-				<Filter
-					Name="Schedule"
-					>
-					<File
-						RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
-						>
-					</File>
-					<File
-						RelativePath="..\BasicCompiler_Common\PESchedule.h"
-						>
-					</File>
-				</Filter>
-				<Filter
-					Name="Variable"
-					>
-					<File
-						RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
-						>
-					</File>
-					<File
-						RelativePath="..\BasicCompiler_Common\VariableOpe.h"
-						>
-					</File>
-				</Filter>
-				<Filter
-					Name="Procedure"
-					>
-					<File
-						RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
-						>
-					</File>
-					<File
-						RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
-						>
-					</File>
-				</Filter>
-			</Filter>
-			<Filter
-				Name="Compiler Classes"
-				>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\DataTableGenerator.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Class.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Const.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Delegate.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Enum.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Procedure.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_TypeDef.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\Messenger.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\ProcedureGenerator.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\VtblGenerator.cpp"
-					>
-				</File>
-				<Filter
-					Name="Language Classes"
-					>
-					<File
-						RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
-						>
-					</File>
-					<File
-						RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
-						>
-					</File>
-				</Filter>
-			</Filter>
-			<Filter
-				Name="Application Classes"
-				>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\Program.cpp"
-					>
-				</File>
-			</Filter>
-			<Filter
-				Name="Common Classes"
-				>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
-					>
-					<FileConfiguration
-						Name="Debug|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							UsePrecompiledHeader="0"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Release|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							UsePrecompiledHeader="0"
-						/>
-					</FileConfiguration>
-				</File>
-			</Filter>
-			<Filter
-				Name="Debugger Classes"
-				>
-				<File
-					RelativePath="..\BasicCompiler_Common\src\BreakPoint.cpp"
-					>
-				</File>
-			</Filter>
-		</Filter>
-	</Files>
-	<Globals>
-	</Globals>
-</VisualStudioProject>
