Files
basic-computer-games/58_Love/csharp/Love.csproj
2022-01-17 11:12:56 +02:00

12 lines
245 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Strings\Intro.txt" />
</ItemGroup>
</Project>