Skip to content

Commit

Permalink
2.0.0!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
sctech-tr authored Apr 14, 2024
1 parent d2f166b commit 5a54479
Show file tree
Hide file tree
Showing 39 changed files with 47,284 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BluescreenSimulator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>bsoddisk.ico</ApplicationIcon>
<Company>anonymous developer</Company>
<Version>2.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
30 changes: 30 additions & 0 deletions BluescreenSimulator.csproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
<Compile Update="Form3.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="insiderBSOD.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="insiderTimer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="longhornRSOD.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="longhornTimer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="sbt.cs">
<SubType>Form</SubType>
</Compile>
Expand All @@ -22,9 +34,27 @@
<Compile Update="w9xt.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="warningBSOD.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="warningTimer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="win10hbsod_t.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="windows1BSOD.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="windows1Timer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="windowsNTBSOD.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="windowsNTTimer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="winhbsod.cs">
<SubType>Form</SubType>
</Compile>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"BluescreenSimulator/2.0.0": {
"dependencies": {
"runtimepack.Microsoft.Windows.SDK.NET.Ref": "10.0.19041.31"
},
"runtime": {
"BluescreenSimulator.dll": {}
}
},
"runtimepack.Microsoft.Windows.SDK.NET.Ref/10.0.19041.31": {
"runtime": {
"Microsoft.Windows.SDK.NET.dll": {
"assemblyVersion": "10.0.19041.24",
"fileVersion": "10.0.19041.31"
},
"WinRT.Runtime.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.0.4.44211"
}
}
}
}
},
"libraries": {
"BluescreenSimulator/2.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"runtimepack.Microsoft.Windows.SDK.NET.Ref/10.0.19041.31": {
"type": "runtimepack",
"serviceable": false,
"sha512": ""
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true
}
}
}
Binary file not shown.
Binary file not shown.
51 changes: 51 additions & 0 deletions insiderBSOD.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions insiderBSOD.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace BluescreenSimulator
{
public partial class insiderBSOD : Form
{
public insiderBSOD()
{
InitializeComponent();
}
}
}
Loading

0 comments on commit 5a54479

Please sign in to comment.