Cosmos/Tools/ElfMap2DebugDb/ElfMap2DebugDb.csproj
2018-02-15 19:25:36 +00:00

13 lines
374 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj" />
</ItemGroup>
</Project>