blob: 2744d4b374148dc87435c472bf792b008346eb7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!-- 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>
<ProductComponentsRef>true</ProductComponentsRef>
<UpgradeCode>{7A0FE267-9EAE-4780-B41E-60C9E7044F53}</UpgradeCode>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ManagedCA\ManagedCA.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.UI.wixext" />
</ItemGroup>
</Project>
|