Cosmos/Tests/Cosmos.TestRunner/Cosmos.TestRunner.csproj
2018-12-27 21:14:56 +00:00

14 lines
406 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<OutputType>Exe</OutputType>
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
<DebugType>Full</DebugType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Cosmos.TestRunner.Full\Cosmos.TestRunner.Full.csproj" />
</ItemGroup>
</Project>