diff --git a/MainWindow.xaml b/MainWindow.xaml
index 8383b62..82ae5f5 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -5,8 +5,8 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:wv2="clr-namespace:Microsoft.Web.WebView2.Wpf;assembly=Microsoft.Web.WebView2.Wpf"
mc:Ignorable="d"
- Title="SSIRewritten - Release I3" Height="530" Width="555">
+ Title="SSIRewritten TU2" Height="530" Width="555">
-
+
\ No newline at end of file
diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs
index 5aa9707..c50e3eb 100644
--- a/MainWindow.xaml.cs
+++ b/MainWindow.xaml.cs
@@ -30,23 +30,11 @@ private void WebView_WebMessageReceived(object sender, CoreWebView2WebMessageRec
if (json.action == "install")
{
bool installSpicetify = json.installSpicetify;
- bool installMarketplace = json.installMarketplace;
- if (installSpicetify && installMarketplace)
+ if (installSpicetify)
{
- MessageBox.Show("installing Spicetify and Marketplace.. -~-*(# 3#)/*-~-");
+ MessageBox.Show("the script will ask you to install the marketplace!.. -~-*(# 3#)/*-~-");
Process.Start(new ProcessStartInfo("powershell", "-Command \"iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex\"")).StandardOutput.ReadToEnd();
- Process.Start(new ProcessStartInfo("powershell", "-Command \"iwr -useb https://raw.githubusercontent.com/spicetify/marketplace/main/resources/install.ps1 | iex\"")).StandardOutput.ReadToEnd();
- }
- else if (installSpicetify)
- {
- MessageBox.Show("installing Spicetify.. -~-*(SwS)/*-~-");
- Process.Start(new ProcessStartInfo("powershell", "-Command \"iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex\"")).StandardOutput.ReadToEnd();
- }
- else if (installMarketplace)
- {
- MessageBox.Show("installing Marketplace.. -~-*(MwM)/*-~-");
- Process.Start(new ProcessStartInfo("powershell", "-Command \"iwr -useb https://raw.githubusercontent.com/spicetify/marketplace/main/resources/install.ps1 | iex\"")).StandardOutput.ReadToEnd();
}
else
{
diff --git a/SSIRewritten.csproj b/SSIRewritten.csproj
index 54e3e9f..bc31ca8 100644
--- a/SSIRewritten.csproj
+++ b/SSIRewritten.csproj
@@ -10,23 +10,26 @@
enable
enable
true
+ SSiR-TU2.ico
+
tlbimp
- 4
- 2
+ 6
+ 9
bee4bfec-6683-3e67-9167-3c0cbc68f40a
+
PreserveNewest
diff --git a/SSiR-TU2.ico b/SSiR-TU2.ico
new file mode 100644
index 0000000..5965c27
Binary files /dev/null and b/SSiR-TU2.ico differ
diff --git a/obj/Debug/SSIRewritten.1.0.0.nuspec b/obj/Debug/SSIRewritten.1.0.0.nuspec
new file mode 100644
index 0000000..5c489bb
--- /dev/null
+++ b/obj/Debug/SSIRewritten.1.0.0.nuspec
@@ -0,0 +1,30 @@
+
+
+
+ SSIRewritten
+ 1.0.0
+ SSIRewritten
+ Package Description
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/obj/Release/net8.0-windows/App.g.cs b/obj/Release/net8.0-windows/App.g.cs
new file mode 100644
index 0000000..31d3481
--- /dev/null
+++ b/obj/Release/net8.0-windows/App.g.cs
@@ -0,0 +1,71 @@
+#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "75B047135984AA7BC9EA842CC5000314A0B186E6"
+//------------------------------------------------------------------------------
+//
+// Il codice è stato generato da uno strumento.
+// Versione runtime:4.0.30319.42000
+//
+// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+using SSIRewritten;
+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 SSIRewritten {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.7.0")]
+ public void InitializeComponent() {
+
+ #line 5 "..\..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.7.0")]
+ public static void Main() {
+ SSIRewritten.App app = new SSIRewritten.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/obj/Release/net8.0-windows/App.g.i.cs b/obj/Release/net8.0-windows/App.g.i.cs
new file mode 100644
index 0000000..31d3481
--- /dev/null
+++ b/obj/Release/net8.0-windows/App.g.i.cs
@@ -0,0 +1,71 @@
+#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "75B047135984AA7BC9EA842CC5000314A0B186E6"
+//------------------------------------------------------------------------------
+//
+// Il codice è stato generato da uno strumento.
+// Versione runtime:4.0.30319.42000
+//
+// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+using SSIRewritten;
+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 SSIRewritten {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.7.0")]
+ public void InitializeComponent() {
+
+ #line 5 "..\..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.7.0")]
+ public static void Main() {
+ SSIRewritten.App app = new SSIRewritten.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/obj/Release/net8.0-windows/MainWindow.baml b/obj/Release/net8.0-windows/MainWindow.baml
new file mode 100644
index 0000000..75179e5
Binary files /dev/null and b/obj/Release/net8.0-windows/MainWindow.baml differ
diff --git a/obj/Release/net8.0-windows/MainWindow.g.cs b/obj/Release/net8.0-windows/MainWindow.g.cs
new file mode 100644
index 0000000..e166ee8
--- /dev/null
+++ b/obj/Release/net8.0-windows/MainWindow.g.cs
@@ -0,0 +1,90 @@
+#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "166FF23A50D76476B133ED48C13A5F0E8C9855D3"
+//------------------------------------------------------------------------------
+//
+// Il codice è stato generato da uno strumento.
+// Versione runtime:4.0.30319.42000
+//
+// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+using Microsoft.Web.WebView2.Wpf;
+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 SSIRewritten {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 10 "..\..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal Microsoft.Web.WebView2.Wpf.WebView2 webView;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.7.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/SSIRewritten;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", "8.0.7.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) {
+ switch (connectionId)
+ {
+ case 1:
+ this.webView = ((Microsoft.Web.WebView2.Wpf.WebView2)(target));
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/obj/Release/net8.0-windows/MainWindow.g.i.cs b/obj/Release/net8.0-windows/MainWindow.g.i.cs
new file mode 100644
index 0000000..e166ee8
--- /dev/null
+++ b/obj/Release/net8.0-windows/MainWindow.g.i.cs
@@ -0,0 +1,90 @@
+#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "166FF23A50D76476B133ED48C13A5F0E8C9855D3"
+//------------------------------------------------------------------------------
+//
+// Il codice è stato generato da uno strumento.
+// Versione runtime:4.0.30319.42000
+//
+// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+using Microsoft.Web.WebView2.Wpf;
+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 SSIRewritten {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 10 "..\..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal Microsoft.Web.WebView2.Wpf.WebView2 webView;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.7.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/SSIRewritten;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", "8.0.7.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) {
+ switch (connectionId)
+ {
+ case 1:
+ this.webView = ((Microsoft.Web.WebView2.Wpf.WebView2)(target));
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/obj/Release/net8.0-windows/SSIRewri.57DC0F4A.Up2Date b/obj/Release/net8.0-windows/SSIRewri.57DC0F4A.Up2Date
new file mode 100644
index 0000000..e69de29
diff --git a/obj/Release/net8.0-windows/SSIRewritten.AssemblyInfo.cs b/obj/Release/net8.0-windows/SSIRewritten.AssemblyInfo.cs
new file mode 100644
index 0000000..ad04d4c
--- /dev/null
+++ b/obj/Release/net8.0-windows/SSIRewritten.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// Il codice è stato generato da uno strumento.
+// Versione runtime:4.0.30319.42000
+//
+// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("SSIRewritten")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("SSIRewritten")]
+[assembly: System.Reflection.AssemblyTitleAttribute("SSIRewritten")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generato dalla classe WriteCodeFragment di MSBuild.
+
diff --git a/obj/Release/net8.0-windows/SSIRewritten.AssemblyInfoInputs.cache b/obj/Release/net8.0-windows/SSIRewritten.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..4aff8b4
--- /dev/null
+++ b/obj/Release/net8.0-windows/SSIRewritten.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+bf57b55cbad79bb21343aa425594ab5a5e2ce5d541f173b5c82d225c96421844
diff --git a/obj/Release/net8.0-windows/SSIRewritten.GeneratedMSBuildEditorConfig.editorconfig b/obj/Release/net8.0-windows/SSIRewritten.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..c74c416
--- /dev/null
+++ b/obj/Release/net8.0-windows/SSIRewritten.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = SSIRewritten
+build_property.ProjectDir = F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Release/net8.0-windows/SSIRewritten.GlobalUsings.g.cs b/obj/Release/net8.0-windows/SSIRewritten.GlobalUsings.g.cs
new file mode 100644
index 0000000..c8e0471
--- /dev/null
+++ b/obj/Release/net8.0-windows/SSIRewritten.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/obj/Release/net8.0-windows/SSIRewritten.assets.cache b/obj/Release/net8.0-windows/SSIRewritten.assets.cache
new file mode 100644
index 0000000..18a7148
Binary files /dev/null and b/obj/Release/net8.0-windows/SSIRewritten.assets.cache differ
diff --git a/obj/Release/net8.0-windows/SSIRewritten.csproj.AssemblyReference.cache b/obj/Release/net8.0-windows/SSIRewritten.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..fe4edab
Binary files /dev/null and b/obj/Release/net8.0-windows/SSIRewritten.csproj.AssemblyReference.cache differ
diff --git a/obj/Release/net8.0-windows/SSIRewritten.csproj.CoreCompileInputs.cache b/obj/Release/net8.0-windows/SSIRewritten.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..b4e559a
--- /dev/null
+++ b/obj/Release/net8.0-windows/SSIRewritten.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+99abc7d993b0269c6f4befa4f7e8e2ff4d2dfac3ff3e96233cf5af3ca3780ec1
diff --git a/obj/Release/net8.0-windows/SSIRewritten.csproj.FileListAbsolute.txt b/obj/Release/net8.0-windows/SSIRewritten.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..15251d2
--- /dev/null
+++ b/obj/Release/net8.0-windows/SSIRewritten.csproj.FileListAbsolute.txt
@@ -0,0 +1,32 @@
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\bin\Release\net8.0-windows\runtimes\win-x86\native\WebView2Loader.dll
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\bin\Release\net8.0-windows\runtimes\win-x64\native\WebView2Loader.dll
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\bin\Release\net8.0-windows\runtimes\win-arm64\native\WebView2Loader.dll
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\bin\Release\net8.0-windows\web\index.html
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\bin\Release\net8.0-windows\web\styles.css
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\bin\Release\net8.0-windows\SSIRewritten.exe
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\bin\Release\net8.0-windows\SSIRewritten.deps.json
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\bin\Release\net8.0-windows\SSIRewritten.runtimeconfig.json
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\bin\Release\net8.0-windows\SSIRewritten.dll
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\bin\Release\net8.0-windows\SSIRewritten.pdb
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\bin\Release\net8.0-windows\Microsoft.Web.WebView2.Core.dll
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\bin\Release\net8.0-windows\Microsoft.Web.WebView2.WinForms.dll
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\bin\Release\net8.0-windows\Microsoft.Web.WebView2.Wpf.dll
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\bin\Release\net8.0-windows\Newtonsoft.Json.dll
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\SSIRewritten.csproj.AssemblyReference.cache
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\SSIRewritten.csproj.ResolveComReference.cache
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\MainWindow.baml
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\MainWindow.g.cs
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\App.g.cs
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\SSIRewritten_Content.g.cs
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\SSIRewritten_MarkupCompile.cache
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\SSIRewritten.g.resources
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\SSIRewritten.GeneratedMSBuildEditorConfig.editorconfig
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\SSIRewritten.AssemblyInfoInputs.cache
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\SSIRewritten.AssemblyInfo.cs
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\SSIRewritten.csproj.CoreCompileInputs.cache
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\SSIRewri.57DC0F4A.Up2Date
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\SSIRewritten.dll
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\refint\SSIRewritten.dll
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\SSIRewritten.pdb
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\SSIRewritten.genruntimeconfig.cache
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\ref\SSIRewritten.dll
diff --git a/obj/Release/net8.0-windows/SSIRewritten.designer.deps.json b/obj/Release/net8.0-windows/SSIRewritten.designer.deps.json
new file mode 100644
index 0000000..c66e409
--- /dev/null
+++ b/obj/Release/net8.0-windows/SSIRewritten.designer.deps.json
@@ -0,0 +1,68 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "Microsoft.Web.WebView2/1.0.2592.51": {
+ "runtime": {
+ "lib/netcoreapp3.0/Microsoft.Web.WebView2.Core.dll": {
+ "assemblyVersion": "1.0.2592.51",
+ "fileVersion": "1.0.2592.51"
+ },
+ "lib/netcoreapp3.0/Microsoft.Web.WebView2.WinForms.dll": {
+ "assemblyVersion": "1.0.2592.51",
+ "fileVersion": "1.0.2592.51"
+ },
+ "lib/netcoreapp3.0/Microsoft.Web.WebView2.Wpf.dll": {
+ "assemblyVersion": "1.0.2592.51",
+ "fileVersion": "1.0.2592.51"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win-arm64/native/WebView2Loader.dll": {
+ "rid": "win-arm64",
+ "assetType": "native",
+ "fileVersion": "1.0.2592.51"
+ },
+ "runtimes/win-x64/native/WebView2Loader.dll": {
+ "rid": "win-x64",
+ "assetType": "native",
+ "fileVersion": "1.0.2592.51"
+ },
+ "runtimes/win-x86/native/WebView2Loader.dll": {
+ "rid": "win-x86",
+ "assetType": "native",
+ "fileVersion": "1.0.2592.51"
+ }
+ }
+ },
+ "Newtonsoft.Json/13.0.3": {
+ "runtime": {
+ "lib/net6.0/Newtonsoft.Json.dll": {
+ "assemblyVersion": "13.0.0.0",
+ "fileVersion": "13.0.3.27908"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Microsoft.Web.WebView2/1.0.2592.51": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-AC9aWCthS2JvddYA1jl4dFpLBW3GsLRInhp5dkcBzaFXsRehfoUN9olIUsrH41eNaNYd7z9NRvmy81aUA5aD1g==",
+ "path": "microsoft.web.webview2/1.0.2592.51",
+ "hashPath": "microsoft.web.webview2.1.0.2592.51.nupkg.sha512"
+ },
+ "Newtonsoft.Json/13.0.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
+ "path": "newtonsoft.json/13.0.3",
+ "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
+ }
+ }
+}
\ No newline at end of file
diff --git a/obj/Release/net8.0-windows/SSIRewritten.designer.runtimeconfig.json b/obj/Release/net8.0-windows/SSIRewritten.designer.runtimeconfig.json
new file mode 100644
index 0000000..2ebf559
--- /dev/null
+++ b/obj/Release/net8.0-windows/SSIRewritten.designer.runtimeconfig.json
@@ -0,0 +1,25 @@
+{
+ "runtimeOptions": {
+ "tfm": "net8.0",
+ "frameworks": [
+ {
+ "name": "Microsoft.NETCore.App",
+ "version": "8.0.0"
+ },
+ {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "8.0.0"
+ }
+ ],
+ "additionalProbingPaths": [
+ "C:\\Users\\massi\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\massi\\.nuget\\packages",
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configProperties": {
+ "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
+ "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
+ "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/obj/Release/net8.0-windows/SSIRewritten.dll b/obj/Release/net8.0-windows/SSIRewritten.dll
new file mode 100644
index 0000000..3df9028
Binary files /dev/null and b/obj/Release/net8.0-windows/SSIRewritten.dll differ
diff --git a/obj/Release/net8.0-windows/SSIRewritten.g.resources b/obj/Release/net8.0-windows/SSIRewritten.g.resources
new file mode 100644
index 0000000..d890f6b
Binary files /dev/null and b/obj/Release/net8.0-windows/SSIRewritten.g.resources differ
diff --git a/obj/Release/net8.0-windows/SSIRewritten.genruntimeconfig.cache b/obj/Release/net8.0-windows/SSIRewritten.genruntimeconfig.cache
new file mode 100644
index 0000000..2c8d67a
--- /dev/null
+++ b/obj/Release/net8.0-windows/SSIRewritten.genruntimeconfig.cache
@@ -0,0 +1 @@
+8a66d7fb5f80c7358eee01687b74637f3fa1f3e7d448b9c0e41f15bd4ff917fe
diff --git a/obj/Release/net8.0-windows/SSIRewritten.pdb b/obj/Release/net8.0-windows/SSIRewritten.pdb
new file mode 100644
index 0000000..3e961fc
Binary files /dev/null and b/obj/Release/net8.0-windows/SSIRewritten.pdb differ
diff --git a/obj/Release/net8.0-windows/SSIRewritten_Content.g.cs b/obj/Release/net8.0-windows/SSIRewritten_Content.g.cs
new file mode 100644
index 0000000..49f6c2d
--- /dev/null
+++ b/obj/Release/net8.0-windows/SSIRewritten_Content.g.cs
@@ -0,0 +1,18 @@
+//------------------------------------------------------------------------------
+//
+// Il codice è stato generato da uno strumento.
+// Versione runtime:4.0.30319.42000
+//
+// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ssir-tu2.ico")]
+[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("web/index.html")]
+[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("web/styles.css")]
+[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("webview2loader.dll")]
+[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("webview2loader.dll")]
+[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("webview2loader.dll")]
+
+
diff --git a/obj/Release/net8.0-windows/SSIRewritten_Content.g.i.cs b/obj/Release/net8.0-windows/SSIRewritten_Content.g.i.cs
new file mode 100644
index 0000000..49f6c2d
--- /dev/null
+++ b/obj/Release/net8.0-windows/SSIRewritten_Content.g.i.cs
@@ -0,0 +1,18 @@
+//------------------------------------------------------------------------------
+//
+// Il codice è stato generato da uno strumento.
+// Versione runtime:4.0.30319.42000
+//
+// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ssir-tu2.ico")]
+[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("web/index.html")]
+[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("web/styles.css")]
+[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("webview2loader.dll")]
+[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("webview2loader.dll")]
+[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("webview2loader.dll")]
+
+
diff --git a/obj/Release/net8.0-windows/SSIRewritten_MarkupCompile.cache b/obj/Release/net8.0-windows/SSIRewritten_MarkupCompile.cache
new file mode 100644
index 0000000..6d16868
--- /dev/null
+++ b/obj/Release/net8.0-windows/SSIRewritten_MarkupCompile.cache
@@ -0,0 +1,20 @@
+SSIRewritten
+
+
+winexe
+C#
+.cs
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\
+SSIRewritten
+none
+false
+TRACE;RELEASE;NET;NET8_0;NETCOREAPP
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\App.xaml
+11407045341
+6-358708530
+4-729148536
+202-2074190682
+MainWindow.xaml;
+
+False
+
diff --git a/obj/Release/net8.0-windows/SSIRewritten_MarkupCompile.i.cache b/obj/Release/net8.0-windows/SSIRewritten_MarkupCompile.i.cache
new file mode 100644
index 0000000..b533c28
--- /dev/null
+++ b/obj/Release/net8.0-windows/SSIRewritten_MarkupCompile.i.cache
@@ -0,0 +1,20 @@
+SSIRewritten
+1.0.0.0
+
+winexe
+C#
+.cs
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\obj\Release\net8.0-windows\
+SSIRewritten
+none
+false
+TRACE;RELEASE;NET;NET8_0;NETCOREAPP
+F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\App.xaml
+11407045341
+6-358708530
+6-1482341333
+202-2074190682
+MainWindow.xaml;
+
+False
+
diff --git a/obj/Release/net8.0-windows/apphost.exe b/obj/Release/net8.0-windows/apphost.exe
new file mode 100644
index 0000000..eb7ed4a
Binary files /dev/null and b/obj/Release/net8.0-windows/apphost.exe differ
diff --git a/obj/Release/net8.0-windows/ref/SSIRewritten.dll b/obj/Release/net8.0-windows/ref/SSIRewritten.dll
new file mode 100644
index 0000000..caff3c8
Binary files /dev/null and b/obj/Release/net8.0-windows/ref/SSIRewritten.dll differ
diff --git a/obj/Release/net8.0-windows/refint/SSIRewritten.dll b/obj/Release/net8.0-windows/refint/SSIRewritten.dll
new file mode 100644
index 0000000..caff3c8
Binary files /dev/null and b/obj/Release/net8.0-windows/refint/SSIRewritten.dll differ
diff --git a/web/index.html b/web/index.html
index 964c893..85a7cc5 100644
--- a/web/index.html
+++ b/web/index.html
@@ -2,26 +2,26 @@
+
+
+
SSIRewritten
SSIR
- made by jstmax! with <3
+ running version TU2!
-
-
+
diff --git a/web/styles.css b/web/styles.css
index 98e77b0..5b34a19 100644
--- a/web/styles.css
+++ b/web/styles.css
@@ -1,15 +1,34 @@
-@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
+/*
+html, body {
+ width: 100vw;
+ height: 100vh;
+ overflow: hidden;
+}
+
+.container {
+ width: 555px;
+ height: 530px;
+ margin: 0 auto;
+}
+ >> Please do not uncomment the above code; it is only necessary on CodePen to force the resolution. :)
+*/
+
+.barlow-regular {
+ font-family: "Barlow", sans-serif;
+ font-weight: 400;
+ font-style: normal;
+}
body {
- background-image: linear-gradient(#383838, #bababa);
+ background-image: linear-gradient(#a8a8a8, #899c7c);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.Tl {
- font-family: "Ubuntu";
- font-weight: 300;
+ font-family: "Barlow";
+ font-weight: 400;
font-size: 100px;
color: white;
margin-top: 35px;
@@ -18,9 +37,9 @@ body {
}
.sTl {
- font-family: "Ubuntu";
- font-weight: 300;
- font-size: 18px;
+ font-family: "Barlow";
+ font-weight: 400;
+ font-size: 22px;
color: white;
margin-top: -18px;
margin-left: 33px;
@@ -28,13 +47,13 @@ body {
}
.chkMark {
- margin-left: 30px;
+ margin-left: 34px;
}
.chkBox {
- font-family: "Ubuntu";
- font-weight: 300;
- font-size: 18px;
+ font-family: "Barlow";
+ font-weight: 400;
+ font-size: 19px;
color: white;
margin-top: 0px;
margin-left: -3px;
@@ -43,32 +62,29 @@ body {
.button {
/* button style stuff */
- background-image: linear-gradient(#616161, #343434);
- border-color: #cdcdcd;
- border-width: 1px;
+ border-color: #eaeaea;
+ border-width: 0px;
border-radius: 0px;
- padding: 5px 38px;
+ padding: 8px 64px;
/* button text stuff */
display: inline-block;
- font-size: 23px;
- font-family: "Ubuntu";
- font-weight: 300;
- color: white;
+ font-size: 19px;
+ font-family: "Barlow";
+ font-weight: 400;
+ color: #181818;
text-align: center;
text-decoration: none;
- text-shadow: 0px 0px 4px white;
- /* button "awful positioning as always"-stuff */
+ /* button's "awful positioning as always"-stuff */
margin-top: 15px;
- margin-left: 30px;
- /* button stuff for hover anim */
+ margin-left: 34px;
+ /* button's stuff for hover anim */
transition-duration: 0.4s;
- box-shadow: 0px 1px 4px black;
+ box-shadow: 0px 1px 5px black;
}
.button:hover {
/* button hover anim */
- background-image: linear-gradient(#909090, #c0c0c0);
- color: white;
- text-shadow: 0px 1px 3px black;
- box-shadow: 0px 2px 16px black;
- }
\ No newline at end of file
+ border-color: #ffffff;
+ padding: 9px 66px;
+ box-shadow: 0px 0px 0px black;
+ }