diff options
| author | Rob Mensching <rob@firegiant.com> | 2026-01-06 22:59:35 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2026-01-07 16:25:33 -0800 |
| commit | b337ce4678a5c66c7a2edc2bf9f87a71b4916b1b (patch) | |
| tree | a0d807245cd7019dde71051bd9e8de9a39e313a4 /src/ext/Bal/stdbas/stdbas.vcxproj | |
| parent | 164ea64ea05c1298979cadda1842feaf86a1bda9 (diff) | |
| download | wix-main.tar.gz wix-main.tar.bz2 wix-main.zip | |
Fixes 8104
Diffstat (limited to 'src/ext/Bal/stdbas/stdbas.vcxproj')
| -rw-r--r-- | src/ext/Bal/stdbas/stdbas.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ext/Bal/stdbas/stdbas.vcxproj b/src/ext/Bal/stdbas/stdbas.vcxproj index fb2b0682..ba990af7 100644 --- a/src/ext/Bal/stdbas/stdbas.vcxproj +++ b/src/ext/Bal/stdbas/stdbas.vcxproj | |||
| @@ -60,6 +60,7 @@ | |||
| 60 | <ClCompile Include="precomp.cpp"> | 60 | <ClCompile Include="precomp.cpp"> |
| 61 | <PrecompiledHeader>Create</PrecompiledHeader> | 61 | <PrecompiledHeader>Create</PrecompiledHeader> |
| 62 | </ClCompile> | 62 | </ClCompile> |
| 63 | <ClCompile Include="stdbas.cpp" /> | ||
| 63 | <ClCompile Include="WixInternalUIBootstrapperApplication.cpp" /> | 64 | <ClCompile Include="WixInternalUIBootstrapperApplication.cpp" /> |
| 64 | <ClCompile Include="WixStandardBootstrapperApplication.cpp" /> | 65 | <ClCompile Include="WixStandardBootstrapperApplication.cpp" /> |
| 65 | </ItemGroup> | 66 | </ItemGroup> |
| @@ -80,4 +81,4 @@ rc.exe -fo "$(OutDir)stdbas.res" "$(IntDir)stdbas.messages.rc"</Command> | |||
| 80 | </ItemGroup> | 81 | </ItemGroup> |
| 81 | 82 | ||
| 82 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 83 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 83 | </Project> | 84 | </Project> \ No newline at end of file |
