mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-26 05:22:19 +00:00
16 lines
645 B
XML
16 lines
645 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\XSharp\source\XSharp\XSharp\XSharp.csproj" />
|
|
<ProjectReference Include="..\Cosmos.Common\Cosmos.Common.csproj" />
|
|
<ProjectReference Include="..\Cosmos.Core\Cosmos.Core.csproj" />
|
|
<ProjectReference Include="..\Cosmos.Core_Asm\Cosmos.Core_Asm.csproj" />
|
|
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|