mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 05:48:37 +00:00
Cosmos.cfg
This commit is contained in:
parent
0568975235
commit
ae94a60df9
14 changed files with 39 additions and 3 deletions
|
|
@ -10,9 +10,13 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference PrivateAssets="All" Include="..\..\..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj"/>
|
||||
<ProjectReference PrivateAssets="All" Include="..\..\..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj"/>
|
||||
<ProjectReference PrivateAssets="All" Include="..\..\90-Shared\Cosmos.Shared\Cosmos.Shared.csproj"/>
|
||||
<EmbeddedResource Include="Cosmos.cfg" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference PrivateAssets="All" Include="..\..\..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
|
||||
<ProjectReference PrivateAssets="All" Include="..\..\..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
|
||||
<ProjectReference PrivateAssets="All" Include="..\..\90-Shared\Cosmos.Shared\Cosmos.Shared.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
@ -0,0 +1 @@
|
|||
Ring: CPU
|
||||
|
|
@ -9,6 +9,10 @@
|
|||
<Company>Cosmos</Company>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Cosmos.cfg" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Ring: Debug
|
||||
|
|
@ -9,6 +9,10 @@
|
|||
<Company>Cosmos</Company>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Cosmos.cfg" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.Threading.Thread" Version="4.3.0" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Ring: Debug
|
||||
|
|
@ -8,6 +8,10 @@
|
|||
<Company>Cosmos</Company>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Cosmos.cfg" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
|
||||
<ProjectReference PrivateAssets="All" Include="..\..\10-CPU\Cosmos.CPU.x86\Cosmos.CPU.x86.csproj" />
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Ring: Platform
|
||||
|
|
@ -8,6 +8,10 @@
|
|||
<Company>Cosmos</Company>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Cosmos.cfg" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
|
||||
<ProjectReference PrivateAssets="All" Include="..\..\90-Shared\Cosmos.Shared\Cosmos.Shared.csproj" />
|
||||
|
|
|
|||
1
Cosmos/source/Kernel-X86/30-HAL/Cosmos.HAL/Cosmos.cfg
Normal file
1
Cosmos/source/Kernel-X86/30-HAL/Cosmos.HAL/Cosmos.cfg
Normal file
|
|
@ -0,0 +1 @@
|
|||
Ring: HAL
|
||||
2
Cosmos/source/Kernel-X86/50-Application/Cosmos.cfg
Normal file
2
Cosmos/source/Kernel-X86/50-Application/Cosmos.cfg
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Ring: Application
|
||||
DebugRing: Allowed
|
||||
|
|
@ -9,6 +9,10 @@
|
|||
<None Remove="*.Cosmos" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Cosmos.cfg" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
|
||||
<ProjectReference Include="..\20-Platform\Cosmos.Platform.PC\Cosmos.Platform.PC.csproj" />
|
||||
|
|
|
|||
|
|
@ -9,6 +9,10 @@
|
|||
<RootNamespace>Cosmos.Plugs</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Cosmos.cfg" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference PrivateAssets="All" Include="..\..\..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
|
||||
<ProjectReference PrivateAssets="All" Include="..\..\..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Ring: Plug
|
||||
Loading…
Reference in a new issue