[781] | 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>{B91DE511-E024-4EB9-B5FD-B2043E79AE44}</ProjectGuid>
|
---|
| 23 | <Keyword>Win32Proj</Keyword>
|
---|
| 24 | <RootNamespace>abtest</RootNamespace>
|
---|
| 25 | </PropertyGroup>
|
---|
| 26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
---|
| 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
---|
| 28 | <ConfigurationType>Application</ConfigurationType>
|
---|
| 29 | <UseDebugLibraries>true</UseDebugLibraries>
|
---|
| 30 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 31 | </PropertyGroup>
|
---|
| 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
---|
| 33 | <ConfigurationType>Application</ConfigurationType>
|
---|
| 34 | <UseDebugLibraries>true</UseDebugLibraries>
|
---|
| 35 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 36 | </PropertyGroup>
|
---|
| 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
---|
| 38 | <ConfigurationType>Application</ConfigurationType>
|
---|
| 39 | <UseDebugLibraries>false</UseDebugLibraries>
|
---|
| 40 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
| 41 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 42 | </PropertyGroup>
|
---|
| 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
---|
| 44 | <ConfigurationType>Application</ConfigurationType>
|
---|
| 45 | <UseDebugLibraries>false</UseDebugLibraries>
|
---|
| 46 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
| 47 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 48 | </PropertyGroup>
|
---|
| 49 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
---|
| 50 | <ImportGroup Label="ExtensionSettings">
|
---|
| 51 | </ImportGroup>
|
---|
| 52 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
---|
| 53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
[798] | 54 | <Import Project="..\ab-common.props" />
|
---|
[781] | 55 | <Import Project="..\ab-common-32.props" />
|
---|
| 56 | </ImportGroup>
|
---|
| 57 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
---|
| 58 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
| 59 | <Import Project="..\ab-common.props" />
|
---|
[798] | 60 | <Import Project="..\ab-common-64.props" />
|
---|
[781] | 61 | </ImportGroup>
|
---|
| 62 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
| 63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
[798] | 64 | <Import Project="..\ab-common.props" />
|
---|
[781] | 65 | <Import Project="..\ab-common-32.props" />
|
---|
| 66 | </ImportGroup>
|
---|
| 67 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
---|
| 68 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
| 69 | <Import Project="..\ab-common.props" />
|
---|
[798] | 70 | <Import Project="..\ab-common-64.props" />
|
---|
[781] | 71 | </ImportGroup>
|
---|
| 72 | <PropertyGroup Label="UserMacros" />
|
---|
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
---|
| 74 | <LinkIncremental>true</LinkIncremental>
|
---|
| 75 | </PropertyGroup>
|
---|
| 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
---|
| 77 | <LinkIncremental>true</LinkIncremental>
|
---|
| 78 | </PropertyGroup>
|
---|
| 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
| 80 | <LinkIncremental>false</LinkIncremental>
|
---|
| 81 | </PropertyGroup>
|
---|
| 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
---|
| 83 | <LinkIncremental>false</LinkIncremental>
|
---|
| 84 | </PropertyGroup>
|
---|
| 85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
---|
| 86 | <ClCompile>
|
---|
| 87 | <PrecompiledHeader>Use</PrecompiledHeader>
|
---|
| 88 | <Optimization>Disabled</Optimization>
|
---|
| 89 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
| 90 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
---|
| 91 | </ClCompile>
|
---|
| 92 | <Link>
|
---|
| 93 | <SubSystem>Console</SubSystem>
|
---|
[782] | 94 | <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
[781] | 95 | </Link>
|
---|
| 96 | </ItemDefinitionGroup>
|
---|
| 97 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
---|
| 98 | <ClCompile>
|
---|
| 99 | <PrecompiledHeader>Use</PrecompiledHeader>
|
---|
| 100 | <Optimization>Disabled</Optimization>
|
---|
| 101 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
| 102 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
---|
| 103 | </ClCompile>
|
---|
| 104 | <Link>
|
---|
| 105 | <SubSystem>Console</SubSystem>
|
---|
[782] | 106 | <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
[781] | 107 | </Link>
|
---|
| 108 | </ItemDefinitionGroup>
|
---|
| 109 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
| 110 | <ClCompile>
|
---|
| 111 | <PrecompiledHeader>Use</PrecompiledHeader>
|
---|
| 112 | <Optimization>MinSpace</Optimization>
|
---|
| 113 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
| 114 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
---|
| 115 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
| 116 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
---|
| 117 | </ClCompile>
|
---|
| 118 | <Link>
|
---|
| 119 | <SubSystem>Console</SubSystem>
|
---|
| 120 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
---|
| 121 | <OptimizeReferences>true</OptimizeReferences>
|
---|
[782] | 122 | <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
[781] | 123 | </Link>
|
---|
| 124 | </ItemDefinitionGroup>
|
---|
| 125 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
---|
| 126 | <ClCompile>
|
---|
| 127 | <PrecompiledHeader>Use</PrecompiledHeader>
|
---|
| 128 | <Optimization>MinSpace</Optimization>
|
---|
| 129 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
| 130 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
---|
| 131 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
| 132 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
---|
| 133 | </ClCompile>
|
---|
| 134 | <Link>
|
---|
| 135 | <SubSystem>Console</SubSystem>
|
---|
| 136 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
---|
| 137 | <OptimizeReferences>true</OptimizeReferences>
|
---|
[782] | 138 | <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
[781] | 139 | </Link>
|
---|
| 140 | </ItemDefinitionGroup>
|
---|
| 141 | <ItemGroup>
|
---|
| 142 | <ClInclude Include="stdafx.h" />
|
---|
| 143 | <ClInclude Include="targetver.h" />
|
---|
| 144 | </ItemGroup>
|
---|
| 145 | <ItemGroup>
|
---|
| 146 | <ClCompile Include="ab-test.cpp" />
|
---|
[818] | 147 | <ClCompile Include="jenga.cpp" />
|
---|
[781] | 148 | <ClCompile Include="stdafx.cpp">
|
---|
| 149 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
---|
| 150 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
---|
| 151 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
---|
| 152 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
---|
| 153 | </ClCompile>
|
---|
[818] | 154 | <ClCompile Include="TestMain.cpp">
|
---|
| 155 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
---|
| 156 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
---|
| 157 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
---|
| 158 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
---|
| 159 | </ClCompile>
|
---|
[820] | 160 | <ClCompile Include="Type.cpp" />
|
---|
[781] | 161 | </ItemGroup>
|
---|
| 162 | <ItemGroup>
|
---|
[818] | 163 | <ProjectReference Include="..\..\jenga\projects\jenga\jenga.vcxproj">
|
---|
| 164 | <Project>{f01805b6-65b4-4708-88f4-a5e07dea9fbd}</Project>
|
---|
| 165 | </ProjectReference>
|
---|
[781] | 166 | <ProjectReference Include="..\abdev-impl\abdev-impl.vcxproj">
|
---|
| 167 | <Project>{58ff88a2-86bc-4480-95f4-71af693fef28}</Project>
|
---|
| 168 | <Private>true</Private>
|
---|
| 169 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
---|
| 170 | <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
|
---|
| 171 | <LinkLibraryDependencies>true</LinkLibraryDependencies>
|
---|
| 172 | <UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
|
---|
| 173 | </ProjectReference>
|
---|
[811] | 174 | <ProjectReference Include="..\compiler-impl\compiler-impl.vcxproj">
|
---|
| 175 | <Project>{0bd5002d-76eb-4bc4-9fbb-ca74d956b1fe}</Project>
|
---|
| 176 | </ProjectReference>
|
---|
[781] | 177 | </ItemGroup>
|
---|
| 178 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
---|
| 179 | <ImportGroup Label="ExtensionTargets">
|
---|
| 180 | </ImportGroup>
|
---|
| 181 | </Project>
|
---|