Cosmos/Tests/Cosmos.TestRunner/Cosmos.TestRunner.csproj
2018-03-21 23:05:20 +00:00

17 lines
645 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="..\..\source\TheRingMaster\TheRingMaster.csproj" />
<ProjectReference Include="..\..\Tools\NASM\NASM.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.Core\Cosmos.TestRunner.Core.csproj" />
<ProjectReference Include="$(IL2CPURepoRoot)source\IL2CPU\IL2CPU.csproj" />
</ItemGroup>
</Project>