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