Files
LotteryApplication/LotteryApplication/LotteryApplication.csproj
2022-02-24 23:24:58 +01:00

19 lines
382 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<None Remove="Images\Lottery.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\Lottery.png" />
</ItemGroup>
</Project>