diff options
Diffstat (limited to 'src/ThmViewerPackage/ThmViewerPackage.wixproj')
-rw-r--r-- | src/ThmViewerPackage/ThmViewerPackage.wixproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ThmViewerPackage/ThmViewerPackage.wixproj b/src/ThmViewerPackage/ThmViewerPackage.wixproj index a0351aca..07014065 100644 --- a/src/ThmViewerPackage/ThmViewerPackage.wixproj +++ b/src/ThmViewerPackage/ThmViewerPackage.wixproj | |||
@@ -6,6 +6,7 @@ | |||
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> | ||
9 | </PropertyGroup> | 10 | </PropertyGroup> |
10 | 11 | ||
11 | <ItemGroup> | 12 | <ItemGroup> |
@@ -23,7 +24,7 @@ | |||
23 | </ProjectReference> | 24 | </ProjectReference> |
24 | </ItemGroup> | 25 | </ItemGroup> |
25 | 26 | ||
26 | <Import Project="$(OutputPath)\net461\win-x86\wix.targets" /> | 27 | <Import Project="..\WixToolset.MSBuild\wix.targets" /> |
27 | 28 | ||
28 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | 29 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
29 | <PropertyGroup> | 30 | <PropertyGroup> |