Cosmos.cfg

This commit is contained in:
Kudzu 2017-08-08 20:32:35 -04:00
parent 0568975235
commit ae94a60df9
14 changed files with 39 additions and 3 deletions

View file

@ -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>

View file

@ -0,0 +1 @@
Ring: CPU

View file

@ -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>

View file

@ -0,0 +1 @@
Ring: Debug

View file

@ -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>

View file

@ -0,0 +1 @@
Ring: Debug

View file

@ -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" />

View file

@ -0,0 +1 @@
Ring: Platform

View file

@ -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" />

View file

@ -0,0 +1 @@
Ring: HAL

View file

@ -0,0 +1,2 @@
Ring: Application
DebugRing: Allowed

View file

@ -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" />

View file

@ -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" />

View file

@ -0,0 +1 @@
Ring: Plug