Skip to content

Commit

Permalink
Merge pull request #629 from AArnott/multipleWinMdSupport
Browse files Browse the repository at this point in the history
Create msbuild ProjectionMetadataWinmd item in package import
  • Loading branch information
AArnott authored Sep 3, 2021
2 parents 931fa65 + 8e365e2 commit a059816
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<Project>
<PropertyGroup>
<MicrosoftWindowsSdkApiDocsPath>$(MSBuildThisFileDirectory)..\apidocs.msgpack</MicrosoftWindowsSdkApiDocsPath>
</PropertyGroup>
<ItemGroup>
<!-- Provide the path to the winmd as input into the analyzer. -->
<CompilerVisibleProperty Include="MicrosoftWindowsSdkApiDocsPath" />
<ProjectionDocs Include="$(MSBuildThisFileDirectory)..\apidocs.msgpack" />
</ItemGroup>
</Project>
6 changes: 1 addition & 5 deletions buildTransitive/Microsoft.Windows.SDK.Win32Metadata.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<Project>
<PropertyGroup>
<MicrosoftWindowsSdkWin32MetadataBasePath>$(MSBuildThisFileDirectory)..\</MicrosoftWindowsSdkWin32MetadataBasePath>
</PropertyGroup>
<ItemGroup>
<!-- Provide the path to the winmd as input into the analyzer. -->
<CompilerVisibleProperty Include="MicrosoftWindowsSdkWin32MetadataBasePath" />
<ProjectionMetadataWinmd Include="$(MSBuildThisFileDirectory)..\Windows.Win32.winmd" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<Project>
<PropertyGroup>
<MicrosoftWindowsSdkWin32MetadataBasePath>$(MSBuildThisFileDirectory)..\</MicrosoftWindowsSdkWin32MetadataBasePath>
</PropertyGroup>
<ItemGroup>
<!-- Provide the path to the winmd as input into the analyzer. -->
<CompilerVisibleProperty Include="MicrosoftWindowsSdkWin32MetadataBasePath" />
<ProjectionMetadataWinmd Include="$(MSBuildThisFileDirectory)..\Microsoft.Dia.winmd" />
</ItemGroup>
</Project>

0 comments on commit a059816

Please sign in to comment.