Files
YesNt-Interpreter/YesNt.CodeEditor/YesNt.CodeEditor.csproj
T
2021-10-08 12:48:48 +02:00

13 lines
274 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\YesNt-Interpreter\YesNt.Interpreter.csproj" />
</ItemGroup>
</Project>