From 94b0379e9841e69a645cef55382687faaafc26a3 Mon Sep 17 00:00:00 2001 From: Marro64 Date: Sat, 31 Jan 2026 17:53:59 +0100 Subject: [PATCH] Initial commit --- .gitignore | 2 + Form1.Designer.cs | 39 +++++++++ Form1.cs | 10 +++ Form1.resx | 120 ++++++++++++++++++++++++++ Program.cs | 17 ++++ VRChat-YouTube-Workaround.csproj | 12 +++ VRChat-YouTube-Workaround.csproj.user | 8 ++ VRChat-YouTube-Workaround.slnx | 3 + 8 files changed, 211 insertions(+) create mode 100644 .gitignore create mode 100644 Form1.Designer.cs create mode 100644 Form1.cs create mode 100644 Form1.resx create mode 100644 Program.cs create mode 100644 VRChat-YouTube-Workaround.csproj create mode 100644 VRChat-YouTube-Workaround.csproj.user create mode 100644 VRChat-YouTube-Workaround.slnx diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..538f3d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vs +obj diff --git a/Form1.Designer.cs b/Form1.Designer.cs new file mode 100644 index 0000000..32992cb --- /dev/null +++ b/Form1.Designer.cs @@ -0,0 +1,39 @@ +namespace VRChat_YouTube_Workaround +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + components = new System.ComponentModel.Container(); + AutoScaleMode = AutoScaleMode.Font; + ClientSize = new Size(800, 450); + Text = "Form1"; + } + + #endregion + } +} diff --git a/Form1.cs b/Form1.cs new file mode 100644 index 0000000..88f6d16 --- /dev/null +++ b/Form1.cs @@ -0,0 +1,10 @@ +namespace VRChat_YouTube_Workaround +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} diff --git a/Form1.resx b/Form1.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..147c13a --- /dev/null +++ b/Program.cs @@ -0,0 +1,17 @@ +namespace VRChat_YouTube_Workaround +{ + internal static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + // To customize application configuration such as set high DPI settings or default font, + // see https://aka.ms/applicationconfiguration. + ApplicationConfiguration.Initialize(); + Application.Run(new Form1()); + } + } +} \ No newline at end of file diff --git a/VRChat-YouTube-Workaround.csproj b/VRChat-YouTube-Workaround.csproj new file mode 100644 index 0000000..f967408 --- /dev/null +++ b/VRChat-YouTube-Workaround.csproj @@ -0,0 +1,12 @@ + + + + WinExe + net10.0-windows + VRChat_YouTube_Workaround + enable + true + enable + + + \ No newline at end of file diff --git a/VRChat-YouTube-Workaround.csproj.user b/VRChat-YouTube-Workaround.csproj.user new file mode 100644 index 0000000..7814ea2 --- /dev/null +++ b/VRChat-YouTube-Workaround.csproj.user @@ -0,0 +1,8 @@ + + + + + Form + + + diff --git a/VRChat-YouTube-Workaround.slnx b/VRChat-YouTube-Workaround.slnx new file mode 100644 index 0000000..a41b058 --- /dev/null +++ b/VRChat-YouTube-Workaround.slnx @@ -0,0 +1,3 @@ + + +