aboutsummaryrefslogtreecommitdiff
path: root/src/ThmViewerPackage/ThmViewerPackage.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/ThmViewerPackage/ThmViewerPackage.wixproj')
-rw-r--r--src/ThmViewerPackage/ThmViewerPackage.wixproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ThmViewerPackage/ThmViewerPackage.wixproj b/src/ThmViewerPackage/ThmViewerPackage.wixproj
index 212d1bae..9811782c 100644
--- a/src/ThmViewerPackage/ThmViewerPackage.wixproj
+++ b/src/ThmViewerPackage/ThmViewerPackage.wixproj
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="..\Directory.Build.props" /> 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
4 4
5 <PropertyGroup> 5 <PropertyGroup>
6 <ProjectGuid>59c4b122-5167-445b-8fc4-09dcd4eced89</ProjectGuid> 6 <ProjectGuid>59c4b122-5167-445b-8fc4-09dcd4eced89</ProjectGuid>
@@ -23,7 +23,7 @@
23 </ProjectReference> 23 </ProjectReference>
24 </ItemGroup> 24 </ItemGroup>
25 25
26 <Import Project="$(OutputPath)\publish\WixToolset.MSBuild\tools\wix.targets" /> 26 <Import Project="$(WixTargetsPath)" />
27 27
28 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> 28 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
29 <PropertyGroup> 29 <PropertyGroup>