From 1e237a337f0e37be343a4c0b70d1afa4a03897b7 Mon Sep 17 00:00:00 2001 From: Vichingo455 <59311016+Vichingo455@users.noreply.github.com> Date: Mon, 7 Mar 2022 16:33:27 +0100 Subject: [PATCH] Pre-release --- .gitignore | 3 +- Notepad Setup/App.config | 6 - Notepad Setup/Form1.Designer.cs | 40 ------ Notepad Setup/Form1.cs | 20 --- Notepad Setup/Notepad Setup.csproj | 99 --------------- Notepad Setup/Program.cs | 22 ---- Notepad Setup/Properties/AssemblyInfo.cs | 36 ------ .../Properties/Resources.Designer.cs | 71 ----------- Notepad Setup/Properties/Resources.resx | 117 ------------------ Notepad Setup/Properties/Settings.Designer.cs | 30 ----- Notepad Setup/Properties/Settings.settings | 7 -- 11 files changed, 2 insertions(+), 449 deletions(-) delete mode 100644 Notepad Setup/App.config delete mode 100644 Notepad Setup/Form1.Designer.cs delete mode 100644 Notepad Setup/Form1.cs delete mode 100644 Notepad Setup/Notepad Setup.csproj delete mode 100644 Notepad Setup/Program.cs delete mode 100644 Notepad Setup/Properties/AssemblyInfo.cs delete mode 100644 Notepad Setup/Properties/Resources.Designer.cs delete mode 100644 Notepad Setup/Properties/Resources.resx delete mode 100644 Notepad Setup/Properties/Settings.Designer.cs delete mode 100644 Notepad Setup/Properties/Settings.settings diff --git a/.gitignore b/.gitignore index 9491a2f..d66beb5 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,5 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +/Notepad Setup.iso diff --git a/Notepad Setup/App.config b/Notepad Setup/App.config deleted file mode 100644 index 88fa402..0000000 --- a/Notepad Setup/App.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Notepad Setup/Form1.Designer.cs b/Notepad Setup/Form1.Designer.cs deleted file mode 100644 index 30317d9..0000000 --- a/Notepad Setup/Form1.Designer.cs +++ /dev/null @@ -1,40 +0,0 @@ -namespace Notepad_Setup -{ - partial class Form1 - { - /// - /// Variabile di progettazione necessaria. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Pulire le risorse in uso. - /// - /// ha valore true se le risorse gestite devono essere eliminate, false in caso contrario. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Codice generato da Progettazione Windows Form - - /// - /// Metodo necessario per il supporto della finestra di progettazione. Non modificare - /// il contenuto del metodo con l'editor di codice. - /// - private void InitializeComponent() - { - this.components = new System.ComponentModel.Container(); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(800, 450); - this.Text = "Form1"; - } - - #endregion - } -} - diff --git a/Notepad Setup/Form1.cs b/Notepad Setup/Form1.cs deleted file mode 100644 index 6dfa1a4..0000000 --- a/Notepad Setup/Form1.cs +++ /dev/null @@ -1,20 +0,0 @@ -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 Notepad_Setup -{ - public partial class Form1 : Form - { - public Form1() - { - InitializeComponent(); - } - } -} diff --git a/Notepad Setup/Notepad Setup.csproj b/Notepad Setup/Notepad Setup.csproj deleted file mode 100644 index e4e6567..0000000 --- a/Notepad Setup/Notepad Setup.csproj +++ /dev/null @@ -1,99 +0,0 @@ - - - - - Debug - AnyCPU - {22DC98A6-CB73-465F-8705-B83CF7492702} - WinExe - Notepad_Setup - Notepad Setup - v4.5.2 - 512 - true - true - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - - - 635D9B916F398DEC4D61A283C8622C270F51A285 - - - Notepad_TemporaryKey.pfx - - - true - - - Notepad_TemporaryKey.pfx - - - http://timestamp.digicert.com - - - - - - - - - - - - - - - - - Form - - - Form1.cs - - - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - - - - - \ No newline at end of file diff --git a/Notepad Setup/Program.cs b/Notepad Setup/Program.cs deleted file mode 100644 index 7145496..0000000 --- a/Notepad Setup/Program.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace Notepad_Setup -{ - internal static class Program - { - /// - /// Punto di ingresso principale dell'applicazione. - /// - [STAThread] - static void Main() - { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new Form1()); - } - } -} diff --git a/Notepad Setup/Properties/AssemblyInfo.cs b/Notepad Setup/Properties/AssemblyInfo.cs deleted file mode 100644 index d38b52f..0000000 --- a/Notepad Setup/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// Le informazioni generali relative a un assembly sono controllate dal seguente -// set di attributi. Modificare i valori di questi attributi per modificare le informazioni -// associate a un assembly. -[assembly: AssemblyTitle("Notepad Setup")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Vichingo455")] -[assembly: AssemblyProduct("Notepad Setup")] -[assembly: AssemblyCopyright("Copyright © Vichingo455 2022")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Se si imposta ComVisible su false, i tipi in questo assembly non saranno visibili -// ai componenti COM. Se è necessario accedere a un tipo in questo assembly da -// COM, impostare su true l'attributo ComVisible per tale tipo. -[assembly: ComVisible(false)] - -// Se il progetto viene esposto a COM, il GUID seguente verrà utilizzato come ID della libreria dei tipi -[assembly: Guid("22dc98a6-cb73-465f-8705-b83cf7492702")] - -// Le informazioni sulla versione di un assembly sono costituite dai seguenti quattro valori: -// -// Versione principale -// Versione secondaria -// Numero di build -// Revisione -// -// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build -// usando l'asterisco '*' come illustrato di seguito: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Notepad Setup/Properties/Resources.Designer.cs b/Notepad Setup/Properties/Resources.Designer.cs deleted file mode 100644 index b09fe07..0000000 --- a/Notepad Setup/Properties/Resources.Designer.cs +++ /dev/null @@ -1,71 +0,0 @@ -//------------------------------------------------------------------------------ -// -// Codice generato da uno strumento. -// Versione runtime:4.0.30319.42000 -// -// Le modifiche apportate a questo file possono causare un comportamento non corretto e andranno perse se -// il codice viene rigenerato. -// -//------------------------------------------------------------------------------ - -namespace Notepad_Setup.Properties -{ - - - /// - /// Classe di risorse fortemente tipizzata per la ricerca di stringhe localizzate e così via. - /// - // Questa classe è stata generata automaticamente dalla classe StronglyTypedResourceBuilder - // tramite uno strumento quale ResGen o Visual Studio. - // Per aggiungere o rimuovere un membro, modificare il file .ResX, quindi eseguire di nuovo ResGen - // con l'opzione /str oppure ricompilare il progetto VS. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources - { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { - } - - /// - /// Restituisce l'istanza di ResourceManager memorizzata nella cache e usata da questa classe. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Notepad_Setup.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Esegue l'override della proprietà CurrentUICulture del thread corrente per tutte - /// le ricerche di risorse che utilizzano questa classe di risorse fortemente tipizzata. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { - return resourceCulture; - } - set - { - resourceCulture = value; - } - } - } -} diff --git a/Notepad Setup/Properties/Resources.resx b/Notepad Setup/Properties/Resources.resx deleted file mode 100644 index af7dbeb..0000000 --- a/Notepad Setup/Properties/Resources.resx +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/Notepad Setup/Properties/Settings.Designer.cs b/Notepad Setup/Properties/Settings.Designer.cs deleted file mode 100644 index d746b56..0000000 --- a/Notepad Setup/Properties/Settings.Designer.cs +++ /dev/null @@ -1,30 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Notepad_Setup.Properties -{ - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - - private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { - return defaultInstance; - } - } - } -} diff --git a/Notepad Setup/Properties/Settings.settings b/Notepad Setup/Properties/Settings.settings deleted file mode 100644 index 3964565..0000000 --- a/Notepad Setup/Properties/Settings.settings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - -