Add a target to get native resources from another DLL to ILProj SDK (dotnet/coreclr...
authorEric StJohn <ericstj@microsoft.com>
Mon, 11 Mar 2019 15:53:46 +0000 (08:53 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Mar 2019 15:53:46 +0000 (08:53 -0700)
commit61178c65bd919ae8d82eade1797ff468126a948c
tree8ee23b7561d0a530ef34e1017162405f0f15f8fb
parent3f9b334cd0cbb23232f5fed1c34191121f588cf8
Add a target to get native resources from another DLL to ILProj SDK (dotnet/coreclr#23117)

We use a similar target in CoreFx and I'll need it for another project that is planning on
using this SDK.

When ILResourceReference it will be disassembled to get native resources (EG: fileversion)
to pass to ILasm.

If ILResourceReference is not specified then it does nothing.

Commit migrated from https://github.com/dotnet/coreclr/commit/b0d380514fad5736b54b8f9ed5cd3ea915f5f42c
src/coreclr/src/.nuget/Microsoft.NET.Sdk.IL/targets/Microsoft.NET.Sdk.IL.targets