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/mbahost | |
parent | 59fa31de1eb64809888e218064a97d417060d110 (diff) | |
download | wix-d3988f982c035585590528829149c734c7f13cca.tar.gz wix-d3988f982c035585590528829149c734c7f13cca.tar.bz2 wix-d3988f982c035585590528829149c734c7f13cca.zip |
Build wixlib with WixToolset.Sdk
Diffstat (limited to 'src/mbahost')
-rw-r--r-- | src/mbahost/mbahost.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mbahost/mbahost.vcxproj b/src/mbahost/mbahost.vcxproj index 918feaa7..c4045361 100644 --- a/src/mbahost/mbahost.vcxproj +++ b/src/mbahost/mbahost.vcxproj | |||
@@ -62,6 +62,8 @@ | |||
62 | <ItemGroup> | 62 | <ItemGroup> |
63 | <ProjectReference Include="..\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj"> | 63 | <ProjectReference Include="..\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj"> |
64 | <Project>{f2ba1935-70fa-4156-b161-fd03850b4faa}</Project> | 64 | <Project>{f2ba1935-70fa-4156-b161-fd03850b4faa}</Project> |
65 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||
66 | <SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties> | ||
65 | </ProjectReference> | 67 | </ProjectReference> |
66 | </ItemGroup> | 68 | </ItemGroup> |
67 | 69 | ||