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

View File

@@ -0,0 +1,69 @@
{
"format": 1,
"restore": {
"C:\\Users\\finna\\Desktop\\Workspaces\\VisualStudio\\CustomBlueScreen\\CustomBlueScreen.csproj": {}
},
"projects": {
"C:\\Users\\finna\\Desktop\\Workspaces\\VisualStudio\\CustomBlueScreen\\CustomBlueScreen.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\finna\\Desktop\\Workspaces\\VisualStudio\\CustomBlueScreen\\CustomBlueScreen.csproj",
"projectName": "CustomBlueScreen",
"projectPath": "C:\\Users\\finna\\Desktop\\Workspaces\\VisualStudio\\CustomBlueScreen\\CustomBlueScreen.csproj",
"packagesPath": "C:\\Users\\finna\\.nuget\\packages\\",
"outputPath": "C:\\Users\\finna\\Desktop\\Workspaces\\VisualStudio\\CustomBlueScreen\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\finna\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"netcoreapp3.1"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
},
"Microsoft.WindowsDesktop.App.WPF": {
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.402\\RuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\finna\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.11.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\finna\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,71 @@
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E96CCC84425F54A654654F7E2E148DBE8F3C261E"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using CustomBlueScreen;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace CustomBlueScreen {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.11.0")]
public void InitializeComponent() {
#line 5 "..\..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.11.0")]
public static void Main() {
CustomBlueScreen.App app = new CustomBlueScreen.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@@ -0,0 +1,71 @@
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E96CCC84425F54A654654F7E2E148DBE8F3C261E"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using CustomBlueScreen;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace CustomBlueScreen {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.11.0")]
public void InitializeComponent() {
#line 5 "..\..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.11.0")]
public static void Main() {
CustomBlueScreen.App app = new CustomBlueScreen.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@@ -0,0 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("UnlegitDqrk")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("UnlegitDqrk")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("CustomBlueScreen")]
[assembly: System.Reflection.AssemblyTitleAttribute("CustomBlueScreen")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
a33f2f7bdd60a37d006c7bd5442ab657ff399c2b

View File

@@ -0,0 +1,3 @@
is_global = true
build_property.RootNamespace = CustomBlueScreen
build_property.ProjectDir = C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\

Binary file not shown.

View File

@@ -0,0 +1 @@
7cc022230e8cf4be4e4ba9012e4e0d4f7257e268

View File

@@ -0,0 +1,20 @@
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\bin\Debug\netcoreapp3.1\CustomBlueScreen.exe
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\bin\Debug\netcoreapp3.1\CustomBlueScreen.deps.json
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\bin\Debug\netcoreapp3.1\CustomBlueScreen.runtimeconfig.json
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\bin\Debug\netcoreapp3.1\CustomBlueScreen.runtimeconfig.dev.json
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\bin\Debug\netcoreapp3.1\CustomBlueScreen.dll
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\bin\Debug\netcoreapp3.1\CustomBlueScreen.pdb
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Debug\netcoreapp3.1\CustomBlueScreen.csproj.AssemblyReference.cache
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Debug\netcoreapp3.1\MainWindow.g.cs
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Debug\netcoreapp3.1\App.g.cs
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Debug\netcoreapp3.1\CustomBlueScreen_MarkupCompile.cache
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Debug\netcoreapp3.1\CustomBlueScreen_MarkupCompile.lref
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Debug\netcoreapp3.1\MainWindow.baml
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Debug\netcoreapp3.1\CustomBlueScreen.g.resources
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Debug\netcoreapp3.1\CustomBlueScreen.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Debug\netcoreapp3.1\CustomBlueScreen.AssemblyInfoInputs.cache
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Debug\netcoreapp3.1\CustomBlueScreen.AssemblyInfo.cs
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Debug\netcoreapp3.1\CustomBlueScreen.csproj.CoreCompileInputs.cache
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Debug\netcoreapp3.1\CustomBlueScreen.dll
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Debug\netcoreapp3.1\CustomBlueScreen.pdb
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Debug\netcoreapp3.1\CustomBlueScreen.genruntimeconfig.cache

View File

@@ -0,0 +1,11 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {}
},
"libraries": {}
}

View File

@@ -0,0 +1,17 @@
{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.WindowsDesktop.App",
"version": "3.1.0"
},
"additionalProbingPaths": [
"C:\\Users\\finna\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\finna\\.nuget\\packages",
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
}
}
}

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
e27cf98373f74fcea49f7db047f322f51f94dd46

Binary file not shown.

View File

@@ -0,0 +1,20 @@
CustomBlueScreen
winexe
C#
.cs
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Debug\netcoreapp3.1\
CustomBlueScreen
none
false
TRACE;DEBUG;NETCOREAPP;NETCOREAPP3_1;
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\App.xaml
11407045341
3-1233169557
192-1533232326
MainWindow.xaml;
False

View File

@@ -0,0 +1,20 @@
CustomBlueScreen
1.0.0.0
winexe
C#
.cs
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Debug\netcoreapp3.1\
CustomBlueScreen
none
false
TRACE;DEBUG;NETCOREAPP;NETCOREAPP3_1;
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\App.xaml
11407045341
5-954233158
192-1533232326
MainWindow.xaml;
False

View File

@@ -0,0 +1,4 @@

FC:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\MainWindow.xaml;;

Binary file not shown.

View File

@@ -0,0 +1,76 @@
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1BDB6CAC3688E3B8C95D084E070E493F157813EC"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using CustomBlueScreen;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace CustomBlueScreen {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.11.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/CustomBlueScreen;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.11.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,76 @@
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1BDB6CAC3688E3B8C95D084E070E493F157813EC"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using CustomBlueScreen;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace CustomBlueScreen {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.11.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/CustomBlueScreen;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.11.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
this._contentLoaded = true;
}
}
}

Binary file not shown.

View File

@@ -0,0 +1,71 @@
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E96CCC84425F54A654654F7E2E148DBE8F3C261E"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using CustomBlueScreen;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace CustomBlueScreen {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.11.0")]
public void InitializeComponent() {
#line 5 "..\..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.11.0")]
public static void Main() {
CustomBlueScreen.App app = new CustomBlueScreen.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@@ -0,0 +1,71 @@
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E96CCC84425F54A654654F7E2E148DBE8F3C261E"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using CustomBlueScreen;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace CustomBlueScreen {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.11.0")]
public void InitializeComponent() {
#line 5 "..\..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.11.0")]
public static void Main() {
CustomBlueScreen.App app = new CustomBlueScreen.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("CustomBlueScreen")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("CustomBlueScreen")]
[assembly: System.Reflection.AssemblyTitleAttribute("CustomBlueScreen")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
616242d7bf13b3e37cc2e65f84466b2c5639e1bd

View File

@@ -0,0 +1,3 @@
is_global = true
build_property.RootNamespace = CustomBlueScreen
build_property.ProjectDir = C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\

View File

@@ -0,0 +1 @@
40aa6e167a72057f99ca270d60ebf0e488e3e0b5

View File

@@ -0,0 +1,20 @@
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\bin\Release\netcoreapp3.1\CustomBlueScreen.exe
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\bin\Release\netcoreapp3.1\CustomBlueScreen.deps.json
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\bin\Release\netcoreapp3.1\CustomBlueScreen.runtimeconfig.json
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\bin\Release\netcoreapp3.1\CustomBlueScreen.runtimeconfig.dev.json
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\bin\Release\netcoreapp3.1\CustomBlueScreen.dll
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\bin\Release\netcoreapp3.1\CustomBlueScreen.pdb
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Release\netcoreapp3.1\CustomBlueScreen.csproj.AssemblyReference.cache
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Release\netcoreapp3.1\MainWindow.g.cs
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Release\netcoreapp3.1\App.g.cs
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Release\netcoreapp3.1\CustomBlueScreen_MarkupCompile.cache
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Release\netcoreapp3.1\CustomBlueScreen_MarkupCompile.lref
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Release\netcoreapp3.1\MainWindow.baml
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Release\netcoreapp3.1\CustomBlueScreen.g.resources
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Release\netcoreapp3.1\CustomBlueScreen.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Release\netcoreapp3.1\CustomBlueScreen.AssemblyInfoInputs.cache
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Release\netcoreapp3.1\CustomBlueScreen.AssemblyInfo.cs
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Release\netcoreapp3.1\CustomBlueScreen.csproj.CoreCompileInputs.cache
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Release\netcoreapp3.1\CustomBlueScreen.dll
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Release\netcoreapp3.1\CustomBlueScreen.pdb
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Release\netcoreapp3.1\CustomBlueScreen.genruntimeconfig.cache

View File

@@ -0,0 +1,11 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {}
},
"libraries": {}
}

View File

@@ -0,0 +1,17 @@
{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.WindowsDesktop.App",
"version": "3.1.0"
},
"additionalProbingPaths": [
"C:\\Users\\finna\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\finna\\.nuget\\packages",
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
}
}
}

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
e27cf98373f74fcea49f7db047f322f51f94dd46

Binary file not shown.

View File

@@ -0,0 +1,20 @@
CustomBlueScreen
winexe
C#
.cs
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Release\netcoreapp3.1\
CustomBlueScreen
none
false
TRACE;RELEASE;NETCOREAPP;NETCOREAPP3_1;
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\App.xaml
11407045341
3-1233169557
192-1533232326
MainWindow.xaml;
False

View File

@@ -0,0 +1,20 @@
CustomBlueScreen
1.0.0.0
winexe
C#
.cs
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\obj\Release\netcoreapp3.1\
CustomBlueScreen
none
false
TRACE;RELEASE;NETCOREAPP;NETCOREAPP3_1;
C:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\App.xaml
11407045341
5858498615
192-1533232326
MainWindow.xaml;
False

View File

@@ -0,0 +1,4 @@

FC:\Users\finna\Desktop\Workspaces\VisualStudio\CustomBlueScreen\MainWindow.xaml;;

Binary file not shown.

View File

@@ -0,0 +1,76 @@
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1BDB6CAC3688E3B8C95D084E070E493F157813EC"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using CustomBlueScreen;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace CustomBlueScreen {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.11.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/CustomBlueScreen;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.11.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,76 @@
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1BDB6CAC3688E3B8C95D084E070E493F157813EC"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using CustomBlueScreen;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace CustomBlueScreen {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.11.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/CustomBlueScreen;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.11.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
this._contentLoaded = true;
}
}
}

Binary file not shown.

75
obj/project.assets.json Normal file
View File

@@ -0,0 +1,75 @@
{
"version": 3,
"targets": {
".NETCoreApp,Version=v3.1": {}
},
"libraries": {},
"projectFileDependencyGroups": {
".NETCoreApp,Version=v3.1": []
},
"packageFolders": {
"C:\\Users\\finna\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\finna\\Desktop\\Workspaces\\VisualStudio\\CustomBlueScreen\\CustomBlueScreen.csproj",
"projectName": "CustomBlueScreen",
"projectPath": "C:\\Users\\finna\\Desktop\\Workspaces\\VisualStudio\\CustomBlueScreen\\CustomBlueScreen.csproj",
"packagesPath": "C:\\Users\\finna\\.nuget\\packages\\",
"outputPath": "C:\\Users\\finna\\Desktop\\Workspaces\\VisualStudio\\CustomBlueScreen\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\finna\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"netcoreapp3.1"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
},
"Microsoft.WindowsDesktop.App.WPF": {
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.402\\RuntimeIdentifierGraph.json"
}
}
}
}

8
obj/project.nuget.cache Normal file
View File

@@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "lKK6fA/aTqdOglALDjYrdM1ecv0w/8ZoQG/idHDo+64g7eojc2BD1vEBWbMPq/3h4Z1CknFXhlY7+13WFBeEjw==",
"success": true,
"projectFilePath": "C:\\Users\\finna\\Desktop\\Workspaces\\VisualStudio\\CustomBlueScreen\\CustomBlueScreen.csproj",
"expectedPackageFiles": [],
"logs": []
}