diff options
author | Rob Mensching <rob@firegiant.com> | 2024-03-07 01:44:51 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-03-07 10:55:57 -0800 |
commit | dea25ba9bcfd65200b60339c2e4bc060cdf20723 (patch) | |
tree | 91dae5127a7eeb4f0e59252194fc7ec7153a2781 /src/ext/Bal/stdbas | |
parent | 3d2d46f62fc01e2653d0251ad9703090574e7c41 (diff) | |
download | wix-dea25ba9bcfd65200b60339c2e4bc060cdf20723.tar.gz wix-dea25ba9bcfd65200b60339c2e4bc060cdf20723.tar.bz2 wix-dea25ba9bcfd65200b60339c2e4bc060cdf20723.zip |
Move wixstdba functions to Bal.wixext build
Diffstat (limited to 'src/ext/Bal/stdbas')
-rw-r--r-- | src/ext/Bal/stdbas/stdbas.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/stdbas.vcxproj b/src/ext/Bal/stdbas/stdbas.vcxproj index c9b1451b..12dbbc61 100644 --- a/src/ext/Bal/stdbas/stdbas.vcxproj +++ b/src/ext/Bal/stdbas/stdbas.vcxproj | |||
@@ -47,6 +47,10 @@ | |||
47 | <ImportGroup Label="Shared"> | 47 | <ImportGroup Label="Shared"> |
48 | </ImportGroup> | 48 | </ImportGroup> |
49 | 49 | ||
50 | <PropertyGroup> | ||
51 | <ProjectAdditionalIncludeDirectories>inc;..\wixstdfn\inc</ProjectAdditionalIncludeDirectories> | ||
52 | </PropertyGroup> | ||
53 | |||
50 | <ItemGroup> | 54 | <ItemGroup> |
51 | <ClInclude Include="inc\WixInternalUIBootstrapperApplication.h" /> | 55 | <ClInclude Include="inc\WixInternalUIBootstrapperApplication.h" /> |
52 | <ClInclude Include="inc\WixStandardBootstrapperApplication.h" /> | 56 | <ClInclude Include="inc\WixStandardBootstrapperApplication.h" /> |