mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 05:48:37 +00:00
# Conflicts: # Test.sln # Tests/Cosmos.TestRunner.Core/Cosmos.TestRunner.Core.csproj # Tests/Cosmos.TestRunner.Full/TestKernelSets.cs
17 lines
645 B
XML
17 lines
645 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
|
|
<ProjectReference Include="..\..\..\source\Cosmos.System2\Cosmos.System2.csproj" />
|
|
<ProjectReference Include="..\..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|