This repository has been archived on 2025-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
CustomBlueScreen/CustomBlueScreen.csproj
2022-06-07 21:30:32 +02:00

27 lines
696 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<Authors>UnlegitDqrk</Authors>
<Description></Description>
<Copyright>UnlegitDqrk</Copyright>
<SignAssembly>false</SignAssembly>
<RunAnalyzersDuringBuild>true</RunAnalyzersDuringBuild>
<Nullable></Nullable>
<Company />
</PropertyGroup>
<ItemGroup>
<None Remove="screen.png" />
<None Remove="screenQR.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="screen.png" />
<Resource Include="screenQR.png" />
</ItemGroup>
</Project>