Skip to content

Commit

Permalink
Cosmos.IL2CPU.Plugs is now Cosmos.IL2CPU.API
Browse files Browse the repository at this point in the history
  • Loading branch information
czhower committed Jul 13, 2017
1 parent a2bca9f commit 84b0b01
Show file tree
Hide file tree
Showing 140 changed files with 363 additions and 363 deletions.
2 changes: 1 addition & 1 deletion Build.sln
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Assembler", "source\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Build.Common", "source\Cosmos.Build.Common\Cosmos.Build.Common.csproj", "{CB20F8F9-8C1D-43A6-96EA-89FEC2512C99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU.Plugs", "source\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj", "{A9469897-4FD8-49E7-97F1-FE420A2B75B9}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU.API", "source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj", "{A9469897-4FD8-49E7-97F1-FE420A2B75B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Common", "source\Cosmos.Common\Cosmos.Common.csproj", "{366C2EC6-B9D8-4676-9C88-98F041B8FC93}"
EndProject
Expand Down
4 changes: 2 additions & 2 deletions Compiler.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
Expand All @@ -11,7 +11,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Assembler", "source\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU", "source\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj", "{4F903492-CCA6-4FD9-A1B6-5E4CC0CE7767}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU.Plugs", "source\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj", "{34AEEB7C-FD5D-4B15-A830-B429681844BD}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU.API", "source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj", "{34AEEB7C-FD5D-4B15-A830-B429681844BD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "XSharp", "XSharp", "{E9CD521E-C386-466D-B5F7-A5EB19A61625}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion Cosmos.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Build.MSBuild", "sou
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU", "source\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj", "{4F903492-CCA6-4FD9-A1B6-5E4CC0CE7767}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU.Plugs", "source\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj", "{34AEEB7C-FD5D-4B15-A830-B429681844BD}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU.API", "source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj", "{34AEEB7C-FD5D-4B15-A830-B429681844BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Debug.Common", "source\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj", "{A97A1EF7-AEEC-43F3-8CB0-5C7269DC7E85}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion Kernel.sln
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Debug.Kernel", "sour
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External", "External", "{3CD3D9A5-9BC5-4FEB-8D63-4D535C0ABB78}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU.Plugs", "source\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj", "{31D48401-77B2-44AF-B6D3-27AB67C10759}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU.API", "source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj", "{31D48401-77B2-44AF-B6D3-27AB67C10759}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion Test.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Build.MSBuild", "sou
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU", "source\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj", "{4F903492-CCA6-4FD9-A1B6-5E4CC0CE7767}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU.Plugs", "source\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj", "{34AEEB7C-FD5D-4B15-A830-B429681844BD}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU.API", "source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj", "{34AEEB7C-FD5D-4B15-A830-B429681844BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Debug.Common", "source\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj", "{A97A1EF7-AEEC-43F3-8CB0-5C7269DC7E85}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion Tests/Cosmos.TestRunner.Core/Cosmos.TestRunner.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ProjectReference Include="..\..\source\Cosmos.Core_Plugs\Cosmos.Core_Plugs.csproj" />
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel.Plugs.Asm\Cosmos.Debug.Kernel.Plugs.Asm.csproj" />
<ProjectReference Include="..\..\source\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj" />
<ProjectReference Include="..\..\source\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj" />
<ProjectReference Include="..\..\source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System_Plugs\Cosmos.System_Plugs.csproj" />
<ProjectReference Include="..\BoxingTests\BoxingTests.csproj" />
<ProjectReference Include="..\Cosmos.Compiler.Tests.Bcl\Cosmos.Compiler.Tests.Bcl.csproj" />
Expand Down
4 changes: 2 additions & 2 deletions Tools/PlugsInspector/PlugsInspector.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net462</TargetFramework>
Expand All @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj" />
<ProjectReference Include="..\..\source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
<ProjectReference Include="..\..\source\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Users/Matthijs/Testing/Cosmos.IL2CPU.Plugs/AssemblerMethod.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System;
using System;
using System.Collections.Generic;
using System.Text;

namespace Cosmos.IL2CPU.Plugs {
namespace Cosmos.IL2CPU.API {
public abstract class AssemblerMethod
{
public abstract void AssembleNew(object aAssembler, object aMethodInfo);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -8,8 +8,8 @@
<ProjectGuid>{CDDAF88B-8726-469A-B906-16FD5EC99799}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cosmos.IL2CPU.Plugs</RootNamespace>
<AssemblyName>Cosmos.IL2CPU.Plugs</AssemblyName>
<RootNamespace>Cosmos.IL2CPU.API</RootNamespace>
<AssemblyName>Cosmos.IL2CPU.API</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Cosmos.IL2CPU.Plugs
namespace Cosmos.IL2CPU.API
{
[AttributeUsage(AttributeTargets.Parameter)]
public sealed class FieldAccessAttribute: Attribute {
Expand Down
4 changes: 2 additions & 2 deletions Users/Matthijs/Testing/Cosmos.IL2CPU.Plugs/PlugAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System;

namespace Cosmos.IL2CPU.Plugs
namespace Cosmos.IL2CPU.API
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class PlugAttribute : Attribute {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;

namespace Cosmos.IL2CPU.Plugs
namespace Cosmos.IL2CPU.API
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple=true)]
public sealed class PlugFieldAttribute: Attribute {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System;

namespace Cosmos.IL2CPU.Plugs
namespace Cosmos.IL2CPU.API
{
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public sealed class PlugMethodAttribute: Attribute {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Cosmos.IL2CPU.Plugs")]
[assembly: AssemblyTitle("Cosmos.IL2CPU.API")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Cosmos.IL2CPU.Plugs")]
[assembly: AssemblyProduct("Cosmos.IL2CPU.API")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -90,9 +90,9 @@
<None Include="_QueueItems\QueuedMethod.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj">
<ProjectReference Include="..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj">
<Project>{CDDAF88B-8726-469A-B906-16FD5EC99799}</Project>
<Name>Cosmos.IL2CPU.Plugs</Name>
<Name>Cosmos.IL2CPU.API</Name>
</ProjectReference>
<ProjectReference Include="..\IRs\EcmaCil\EcmaCil.csproj">
<Project>{AE684C98-F100-47AE-9C8C-E71BF8C9F8AA}</Project>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Mono.Cecil;
using Cosmos.IL2CPU.Plugs;
using Cosmos.IL2CPU.API;

namespace MonoCecilToEcmaCil1
{
Expand Down
4 changes: 2 additions & 2 deletions Users/Orvid/IL2CPURunner/IL2CPURunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
<Project>{AB24E403-54F3-4F67-B5E0-119A7227AAC1}</Project>
<Name>Cosmos.Debug.Common</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\IL2CPU\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj">
<ProjectReference Include="..\..\..\IL2CPU\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj">
<Project>{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}</Project>
<Name>Cosmos.IL2CPU.Plugs</Name>
<Name>Cosmos.IL2CPU.API</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\IL2CPU\Cosmos.IL2CPU.X86\Cosmos.IL2CPU.X86.csproj">
<Project>{63F7BFB9-419E-4965-B580-304B9C9FA7D8}</Project>
Expand Down
2 changes: 1 addition & 1 deletion Users/Orvid/IL2CPURunner/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static void Main(string[] args)
System.Reflection.Assembly.Load("Cosmos.Debug.Kernel");
System.Reflection.Assembly.Load("Cosmos.Debug.Kernel.Plugs");
System.Reflection.Assembly.Load("Cosmos.IL2CPU");
System.Reflection.Assembly.Load("Cosmos.IL2CPU.Plugs");
System.Reflection.Assembly.Load("Cosmos.IL2CPU.API");
System.Reflection.Assembly.Load("Cosmos.IL2CPU.X86");
System.Reflection.Assembly.Load("Cosmos.System");
System.Reflection.Assembly.Load("Cosmos.System_Plugs");
Expand Down
4 changes: 2 additions & 2 deletions Users/Orvid/Orvid.Graphics.Cosmos/GraphicsPlugs.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System;
using System.Text;
using Cosmos.IL2CPU.Plugs;
using Cosmos.IL2CPU.API;
using CPUAll = Cosmos.Compiler.Assembler;
using CPUx86 = Cosmos.Compiler.Assembler.X86;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -69,9 +69,9 @@
<Project>{1116130E-28E0-428A-A597-F4B3B676C0CA}</Project>
<Name>Cosmos.Compiler.Assembler</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\IL2CPU\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj">
<ProjectReference Include="..\..\..\IL2CPU\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj">
<Project>{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}</Project>
<Name>Cosmos.IL2CPU.Plugs</Name>
<Name>Cosmos.IL2CPU.API</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Kernel\System\Cosmos.System\Cosmos.System.csproj">
<Project>{DA50B9B2-0E95-4F0D-A3C8-79FC549301B5}</Project>
Expand Down
2 changes: 1 addition & 1 deletion Users/Orvid/OrvidTestOS/AsmMouse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System;
using System.Collections.Generic;
using System.Text;
using Cosmos.IL2CPU.Plugs;
using Cosmos.IL2CPU.API;
using Cosmos.Compiler.Assembler;
using Cosmos.Compiler.Assembler.X86;
using Cosmos.Core;
Expand Down
4 changes: 2 additions & 2 deletions Users/Orvid/OrvidTestOS/OrvidKernel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj">
<ProjectReference Include="..\..\source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj">
<Project>{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}</Project>
<Name>Cosmos.IL2CPU.Plugs</Name>
<Name>Cosmos.IL2CPU.API</Name>
</ProjectReference>
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj">
<Project>{DA50B9B2-0E95-4F0D-A3C8-79FC549301B5}</Project>
Expand Down
2 changes: 1 addition & 1 deletion Users/Orvid/OrvidTestOS/Plugs.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Cosmos.IL2CPU.Plugs;
using Cosmos.IL2CPU.API;

namespace GuessKernel
{
Expand Down
4 changes: 2 additions & 2 deletions Users/Orvid/PlugViewer/PlugTemplateDumper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
Expand Down Expand Up @@ -73,7 +73,7 @@ public static void Dump(Assembly asm)
}
strm.WriteLine("namespace Cosmos.Plugs");
strm.WriteLine("{");
strm.WriteLine("\t[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(" + t.Namespace + "." + t.Name + str + "), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]");
strm.WriteLine("\t[Cosmos.IL2CPU.API.Plug(Target = typeof(" + t.Namespace + "." + t.Name + str + "), TargetFramework = Cosmos.IL2CPU.API.FrameworkVersion.v4_0)]");
strm.WriteLine("\tpublic static class " + t.FullName.Replace('.', '_') + "Impl" + genParams);
strm.WriteLine("\t{");
TypeNeedsPlugs = true;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System;
using System.Globalization;
using System.Text;
using Cosmos.IL2CPU.Plugs;
using Cosmos.IL2CPU.API;

namespace Cosmos.IL2CPU.IL.CustomImplementations.System
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -24,9 +24,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\IL2CPU\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj">
<ProjectReference Include="..\..\..\..\IL2CPU\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj">
<Project>{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}</Project>
<Name>Cosmos.IL2CPU.Plugs</Name>
<Name>Cosmos.IL2CPU.API</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
6 changes: 3 additions & 3 deletions Users/SSchocke/SSchockeTest/SSchockeTest.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -30,9 +30,9 @@
<Compile Include="Map.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj">
<ProjectReference Include="..\..\source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj">
<Project>{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}</Project>
<Name>Cosmos.IL2CPU.Plugs</Name>
<Name>Cosmos.IL2CPU.API</Name>
</ProjectReference>
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj">
<Project>{DA50B9B2-0E95-4F0D-A3C8-79FC549301B5}</Project>
Expand Down
2 changes: 1 addition & 1 deletion source/Cosmos.Build.Builder/CosmosTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ private void CompileCosmos() {
Pack(Path.Combine(mSourcePath, "Cosmos.Debug.Kernel"), xPackagesDir, xVersion);
Pack(Path.Combine(mSourcePath, "Cosmos.Debug.Kernel.Plugs.Asm"), xPackagesDir, xVersion);
Pack(Path.Combine(mSourcePath, "Cosmos.HAL"), xPackagesDir, xVersion);
Pack(Path.Combine(mSourcePath, "Cosmos.IL2CPU.Plugs"), xPackagesDir, xVersion);
Pack(Path.Combine(mSourcePath, "Cosmos.IL2CPU.API"), xPackagesDir, xVersion);
Pack(Path.Combine(mSourcePath, "Cosmos.System"), xPackagesDir, xVersion);
Pack(Path.Combine(mSourcePath, "Cosmos.System_Plugs"), xPackagesDir, xVersion);
}
Expand Down
4 changes: 2 additions & 2 deletions source/Cosmos.Core.Common/CPU.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Cosmos.IL2CPU.Plugs;
using System;
using Cosmos.IL2CPU.API;

namespace Cosmos.Core.Common
{
Expand Down
4 changes: 2 additions & 2 deletions source/Cosmos.Core.Common/Cosmos.Core.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.5</TargetFramework>
Expand All @@ -12,7 +12,7 @@
<ItemGroup>
<ProjectReference Include="..\Cosmos.Common\Cosmos.Common.csproj" />
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj" />
<ProjectReference Include="..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions source/Cosmos.Core.Common/GCImplementation.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#if DEBUG
#if DEBUG
//#define GC_DEBUG
#endif
using System;
using System.Diagnostics;
using Cosmos.IL2CPU.Plugs;
using Cosmos.IL2CPU.API;

namespace Cosmos.Core.Common
{
Expand Down
4 changes: 2 additions & 2 deletions source/Cosmos.Core.Common/IOPort.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Cosmos.IL2CPU.Plugs;
using System;
using Cosmos.IL2CPU.API;

namespace Cosmos.Core.Common
{
Expand Down
4 changes: 2 additions & 2 deletions source/Cosmos.Core/Cosmos.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.5</TargetFramework>
Expand All @@ -13,7 +13,7 @@
<ProjectReference Include="..\Cosmos.Common\Cosmos.Common.csproj" />
<ProjectReference Include="..\Cosmos.Core.Common\Cosmos.Core.Common.csproj" />
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj" />
<ProjectReference Include="..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
</ItemGroup>

</Project>
Loading

0 comments on commit 84b0b01

Please sign in to comment.