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,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.