diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-30 18:55:10 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-31 15:11:21 +1000 |
commit | 64fe8bccc329ac5dc0d510bfbd73054d478ddc37 (patch) | |
tree | 21cc3d21b3b3a689e434f5a387ad98551eb3486c /src/ThmViewerPackage | |
parent | 2b9f1c20452b582af1962449e0b662d6ec942728 (diff) | |
download | wix-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.wixproj | 3 |
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> |