File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments