ex-oop-03-voctrainer/VocabularyTrainer/VocabularyTrainer.csproj
github-classroom[bot] c6f9ce44d9
Initial commit
2024-10-21 08:31:49 +00:00

21 lines
No EOL
502 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Figgle" Version="0.5.1" />
</ItemGroup>
<ItemGroup>
<None Update="Data\*.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>