diff options
Diffstat (limited to 'src/ext/Util/be/utilbe.vcxproj')
-rw-r--r-- | src/ext/Util/be/utilbe.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ext/Util/be/utilbe.vcxproj b/src/ext/Util/be/utilbe.vcxproj index d2697bbd..df06cb46 100644 --- a/src/ext/Util/be/utilbe.vcxproj +++ b/src/ext/Util/be/utilbe.vcxproj | |||
@@ -35,7 +35,7 @@ | |||
35 | <TargetName>utilbe</TargetName> | 35 | <TargetName>utilbe</TargetName> |
36 | <CharacterSet>Unicode</CharacterSet> | 36 | <CharacterSet>Unicode</CharacterSet> |
37 | <ProjectModuleDefinitionFile>utilbe.def</ProjectModuleDefinitionFile> | 37 | <ProjectModuleDefinitionFile>utilbe.def</ProjectModuleDefinitionFile> |
38 | <Description>WiX Toolset Util BundleExtension</Description> | 38 | <Description>WiX Toolset Util BootstrapperExtension</Description> |
39 | </PropertyGroup> | 39 | </PropertyGroup> |
40 | 40 | ||
41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
@@ -51,14 +51,14 @@ | |||
51 | <PrecompiledHeader>Create</PrecompiledHeader> | 51 | <PrecompiledHeader>Create</PrecompiledHeader> |
52 | </ClCompile> | 52 | </ClCompile> |
53 | <ClCompile Include="utilbe.cpp" /> | 53 | <ClCompile Include="utilbe.cpp" /> |
54 | <ClCompile Include="UtilBundleExtension.cpp" /> | 54 | <ClCompile Include="UtilBootstrapperExtension.cpp" /> |
55 | <ClCompile Include="utilsearch.cpp" /> | 55 | <ClCompile Include="utilsearch.cpp" /> |
56 | </ItemGroup> | 56 | </ItemGroup> |
57 | 57 | ||
58 | <ItemGroup> | 58 | <ItemGroup> |
59 | <ClInclude Include="detectsha2support.h" /> | 59 | <ClInclude Include="detectsha2support.h" /> |
60 | <ClInclude Include="precomp.h" /> | 60 | <ClInclude Include="precomp.h" /> |
61 | <ClInclude Include="UtilBundleExtension.h" /> | 61 | <ClInclude Include="UtilBootstrapperExtension.h" /> |
62 | <ClInclude Include="utilsearch.h" /> | 62 | <ClInclude Include="utilsearch.h" /> |
63 | </ItemGroup> | 63 | </ItemGroup> |
64 | 64 | ||
@@ -67,7 +67,7 @@ | |||
67 | </ItemGroup> | 67 | </ItemGroup> |
68 | 68 | ||
69 | <ItemGroup> | 69 | <ItemGroup> |
70 | <PackageReference Include="WixToolset.BextUtil" /> | 70 | <PackageReference Include="WixToolset.BootstrapperExtensionApi" /> |
71 | 71 | ||
72 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 72 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
73 | </ItemGroup> | 73 | </ItemGroup> |