aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/balutil/balutil.vcxproj
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2024-03-21 00:59:21 -0700
committerRob Mensching <rob@firegiant.com>2024-03-21 13:07:14 -0700
commit90cdebbe94c7f60db86965ffb97d9ba51d0bc9fc (patch)
tree8701442f92b68fc5d7d24ebc09449419b6824cd5 /src/api/burn/balutil/balutil.vcxproj
parenta2b75ebed82be8c488f2840c359a512e865d682c (diff)
downloadwix-90cdebbe94c7f60db86965ffb97d9ba51d0bc9fc.tar.gz
wix-90cdebbe94c7f60db86965ffb97d9ba51d0bc9fc.tar.bz2
wix-90cdebbe94c7f60db86965ffb97d9ba51d0bc9fc.zip
Simplify BootstrapperApplication header files
Take this breaking change opportunity to simplify the header files used by BA devs.
Diffstat (limited to 'src/api/burn/balutil/balutil.vcxproj')
-rw-r--r--src/api/burn/balutil/balutil.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/burn/balutil/balutil.vcxproj b/src/api/burn/balutil/balutil.vcxproj
index 7d539b5b..2b0fd23f 100644
--- a/src/api/burn/balutil/balutil.vcxproj
+++ b/src/api/burn/balutil/balutil.vcxproj
@@ -63,7 +63,7 @@
63 <ClCompile Include="msg.cpp" /> 63 <ClCompile Include="msg.cpp" />
64 </ItemGroup> 64 </ItemGroup>
65 <ItemGroup> 65 <ItemGroup>
66 <ClInclude Include="inc\BalBaseBootstrapperApplication.h" /> 66 <ClInclude Include="inc\BootstrapperApplicationBase.h" />
67 <ClInclude Include="inc\balcondition.h" /> 67 <ClInclude Include="inc\balcondition.h" />
68 <ClInclude Include="inc\balinfo.h" /> 68 <ClInclude Include="inc\balinfo.h" />
69 <ClInclude Include="inc\balretry.h" /> 69 <ClInclude Include="inc\balretry.h" />