Skip to content

Commit

Permalink
Bin Cache changes
Browse files Browse the repository at this point in the history
  • Loading branch information
czhower committed Jun 28, 2017
1 parent e734ac7 commit 71ec45c
Show file tree
Hide file tree
Showing 20 changed files with 135 additions and 83 deletions.
13 changes: 12 additions & 1 deletion Demos/Cosmos Graphic Subsystem/Cosmos Graphic Subsystem.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,19 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="Cosmos.Debug.Kernel">
<HintPath>..\..\Build\bin\Cosmos.Debug.Kernel.dll</HintPath>
</Reference>
<Reference Include="Cosmos.IL2CPU">
<HintPath>..\..\Build\bin\Cosmos.IL2CPU.dll</HintPath>
</Reference>
<Reference Include="Cosmos.IL2CPU.Plugs">
<HintPath>..\..\Build\bin\Cosmos.IL2CPU.Plugs.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
11 changes: 0 additions & 11 deletions Demos/Cosmos Graphic Subsystem/Cosmos Graphic SubsystemBoot.Cosmos
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.Net.Sdk">

<PropertyGroup>
<TargetFramework>net462</TargetFramework>
</PropertyGroup>

<PropertyGroup>
<BinFormat>elf</BinFormat>
<DebugEnabled>True</DebugEnabled>
Expand All @@ -21,12 +19,10 @@
<Profile>VMware</Profile>
<Description>Use VMware Player or Workstation to deploy and debug.</Description>
</PropertyGroup>

<ItemGroup>
<None Remove="*" />
<Compile Remove="*" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Core.Plugs.Asm\Cosmos.Core.Plugs.Asm.csproj">
<Name>Cosmos.Core.Plugs.Asm</Name>
Expand All @@ -38,11 +34,6 @@
<Project>{1132e689-18b0-4d87-94e8-934d4802c540}</Project>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel.Plugs.Asm\Cosmos.Debug.Kernel.Plugs.Asm.csproj">
<Name>Cosmos.Debug.Kernel.Plugs.Asm</Name>
<Project>{7e450662-b34c-49b0-a826-f45ad3a18891}</Project>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\..\source\Cosmos.System.Plugs\Cosmos.System.Plugs.csproj">
<Name>Cosmos.System.Plugs</Name>
<Project>{9431ff1f-ad75-4a1e-b38a-46e0f109411d}</Project>
Expand All @@ -54,7 +45,5 @@
<Private>True</Private>
</ProjectReference>
</ItemGroup>

<Import Project="$(AppData)\Cosmos User Kit\Build\VSIP\Cosmos.targets" />

</Project>
7 changes: 6 additions & 1 deletion Demos/Guess/GuessKernel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="Cosmos.Debug.Kernel">
<HintPath>..\..\Build\bin\Cosmos.Debug.Kernel.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
13 changes: 1 addition & 12 deletions Demos/Guess/GuessKernelBoot.Cosmos
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.Net.Sdk">

<PropertyGroup>
<TargetFramework>net462</TargetFramework>
</PropertyGroup>

<PropertyGroup>
<BinFormat>elf</BinFormat>
<DebugEnabled>True</DebugEnabled>
Expand All @@ -21,12 +19,10 @@
<Profile>VMware</Profile>
<Description>Use VMware Player or Workstation to deploy and debug.</Description>
</PropertyGroup>

<ItemGroup>
<None Remove="*" />
<Compile Remove="*" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Core.Plugs.Asm\Cosmos.Core.Plugs.Asm.csproj">
<Name>Cosmos.Core.Plugs.Asm</Name>
Expand All @@ -38,11 +34,6 @@
<Project>{1132e689-18b0-4d87-94e8-934d4802c540}</Project>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel.Plugs.Asm\Cosmos.Debug.Kernel.Plugs.Asm.csproj">
<Name>Cosmos.Debug.Kernel.Plugs.Asm</Name>
<Project>{7e450662-b34c-49b0-a826-f45ad3a18891}</Project>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\..\source\Cosmos.System.Plugs\Cosmos.System.Plugs.csproj">
<Name>Cosmos.System.Plugs</Name>
<Project>{9431ff1f-ad75-4a1e-b38a-46e0f109411d}</Project>
Expand All @@ -53,7 +44,5 @@
<Project>{e35e0dbf-555f-4d38-8f28-acdfa9dc97bd}</Project>
</ProjectReference>
</ItemGroup>

<Import Project="$(AppData)\Cosmos User Kit\Build\VSIP\Cosmos.targets" />

</Project>
</Project>
33 changes: 0 additions & 33 deletions Kernel.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{1A46752C
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.HAL", "source\Cosmos.HAL\Cosmos.HAL.csproj", "{1425715D-1C93-44C7-8BB5-F124F195A41A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Debug.Kernel", "source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj", "{9F5F046A-1BB1-4208-ADBE-C9417F2A8A48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Common", "source\Cosmos.Common\Cosmos.Common.csproj", "{09099C80-8262-486A-94A5-492F51B08823}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Core", "source\Cosmos.Core\Cosmos.Core.csproj", "{9AF5BD03-8A49-49DC-A56E-3AE8DA6B0FF4}"
Expand All @@ -25,8 +23,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Core.Plugs", "source
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Core.Plugs.Asm", "source\Cosmos.Core.Plugs.Asm\Cosmos.Core.Plugs.Asm.csproj", "{3C186D37-21C3-417C-95F1-19BE538AF88A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.Debug.Kernel.Plugs.Asm", "source\Cosmos.Debug.Kernel.Plugs.Asm\Cosmos.Debug.Kernel.Plugs.Asm.csproj", "{7E450662-B34C-49B0-A826-F45AD3A18891}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.System.Plugs", "source\Cosmos.System.Plugs\Cosmos.System.Plugs.csproj", "{9431FF1F-AD75-4A1E-B38A-46E0F109411D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0 Core", "0 Core", "{04B18FFC-8EA0-4E9F-9E1B-478527B19AFA}"
Expand Down Expand Up @@ -62,8 +58,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos Graphic Subsystem",
EndProject
Project("{471EC4BB-E47E-4229-A789-D1F5F83B52D4}") = "Cosmos Graphic SubsystemBoot", "Demos\Cosmos Graphic Subsystem\Cosmos Graphic SubsystemBoot.Cosmos", "{79D68062-46C5-466D-9289-C033F7348485}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cosmos.IL2CPU.Plugs", "source\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj", "{D719AF9B-E623-421B-BF38-AEC29452A3B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -80,14 +74,6 @@ Global
{1425715D-1C93-44C7-8BB5-F124F195A41A}.Release|Any CPU.Build.0 = Release|Any CPU
{1425715D-1C93-44C7-8BB5-F124F195A41A}.Release|x86.ActiveCfg = Release|Any CPU
{1425715D-1C93-44C7-8BB5-F124F195A41A}.Release|x86.Build.0 = Release|Any CPU
{9F5F046A-1BB1-4208-ADBE-C9417F2A8A48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F5F046A-1BB1-4208-ADBE-C9417F2A8A48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F5F046A-1BB1-4208-ADBE-C9417F2A8A48}.Debug|x86.ActiveCfg = Debug|Any CPU
{9F5F046A-1BB1-4208-ADBE-C9417F2A8A48}.Debug|x86.Build.0 = Debug|Any CPU
{9F5F046A-1BB1-4208-ADBE-C9417F2A8A48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F5F046A-1BB1-4208-ADBE-C9417F2A8A48}.Release|Any CPU.Build.0 = Release|Any CPU
{9F5F046A-1BB1-4208-ADBE-C9417F2A8A48}.Release|x86.ActiveCfg = Release|Any CPU
{9F5F046A-1BB1-4208-ADBE-C9417F2A8A48}.Release|x86.Build.0 = Release|Any CPU
{09099C80-8262-486A-94A5-492F51B08823}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09099C80-8262-486A-94A5-492F51B08823}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09099C80-8262-486A-94A5-492F51B08823}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
Expand Down Expand Up @@ -145,14 +131,6 @@ Global
{3C186D37-21C3-417C-95F1-19BE538AF88A}.Release|Any CPU.Build.0 = Release|Any CPU
{3C186D37-21C3-417C-95F1-19BE538AF88A}.Release|x86.ActiveCfg = Release|Any CPU
{3C186D37-21C3-417C-95F1-19BE538AF88A}.Release|x86.Build.0 = Release|Any CPU
{7E450662-B34C-49B0-A826-F45AD3A18891}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E450662-B34C-49B0-A826-F45AD3A18891}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E450662-B34C-49B0-A826-F45AD3A18891}.Debug|x86.ActiveCfg = Debug|Any CPU
{7E450662-B34C-49B0-A826-F45AD3A18891}.Debug|x86.Build.0 = Debug|Any CPU
{7E450662-B34C-49B0-A826-F45AD3A18891}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E450662-B34C-49B0-A826-F45AD3A18891}.Release|Any CPU.Build.0 = Release|Any CPU
{7E450662-B34C-49B0-A826-F45AD3A18891}.Release|x86.ActiveCfg = Release|Any CPU
{7E450662-B34C-49B0-A826-F45AD3A18891}.Release|x86.Build.0 = Release|Any CPU
{9431FF1F-AD75-4A1E-B38A-46E0F109411D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9431FF1F-AD75-4A1E-B38A-46E0F109411D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9431FF1F-AD75-4A1E-B38A-46E0F109411D}.Debug|x86.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -215,29 +193,19 @@ Global
{79D68062-46C5-466D-9289-C033F7348485}.Release|Any CPU.Build.0 = Release|Any CPU
{79D68062-46C5-466D-9289-C033F7348485}.Release|x86.ActiveCfg = Release|Any CPU
{79D68062-46C5-466D-9289-C033F7348485}.Release|x86.Build.0 = Release|Any CPU
{D719AF9B-E623-421B-BF38-AEC29452A3B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D719AF9B-E623-421B-BF38-AEC29452A3B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D719AF9B-E623-421B-BF38-AEC29452A3B4}.Debug|x86.ActiveCfg = Debug|Any CPU
{D719AF9B-E623-421B-BF38-AEC29452A3B4}.Debug|x86.Build.0 = Debug|Any CPU
{D719AF9B-E623-421B-BF38-AEC29452A3B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D719AF9B-E623-421B-BF38-AEC29452A3B4}.Release|Any CPU.Build.0 = Release|Any CPU
{D719AF9B-E623-421B-BF38-AEC29452A3B4}.Release|x86.ActiveCfg = Release|Any CPU
{D719AF9B-E623-421B-BF38-AEC29452A3B4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1425715D-1C93-44C7-8BB5-F124F195A41A} = {D651C346-95CF-4AE9-B309-DB2A1A512811}
{9F5F046A-1BB1-4208-ADBE-C9417F2A8A48} = {170A7DE2-E899-4E92-A12B-E68876C9B2A5}
{09099C80-8262-486A-94A5-492F51B08823} = {170A7DE2-E899-4E92-A12B-E68876C9B2A5}
{9AF5BD03-8A49-49DC-A56E-3AE8DA6B0FF4} = {04B18FFC-8EA0-4E9F-9E1B-478527B19AFA}
{F9C7F437-4DC5-4E34-9843-74EC9DB37F4B} = {04B18FFC-8EA0-4E9F-9E1B-478527B19AFA}
{4AC1AFCE-C8CE-484D-AE22-F9EE27008FAF} = {0259702E-9575-4852-A641-5F9714A9C740}
{C4540C54-5A2E-4300-BDD7-0D1B44B78C36} = {04B18FFC-8EA0-4E9F-9E1B-478527B19AFA}
{1132E689-18B0-4D87-94E8-934D4802C540} = {04B18FFC-8EA0-4E9F-9E1B-478527B19AFA}
{3C186D37-21C3-417C-95F1-19BE538AF88A} = {04B18FFC-8EA0-4E9F-9E1B-478527B19AFA}
{7E450662-B34C-49B0-A826-F45AD3A18891} = {170A7DE2-E899-4E92-A12B-E68876C9B2A5}
{9431FF1F-AD75-4A1E-B38A-46E0F109411D} = {0259702E-9575-4852-A641-5F9714A9C740}
{04B18FFC-8EA0-4E9F-9E1B-478527B19AFA} = {9A923E6F-FF63-4F02-A4EA-C2D44F9323FD}
{D651C346-95CF-4AE9-B309-DB2A1A512811} = {9A923E6F-FF63-4F02-A4EA-C2D44F9323FD}
Expand All @@ -251,6 +219,5 @@ Global
{A9D558E8-B0C7-4FF6-99D8-CB2BC6FEB7C7} = {B56A6119-1B8F-44E4-9446-291E52F47D4C}
{49F2C01D-D2C5-4564-810B-1AE92236C5C1} = {A9D558E8-B0C7-4FF6-99D8-CB2BC6FEB7C7}
{79D68062-46C5-466D-9289-C033F7348485} = {A9D558E8-B0C7-4FF6-99D8-CB2BC6FEB7C7}
{D719AF9B-E623-421B-BF38-AEC29452A3B4} = {170A7DE2-E899-4E92-A12B-E68876C9B2A5}
EndGlobalSection
EndGlobal
9 changes: 0 additions & 9 deletions ReadMe - Solutions.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
Unable to resolve 'C:\source\Cosmos\source\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj' for '.NETStandard,Version=v1.5'.
Unable to resolve 'C:\source\Cosmos\source\XSharp.Common\XSharp.Common.csproj' for '.NETStandard,Version=v1.5'.
Unable to resolve 'C:\source\Cosmos\source\Cosmos.Assembler\Cosmos.Assembler.csproj' for '.NETStandard,Version=v1.5'.
Bin refs to core.plugs.asm
add typeextensions

shorten test kernel names
-------------------

Solution File ReadMe

TODO
Expand Down
6 changes: 6 additions & 0 deletions Tests/Cosmos.Core.Memory.Test/Cosmos.Core.Memory.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
<ProjectReference Include="..\..\source\Cosmos.Core.Memory\Cosmos.Core.Memory.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="Cosmos.Debug.Kernel">
<HintPath>..\..\Build\bin\Cosmos.Debug.Kernel.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion Tests/Cosmos.Kernel.Tests.Fat/Cosmos.Kernel.Tests.Fat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="Cosmos.Debug.Kernel">
<HintPath>..\..\Build\bin\Cosmos.Debug.Kernel.dll</HintPath>
</Reference>
<Reference Include="Cosmos.TestRunner.TestController">
<HintPath>..\..\Build\bin\Cosmos.TestRunner.TestController.dll</HintPath>
</Reference>
Expand Down
4 changes: 3 additions & 1 deletion Tests/Cosmos.Kernel.Tests.IO/Cosmos.Kernel.Tests.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="Cosmos.Debug.Kernel">
<HintPath>..\..\Build\bin\Cosmos.Debug.Kernel.dll</HintPath>
</Reference>
<Reference Include="Cosmos.TestRunner.TestController">
<HintPath>..\..\Build\bin\Cosmos.TestRunner.TestController.dll</HintPath>
</Reference>
Expand Down
1 change: 1 addition & 0 deletions source/Cosmos.Build.Builder/CosmosTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ private void CompileCosmos() {
x.Copy("Cosmos.Debug.Kernel.dll");
x.Copy("Cosmos.TestRunner.TestController.dll");
x.Copy("Cosmos.IL2CPU.dll");
x.Copy("Cosmos.IL2CPU.Plugs.dll");
x.Copy("Cosmos.Assembler.dll");
x.Copy("XSharp.Common.dll");
}
Expand Down
4 changes: 3 additions & 1 deletion source/Cosmos.Common/Cosmos.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<Reference Include="Cosmos.Debug.Kernel">
<HintPath>..\..\Build\bin\Cosmos.Debug.Kernel.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
10 changes: 9 additions & 1 deletion source/Cosmos.Core.Common/Cosmos.Core.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@

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

<ItemGroup>
<Reference Include="Cosmos.Debug.Kernel">
<HintPath>..\..\Build\bin\Cosmos.Debug.Kernel.dll</HintPath>
</Reference>
<Reference Include="Cosmos.IL2CPU.Plugs">
<HintPath>..\..\Build\bin\Cosmos.IL2CPU.Plugs.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
7 changes: 6 additions & 1 deletion source/Cosmos.Core.Memory/Cosmos.Core.Memory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
<ItemGroup>
<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" />
</ItemGroup>

<ItemGroup>
<Reference Include="Cosmos.Debug.Kernel">
<HintPath>..\..\Build\bin\Cosmos.Debug.Kernel.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
26 changes: 22 additions & 4 deletions source/Cosmos.Core.Plugs.Asm/Cosmos.Core.Plugs.Asm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,31 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Cosmos.Assembler\Cosmos.Assembler.csproj" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Cosmos.Common\Cosmos.Common.csproj" />
<ProjectReference Include="..\Cosmos.Core.Common\Cosmos.Core.Common.csproj" />
<ProjectReference Include="..\Cosmos.Core\Cosmos.Core.csproj" />
<ProjectReference Include="..\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj" />
<ProjectReference Include="..\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj" />
<ProjectReference Include="..\XSharp.Common\XSharp.Common.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="Cosmos.Assembler">
<HintPath>..\..\Build\bin\Cosmos.Assembler.dll</HintPath>
</Reference>
<Reference Include="Cosmos.Debug.Kernel">
<HintPath>..\..\Build\bin\Cosmos.Debug.Kernel.dll</HintPath>
</Reference>
<Reference Include="Cosmos.IL2CPU">
<HintPath>..\..\Build\bin\Cosmos.IL2CPU.dll</HintPath>
</Reference>
<Reference Include="Cosmos.IL2CPU.Plugs">
<HintPath>..\..\Build\bin\Cosmos.IL2CPU.Plugs.dll</HintPath>
</Reference>
<Reference Include="XSharp.Common">
<HintPath>..\..\Build\bin\XSharp.Common.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
14 changes: 12 additions & 2 deletions source/Cosmos.Core.Plugs/Cosmos.Core.Plugs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,18 @@
<ProjectReference Include="..\Cosmos.Core.Common\Cosmos.Core.Common.csproj" />
<ProjectReference Include="..\Cosmos.Core.Memory\Cosmos.Core.Memory.csproj" />
<ProjectReference Include="..\Cosmos.Core\Cosmos.Core.csproj" />
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="Cosmos.Debug.Kernel">
<HintPath>..\..\Build\bin\Cosmos.Debug.Kernel.dll</HintPath>
</Reference>
<Reference Include="Cosmos.IL2CPU">
<HintPath>..\..\Build\bin\Cosmos.IL2CPU.dll</HintPath>
</Reference>
<Reference Include="Cosmos.IL2CPU.Plugs">
<HintPath>..\..\Build\bin\Cosmos.IL2CPU.Plugs.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
Loading

0 comments on commit 71ec45c

Please sign in to comment.