aboutsummaryrefslogtreecommitdiff
path: root/Microbit.Kernel/Microbit.Kernel.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.Kernel/Microbit.Kernel.csproj
parent3c4859d1c7eb811debad3e438bc528104471976a (diff)
downloadMicrobit-master.tar.gz
Microbit-master.tar.bz2
Microbit-master.zip
Added the desktop, debug, file system and moreHEADmaster
Diffstat (limited to 'Microbit.Kernel/Microbit.Kernel.csproj')
-rw-r--r--Microbit.Kernel/Microbit.Kernel.csproj44
1 files changed, 26 insertions, 18 deletions
diff --git a/Microbit.Kernel/Microbit.Kernel.csproj b/Microbit.Kernel/Microbit.Kernel.csproj
index 0f5522a..71a8593 100644
--- a/Microbit.Kernel/Microbit.Kernel.csproj
+++ b/Microbit.Kernel/Microbit.Kernel.csproj
@@ -1,10 +1,10 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>1a1e1ee8-d7fc-4138-93dc-59aae17bf4fd</ProjectGuid>
+ <ProjectGuid>{1A1E1EE8-D7FC-4138-93DC-59AAE17BF4FD}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microbit.Kernel</RootNamespace>
@@ -31,24 +31,32 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="System"/>
-
- <Reference Include="System.Core"/>
- <Reference Include="System.Xml.Linq"/>
- <Reference Include="System.Data.DataSetExtensions"/>
-
-
- <Reference Include="Microsoft.CSharp"/>
-
- <Reference Include="System.Data"/>
-
- <Reference Include="System.Net.Http"/>
-
- <Reference Include="System.Xml"/>
+ <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.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.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" />
+ <Reference Include="Microsoft.CSharp" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Net.Http" />
+ <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
- <Compile Include="Class1.cs" />
+ <Compile Include="BootChecker.cs" />
+ <Compile Include="MicroFS.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="app.config" />
+ <None Include="packages.config" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
+</Project> \ No newline at end of file