aboutsummaryrefslogtreecommitdiff
path: root/src/test/msi/TestData/ComPlusExtensionTests/InstallUninstallNET3WithoutPartitions/InstallUninstallNET3WithoutPartitions.wixproj
blob: ce25922b1f2ecfd9a87bbaac7ea7046d8f9bc5b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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 Sdk="WixToolset.Sdk">
  <PropertyGroup>
    <UpgradeCode>{A3E0B539-63F9-4B43-9E34-F33AE1C6E06D}</UpgradeCode>
    <ProductComponentsRef>true</ProductComponentsRef>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\..\Templates\Product.wxs" Link="Product.wxs" />
    <ProjectReference Include="..\..\CustomActionFail\CustomActionFail.csproj" />
    <ProjectReference Include="..\Components\TestComponentNET3\TestComponentNET3.csproj" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="WixToolset.Util.wixext" />
    <PackageReference Include="WixToolset.ComPlus.wixext" />
  </ItemGroup>
</Project>