Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Andrew Arnott 8e365e2968
Create msbuild ProjectionMetadataWinmd item in package import
Instead of setting the `MicrosoftWindowsSdkWin32MetadataBasePath` msbuild property, which is a scalar and only allows one assignment, we now add to an msbuild item list so that projections (e.g. CsWin32) may consume many such metadata winmds in one build.
2021-09-01 10:01:32 -06:00
Andrew Arnott f0d8d1813b
Pack winmd+dll into package root instead of content folder
This prevents packages.config users from adding these two binaries as project content files.

Fixes #180
2021-01-29 08:35:38 -07:00
Andrew Arnott 9f96c81158
Use buildTransitive folder instead of build/
This makes projections that depend on this package automatically get the effect of this package's build folder in receiving projects, making it more likely to work the first time they try.
2021-01-29 08:06:24 -07:00