mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 13:58:47 +00:00
17 lines
No EOL
560 B
XML
17 lines
No EOL
560 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard1.5</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
|
|
<ProjectReference Include="..\..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
|
|
<ProjectReference Include="..\Cosmos.Shared\Cosmos.Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |