| 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="Debug|x64"> |
| 11 | <Configuration>Debug</Configuration> |
| 12 | <Platform>x64</Platform> |
| 13 | </ProjectConfiguration> |
| 14 | <ProjectConfiguration Include="Debug|Win32"> |
| 15 | <Configuration>Debug</Configuration> |
| 16 | <Platform>Win32</Platform> |
| 17 | </ProjectConfiguration> |
| 18 | <ProjectConfiguration Include="Release|ARM64"> |
| 19 | <Configuration>Release</Configuration> |
| 20 | <Platform>ARM64</Platform> |
| 21 | </ProjectConfiguration> |
| 22 | <ProjectConfiguration Include="Release|Win32"> |
| 23 | <Configuration>Release</Configuration> |
| 24 | <Platform>Win32</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>{5B3714B6-3A76-463E-8595-D48DA276C512}</ProjectGuid> |
| 34 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 35 | <TargetName>wcautil</TargetName> |
| 36 | <MultiTargetLibrary>true</MultiTargetLibrary> |
| 37 | <CharacterSet>MultiByte</CharacterSet> |
| 38 | <Description>WiX Toolset Custom Action native utility library</Description> |
| 39 | <PackageId>WixToolset.WcaUtil</PackageId> |
| 40 | </PropertyGroup> |
| 41 | |
| 42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 43 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 44 | |
| 45 | <Import Project="..\..\..\NativeMultiTargeting.Build.props" /> |
| 46 | |
| 47 | <PropertyGroup> |
| 48 | <ProjectAdditionalIncludeDirectories>..\..\dutil\WixToolset.DUtil\inc</ProjectAdditionalIncludeDirectories> |
| 49 | </PropertyGroup> |
| 50 | |
| 51 | <ItemGroup> |
| 52 | <ClCompile Include="exbinary.cpp" /> |
| 53 | <ClCompile Include="wcalog.cpp" /> |
| 54 | <ClCompile Include="wcascript.cpp" /> |
| 55 | <ClCompile Include="wcautil.cpp"> |
| 56 | <PrecompiledHeader>Create</PrecompiledHeader> |
| 57 | </ClCompile> |
| 58 | <ClCompile Include="wcawrapquery.cpp" /> |
| 59 | <ClCompile Include="wcawow64.cpp" /> |
| 60 | <ClCompile Include="wcawrap.cpp" /> |
| 61 | <ClCompile Include="qtexec.cpp" /> |
| 62 | </ItemGroup> |
| 63 | |
| 64 | <ItemGroup Condition="'$(Platform)' == 'Win32'"> |
| 65 | <ClInclude Include="custommsierrors.h"> |
| 66 | <GenerateWixInclude>caerr.wxi</GenerateWixInclude> |
| 67 | </ClInclude> |
| 68 | </ItemGroup> |
| 69 | <ItemGroup Condition="'$(Platform)' != 'Win32'"> |
| 70 | <ClInclude Include="custommsierrors.h" /> |
| 71 | </ItemGroup> |
| 72 | <ItemGroup> |
| 73 | <ClInclude Include="precomp.h" /> |
| 74 | <ClInclude Include="inc\wcalog.h" /> |
| 75 | <ClInclude Include="inc\wcautil.h" /> |
| 76 | <ClInclude Include="inc\wcawow64.h" /> |
| 77 | <ClInclude Include="inc\wcawrapquery.h" /> |
| 78 | </ItemGroup> |
| 79 | |
| 80 | <ItemGroup> |
| 81 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
| 82 | </ItemGroup> |
| 83 | |
| 84 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 85 | </Project> |