-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
659 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>SSIRewritten</id> | ||
<version>1.0.0</version> | ||
<authors>SSIRewritten</authors> | ||
<description>Package Description</description> | ||
<repository type="git" /> | ||
<dependencies> | ||
<group targetFramework="net8.0-windows7.0"> | ||
<dependency id="Microsoft.Web.WebView2" version="1.0.2592.51" exclude="Build,Analyzers" /> | ||
<dependency id="Newtonsoft.Json" version="13.0.3" exclude="Build,Analyzers" /> | ||
</group> | ||
</dependencies> | ||
<frameworkReferences> | ||
<group targetFramework="net8.0-windows7.0"> | ||
<frameworkReference name="Microsoft.WindowsDesktop.App.WPF" /> | ||
</group> | ||
</frameworkReferences> | ||
<contentFiles> | ||
<files include="any/net8.0-windows7.0/web/index.html" buildAction="Content" /> | ||
</contentFiles> | ||
</metadata> | ||
<files> | ||
<file src="F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\bin\Debug\net8.0-windows\SSIRewritten.runtimeconfig.json" target="lib\net8.0-windows7.0\SSIRewritten.runtimeconfig.json" /> | ||
<file src="F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\bin\Debug\net8.0-windows\SSIRewritten.dll" target="lib\net8.0-windows7.0\SSIRewritten.dll" /> | ||
<file src="F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\web\index.html" target="content\web\index.html" /> | ||
<file src="F:\vscode REPOS\a SSIRewritten WPF\SSIRewritten\web\index.html" target="contentFiles\any\net8.0-windows7.0\web\index.html" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "75B047135984AA7BC9EA842CC5000314A0B186E6" | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// 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. | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
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 { | ||
|
||
|
||
/// <summary> | ||
/// App | ||
/// </summary> | ||
public partial class App : System.Windows.Application { | ||
|
||
/// <summary> | ||
/// InitializeComponent | ||
/// </summary> | ||
[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 | ||
} | ||
|
||
/// <summary> | ||
/// Application Entry Point. | ||
/// </summary> | ||
[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(); | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "75B047135984AA7BC9EA842CC5000314A0B186E6" | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// 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. | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
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 { | ||
|
||
|
||
/// <summary> | ||
/// App | ||
/// </summary> | ||
public partial class App : System.Windows.Application { | ||
|
||
/// <summary> | ||
/// InitializeComponent | ||
/// </summary> | ||
[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 | ||
} | ||
|
||
/// <summary> | ||
/// Application Entry Point. | ||
/// </summary> | ||
[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(); | ||
} | ||
} | ||
} | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "166FF23A50D76476B133ED48C13A5F0E8C9855D3" | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// 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. | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
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 { | ||
|
||
|
||
/// <summary> | ||
/// MainWindow | ||
/// </summary> | ||
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; | ||
|
||
/// <summary> | ||
/// InitializeComponent | ||
/// </summary> | ||
[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; | ||
} | ||
} | ||
} | ||
|
Oops, something went wrong.