[811] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <ItemGroup Label="ProjectConfigurations">
|
---|
| 4 | <ProjectConfiguration Include="Debug|Win32">
|
---|
| 5 | <Configuration>Debug</Configuration>
|
---|
| 6 | <Platform>Win32</Platform>
|
---|
| 7 | </ProjectConfiguration>
|
---|
| 8 | <ProjectConfiguration Include="Debug|x64">
|
---|
| 9 | <Configuration>Debug</Configuration>
|
---|
| 10 | <Platform>x64</Platform>
|
---|
| 11 | </ProjectConfiguration>
|
---|
| 12 | <ProjectConfiguration Include="Release|Win32">
|
---|
| 13 | <Configuration>Release</Configuration>
|
---|
| 14 | <Platform>Win32</Platform>
|
---|
| 15 | </ProjectConfiguration>
|
---|
| 16 | <ProjectConfiguration Include="Release|x64">
|
---|
| 17 | <Configuration>Release</Configuration>
|
---|
| 18 | <Platform>x64</Platform>
|
---|
| 19 | </ProjectConfiguration>
|
---|
| 20 | </ItemGroup>
|
---|
| 21 | <PropertyGroup Label="Globals">
|
---|
| 22 | <ProjectGuid>{0BD5002D-76EB-4BC4-9FBB-CA74D956B1FE}</ProjectGuid>
|
---|
| 23 | <RootNamespace>compilerimpl</RootNamespace>
|
---|
| 24 | </PropertyGroup>
|
---|
| 25 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
---|
| 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
---|
| 27 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
---|
| 28 | <UseDebugLibraries>true</UseDebugLibraries>
|
---|
| 29 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 30 | </PropertyGroup>
|
---|
| 31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
---|
| 32 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
---|
| 33 | <UseDebugLibraries>true</UseDebugLibraries>
|
---|
| 34 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
---|
| 37 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
---|
| 38 | <UseDebugLibraries>false</UseDebugLibraries>
|
---|
| 39 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
| 40 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 41 | </PropertyGroup>
|
---|
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
---|
| 43 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
---|
| 44 | <UseDebugLibraries>false</UseDebugLibraries>
|
---|
| 45 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
| 46 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 47 | </PropertyGroup>
|
---|
| 48 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
---|
| 49 | <ImportGroup Label="ExtensionSettings">
|
---|
| 50 | </ImportGroup>
|
---|
| 51 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
---|
| 52 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
| 53 | <Import Project="..\ab-common.props" />
|
---|
| 54 | <Import Project="..\ab-common-32.props" />
|
---|
| 55 | </ImportGroup>
|
---|
| 56 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
---|
| 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
| 58 | <Import Project="..\ab-common.props" />
|
---|
| 59 | <Import Project="..\ab-common-64.props" />
|
---|
| 60 | </ImportGroup>
|
---|
| 61 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
| 62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
| 63 | <Import Project="..\ab-common.props" />
|
---|
| 64 | <Import Project="..\ab-common-32.props" />
|
---|
| 65 | </ImportGroup>
|
---|
| 66 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
---|
| 67 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
| 68 | <Import Project="..\ab-common.props" />
|
---|
| 69 | <Import Project="..\ab-common-64.props" />
|
---|
| 70 | </ImportGroup>
|
---|
| 71 | <PropertyGroup Label="UserMacros" />
|
---|
| 72 | <PropertyGroup />
|
---|
| 73 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
---|
| 74 | <ClCompile>
|
---|
| 75 | <Optimization>Disabled</Optimization>
|
---|
[812] | 76 | <AdditionalIncludeDirectories>$(SolutionDir)BasicCompiler_Common;$(SolutionDir)BasicCompiler_Common\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
| 77 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
---|
[811] | 78 | </ClCompile>
|
---|
| 79 | <Link>
|
---|
| 80 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
---|
| 81 | </Link>
|
---|
| 82 | </ItemDefinitionGroup>
|
---|
| 83 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
---|
| 84 | <ClCompile>
|
---|
| 85 | <Optimization>Disabled</Optimization>
|
---|
[812] | 86 | <AdditionalIncludeDirectories>$(SolutionDir)BasicCompiler_Common;$(SolutionDir)BasicCompiler_Common\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
| 87 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
---|
[811] | 88 | </ClCompile>
|
---|
| 89 | <Link>
|
---|
| 90 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
---|
| 91 | </Link>
|
---|
| 92 | </ItemDefinitionGroup>
|
---|
| 93 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
| 94 | <ClCompile>
|
---|
| 95 | <Optimization>MaxSpeed</Optimization>
|
---|
| 96 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
| 97 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
---|
[812] | 98 | <AdditionalIncludeDirectories>$(SolutionDir)BasicCompiler_Common;$(SolutionDir)BasicCompiler_Common\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
| 99 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
---|
[811] | 100 | </ClCompile>
|
---|
| 101 | <Link>
|
---|
| 102 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
---|
| 103 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
---|
| 104 | <OptimizeReferences>true</OptimizeReferences>
|
---|
| 105 | </Link>
|
---|
| 106 | </ItemDefinitionGroup>
|
---|
| 107 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
---|
| 108 | <ClCompile>
|
---|
| 109 | <Optimization>MaxSpeed</Optimization>
|
---|
| 110 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
| 111 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
---|
[812] | 112 | <AdditionalIncludeDirectories>$(SolutionDir)BasicCompiler_Common;$(SolutionDir)BasicCompiler_Common\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
| 113 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
---|
[811] | 114 | </ClCompile>
|
---|
| 115 | <Link>
|
---|
| 116 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
---|
| 117 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
---|
| 118 | <OptimizeReferences>true</OptimizeReferences>
|
---|
| 119 | </Link>
|
---|
| 120 | </ItemDefinitionGroup>
|
---|
| 121 | <ItemGroup>
|
---|
| 122 | <ClInclude Include="stdafx.h" />
|
---|
| 123 | </ItemGroup>
|
---|
| 124 | <ItemGroup>
|
---|
[820] | 125 | <ClCompile Include="..\ab_common\src\Lexical\Class.cpp" />
|
---|
| 126 | <ClCompile Include="..\ab_common\src\Lexical\Interface.cpp" />
|
---|
| 127 | <ClCompile Include="..\ab_common\src\Lexical\Member.cpp" />
|
---|
| 128 | <ClCompile Include="..\ab_common\src\Lexical\Method.cpp" />
|
---|
| 129 | <ClCompile Include="..\ab_common\src\Lexical\Namespace.cpp" />
|
---|
| 130 | <ClCompile Include="..\ab_common\src\Lexical\NamespaceSupporter.cpp" />
|
---|
| 131 | <ClCompile Include="..\ab_common\src\Lexical\NativeCode.cpp" />
|
---|
| 132 | <ClCompile Include="..\ab_common\src\Lexical\Parameter.cpp" />
|
---|
| 133 | <ClCompile Include="..\ab_common\src\Lexical\Procedure.cpp" />
|
---|
| 134 | <ClCompile Include="..\ab_common\src\Lexical\SourceCodePosition.cpp" />
|
---|
| 135 | <ClCompile Include="..\ab_common\src\Lexical\Symbol.cpp" />
|
---|
| 136 | <ClCompile Include="..\ab_common\src\Lexical\Template.cpp" />
|
---|
| 137 | <ClCompile Include="..\ab_common\src\Lexical\Type.cpp" />
|
---|
[812] | 138 | <ClCompile Include="..\BasicCompiler_Common\src\LexicalAnalyzer_TypeDef.cpp" />
|
---|
[811] | 139 | <ClCompile Include="stdafx.cpp">
|
---|
| 140 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
---|
| 141 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
---|
| 142 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
---|
| 143 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
---|
| 144 | </ClCompile>
|
---|
| 145 | </ItemGroup>
|
---|
| 146 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
---|
| 147 | <ImportGroup Label="ExtensionTargets">
|
---|
| 148 | </ImportGroup>
|
---|
| 149 | </Project>
|
---|