Skip to content

Commit 13cd55c

Browse files
authored
Revert "Remove use of umbrella libraries (#520)" (#529)
1 parent 61c8fed commit 13cd55c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nuget/CppWinrtRules.Project.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<StringProperty Name="RootNamespace"
1313
DisplayName="Root Namespace"
14-
Description="Specifies the default namespace to be used with new files created in this project"
14+
Description="Specifies the default namespace to be used with new files created in this project."
1515
Category="General" />
1616

1717
<EnumProperty Name="CppWinRTVerbosity"
@@ -25,15 +25,15 @@
2525

2626
<EnumProperty Name="CppWinRTProjectLanguage"
2727
DisplayName="Project Language"
28-
Description="Sets the C++ dialect for the project. C++/WinRT provides full projection support, C++/CX permits consuming projection headers"
28+
Description="Sets the C++ dialect for the project. C++/WinRT provides full projection support, C++/CX permits consuming projection headers."
2929
Category="General">
3030
<EnumValue Name="C++/WinRT" DisplayName="C++/WinRT" Description="Enables full consuming and producing projection support and Xaml integration" />
3131
<EnumValue Name="C++/CX" DisplayName="C++/CX" Description="Enables C++/CX code to generate and use consuming projections" />
3232
</EnumProperty>
3333

3434
<BoolProperty Name="CppWinRTLibs"
3535
DisplayName="Umbrella Library"
36-
Description="Adds import libraries required for Windows Runtime support"
36+
Description="Adds the WindowsApp.lib umbrella library for Windows Runtime imports"
3737
Category="General" />
3838

3939
<BoolProperty Name="CppWinRTModernIDL"

nuget/Microsoft.Windows.CppWinRT.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Copyright (C) Microsoft Corporation. All rights reserved.
4747
<TypeLibraryName Condition="'%(Midl.TypeLibraryName)'==''"></TypeLibraryName>
4848
</Midl>
4949
<Link>
50-
<AdditionalDependencies Condition="'$(CppWinRTLibs)' != 'false'">ole32.lib;oleaut32.lib;%(AdditionalDependencies)</AdditionalDependencies>
50+
<AdditionalDependencies Condition="'$(CppWinRTLibs)' != 'false'">WindowsApp.lib;%(AdditionalDependencies)</AdditionalDependencies>
5151
</Link>
5252
</ItemDefinitionGroup>
5353

0 commit comments

Comments
 (0)