lcc/Compiler/Compiler.csproj
Clemens-Dautermann ea26acce4a Implemented lexer
2020-08-15 23:36:29 +02:00

8 lines
182 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>