| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- 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. --> |
| 3 | |
| 4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 5 | <ItemGroup Label="ProjectConfigurations"> |
| 6 | <ProjectConfiguration Include="Debug|ARM64"> |
| 7 | <Configuration>Debug</Configuration> |
| 8 | <Platform>ARM64</Platform> |
| 9 | </ProjectConfiguration> |
| 10 | <ProjectConfiguration Include="Release|ARM64"> |
| 11 | <Configuration>Release</Configuration> |
| 12 | <Platform>ARM64</Platform> |
| 13 | </ProjectConfiguration> |
| 14 | <ProjectConfiguration Include="Debug|Win32"> |
| 15 | <Configuration>Debug</Configuration> |
| 16 | <Platform>Win32</Platform> |
| 17 | </ProjectConfiguration> |
| 18 | <ProjectConfiguration Include="Release|Win32"> |
| 19 | <Configuration>Release</Configuration> |
| 20 | <Platform>Win32</Platform> |
| 21 | </ProjectConfiguration> |
| 22 | <ProjectConfiguration Include="Debug|x64"> |
| 23 | <Configuration>Debug</Configuration> |
| 24 | <Platform>x64</Platform> |
| 25 | </ProjectConfiguration> |
| 26 | <ProjectConfiguration Include="Release|x64"> |
| 27 | <Configuration>Release</Configuration> |
| 28 | <Platform>x64</Platform> |
| 29 | </ProjectConfiguration> |
| 30 | </ItemGroup> |
| 31 | |
| 32 | <PropertyGroup Label="Globals"> |
| 33 | <ProjectGuid>{06027492-1CB9-48BC-B31E-C1F9356ED07E}</ProjectGuid> |
| 34 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 35 | <TargetName>bextutil</TargetName> |
| 36 | <CharacterSet>MultiByte</CharacterSet> |
| 37 | <Description>WiX Toolset Bundle Extension API</Description> |
| 38 | <PackageId>WixToolset.BootstrapperExtensionApi</PackageId> |
| 39 | </PropertyGroup> |
| 40 | |
| 41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 43 | <Import Project="..\..\..\NativeMultiTargeting.Build.props" /> |
| 44 | |
| 45 | <ImportGroup Label="ExtensionSettings"> |
| 46 | </ImportGroup> |
| 47 | |
| 48 | <ImportGroup Label="Shared"> |
| 49 | </ImportGroup> |
| 50 | |
| 51 | <PropertyGroup> |
| 52 | <ProjectAdditionalIncludeDirectories>inc;..\inc</ProjectAdditionalIncludeDirectories> |
| 53 | </PropertyGroup> |
| 54 | |
| 55 | <ItemGroup> |
| 56 | <ClCompile Include="BextBootstrapperExtensionEngine.cpp" /> |
| 57 | <ClCompile Include="bextutil.cpp" /> |
| 58 | <ClCompile Include="precomp.cpp"> |
| 59 | <PrecompiledHeader>Create</PrecompiledHeader> |
| 60 | </ClCompile> |
| 61 | </ItemGroup> |
| 62 | <ItemGroup> |
| 63 | <ClInclude Include="inc\BextBaseBootstrapperExtension.h" /> |
| 64 | <ClInclude Include="inc\BextBaseBootstrapperExtensionProc.h" /> |
| 65 | <ClInclude Include="inc\BextBootstrapperExtensionEngine.h" /> |
| 66 | <ClInclude Include="inc\bextutil.h" /> |
| 67 | <ClInclude Include="inc\IBootstrapperExtension.h" /> |
| 68 | <ClInclude Include="inc\IBootstrapperExtensionEngine.h" /> |
| 69 | <ClInclude Include="precomp.h" /> |
| 70 | </ItemGroup> |
| 71 | |
| 72 | <ItemGroup> |
| 73 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
| 74 | |
| 75 | <PackageReference Include="WixToolset.DUtil" /> |
| 76 | </ItemGroup> |
| 77 | |
| 78 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 79 | </Project> |