Cosmos/Tests/Cosmos.Core.Memory.Test/Cosmos.Core.Memory.Test.csproj
2017-06-28 13:56:00 -04:00

28 lines
867 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp1.0</TargetFramework>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.1.18" />
<PackageReference Include="MSTest.TestFramework" Version="1.1.18" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Core.Memory\Cosmos.Core.Memory.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="Cosmos.Debug.Kernel">
<HintPath>..\..\Build\bin\Cosmos.Debug.Kernel.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
</Project>