1 2 3 4 5 6 7 8 9 10 11 12 13 14
<Project Sdk="Microsoft.NET.Sdk"> <ItemGroup> <ProjectReference Include="..\..\Classes\Classes.csproj" /> <ProjectReference Include="..\Parser\Parser.csproj" /> </ItemGroup> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp2.1</TargetFramework> <LangVersion>Latest</LangVersion> </PropertyGroup> </Project>