summaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/DependencyTests/BundleNv1/BundleN.props
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/TestData/DependencyTests/BundleNv1/BundleN.props')
-rw-r--r--src/test/burn/TestData/DependencyTests/BundleNv1/BundleN.props10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/burn/TestData/DependencyTests/BundleNv1/BundleN.props b/src/test/burn/TestData/DependencyTests/BundleNv1/BundleN.props
new file mode 100644
index 00000000..c3e6f9fb
--- /dev/null
+++ b/src/test/burn/TestData/DependencyTests/BundleNv1/BundleN.props
@@ -0,0 +1,10 @@
1<!-- 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. -->
2<Project>
3 <PropertyGroup>
4 <OutputType>Bundle</OutputType>
5 <UpgradeCode>{8F2B8413-CBA1-4284-BA4F-0005FE35E7B9}</UpgradeCode>
6 </PropertyGroup>
7 <ItemGroup>
8 <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" />
9 </ItemGroup>
10</Project>