File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ Copyright (C) Microsoft Corporation. All rights reserved.
250250 <WinMDFullPath Include =" @(_CppWinRTProjectWinMDItems->FullPath()->Distinct()->ClearMetadata())" Condition =" '$(CppWinRTGenerateWindowsMetadata)' == 'true'" >
251251 <TargetPath >$([System.IO.Path]::GetFileName('$(CppWinRTProjectWinMD)'))</TargetPath >
252252 <Primary >true</Primary >
253- <Implementation Condition =" '$(TargetExt)' == '.dll'" >$(WinMDImplementationPath)$(TargetName)$(TargetExt)</Implementation >
253+ <Implementation Condition =" '$(TargetExt)' == '.dll' or '$(TargetExt)' == '.exe' " >$(WinMDImplementationPath)$(TargetName)$(TargetExt)</Implementation >
254254 <FileType >winmd</FileType >
255255 <WinMDFile >true</WinMDFile >
256256 <ProjectName >$(MSBuildProjectName)</ProjectName >
You can’t perform that action at this time.
0 commit comments