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 </ClCompile> 109 <ResourceCompile> 110 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 111 <Culture>0x0409</Culture> 112 </ResourceCompile> 113 <Link> 114 <OutputFile>..\..\bin\iculx58.dll</OutputFile> 115 <SuppressStartupBanner>true</SuppressStartupBanner> 116 <ProgramDatabaseFile>.\..\..\lib\iculx.pdb</ProgramDatabaseFile> 117 <EnableCOMDATFolding>true</EnableCOMDATFolding> 118 <BaseAddress>0x4ac80000</BaseAddress> 119 <RandomizedBaseAddress>false</RandomizedBaseAddress> 120 <DataExecutionPrevention> 121 </DataExecutionPrevention> 122 <ImportLibrary>..\..\lib\iculx.lib</ImportLibrary> 123 </Link> 124 </ItemDefinitionGroup> 125 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 126 <Midl> 127 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 128 <MkTypLibCompatible>true</MkTypLibCompatible> 129 <SuppressStartupBanner>true</SuppressStartupBanner> 130 <TargetEnvironment>Win32</TargetEnvironment> 131 <TypeLibraryName>.\..\..\lib\iculxd.tlb</TypeLibraryName> 132 </Midl> 133 <ClCompile> 134 <Optimization>Disabled</Optimization> 135 <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 136 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_LAYOUTEX_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> 137 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 138 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 139 <BufferSecurityCheck>true</BufferSecurityCheck> 140 <DisableLanguageExtensions>false</DisableLanguageExtensions> 141 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 142 <PrecompiledHeaderOutputFile>.\x86\Debug/layoutex.pch</PrecompiledHeaderOutputFile> 143 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 144 <ObjectFileName>.\x86\Debug/</ObjectFileName> 145 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 146 <BrowseInformation>true</BrowseInformation> 147 <WarningLevel>Level3</WarningLevel> 148 <SuppressStartupBanner>true</SuppressStartupBanner> 149 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 150 <CompileAs>Default</CompileAs> 151 </ClCompile> 152 <ResourceCompile> 153 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 154 <Culture>0x0409</Culture> 155 </ResourceCompile> 156 <Link> 157 <OutputFile>..\..\bin\iculx58d.dll</OutputFile> 158 <SuppressStartupBanner>true</SuppressStartupBanner> 159 <GenerateDebugInformation>true</GenerateDebugInformation> 160 <ProgramDatabaseFile>.\..\..\lib\iculxd.pdb</ProgramDatabaseFile> 161 <BaseAddress>0x4ac80000</BaseAddress> 162 <RandomizedBaseAddress>false</RandomizedBaseAddress> 163 <DataExecutionPrevention> 164 </DataExecutionPrevention> 165 <ImportLibrary>..\..\lib\iculxd.lib</ImportLibrary> 166 </Link> 167 </ItemDefinitionGroup> 168 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 169 <Midl> 170 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 171 <MkTypLibCompatible>true</MkTypLibCompatible> 172 <SuppressStartupBanner>true</SuppressStartupBanner> 173 <TargetEnvironment>X64</TargetEnvironment> 174 <TypeLibraryName>.\..\..\lib64\iculx.tlb</TypeLibraryName> 175 </Midl> 176 <ClCompile> 177 <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 178 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_LAYOUTEX_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> 179 <StringPooling>true</StringPooling> 180 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 181 <FunctionLevelLinking>true</FunctionLevelLinking> 182 <DisableLanguageExtensions>false</DisableLanguageExtensions> 183 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 184 <PrecompiledHeaderOutputFile>.\x64\Release/layoutex.pch</PrecompiledHeaderOutputFile> 185 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 186 <ObjectFileName>.\x64\Release/</ObjectFileName> 187 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 188 <WarningLevel>Level3</WarningLevel> 189 <SuppressStartupBanner>true</SuppressStartupBanner> 190 <CompileAs>Default</CompileAs> 191 </ClCompile> 192 <ResourceCompile> 193 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 194 <Culture>0x0409</Culture> 195 </ResourceCompile> 196 <Link> 197 <OutputFile>..\..\bin64\iculx58.dll</OutputFile> 198 <SuppressStartupBanner>true</SuppressStartupBanner> 199 <ProgramDatabaseFile>.\..\..\lib64\iculx.pdb</ProgramDatabaseFile> 200 <EnableCOMDATFolding>true</EnableCOMDATFolding> 201 <BaseAddress>0x4ac80000</BaseAddress> 202 <ImportLibrary>..\..\lib64\iculx.lib</ImportLibrary> 203 <TargetMachine>MachineX64</TargetMachine> 204 </Link> 205 </ItemDefinitionGroup> 206 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 207 <Midl> 208 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 209 <MkTypLibCompatible>true</MkTypLibCompatible> 210 <SuppressStartupBanner>true</SuppressStartupBanner> 211 <TargetEnvironment>X64</TargetEnvironment> 212 <TypeLibraryName>.\..\..\lib64\iculxd.tlb</TypeLibraryName> 213 </Midl> 214 <ClCompile> 215 <Optimization>Disabled</Optimization> 216 <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 217 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_LAYOUTEX_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> 218 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 219 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 220 <BufferSecurityCheck>true</BufferSecurityCheck> 221 <DisableLanguageExtensions>false</DisableLanguageExtensions> 222 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 223 <PrecompiledHeaderOutputFile>.\x64\Debug/layoutex.pch</PrecompiledHeaderOutputFile> 224 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 225 <ObjectFileName>.\x64\Debug/</ObjectFileName> 226 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 227 <BrowseInformation>true</BrowseInformation> 228 <WarningLevel>Level3</WarningLevel> 229 <SuppressStartupBanner>true</SuppressStartupBanner> 230 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 231 <CompileAs>Default</CompileAs> 232 </ClCompile> 233 <ResourceCompile> 234 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 235 <Culture>0x0409</Culture> 236 </ResourceCompile> 237 <Link> 238 <OutputFile>..\..\bin64\iculx58d.dll</OutputFile> 239 <SuppressStartupBanner>true</SuppressStartupBanner> 240 <GenerateDebugInformation>true</GenerateDebugInformation> 241 <ProgramDatabaseFile>.\..\..\lib64\iculxd.pdb</ProgramDatabaseFile> 242 <BaseAddress>0x4ac80000</BaseAddress> 243 <ImportLibrary>..\..\lib64\iculxd.lib</ImportLibrary> 244 <TargetMachine>MachineX64</TargetMachine> 245 </Link> 246 </ItemDefinitionGroup> 247 <ItemGroup> 248 <ClCompile Include="LXUtilities.cpp" /> 249 <ClCompile Include="ParagraphLayout.cpp" /> 250 <ClCompile Include="playout.cpp"> 251 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> 252 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> 253 </ClCompile> 254 <ClCompile Include="plruns.cpp"> 255 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> 256 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> 257 </ClCompile> 258 <ClCompile Include="RunArrays.cpp"> 259 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> 260 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> 261 </ClCompile> 262 </ItemGroup> 263 <ItemGroup> 264 <ClInclude Include="LXUtilities.h" /> 265 <CustomBuild Include="layout\ParagraphLayout.h"> 266 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout 267 </Command> 268 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> 269 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout 270 </Command> 271 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> 272 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout 273 </Command> 274 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> 275 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout 276 </Command> 277 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> 278 </CustomBuild> 279 <CustomBuild Include="layout\playout.h"> 280 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout 281 </Command> 282 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> 283 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout 284 </Command> 285 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> 286 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout 287 </Command> 288 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> 289 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout 290 </Command> 291 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> 292 </CustomBuild> 293 <CustomBuild Include="layout\plruns.h"> 294 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout 295 </Command> 296 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> 297 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout 298 </Command> 299 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> 300 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout 301 </Command> 302 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> 303 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout 304 </Command> 305 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> 306 </CustomBuild> 307 <CustomBuild Include="layout\RunArrays.h"> 308 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout 309 </Command> 310 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> 311 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout 312 </Command> 313 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> 314 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout 315 </Command> 316 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> 317 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout 318 </Command> 319 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> 320 </CustomBuild> 321 </ItemGroup> 322 <ItemGroup> 323 <ResourceCompile Include="layoutex.rc"> 324 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\common</AdditionalIncludeDirectories> 325 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\common</AdditionalIncludeDirectories> 326 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\common</AdditionalIncludeDirectories> 327 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\common</AdditionalIncludeDirectories> 328 </ResourceCompile> 329 </ItemGroup> 330 <ItemGroup> 331 <ProjectReference Include="..\common\common.vcxproj"> 332 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 333 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 334 </ProjectReference> 335 <ProjectReference Include="..\layout\layout.vcxproj"> 336 <Project>{c920062a-0647-4553-a3b2-37c58065664b}</Project> 337 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 338 </ProjectReference> 339 </ItemGroup> 340 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 341 <ImportGroup Label="ExtensionTargets"> 342 </ImportGroup> 343 </Project>