AdventOfCode2021/AdventOfCode2021.csproj

16 lines
378 B
XML
Raw Normal View History

2022-12-13 17:08:08 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Remove="inputs\day2 - Kopieren %282%29.txt" />
<None Remove="inputs\day2 - Kopieren.txt" />
</ItemGroup>
</Project>