Cosmos/source/Kernel/Cosmos.CPU/Cosmos.CPU.csproj
2017-07-27 14:14:54 -04:00

16 lines
No EOL
472 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.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
<ProjectReference Include="..\Cosmos.Shared\Cosmos.Shared.csproj" />
</ItemGroup>
</Project>