10 lines
323 B
XML
10 lines
323 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Parser\Parser.csproj" />
|
|
<ProjectReference Include="..\Semantics\Semantics.csproj" />
|
|
</ItemGroup>
|
|
</Project> |