MParser/ConsoleDemo/ConsoleDemo.csproj
2018-12-08 10:46:49 +01:00

11 lines
378 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Parser\Parser.csproj" />
<ProjectReference Include="..\Repl\Repl.csproj" />
<ProjectReference Include="..\Semantics\Semantics.csproj" />
</ItemGroup>
</Project>