From 759e3b65d8bba154b241ff5fd51eb952609af155 Mon Sep 17 00:00:00 2001 From: Elie Bariche <33458222+ebariche@users.noreply.github.com> Date: Mon, 3 Aug 2020 18:19:28 -0400 Subject: [PATCH] fix: SamplesApp.Wasm won't build --- src/Uno.UI-Wasm-only.slnf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Uno.UI-Wasm-only.slnf b/src/Uno.UI-Wasm-only.slnf index f8f80b5691e9..0f19b1ed4fad 100644 --- a/src/Uno.UI-Wasm-only.slnf +++ b/src/Uno.UI-Wasm-only.slnf @@ -20,6 +20,7 @@ "Uno.Foundation.Runtime.WebAssembly\\Uno.Foundation.Runtime.WebAssembly.csproj", "Uno.Foundation\\Uno.Foundation.Wasm.csproj", "Uno.UI.BindingHelper.Android\\Uno.UI.BindingHelper.Android.csproj", + "Uno.UI.RemoteControl.Host\\Uno.UI.RemoteControl.Host.csproj", "Uno.UI.RemoteControl\\Uno.UI.RemoteControl.Wasm.csproj", "Uno.UI.Runtime.WebAssembly.Compatibility\\Uno.UI.Runtime.WebAssembly.Compatibility.csproj", "Uno.UI.Runtime.WebAssembly\\Uno.UI.Runtime.WebAssembly.csproj", @@ -33,4 +34,4 @@ "Uno.UWP\\Uno.Wasm.csproj" ] } -} +} \ No newline at end of file