Skip to content

Commit 00a8844

Browse files
committed
Cosmos.IL2CPU.API -> IL2CPU.API.
1 parent 8bed329 commit 00a8844

File tree

146 files changed

+235
-235
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+235
-235
lines changed

Build.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XSharp.Assembler", "..\XSha
7979
EndProject
8080
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Build.Common", "source\Cosmos.Build.Common\Cosmos.Build.Common.csproj", "{CB20F8F9-8C1D-43A6-96EA-89FEC2512C99}"
8181
EndProject
82-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU.API", "..\IL2CPU\source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj", "{A9469897-4FD8-49E7-97F1-FE420A2B75B9}"
82+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IL2CPU.API", "..\IL2CPU\source\IL2CPU.API\IL2CPU.API.csproj", "{A9469897-4FD8-49E7-97F1-FE420A2B75B9}"
8383
EndProject
8484
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Common", "source\Cosmos.Common\Cosmos.Common.csproj", "{366C2EC6-B9D8-4676-9C88-98F041B8FC93}"
8585
EndProject

Kernel.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Debug.Kernel", "sour
3838
EndProject
3939
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External", "External", "{3CD3D9A5-9BC5-4FEB-8D63-4D535C0ABB78}"
4040
EndProject
41-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU.API", "..\IL2CPU\source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj", "{31D48401-77B2-44AF-B6D3-27AB67C10759}"
41+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IL2CPU.API", "..\IL2CPU\source\IL2CPU.API\IL2CPU.API.csproj", "{31D48401-77B2-44AF-B6D3-27AB67C10759}"
4242
EndProject
4343
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Debug.Kernel.Plugs.Asm", "source\Cosmos.Debug.Kernel.Plugs.Asm\Cosmos.Debug.Kernel.Plugs.Asm.csproj", "{6C770E55-8EED-444C-AD4E-017E823E5BA3}"
4444
EndProject

Test.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Build.MSBuild", "sou
2020
EndProject
2121
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU", "..\IL2CPU\source\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj", "{4F903492-CCA6-4FD9-A1B6-5E4CC0CE7767}"
2222
EndProject
23-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU.API", "..\IL2CPU\source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj", "{34AEEB7C-FD5D-4B15-A830-B429681844BD}"
23+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IL2CPU.API", "..\IL2CPU\source\IL2CPU.API\IL2CPU.API.csproj", "{34AEEB7C-FD5D-4B15-A830-B429681844BD}"
2424
EndProject
2525
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Debug.Common", "source\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj", "{A97A1EF7-AEEC-43F3-8CB0-5C7269DC7E85}"
2626
EndProject

Tests/Cosmos.TestRunner.Core/Cosmos.TestRunner.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<ItemGroup>
3737
<ProjectReference Include="..\..\..\IL2CPU\source\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj" />
38-
<ProjectReference Include="..\..\..\IL2CPU\source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
38+
<ProjectReference Include="..\..\..\IL2CPU\source\IL2CPU.API\IL2CPU.API.csproj" />
3939
<ProjectReference Include="..\..\..\XSharp\source\XSharp.Assembler\XSharp.Assembler.csproj" />
4040
<ProjectReference Include="..\..\source\Cosmos.Build.Common\Cosmos.Build.Common.csproj" />
4141
<ProjectReference Include="..\..\source\Cosmos.Core_Asm\Cosmos.Core_Asm.csproj" />

Tools/PlugsInspector/PlugsInspector.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<ProjectReference Include="..\..\source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
26+
<ProjectReference Include="..\..\source\IL2CPU.API\IL2CPU.API.csproj" />
2727
<ProjectReference Include="..\..\source\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj" />
2828
</ItemGroup>
2929

Users/Matthijs/Testing/Cosmos.IL2CPU.Plugs/AssemblerMethod.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Collections.Generic;
33
using System.Text;
44

5-
namespace Cosmos.IL2CPU.API {
5+
namespace IL2CPU.API {
66
public abstract class AssemblerMethod
77
{
88
public abstract void AssembleNew(object aAssembler, object aMethodInfo);

Users/Matthijs/Testing/Cosmos.IL2CPU.Plugs/Cosmos.IL2CPU.Plugs.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<ProjectGuid>{CDDAF88B-8726-469A-B906-16FD5EC99799}</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>Cosmos.IL2CPU.API</RootNamespace>
12-
<AssemblyName>Cosmos.IL2CPU.API</AssemblyName>
11+
<RootNamespace>IL2CPU.API</RootNamespace>
12+
<AssemblyName>IL2CPU.API</AssemblyName>
1313
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<TargetFrameworkProfile>Client</TargetFrameworkProfile>

Users/Matthijs/Testing/Cosmos.IL2CPU.Plugs/FieldAccessAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Linq;
44
using System.Text;
55

6-
namespace Cosmos.IL2CPU.API
6+
namespace IL2CPU.API
77
{
88
[AttributeUsage(AttributeTargets.Parameter)]
99
public sealed class FieldAccessAttribute: Attribute {

Users/Matthijs/Testing/Cosmos.IL2CPU.Plugs/PlugAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22

3-
namespace Cosmos.IL2CPU.API
3+
namespace IL2CPU.API
44
{
55
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
66
public sealed class PlugAttribute : Attribute {

Users/Matthijs/Testing/Cosmos.IL2CPU.Plugs/PlugFieldAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Collections.Generic;
33
using System.Linq;
44

5-
namespace Cosmos.IL2CPU.API
5+
namespace IL2CPU.API
66
{
77
[AttributeUsage(AttributeTargets.Class, AllowMultiple=true)]
88
public sealed class PlugFieldAttribute: Attribute {

Users/Matthijs/Testing/Cosmos.IL2CPU.Plugs/PlugMethodAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22

3-
namespace Cosmos.IL2CPU.API
3+
namespace IL2CPU.API
44
{
55
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
66
public sealed class PlugMethodAttribute: Attribute {

Users/Matthijs/Testing/Cosmos.IL2CPU.Plugs/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("Cosmos.IL2CPU.API")]
8+
[assembly: AssemblyTitle("IL2CPU.API")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Microsoft")]
12-
[assembly: AssemblyProduct("Cosmos.IL2CPU.API")]
12+
[assembly: AssemblyProduct("IL2CPU.API")]
1313
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]

Users/Matthijs/Testing/MonoCecilToEcmaCil1/MonoCecilToEcmaCil1.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@
9090
<None Include="_QueueItems\QueuedMethod.cs" />
9191
</ItemGroup>
9292
<ItemGroup>
93-
<ProjectReference Include="..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj">
93+
<ProjectReference Include="..\IL2CPU.API\IL2CPU.API.csproj">
9494
<Project>{CDDAF88B-8726-469A-B906-16FD5EC99799}</Project>
95-
<Name>Cosmos.IL2CPU.API</Name>
95+
<Name>IL2CPU.API</Name>
9696
</ProjectReference>
9797
<ProjectReference Include="..\IRs\EcmaCil\EcmaCil.csproj">
9898
<Project>{AE684C98-F100-47AE-9C8C-E71BF8C9F8AA}</Project>

Users/Matthijs/Testing/MonoCecilToEcmaCil1/ReaderWithPlugSupport.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Linq;
44
using System.Text;
55
using Mono.Cecil;
6-
using Cosmos.IL2CPU.API;
6+
using IL2CPU.API;
77

88
namespace MonoCecilToEcmaCil1
99
{

Users/Orvid/IL2CPURunner/IL2CPURunner.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
<Project>{AB24E403-54F3-4F67-B5E0-119A7227AAC1}</Project>
8585
<Name>Cosmos.Debug.Common</Name>
8686
</ProjectReference>
87-
<ProjectReference Include="..\..\..\IL2CPU\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj">
87+
<ProjectReference Include="..\..\..\IL2CPU\IL2CPU.API\IL2CPU.API.csproj">
8888
<Project>{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}</Project>
89-
<Name>Cosmos.IL2CPU.API</Name>
89+
<Name>IL2CPU.API</Name>
9090
</ProjectReference>
9191
<ProjectReference Include="..\..\..\IL2CPU\Cosmos.IL2CPU.X86\Cosmos.IL2CPU.X86.csproj">
9292
<Project>{63F7BFB9-419E-4965-B580-304B9C9FA7D8}</Project>

Users/Orvid/IL2CPURunner/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static void Main(string[] args)
2626
System.Reflection.Assembly.Load("Cosmos.Debug.Kernel");
2727
System.Reflection.Assembly.Load("Cosmos.Debug.Kernel.Plugs");
2828
System.Reflection.Assembly.Load("Cosmos.IL2CPU");
29-
System.Reflection.Assembly.Load("Cosmos.IL2CPU.API");
29+
System.Reflection.Assembly.Load("IL2CPU.API");
3030
System.Reflection.Assembly.Load("Cosmos.IL2CPU.X86");
3131
System.Reflection.Assembly.Load("Cosmos.System");
3232
System.Reflection.Assembly.Load("Cosmos.System_Plugs");

Users/Orvid/Orvid.Graphics.Cosmos/GraphicsPlugs.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22
using System.Text;
3-
using Cosmos.IL2CPU.API;
3+
using IL2CPU.API;
44
using CPUAll = Cosmos.Compiler.Assembler;
55
using CPUx86 = Cosmos.Compiler.Assembler.X86;
66

Users/Orvid/Orvid.Graphics.Cosmos/Orvid.Graphics.Cosmos.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
<Project>{1116130E-28E0-428A-A597-F4B3B676C0CA}</Project>
7070
<Name>Cosmos.Compiler.Assembler</Name>
7171
</ProjectReference>
72-
<ProjectReference Include="..\..\..\IL2CPU\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj">
72+
<ProjectReference Include="..\..\..\IL2CPU\IL2CPU.API\IL2CPU.API.csproj">
7373
<Project>{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}</Project>
74-
<Name>Cosmos.IL2CPU.API</Name>
74+
<Name>IL2CPU.API</Name>
7575
</ProjectReference>
7676
<ProjectReference Include="..\..\..\Kernel\System\Cosmos.System\Cosmos.System.csproj">
7777
<Project>{DA50B9B2-0E95-4F0D-A3C8-79FC549301B5}</Project>

Users/Orvid/OrvidTestOS/AsmMouse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System;
77
using System.Collections.Generic;
88
using System.Text;
9-
using Cosmos.IL2CPU.API;
9+
using IL2CPU.API;
1010
using Cosmos.Compiler.Assembler;
1111
using Cosmos.Compiler.Assembler.X86;
1212
using Cosmos.Core;

Users/Orvid/OrvidTestOS/OrvidKernel.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
<Reference Include="System.Xml" />
5656
</ItemGroup>
5757
<ItemGroup>
58-
<ProjectReference Include="..\..\source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj">
58+
<ProjectReference Include="..\..\source\IL2CPU.API\IL2CPU.API.csproj">
5959
<Project>{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}</Project>
60-
<Name>Cosmos.IL2CPU.API</Name>
60+
<Name>IL2CPU.API</Name>
6161
</ProjectReference>
6262
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj">
6363
<Project>{DA50B9B2-0E95-4F0D-A3C8-79FC549301B5}</Project>

Users/Orvid/OrvidTestOS/Plugs.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System;
2-
using Cosmos.IL2CPU.API;
2+
using IL2CPU.API;
33

44
namespace GuessKernel
55
{

Users/Orvid/PlugViewer/PlugTemplateDumper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public static void Dump(Assembly asm)
7373
}
7474
strm.WriteLine("namespace Cosmos.Plugs");
7575
strm.WriteLine("{");
76-
strm.WriteLine("\t[Cosmos.IL2CPU.API.Plug(Target = typeof(" + t.Namespace + "." + t.Name + str + "), TargetFramework = Cosmos.IL2CPU.API.FrameworkVersion.v4_0)]");
76+
strm.WriteLine("\t[IL2CPU.API.Plug(Target = typeof(" + t.Namespace + "." + t.Name + str + "), TargetFramework = IL2CPU.API.FrameworkVersion.v4_0)]");
7777
strm.WriteLine("\tpublic static class " + t.FullName.Replace('.', '_') + "Impl" + genParams);
7878
strm.WriteLine("\t{");
7979
TypeNeedsPlugs = true;

Users/Pegasusplus/Cosmos.IL2CPU.Plugs/GeneralIntegerImpl/GeneralIntegerImpl.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using System.Globalization;
33
using System.Text;
4-
using Cosmos.IL2CPU.API;
4+
using IL2CPU.API;
55

66
namespace Cosmos.IL2CPU.IL.CustomImplementations.System
77
{

Users/Pegasusplus/Cosmos.IL2CPU.Plugs/GeneralIntegerImpl/GeneralIntegerImpl.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
<Compile Include="Properties\AssemblyInfo.cs" />
2525
</ItemGroup>
2626
<ItemGroup>
27-
<ProjectReference Include="..\..\..\..\IL2CPU\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj">
27+
<ProjectReference Include="..\..\..\..\IL2CPU\IL2CPU.API\IL2CPU.API.csproj">
2828
<Project>{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}</Project>
29-
<Name>Cosmos.IL2CPU.API</Name>
29+
<Name>IL2CPU.API</Name>
3030
</ProjectReference>
3131
</ItemGroup>
3232
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

Users/SSchocke/SSchockeTest/SSchockeTest.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<Compile Include="Map.cs" />
3131
</ItemGroup>
3232
<ItemGroup>
33-
<ProjectReference Include="..\..\source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj">
33+
<ProjectReference Include="..\..\source\IL2CPU.API\IL2CPU.API.csproj">
3434
<Project>{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}</Project>
35-
<Name>Cosmos.IL2CPU.API</Name>
35+
<Name>IL2CPU.API</Name>
3636
</ProjectReference>
3737
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj">
3838
<Project>{DA50B9B2-0E95-4F0D-A3C8-79FC549301B5}</Project>

source/Cosmos.Build.Builder/CosmosTask.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ private void CompileCosmos() {
338338
Pack(Path.Combine(mSourcePath, "Cosmos.Debug.Kernel"), xNugetPkgDir);
339339
Pack(Path.Combine(mSourcePath, "Cosmos.Debug.Kernel.Plugs.Asm"), xNugetPkgDir);
340340
//
341-
Pack(Path.Combine(mSourcePath, "../../IL2CPU/source/Cosmos.IL2CPU.API"), xNugetPkgDir);
341+
Pack(Path.Combine(mSourcePath, "../../IL2CPU/source/IL2CPU.API"), xNugetPkgDir);
342342
}
343343

344344
private void CopyTemplates() {

source/Cosmos.Core/CPU.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22

3-
using Cosmos.IL2CPU.API.Attribs;
3+
using IL2CPU.API.Attribs;
44

55
namespace Cosmos.Core
66
{

source/Cosmos.Core/Cosmos.Core.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
12-
<ProjectReference Include="..\..\..\IL2CPU\source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
12+
<ProjectReference Include="..\..\..\IL2CPU\source\IL2CPU.API\IL2CPU.API.csproj" />
1313
</ItemGroup>
1414

1515
</Project>

source/Cosmos.Core/GCImplementation.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#endif
44
using System;
55
using System.Diagnostics;
6-
using Cosmos.IL2CPU.API;
7-
using Cosmos.IL2CPU.API.Attribs;
6+
using IL2CPU.API;
7+
using IL2CPU.API.Attribs;
88

99
namespace Cosmos.Core
1010
{

source/Cosmos.Core/INTs.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
using System.Runtime.InteropServices;
1+
using System.Runtime.InteropServices;
22

3-
using Cosmos.IL2CPU.API.Attribs;
3+
using IL2CPU.API.Attribs;
44

55
namespace Cosmos.Core {
66
public class INTs {

source/Cosmos.Core/IOPort.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System;
2-
using Cosmos.IL2CPU.API.Attribs;
2+
using IL2CPU.API.Attribs;
33

44
namespace Cosmos.Core {
55
public abstract class IOPortBase {

source/Cosmos.Core/MemoryBlock.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System;
2-
using Cosmos.IL2CPU.API.Attribs;
2+
using IL2CPU.API.Attribs;
33

44
namespace Cosmos.Core
55
{

source/Cosmos.Core_Asm/Array/ArrayInternalCopyAsm.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Cosmos.IL2CPU.API;
1+
using IL2CPU.API;
22
using XSharp;
33
using XSharp.Assembler;
44
using XSharp.Assembler.x86;
@@ -105,7 +105,7 @@ public override void AssembleNew(Assembler aAssembler, object aMethodInfo)
105105

106106
//using Cosmos.Assembler;
107107
//using Cosmos.Assembler.x86;
108-
//using Cosmos.IL2CPU.API;
108+
//using IL2CPU.API;
109109
//using XSharp.Common;
110110
//using static XSharp.Common.XSRegisters;
111111

source/Cosmos.Core_Asm/ArrayImpl.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System;
2-
using Cosmos.IL2CPU.API.Attribs;
2+
using IL2CPU.API.Attribs;
33

44
namespace Cosmos.Core_Asm
55
{

source/Cosmos.Core_Asm/Buffer/BufferBlockCopyAsm.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using XSharp.Assembler;
2-
using Cosmos.IL2CPU.API;
2+
using IL2CPU.API;
33
using XSharp;
44
using CPUx86 = XSharp.Assembler.x86;
55

source/Cosmos.Core_Asm/BufferImpl.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System;
2-
using Cosmos.IL2CPU.API.Attribs;
2+
using IL2CPU.API.Attribs;
33

44
namespace Cosmos.Core_Asm
55
{

source/Cosmos.Core_Asm/CPU/CPUUpdateIDTAsm.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Cosmos.IL2CPU.API.Attribs;
1+
using IL2CPU.API.Attribs;
22
using System;
33
using System.Reflection;
44
using XSharp;

source/Cosmos.Core_Asm/CPUImpl.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using Cosmos.Core;
2-
using Cosmos.IL2CPU.API.Attribs;
2+
using IL2CPU.API.Attribs;
33

44
namespace Cosmos.Core_Asm
55
{

source/Cosmos.Core_Asm/Cosmos.Core_Asm.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<ProjectReference Include="..\..\..\IL2CPU\source\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
15+
<ProjectReference Include="..\..\..\IL2CPU\source\IL2CPU.API\IL2CPU.API.csproj" />
1616
<ProjectReference Include="..\..\..\IL2CPU\source\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj" />
1717
<ProjectReference Include="..\..\..\XSharp\source\XSharp.Assembler\XSharp.Assembler.csproj" />
1818
<ProjectReference Include="..\Cosmos.Core\Cosmos.Core.csproj" />

source/Cosmos.Core_Asm/DelegateImpl.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System;
2-
using Cosmos.IL2CPU.API.Attribs;
2+
using IL2CPU.API.Attribs;
33

44
namespace Cosmos.Core_Asm
55
{

source/Cosmos.Core_Asm/IOPortImpl.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
using System;
22
using XSharp.Assembler;
33
using Cosmos.Core;
4-
using Cosmos.IL2CPU.API;
5-
using Cosmos.IL2CPU.API.Attribs;
4+
using IL2CPU.API;
5+
using IL2CPU.API.Attribs;
66
using XSharp;
77

88
namespace Cosmos.Core_Asm

0 commit comments

Comments
 (0)