From 5f89a76d42dd9d132f4454e196e4f26fd65333ee Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Fri, 26 Jun 2020 01:09:40 -0700 Subject: Rename WixToolset.Msbuild to WixToolset.Sdk --- .../HeatFilePackage/HeatFilePackage.wixproj | 53 ++++++++++++++++++++++ .../TestData/HeatFilePackage/Package.wxs | 21 +++++++++ 2 files changed, 74 insertions(+) create mode 100644 src/test/WixToolsetTest.Sdk/TestData/HeatFilePackage/HeatFilePackage.wixproj create mode 100644 src/test/WixToolsetTest.Sdk/TestData/HeatFilePackage/Package.wxs (limited to 'src/test/WixToolsetTest.Sdk/TestData/HeatFilePackage') diff --git a/src/test/WixToolsetTest.Sdk/TestData/HeatFilePackage/HeatFilePackage.wixproj b/src/test/WixToolsetTest.Sdk/TestData/HeatFilePackage/HeatFilePackage.wixproj new file mode 100644 index 00000000..3988acaf --- /dev/null +++ b/src/test/WixToolsetTest.Sdk/TestData/HeatFilePackage/HeatFilePackage.wixproj @@ -0,0 +1,53 @@ + + + + + Debug + x86 + + + + 7fb77005-c6e0-454f-8c2d-0a4a79c918ba + + + + $(Platform) + bin\$(Platform)\$(Configuration)\ + Debug + + + $(Platform) + bin\$(Platform)\$(Configuration)\ + + + $(Platform) + bin\$(Platform)\$(Configuration)\ + Debug + + + $(Platform) + bin\$(Platform)\$(Configuration)\ + + + + + + + + + + + + true + + + + + ProductComponents + INSTALLFOLDER + true + + + + + \ No newline at end of file diff --git a/src/test/WixToolsetTest.Sdk/TestData/HeatFilePackage/Package.wxs b/src/test/WixToolsetTest.Sdk/TestData/HeatFilePackage/Package.wxs new file mode 100644 index 00000000..e509c464 --- /dev/null +++ b/src/test/WixToolsetTest.Sdk/TestData/HeatFilePackage/Package.wxs @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-55-g6feb