aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Sdk/TestData/HeatProject/ToolsVersion4Cs/Properties
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-11-07 11:30:25 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-11-07 13:30:56 -0600
commitb0cb6432808a687bf18b19e0018bb4287093d02b (patch)
treeab87fd8d2707bcb5846755a34b9729ac3341cd13 /src/test/WixToolsetTest.Sdk/TestData/HeatProject/ToolsVersion4Cs/Properties
parent850bd580f898cf93d7b2d75b556324dd3d37f563 (diff)
downloadwix-b0cb6432808a687bf18b19e0018bb4287093d02b.tar.gz
wix-b0cb6432808a687bf18b19e0018bb4287093d02b.tar.bz2
wix-b0cb6432808a687bf18b19e0018bb4287093d02b.zip
WIXFEAT:5490 - Send MSBuild bin path to heat project harvesting.
Diffstat (limited to 'src/test/WixToolsetTest.Sdk/TestData/HeatProject/ToolsVersion4Cs/Properties')
-rw-r--r--src/test/WixToolsetTest.Sdk/TestData/HeatProject/ToolsVersion4Cs/Properties/AssemblyInfo.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.Sdk/TestData/HeatProject/ToolsVersion4Cs/Properties/AssemblyInfo.cs b/src/test/WixToolsetTest.Sdk/TestData/HeatProject/ToolsVersion4Cs/Properties/AssemblyInfo.cs
new file mode 100644
index 00000000..c29a2303
--- /dev/null
+++ b/src/test/WixToolsetTest.Sdk/TestData/HeatProject/ToolsVersion4Cs/Properties/AssemblyInfo.cs
@@ -0,0 +1,11 @@
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
3using System;
4using System.Reflection;
5using System.Runtime.InteropServices;
6
7[assembly: AssemblyTitle("ToolsVersion4Cs")]
8[assembly: AssemblyDescription("ToolsVersion4Cs")]
9[assembly: AssemblyProduct("WiX Toolset")]
10[assembly: AssemblyCompany("WiX Toolset Team")]
11[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and contributors. All rights reserved.")]