diff options
| author | Rob Mensching <rob@firegiant.com> | 2024-03-07 09:41:29 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2024-03-07 10:55:57 -0800 |
| commit | 5baa1dfe8ba2a3bd4728bca118fe1de225f848d4 (patch) | |
| tree | 4f1c216075173e0e4d0863ada195f21d7ec976e0 /src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj | |
| parent | dea25ba9bcfd65200b60339c2e4bc060cdf20723 (diff) | |
| download | wix-5baa1dfe8ba2a3bd4728bca118fe1de225f848d4.tar.gz wix-5baa1dfe8ba2a3bd4728bca118fe1de225f848d4.tar.bz2 wix-5baa1dfe8ba2a3bd4728bca118fe1de225f848d4.zip | |
Rename "bundle extension" to "bootstrapper extension" for more consistency
Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
Diffstat (limited to 'src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj')
| -rw-r--r-- | src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj b/src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj index 6e8dfee1..39135dcf 100644 --- a/src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj +++ b/src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj | |||
| @@ -36,18 +36,18 @@ | |||
| 36 | </PropertyGroup> | 36 | </PropertyGroup> |
| 37 | 37 | ||
| 38 | <ItemGroup> | 38 | <ItemGroup> |
| 39 | <ClCompile Include="BundleExtensionTests.cpp" /> | 39 | <ClCompile Include="BootstrapperExtensionTests.cpp" /> |
| 40 | <ClCompile Include="precomp.cpp"> | 40 | <ClCompile Include="precomp.cpp"> |
| 41 | <PrecompiledHeader>Create</PrecompiledHeader> | 41 | <PrecompiledHeader>Create</PrecompiledHeader> |
| 42 | <!-- Warnings from referencing netstandard dlls --> | 42 | <!-- Warnings from referencing netstandard dlls --> |
| 43 | <DisableSpecificWarnings>4564;4691</DisableSpecificWarnings> | 43 | <DisableSpecificWarnings>4564;4691</DisableSpecificWarnings> |
| 44 | </ClCompile> | 44 | </ClCompile> |
| 45 | <ClCompile Include="TestBundleExtension.cpp" /> | 45 | <ClCompile Include="TestBootstrapperExtension.cpp" /> |
| 46 | </ItemGroup> | 46 | </ItemGroup> |
| 47 | 47 | ||
| 48 | <ItemGroup> | 48 | <ItemGroup> |
| 49 | <ClInclude Include="precomp.h" /> | 49 | <ClInclude Include="precomp.h" /> |
| 50 | <ClInclude Include="TestBundleExtension.h" /> | 50 | <ClInclude Include="TestBootstrapperExtension.h" /> |
| 51 | </ItemGroup> | 51 | </ItemGroup> |
| 52 | 52 | ||
| 53 | <ItemGroup> | 53 | <ItemGroup> |
