<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|ARM64"> <Configuration>Debug</Configuration> <Platform>ARM64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|ARM64"> <Configuration>Release</Configuration> <Platform>ARM64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{C38373AA-882F-4F55-B03F-2AAB4BFBE3F1}</ProjectGuid> <ConfigurationType>Application</ConfigurationType> <ProjectSubSystem>Windows</ProjectSubSystem> <TargetName>burn</TargetName> <CharacterSet>Unicode</CharacterSet> <Description>Native component of WixToolset.Burn</Description> <!-- NBGV properties --> <AssemblyLanguage>1033</AssemblyLanguage> <AssemblyProduct>Burn</AssemblyProduct> <PackageId>WixToolset.Burn</PackageId> <SignOutput>false</SignOutput> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="Shared"> </ImportGroup> <PropertyGroup> <ProjectAdditionalIncludeDirectories>$(ProjectDir)..\engine\inc</ProjectAdditionalIncludeDirectories> <ProjectAdditionalLinkLibraries>cabinet.lib;crypt32.lib;msi.lib;rpcrt4.lib;shlwapi.lib;userenv.lib;wininet.lib;wintrust.lib;wuguid.lib;engine.res</ProjectAdditionalLinkLibraries> </PropertyGroup> <ItemDefinitionGroup> <Link> <SwapRunFromCD>true</SwapRunFromCD> <SwapRunFromNET>true</SwapRunFromNET> <DelayLoadDLLs>cabinet.dll;crypt32.dll;msi.dll;rpcrt4.dll;shlwapi.dll;userenv.dll;version.dll;wininet.dll;wintrust.dll</DelayLoadDLLs> <AdditionalOptions>/DEPENDENTLOADFLAG:0x800 %(AdditionalOptions)</AdditionalOptions> </Link> </ItemDefinitionGroup> <ItemGroup> <ClInclude Include="precomp.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="precomp.cpp"> <PrecompiledHeader>Create</PrecompiledHeader> </ClCompile> <ClCompile Include="stub.cpp" /> <ClCompile Include="StubSection.cpp"> <!-- Workaround for VS2015 behavior change that omits the .wixburn section. --> <RemoveUnreferencedCodeData>false</RemoveUnreferencedCodeData> </ClCompile> </ItemGroup> <ItemGroup> <Manifest Include="stub.manifest" /> <ResourceCompile Include="stub.rc" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\engine\engine.vcxproj"> <Project>{8119537D-E1D9-6591-D51A-49768A2F9C37}</Project> </ProjectReference> </ItemGroup> <ItemGroup> <PackageReference Include="WixToolset.DUtil" /> <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> </Project>