diff options
Diffstat (limited to 'src/tools/ThmViewerPackage/ThmViewerPackage.wixproj')
-rw-r--r-- | src/tools/ThmViewerPackage/ThmViewerPackage.wixproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tools/ThmViewerPackage/ThmViewerPackage.wixproj b/src/tools/ThmViewerPackage/ThmViewerPackage.wixproj new file mode 100644 index 00000000..9b2a2b02 --- /dev/null +++ b/src/tools/ThmViewerPackage/ThmViewerPackage.wixproj | |||
@@ -0,0 +1,10 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project Sdk="WixToolset.Sdk"> | ||
3 | <PropertyGroup> | ||
4 | <OutputPath>$(PackageOutputPath)</OutputPath> | ||
5 | </PropertyGroup> | ||
6 | |||
7 | <ItemGroup> | ||
8 | <ProjectReference Include="..\thmviewer\thmviewer.vcxproj" /> | ||
9 | </ItemGroup> | ||
10 | </Project> | ||