Skip to content

Commit 190a347

Browse files
jlaanstrakennykerr
authored andcommitted
CoreApp doesn't generate a WinMD (#426)
1 parent 3aff17b commit 190a347

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vsix/ProjectTemplates/VC/Windows Universal/CoreApp/CoreApp.vcxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup Label="Globals">
44
<CppWinRTOptimized>true</CppWinRTOptimized>
55
<CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge>
6-
<CppWinRTGenerateWindowsMetadata>true</CppWinRTGenerateWindowsMetadata>
76
<MinimalCoreWin>true</MinimalCoreWin>
87
<ProjectGuid>{$guid1$}</ProjectGuid>
98
<ProjectName>$projectname$</ProjectName>
@@ -129,4 +128,4 @@
129128
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
130129
<ImportGroup Label="ExtensionTargets">
131130
</ImportGroup>
132-
</Project>
131+
</Project>

0 commit comments

Comments
 (0)