blob: f831fb2991d984518a5b009659385d019161a57b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!-- 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>
<PropertyGroup>
<OutputType>Bundle</OutputType>
<SuppressSpecificWarnings>1151</SuppressSpecificWarnings>
<BA>hyperlinkLicense</BA>
<UpgradeCode>{90ED10D5-B187-4470-B498-05D80DAB729A}</UpgradeCode>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" />
</ItemGroup>
</Project>
|