Home | History | Annotate | Download | only in layoutex
      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>{37FC2C7F-1904-4811-8955-2F478830EAD1}</ProjectGuid>
     23     <RootNamespace>layoutex</RootNamespace>
     24   </PropertyGroup>
     25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     27     <ConfigurationType>DynamicLibrary</ConfigurationType>
     28     <UseOfMfc>false</UseOfMfc>
     29     <CharacterSet>MultiByte</CharacterSet>
     30   </PropertyGroup>
     31   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     32     <ConfigurationType>DynamicLibrary</ConfigurationType>
     33     <UseOfMfc>false</UseOfMfc>
     34     <CharacterSet>MultiByte</CharacterSet>
     35   </PropertyGroup>
     36   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     37     <ConfigurationType>DynamicLibrary</ConfigurationType>
     38     <UseOfMfc>false</UseOfMfc>
     39     <CharacterSet>MultiByte</CharacterSet>
     40   </PropertyGroup>
     41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     42     <ConfigurationType>DynamicLibrary</ConfigurationType>
     43     <UseOfMfc>false</UseOfMfc>
     44     <CharacterSet>MultiByte</CharacterSet>
     45   </PropertyGroup>
     46   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     47   <ImportGroup Label="ExtensionSettings">
     48   </ImportGroup>
     49   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     50     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     51     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     52   </ImportGroup>
     53   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
     54     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     55     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.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="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     60   </ImportGroup>
     61   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
     62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     63     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     64   </ImportGroup>
     65   <PropertyGroup Label="UserMacros" />
     66   <PropertyGroup>
     67     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     68     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\lib\</OutDir>
     69     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
     70     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
     71     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\lib\</OutDir>
     72     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
     73     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
     74     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
     75     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
     76     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
     77     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
     78     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
     79     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
     80   </PropertyGroup>
     81   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     82     <Midl>
     83       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     84       <MkTypLibCompatible>true</MkTypLibCompatible>
     85       <SuppressStartupBanner>true</SuppressStartupBanner>
     86       <TargetEnvironment>Win32</TargetEnvironment>
     87       <TypeLibraryName>.\..\..\lib\iculx.tlb</TypeLibraryName>
     88     </Midl>
     89     <ClCompile>
     90       <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     91       <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_LAYOUTEX_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     92       <StringPooling>true</StringPooling>
     93       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
     94       <FunctionLevelLinking>true</FunctionLevelLinking>
     95       <DisableLanguageExtensions>true</DisableLanguageExtensions>
     96       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
     97       <PrecompiledHeaderOutputFile>.\x86\Release/layoutex.pch</PrecompiledHeaderOutputFile>
     98       <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
     99       <ObjectFileName>.\x86\Release/</ObjectFileName>
    100       <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
    101       <WarningLevel>Level3</WarningLevel>
    102       <SuppressStartupBanner>true</SuppressStartupBanner>
    103       <CompileAs>Default</CompileAs>
    104     </ClCompile>
    105     <ResourceCompile>
    106       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    107       <Culture>0x0409</Culture>
    108     </ResourceCompile>
    109     <Link>
    110       <OutputFile>..\..\bin\iculx50.dll</OutputFile>
    111       <SuppressStartupBanner>true</SuppressStartupBanner>
    112       <ProgramDatabaseFile>.\..\..\lib\iculx.pdb</ProgramDatabaseFile>
    113       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    114       <BaseAddress>0x4ac80000</BaseAddress>
    115       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    116       <DataExecutionPrevention>
    117       </DataExecutionPrevention>
    118       <ImportLibrary>..\..\lib\iculx.lib</ImportLibrary>
    119     </Link>
    120   </ItemDefinitionGroup>
    121   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    122     <Midl>
    123       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    124       <MkTypLibCompatible>true</MkTypLibCompatible>
    125       <SuppressStartupBanner>true</SuppressStartupBanner>
    126       <TargetEnvironment>Win32</TargetEnvironment>
    127       <TypeLibraryName>.\..\..\lib\iculxd.tlb</TypeLibraryName>
    128     </Midl>
    129     <ClCompile>
    130       <Optimization>Disabled</Optimization>
    131       <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    132       <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_LAYOUTEX_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    133       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    134       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    135       <BufferSecurityCheck>true</BufferSecurityCheck>
    136       <DisableLanguageExtensions>true</DisableLanguageExtensions>
    137       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    138       <PrecompiledHeaderOutputFile>.\x86\Debug/layoutex.pch</PrecompiledHeaderOutputFile>
    139       <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
    140       <ObjectFileName>.\x86\Debug/</ObjectFileName>
    141       <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
    142       <BrowseInformation>true</BrowseInformation>
    143       <WarningLevel>Level3</WarningLevel>
    144       <SuppressStartupBanner>true</SuppressStartupBanner>
    145       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    146       <CompileAs>Default</CompileAs>
    147     </ClCompile>
    148     <ResourceCompile>
    149       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    150       <Culture>0x0409</Culture>
    151     </ResourceCompile>
    152     <Link>
    153       <OutputFile>..\..\bin\iculx50d.dll</OutputFile>
    154       <SuppressStartupBanner>true</SuppressStartupBanner>
    155       <GenerateDebugInformation>true</GenerateDebugInformation>
    156       <ProgramDatabaseFile>.\..\..\lib\iculxd.pdb</ProgramDatabaseFile>
    157       <BaseAddress>0x4ac80000</BaseAddress>
    158       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    159       <DataExecutionPrevention>
    160       </DataExecutionPrevention>
    161       <ImportLibrary>..\..\lib\iculxd.lib</ImportLibrary>
    162     </Link>
    163   </ItemDefinitionGroup>
    164   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    165     <Midl>
    166       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    167       <MkTypLibCompatible>true</MkTypLibCompatible>
    168       <SuppressStartupBanner>true</SuppressStartupBanner>
    169       <TargetEnvironment>X64</TargetEnvironment>
    170       <TypeLibraryName>.\..\..\lib64\iculx.tlb</TypeLibraryName>
    171     </Midl>
    172     <ClCompile>
    173       <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    174       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_LAYOUTEX_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    175       <StringPooling>true</StringPooling>
    176       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    177       <FunctionLevelLinking>true</FunctionLevelLinking>
    178       <DisableLanguageExtensions>true</DisableLanguageExtensions>
    179       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    180       <PrecompiledHeaderOutputFile>.\x64\Release/layoutex.pch</PrecompiledHeaderOutputFile>
    181       <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
    182       <ObjectFileName>.\x64\Release/</ObjectFileName>
    183       <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
    184       <WarningLevel>Level3</WarningLevel>
    185       <SuppressStartupBanner>true</SuppressStartupBanner>
    186       <CompileAs>Default</CompileAs>
    187     </ClCompile>
    188     <ResourceCompile>
    189       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    190       <Culture>0x0409</Culture>
    191     </ResourceCompile>
    192     <Link>
    193       <OutputFile>..\..\bin64\iculx50.dll</OutputFile>
    194       <SuppressStartupBanner>true</SuppressStartupBanner>
    195       <ProgramDatabaseFile>.\..\..\lib64\iculx.pdb</ProgramDatabaseFile>
    196       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    197       <BaseAddress>0x4ac80000</BaseAddress>
    198       <ImportLibrary>..\..\lib64\iculx.lib</ImportLibrary>
    199       <TargetMachine>MachineX64</TargetMachine>
    200     </Link>
    201   </ItemDefinitionGroup>
    202   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    203     <Midl>
    204       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    205       <MkTypLibCompatible>true</MkTypLibCompatible>
    206       <SuppressStartupBanner>true</SuppressStartupBanner>
    207       <TargetEnvironment>X64</TargetEnvironment>
    208       <TypeLibraryName>.\..\..\lib64\iculxd.tlb</TypeLibraryName>
    209     </Midl>
    210     <ClCompile>
    211       <Optimization>Disabled</Optimization>
    212       <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    213       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_LAYOUTEX_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    214       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    215       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    216       <BufferSecurityCheck>true</BufferSecurityCheck>
    217       <DisableLanguageExtensions>true</DisableLanguageExtensions>
    218       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    219       <PrecompiledHeaderOutputFile>.\x64\Debug/layoutex.pch</PrecompiledHeaderOutputFile>
    220       <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
    221       <ObjectFileName>.\x64\Debug/</ObjectFileName>
    222       <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
    223       <BrowseInformation>true</BrowseInformation>
    224       <WarningLevel>Level3</WarningLevel>
    225       <SuppressStartupBanner>true</SuppressStartupBanner>
    226       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    227       <CompileAs>Default</CompileAs>
    228     </ClCompile>
    229     <ResourceCompile>
    230       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    231       <Culture>0x0409</Culture>
    232     </ResourceCompile>
    233     <Link>
    234       <OutputFile>..\..\bin64\iculx50d.dll</OutputFile>
    235       <SuppressStartupBanner>true</SuppressStartupBanner>
    236       <GenerateDebugInformation>true</GenerateDebugInformation>
    237       <ProgramDatabaseFile>.\..\..\lib64\iculxd.pdb</ProgramDatabaseFile>
    238       <BaseAddress>0x4ac80000</BaseAddress>
    239       <ImportLibrary>..\..\lib64\iculxd.lib</ImportLibrary>
    240       <TargetMachine>MachineX64</TargetMachine>
    241     </Link>
    242   </ItemDefinitionGroup>
    243   <ItemGroup>
    244     <ClCompile Include="LXUtilities.cpp" />
    245     <ClCompile Include="ParagraphLayout.cpp" />
    246     <ClCompile Include="playout.cpp" />
    247     <ClCompile Include="plruns.cpp" />
    248     <ClCompile Include="RunArrays.cpp" />
    249   </ItemGroup>
    250   <ItemGroup>
    251     <ClInclude Include="LXUtilities.h" />
    252     <CustomBuild Include="layout\ParagraphLayout.h">
    253       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout
    254 </Command>
    255       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
    256       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout
    257 </Command>
    258       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
    259       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout
    260 </Command>
    261       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
    262       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout
    263 </Command>
    264       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
    265     </CustomBuild>
    266     <CustomBuild Include="layout\playout.h">
    267       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout
    268 </Command>
    269       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
    270       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout
    271 </Command>
    272       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
    273       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout
    274 </Command>
    275       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
    276       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout
    277 </Command>
    278       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
    279     </CustomBuild>
    280     <CustomBuild Include="layout\plruns.h">
    281       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout
    282 </Command>
    283       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
    284       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout
    285 </Command>
    286       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
    287       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout
    288 </Command>
    289       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
    290       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout
    291 </Command>
    292       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
    293     </CustomBuild>
    294     <CustomBuild Include="layout\RunArrays.h">
    295       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout
    296 </Command>
    297       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
    298       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout
    299 </Command>
    300       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
    301       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout
    302 </Command>
    303       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
    304       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout
    305 </Command>
    306       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
    307     </CustomBuild>
    308   </ItemGroup>
    309   <ItemGroup>
    310     <ResourceCompile Include="layoutex.rc">
    311       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\common</AdditionalIncludeDirectories>
    312       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\common</AdditionalIncludeDirectories>
    313       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\common</AdditionalIncludeDirectories>
    314       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\common</AdditionalIncludeDirectories>
    315     </ResourceCompile>
    316   </ItemGroup>
    317   <ItemGroup>
    318     <ProjectReference Include="..\common\common.vcxproj">
    319       <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
    320       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    321     </ProjectReference>
    322     <ProjectReference Include="..\layout\layout.vcxproj">
    323       <Project>{c920062a-0647-4553-a3b2-37c58065664b}</Project>
    324       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    325     </ProjectReference>
    326   </ItemGroup>
    327   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    328   <ImportGroup Label="ExtensionTargets">
    329   </ImportGroup>
    330 </Project>
    331