This repository has been archived on 2022-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
LyokoCMD/src/LyokoCMD.CommandLine/LyokoCMD.CommandLine.csproj

17 lines
368 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../LyokoCMD.Sim/LyokoCMD.Sim.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DasConzole.Core" Version="0.1.0" />
</ItemGroup>
</Project>