aboutsummaryrefslogtreecommitdiff
path: root/Microbit/Microbit.Main.csproj
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-02-12 19:45:04 -0500
committerAlee <Alee14498@gmail.com>2019-02-12 19:45:04 -0500
commit1f58603725b3266dbf8584e664c64d7d6aeb3d0f (patch)
tree60010df420b7ad41ad4b05dda065d2a86248688c /Microbit/Microbit.Main.csproj
parent3c4859d1c7eb811debad3e438bc528104471976a (diff)
downloadMicrobit-1f58603725b3266dbf8584e664c64d7d6aeb3d0f.tar.gz
Microbit-1f58603725b3266dbf8584e664c64d7d6aeb3d0f.tar.bz2
Microbit-1f58603725b3266dbf8584e664c64d7d6aeb3d0f.zip
Added the desktop, debug, file system and moreHEADmaster
Diffstat (limited to 'Microbit/Microbit.Main.csproj')
-rw-r--r--Microbit/Microbit.Main.csproj36
1 files changed, 24 insertions, 12 deletions
diff --git a/Microbit/Microbit.Main.csproj b/Microbit/Microbit.Main.csproj
index 5014e47..82cf32b 100644
--- a/Microbit/Microbit.Main.csproj
+++ b/Microbit/Microbit.Main.csproj
@@ -32,25 +32,19 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Discord.Net.Core, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Discord.Net.Core.1.0.2\lib\net45\Discord.Net.Core.dll</HintPath>
- </Reference>
- <Reference Include="Discord.Net.Rest, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Discord.Net.Rest.1.0.2\lib\net45\Discord.Net.Rest.dll</HintPath>
- </Reference>
- <Reference Include="Discord.Net.Rpc, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Discord.Net.Rpc.1.0.2\lib\net45\Discord.Net.Rpc.dll</HintPath>
+ <Reference Include="Microbit.Kernel">
+ <HintPath>..\Microbit.Kernel\bin\Debug\Microbit.Kernel.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
- <Reference Include="System.Collections.Immutable, Version=1.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Collections.Immutable.1.3.1\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
+ <Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
+ <HintPath>..\packages\System.Collections.Immutable.1.5.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
- <Reference Include="System.Interactive.Async, Version=3.0.1000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Interactive.Async.3.1.1\lib\net45\System.Interactive.Async.dll</HintPath>
+ <Reference Include="System.Interactive.Async, Version=3.2.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
+ <HintPath>..\packages\System.Interactive.Async.3.2.0\lib\net45\System.Interactive.Async.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
@@ -63,6 +57,18 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="Debug.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="Debug.Designer.cs">
+ <DependentUpon>Debug.cs</DependentUpon>
+ </Compile>
+ <Compile Include="Desktop.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="Desktop.Designer.cs">
+ <DependentUpon>Desktop.cs</DependentUpon>
+ </Compile>
<Compile Include="MainMenu.cs">
<SubType>Form</SubType>
</Compile>
@@ -71,6 +77,12 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <EmbeddedResource Include="Debug.resx">
+ <DependentUpon>Debug.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Desktop.resx">
+ <DependentUpon>Desktop.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="MainMenu.resx">
<DependentUpon>MainMenu.cs</DependentUpon>
</EmbeddedResource>