SnapixLP | Tim G. c214be937c Initial Commit
2025-05-19 09:16:34 +02:00

15 lines
332 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Folder Include="Modules\" />
</ItemGroup>
</Project>