mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
14 lines
406 B
XML
14 lines
406 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<OutputType>Exe</OutputType>
|
|
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
|
|
<DebugType>Full</DebugType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Cosmos.TestRunner.Full\Cosmos.TestRunner.Full.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|