diff --git a/.vs/ShowInstalledNXversion.git/FileContentIndex/8a957e7e-3bc5-4d38-9932-03ab0e04725a.vsidx b/.vs/ShowInstalledNXversion.git/FileContentIndex/8a957e7e-3bc5-4d38-9932-03ab0e04725a.vsidx new file mode 100644 index 0000000..12e362a Binary files /dev/null and b/.vs/ShowInstalledNXversion.git/FileContentIndex/8a957e7e-3bc5-4d38-9932-03ab0e04725a.vsidx differ diff --git a/.vs/ShowInstalledNXversion.git/v16/.suo b/.vs/ShowInstalledNXversion.git/v16/.suo index e660837..8e39cc2 100644 Binary files a/.vs/ShowInstalledNXversion.git/v16/.suo and b/.vs/ShowInstalledNXversion.git/v16/.suo differ diff --git a/.vs/ShowInstalledNXversion.git/v17/.suo b/.vs/ShowInstalledNXversion.git/v17/.suo new file mode 100644 index 0000000..e0e58ea Binary files /dev/null and b/.vs/ShowInstalledNXversion.git/v17/.suo differ diff --git a/ShowInstalledNXversion/App.config b/ShowInstalledNXversion/App.config index 56efbc7..4bfa005 100644 --- a/ShowInstalledNXversion/App.config +++ b/ShowInstalledNXversion/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/ShowInstalledNXversion/Form1.Designer.cs b/ShowInstalledNXversion/Form1.Designer.cs index ccca4b0..b3ed3ca 100644 --- a/ShowInstalledNXversion/Form1.Designer.cs +++ b/ShowInstalledNXversion/Form1.Designer.cs @@ -64,7 +64,7 @@ namespace ShowInstalledNXversion this.groupBoxSelect.Controls.Add(this.labelInstallationFolder); this.groupBoxSelect.Location = new System.Drawing.Point(12, 12); this.groupBoxSelect.Name = "groupBoxSelect"; - this.groupBoxSelect.Size = new System.Drawing.Size(381, 72); + this.groupBoxSelect.Size = new System.Drawing.Size(350, 72); this.groupBoxSelect.TabIndex = 1; this.groupBoxSelect.TabStop = false; this.groupBoxSelect.Text = "Auswahl"; @@ -74,7 +74,7 @@ namespace ShowInstalledNXversion this.comboBoxInstalledNX.FormattingEnabled = true; this.comboBoxInstalledNX.Location = new System.Drawing.Point(127, 45); this.comboBoxInstalledNX.Name = "comboBoxInstalledNX"; - this.comboBoxInstalledNX.Size = new System.Drawing.Size(247, 21); + this.comboBoxInstalledNX.Size = new System.Drawing.Size(217, 21); this.comboBoxInstalledNX.TabIndex = 5; this.comboBoxInstalledNX.SelectedIndexChanged += new System.EventHandler(this.comboBoxInstalledNX_SelectedIndexChanged); // @@ -83,13 +83,13 @@ namespace ShowInstalledNXversion this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 49); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(60, 13); + this.label1.Size = new System.Drawing.Size(88, 13); this.label1.TabIndex = 4; - this.label1.Text = "NX Version"; + this.label1.Text = "NX Basis-Version"; // // buttonInstallationFolder // - this.buttonInstallationFolder.Location = new System.Drawing.Point(300, 17); + this.buttonInstallationFolder.Location = new System.Drawing.Point(269, 16); this.buttonInstallationFolder.Name = "buttonInstallationFolder"; this.buttonInstallationFolder.Size = new System.Drawing.Size(75, 23); this.buttonInstallationFolder.TabIndex = 2; @@ -101,7 +101,7 @@ namespace ShowInstalledNXversion // this.textBoxInstallationFolder.Location = new System.Drawing.Point(127, 19); this.textBoxInstallationFolder.Name = "textBoxInstallationFolder"; - this.textBoxInstallationFolder.Size = new System.Drawing.Size(167, 20); + this.textBoxInstallationFolder.Size = new System.Drawing.Size(136, 20); this.textBoxInstallationFolder.TabIndex = 1; this.textBoxInstallationFolder.Text = "C:\\CAD"; this.textBoxInstallationFolder.TextChanged += new System.EventHandler(this.textBoxInstallationFolder_TextChanged); @@ -113,17 +113,17 @@ namespace ShowInstalledNXversion this.groupBoxResult.Controls.Add(this.labelInstalledNxVersion); this.groupBoxResult.Location = new System.Drawing.Point(12, 90); this.groupBoxResult.Name = "groupBoxResult"; - this.groupBoxResult.Size = new System.Drawing.Size(380, 46); + this.groupBoxResult.Size = new System.Drawing.Size(350, 46); this.groupBoxResult.TabIndex = 2; this.groupBoxResult.TabStop = false; this.groupBoxResult.Text = "Ergebnis"; // // textBoxInstalledNxVersion // - this.textBoxInstalledNxVersion.Location = new System.Drawing.Point(127, 20); + this.textBoxInstalledNxVersion.Location = new System.Drawing.Point(122, 20); this.textBoxInstalledNxVersion.Name = "textBoxInstalledNxVersion"; this.textBoxInstalledNxVersion.ReadOnly = true; - this.textBoxInstalledNxVersion.Size = new System.Drawing.Size(247, 20); + this.textBoxInstalledNxVersion.Size = new System.Drawing.Size(222, 20); this.textBoxInstalledNxVersion.TabIndex = 1; // // labelInstalledNxVersion @@ -137,19 +137,19 @@ namespace ShowInstalledNXversion // // buttonExportVersion // - this.buttonExportVersion.Location = new System.Drawing.Point(12, 143); + this.buttonExportVersion.Location = new System.Drawing.Point(12, 142); this.buttonExportVersion.Name = "buttonExportVersion"; - this.buttonExportVersion.Size = new System.Drawing.Size(336, 23); + this.buttonExportVersion.Size = new System.Drawing.Size(305, 23); this.buttonExportVersion.TabIndex = 3; - this.buttonExportVersion.Text = "Exportiere alle Installationen in \'InstalledNX-Versions.txt\' am Desktop"; + this.buttonExportVersion.Text = "Alle Infos nach \'Desktop\\InstalledNX-Versions.txt\' exportieren"; this.buttonExportVersion.UseVisualStyleBackColor = true; this.buttonExportVersion.Click += new System.EventHandler(this.buttonExportVersion_Click); // // buttonAbout // - this.buttonAbout.Location = new System.Drawing.Point(354, 143); + this.buttonAbout.Location = new System.Drawing.Point(323, 142); this.buttonAbout.Name = "buttonAbout"; - this.buttonAbout.Size = new System.Drawing.Size(38, 23); + this.buttonAbout.Size = new System.Drawing.Size(39, 23); this.buttonAbout.TabIndex = 4; this.buttonAbout.Text = "Über"; this.buttonAbout.UseVisualStyleBackColor = true; @@ -159,7 +159,7 @@ namespace ShowInstalledNXversion // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(404, 178); + this.ClientSize = new System.Drawing.Size(374, 177); this.Controls.Add(this.buttonAbout); this.Controls.Add(this.buttonExportVersion); this.Controls.Add(this.groupBoxResult); diff --git a/ShowInstalledNXversion/Properties/Resources.Designer.cs b/ShowInstalledNXversion/Properties/Resources.Designer.cs index 3dcaa00..3db0bd4 100644 --- a/ShowInstalledNXversion/Properties/Resources.Designer.cs +++ b/ShowInstalledNXversion/Properties/Resources.Designer.cs @@ -1,68 +1,61 @@ //------------------------------------------------------------------------------ // // Dieser Code wurde von einem Tool generiert. -// Laufzeitversion: 4.0.30319.42000 +// Laufzeitversion:4.0.30319.42000 // -// Änderungen an dieser Datei können fehlerhaftes Verhalten verursachen und gehen verloren, wenn -// der Code neu generiert wird. +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. // //------------------------------------------------------------------------------ - -namespace ShowInstalledNXversion.Properties -{ +namespace ShowInstalledNXversion.Properties { + using System; + + /// /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. /// - // Diese Klasse wurde von der StronglyTypedResourceBuilder-Klasse - // über ein Tool wie ResGen oder Visual Studio automatisch generiert. + // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert + // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen - // mit der Option /str erneut aus, oder erstellen Sie Ihr VS-Projekt neu. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources - { - + 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() - { + internal Resources() { } - + /// /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ShowInstalledNXversion.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - + /// /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - /// Ressourcenlookups, die diese stark typisierte Ressourcenklasse verwenden. + /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { + internal static global::System.Globalization.CultureInfo Culture { + get { return resourceCulture; } - set - { + set { resourceCulture = value; } } diff --git a/ShowInstalledNXversion/Properties/Settings.Designer.cs b/ShowInstalledNXversion/Properties/Settings.Designer.cs index fccff13..3a3aa97 100644 --- a/ShowInstalledNXversion/Properties/Settings.Designer.cs +++ b/ShowInstalledNXversion/Properties/Settings.Designer.cs @@ -1,27 +1,24 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. // //------------------------------------------------------------------------------ - -namespace ShowInstalledNXversion.Properties -{ +namespace ShowInstalledNXversion.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 - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.7.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 - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/ShowInstalledNXversion/ShowInstalledNXversion.csproj b/ShowInstalledNXversion/ShowInstalledNXversion.csproj index 29ced48..6dd682b 100644 --- a/ShowInstalledNXversion/ShowInstalledNXversion.csproj +++ b/ShowInstalledNXversion/ShowInstalledNXversion.csproj @@ -8,10 +8,11 @@ WinExe ShowInstalledNXversion ShowInstalledNXversion - v4.7.2 + v4.8 512 true false + AnyCPU @@ -79,6 +80,7 @@ True Resources.resx + True SettingsSingleFileGenerator diff --git a/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe b/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe index afb85e5..1708e01 100644 Binary files a/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe and b/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe differ diff --git a/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe.config b/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe.config index 56efbc7..4bfa005 100644 --- a/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe.config +++ b/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.pdb b/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.pdb index 79eaf12..e984d42 100644 Binary files a/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.pdb and b/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.pdb differ diff --git a/ShowInstalledNXversion/bin/Debug/de/heabox.resources.dll b/ShowInstalledNXversion/bin/Debug/de/heabox.resources.dll index b7646f6..1967cd4 100644 Binary files a/ShowInstalledNXversion/bin/Debug/de/heabox.resources.dll and b/ShowInstalledNXversion/bin/Debug/de/heabox.resources.dll differ diff --git a/ShowInstalledNXversion/bin/Debug/en/heabox.resources.dll b/ShowInstalledNXversion/bin/Debug/en/heabox.resources.dll index f35a834..be0bd5a 100644 Binary files a/ShowInstalledNXversion/bin/Debug/en/heabox.resources.dll and b/ShowInstalledNXversion/bin/Debug/en/heabox.resources.dll differ diff --git a/ShowInstalledNXversion/bin/Debug/heabox.dll b/ShowInstalledNXversion/bin/Debug/heabox.dll index ee745f7..ae84a8a 100644 Binary files a/ShowInstalledNXversion/bin/Debug/heabox.dll and b/ShowInstalledNXversion/bin/Debug/heabox.dll differ diff --git a/ShowInstalledNXversion/bin/Debug/heabox.pdb b/ShowInstalledNXversion/bin/Debug/heabox.pdb index 5f56a43..71c4b3f 100644 Binary files a/ShowInstalledNXversion/bin/Debug/heabox.pdb and b/ShowInstalledNXversion/bin/Debug/heabox.pdb differ diff --git a/ShowInstalledNXversion/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/ShowInstalledNXversion/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/ShowInstalledNXversion/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/ShowInstalledNXversion/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/ShowInstalledNXversion/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 0e9caef..5a13ae1 100644 Binary files a/ShowInstalledNXversion/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/ShowInstalledNXversion/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/ShowInstalledNXversion/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/ShowInstalledNXversion/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 4615152..b1fad23 100644 Binary files a/ShowInstalledNXversion/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/ShowInstalledNXversion/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.AssemblyReference.cache b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.AssemblyReference.cache index 49a09bb..3f886d1 100644 Binary files a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.AssemblyReference.cache and b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.AssemblyReference.cache differ diff --git a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.CoreCompileInputs.cache b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.CoreCompileInputs.cache index 101a5f6..9f74671 100644 --- a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.CoreCompileInputs.cache +++ b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -a8f1d44814445f7273189101ea924fc6805765a9 +6cb86a08b9097cc978e5a607d78c62ae4c082ec3 diff --git a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.FileListAbsolute.txt b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.FileListAbsolute.txt index 96c34f4..f863d96 100644 --- a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.FileListAbsolute.txt +++ b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.FileListAbsolute.txt @@ -17,3 +17,22 @@ H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversio H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\de\heabox.resources.dll H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\en\heabox.resources.dll H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.csproj.AssemblyReference.cache +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.csproj.AssemblyReference.cache +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.Form1.resources +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.Properties.Resources.resources +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.csproj.GenerateResource.cache +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.csproj.CoreCompileInputs.cache +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.exe +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.pdb +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\ShowInstalledNXversion.exe.config +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\ShowInstalledNXversion.exe +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\ShowInstalledNXversion.pdb +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\heabox.dll +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\henxver.dll +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\herfoffo.dll +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\heabox.pdb +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\henxver.pdb +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\herfoffo.pdb +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\de\heabox.resources.dll +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\en\heabox.resources.dll +C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.csproj.CopyComplete diff --git a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.GenerateResource.cache b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.GenerateResource.cache index 415e105..196b69e 100644 Binary files a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.GenerateResource.cache and b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.GenerateResource.cache differ diff --git a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.exe b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.exe index afb85e5..1708e01 100644 Binary files a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.exe and b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.exe differ diff --git a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.pdb b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.pdb index 79eaf12..e984d42 100644 Binary files a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.pdb and b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.pdb differ diff --git a/ShowInstalledNXversion/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/ShowInstalledNXversion/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll new file mode 100644 index 0000000..673ff85 Binary files /dev/null and b/ShowInstalledNXversion/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll differ