aboutsummaryrefslogtreecommitdiff
path: root/src/ThmViewerPackage
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-30 18:55:10 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-31 15:11:21 +1000
commit64fe8bccc329ac5dc0d510bfbd73054d478ddc37 (patch)
tree21cc3d21b3b3a689e434f5a387ad98551eb3486c /src/ThmViewerPackage
parent2b9f1c20452b582af1962449e0b662d6ec942728 (diff)
downloadwix-64fe8bccc329ac5dc0d510bfbd73054d478ddc37.tar.gz
wix-64fe8bccc329ac5dc0d510bfbd73054d478ddc37.tar.bz2
wix-64fe8bccc329ac5dc0d510bfbd73054d478ddc37.zip
Move most tests into the new WixToolsetTest.MSBuild project.
This project relies on all of the projects being published in order to properly test wix.targets.
Diffstat (limited to 'src/ThmViewerPackage')
-rw-r--r--src/ThmViewerPackage/ThmViewerPackage.wixproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ThmViewerPackage/ThmViewerPackage.wixproj b/src/ThmViewerPackage/ThmViewerPackage.wixproj
index 07014065..212d1bae 100644
--- a/src/ThmViewerPackage/ThmViewerPackage.wixproj
+++ b/src/ThmViewerPackage/ThmViewerPackage.wixproj
@@ -6,7 +6,6 @@
6 <ProjectGuid>59c4b122-5167-445b-8fc4-09dcd4eced89</ProjectGuid> 6 <ProjectGuid>59c4b122-5167-445b-8fc4-09dcd4eced89</ProjectGuid>
7 <OutputName>thmviewer</OutputName> 7 <OutputName>thmviewer</OutputName>
8 <OutputType>Package</OutputType> 8 <OutputType>Package</OutputType>
9 <WixBinDir>$(OutputPath)\net461\win-x86\</WixBinDir>
10 </PropertyGroup> 9 </PropertyGroup>
11 10
12 <ItemGroup> 11 <ItemGroup>
@@ -24,7 +23,7 @@
24 </ProjectReference> 23 </ProjectReference>
25 </ItemGroup> 24 </ItemGroup>
26 25
27 <Import Project="..\WixToolset.MSBuild\wix.targets" /> 26 <Import Project="$(OutputPath)\publish\WixToolset.MSBuild\tools\wix.targets" />
28 27
29 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> 28 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
30 <PropertyGroup> 29 <PropertyGroup>