diff options
author | Rob Mensching <rob@firegiant.com> | 2020-06-27 01:38:54 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-06-27 01:43:10 -0700 |
commit | d3988f982c035585590528829149c734c7f13cca (patch) | |
tree | ef1f74af8221cf06f724abdc0c054cd54411e0b9 /src/dnchost | |
parent | 59fa31de1eb64809888e218064a97d417060d110 (diff) | |
download | wix-d3988f982c035585590528829149c734c7f13cca.tar.gz wix-d3988f982c035585590528829149c734c7f13cca.tar.bz2 wix-d3988f982c035585590528829149c734c7f13cca.zip |
Build wixlib with WixToolset.Sdk
Diffstat (limited to 'src/dnchost')
-rw-r--r-- | src/dnchost/dnchost.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dnchost/dnchost.vcxproj b/src/dnchost/dnchost.vcxproj index 2a45f9ab..80e9a823 100644 --- a/src/dnchost/dnchost.vcxproj +++ b/src/dnchost/dnchost.vcxproj | |||
@@ -63,6 +63,7 @@ | |||
63 | <ItemGroup> | 63 | <ItemGroup> |
64 | <ProjectReference Include="..\WixToolset.Dnc.Host\WixToolset.Dnc.Host.csproj"> | 64 | <ProjectReference Include="..\WixToolset.Dnc.Host\WixToolset.Dnc.Host.csproj"> |
65 | <Project>{0D780900-C2FF-4FA2-8CB5-8A19768724C5}</Project> | 65 | <Project>{0D780900-C2FF-4FA2-8CB5-8A19768724C5}</Project> |
66 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||
66 | <SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties> | 67 | <SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties> |
67 | </ProjectReference> | 68 | </ProjectReference> |
68 | </ItemGroup> | 69 | </ItemGroup> |