Skip to content

Commit bd01bc4

Browse files
authored
Merge branch 'master' into user/jlaans/391
2 parents c8d27c1 + cbe9659 commit bd01bc4

File tree

4 files changed

+98
-106
lines changed

4 files changed

+98
-106
lines changed

nuget/Microsoft.Windows.CppWinRT.props

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ Copyright (C) Microsoft Corporation. All rights reserved.
1717
<WinMDAssembly>true</WinMDAssembly>
1818
</PropertyGroup>
1919

20-
<!-- For a static library we don't want the winmd/lib/pdb to be packaged -->
21-
<PropertyGroup Condition="'$(ConfigurationType)' == 'StaticLibrary'">
22-
<IncludeCopyWinMDArtifactsOutputGroup>false</IncludeCopyWinMDArtifactsOutputGroup>
23-
<IncludeBuiltProjectOutputGroup>false</IncludeBuiltProjectOutputGroup>
24-
<IncludeDebugSymbolsProjectOutputGroup>false</IncludeDebugSymbolsProjectOutputGroup>
25-
</PropertyGroup>
26-
2720
<ItemDefinitionGroup>
2821
<ClCompile>
2922
<CompileAsWinRT Condition="'$(CppWinRTProjectLanguage)' != 'C++/CX' And '%(ClCompile.CompileAsWinRT)' == ''">false</CompileAsWinRT>

0 commit comments

Comments
 (0)