-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #629 from AArnott/multipleWinMdSupport
Create msbuild ProjectionMetadataWinmd item in package import
- Loading branch information
Showing
3 changed files
with
3 additions
and
15 deletions.
There are no files selected for viewing
6 changes: 1 addition & 5 deletions
6
...ocs/Microsoft.Windows.SDK.Win32Docs/buildTransitive/Microsoft.Windows.SDK.Win32Docs.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
6 changes: 1 addition & 5 deletions
6
sources/msbuild/DiaSdk/buildTransitive/Microsoft.Dia.Win32Metadata.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |