Add files via upload

This commit is contained in:
Leon
2022-06-07 21:30:32 +02:00
committed by GitHub
commit fc7d93fdeb
72 changed files with 1304 additions and 0 deletions

26
CustomBlueScreen.csproj Normal file
View File

@@ -0,0 +1,26 @@
<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>