From ef26e9f3b20a3581a68388390c30f86a6fcb5740 Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 11 Feb 2019 17:12:24 -0500 Subject: Added the launcher menu, kernel project and added packages --- Microbit/Microbit.Main.csproj | 102 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 Microbit/Microbit.Main.csproj (limited to 'Microbit/Microbit.Main.csproj') diff --git a/Microbit/Microbit.Main.csproj b/Microbit/Microbit.Main.csproj new file mode 100644 index 0000000..5014e47 --- /dev/null +++ b/Microbit/Microbit.Main.csproj @@ -0,0 +1,102 @@ + + + + + Debug + AnyCPU + {B026C69C-F934-4C71-A666-5A30CD8E1BE2} + WinExe + Microbit.Main + Microbit.Main + v4.5 + 512 + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Discord.Net.Core.1.0.2\lib\net45\Discord.Net.Core.dll + + + ..\packages\Discord.Net.Rest.1.0.2\lib\net45\Discord.Net.Rest.dll + + + ..\packages\Discord.Net.Rpc.1.0.2\lib\net45\Discord.Net.Rpc.dll + + + ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll + + + + ..\packages\System.Collections.Immutable.1.3.1\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll + + + + ..\packages\System.Interactive.Async.3.1.1\lib\net45\System.Interactive.Async.dll + + + + + + + + + + + + + + Form + + + MainMenu.cs + + + + + MainMenu.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + True + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + \ No newline at end of file -- cgit v1.2.3