diff options
Diffstat (limited to 'src/api/burn/bextutil/bextutil.vcxproj')
-rw-r--r-- | src/api/burn/bextutil/bextutil.vcxproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/api/burn/bextutil/bextutil.vcxproj b/src/api/burn/bextutil/bextutil.vcxproj index 467f2d56..0299c381 100644 --- a/src/api/burn/bextutil/bextutil.vcxproj +++ b/src/api/burn/bextutil/bextutil.vcxproj | |||
@@ -34,8 +34,8 @@ | |||
34 | <ConfigurationType>StaticLibrary</ConfigurationType> | 34 | <ConfigurationType>StaticLibrary</ConfigurationType> |
35 | <TargetName>bextutil</TargetName> | 35 | <TargetName>bextutil</TargetName> |
36 | <CharacterSet>MultiByte</CharacterSet> | 36 | <CharacterSet>MultiByte</CharacterSet> |
37 | <Description>WiX Toolset Bundle Extension native utility library</Description> | 37 | <Description>WiX Toolset Bundle Extension API</Description> |
38 | <PackageId>WixToolset.BextUtil</PackageId> | 38 | <PackageId>WixToolset.BootstrapperExtensionApi</PackageId> |
39 | </PropertyGroup> | 39 | </PropertyGroup> |
40 | 40 | ||
41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
@@ -53,19 +53,19 @@ | |||
53 | </PropertyGroup> | 53 | </PropertyGroup> |
54 | 54 | ||
55 | <ItemGroup> | 55 | <ItemGroup> |
56 | <ClCompile Include="BextBundleExtensionEngine.cpp" /> | 56 | <ClCompile Include="BextBootstrapperExtensionEngine.cpp" /> |
57 | <ClCompile Include="bextutil.cpp" /> | 57 | <ClCompile Include="bextutil.cpp" /> |
58 | <ClCompile Include="precomp.cpp"> | 58 | <ClCompile Include="precomp.cpp"> |
59 | <PrecompiledHeader>Create</PrecompiledHeader> | 59 | <PrecompiledHeader>Create</PrecompiledHeader> |
60 | </ClCompile> | 60 | </ClCompile> |
61 | </ItemGroup> | 61 | </ItemGroup> |
62 | <ItemGroup> | 62 | <ItemGroup> |
63 | <ClInclude Include="inc\BextBaseBundleExtension.h" /> | 63 | <ClInclude Include="inc\BextBaseBootstrapperExtension.h" /> |
64 | <ClInclude Include="inc\BextBaseBundleExtensionProc.h" /> | 64 | <ClInclude Include="inc\BextBaseBootstrapperExtensionProc.h" /> |
65 | <ClInclude Include="inc\BextBundleExtensionEngine.h" /> | 65 | <ClInclude Include="inc\BextBootstrapperExtensionEngine.h" /> |
66 | <ClInclude Include="inc\bextutil.h" /> | 66 | <ClInclude Include="inc\bextutil.h" /> |
67 | <ClInclude Include="inc\IBundleExtension.h" /> | 67 | <ClInclude Include="inc\IBootstrapperExtension.h" /> |
68 | <ClInclude Include="inc\IBundleExtensionEngine.h" /> | 68 | <ClInclude Include="inc\IBootstrapperExtensionEngine.h" /> |
69 | <ClInclude Include="precomp.h" /> | 69 | <ClInclude Include="precomp.h" /> |
70 | </ItemGroup> | 70 | </ItemGroup> |
71 | 71 | ||