diff options
Diffstat (limited to 'src/ThmViewerPackage/ThmViewerPackage.wixproj')
-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> |