[wasm] Build target fixes (#12418)
commit0c4d525eb8f5caec6e32c5713cb4268e46bb8eb8
authorKenneth Pouncey <kjpou@pt.lu>
Wed, 16 Jan 2019 10:40:37 +0000 (16 05:40 -0500)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 16 Jan 2019 10:40:37 +0000 (16 11:40 +0100)
treeefaff34f3e747373519834de5f2ee4bf1b3a73a2
parented6041b7cf73cab0667dd9b30b20c4300db63009
[wasm] Build target fixes (#12418)

- Add linker xml descriptor to WebAssembly.Bindings and WebAssembly.Net.Http
   - The XML linker descriptor will keep the full assembly for these assemblies during link.

- Fix Link Assemblies command line.
   - Miscellaneous fixes for how the assemblies are linked whether they are framework or facades.
   - Add the Facades directory to the resolve paths.
sdks/wasm/Makefile
sdks/wasm/framework/.gitignore
sdks/wasm/framework/src/WebAssembly.Bindings/LinkDescriptor/WebAssembly.Bindings.xml [new file with mode: 0644]
sdks/wasm/framework/src/WebAssembly.Bindings/WebAssembly.Bindings.csproj
sdks/wasm/framework/src/WebAssembly.Net.Http/LinkDescriptor/WebAssembly.Net.Http.xml [new file with mode: 0644]
sdks/wasm/framework/src/WebAssembly.Net.Http/WebAssembly.Net.Http.csproj
sdks/wasm/sdk/Mono.WebAssembly.Build/WasmLinkAssemblies.cs
sdks/wasm/sdk/WebAssembly.Net.Http.Framework/WebAssembly.Net.Http.csproj