aboutsummaryrefslogtreecommitdiff
path: root/src/test/wix/TestData/WixprojPackageReact/WixprojPackageReact.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/wix/TestData/WixprojPackageReact/WixprojPackageReact.wixproj')
-rw-r--r--src/test/wix/TestData/WixprojPackageReact/WixprojPackageReact.wixproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/wix/TestData/WixprojPackageReact/WixprojPackageReact.wixproj b/src/test/wix/TestData/WixprojPackageReact/WixprojPackageReact.wixproj
new file mode 100644
index 00000000..89d37614
--- /dev/null
+++ b/src/test/wix/TestData/WixprojPackageReact/WixprojPackageReact.wixproj
@@ -0,0 +1,6 @@
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 Sdk='WixToolset.Sdk'>
3 <ItemGroup>
4 <ProjectReference Include="..\EsprojReact\EsprojReact.esproj" />
5 </ItemGroup>
6</Project>