diff --git a/.vs/ARCHBLOXLauncherGUI/FileContentIndex/read.lock b/.vs/ARCHBLOXLauncherGUI/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/Form1.Designer.cs b/Form1.Designer.cs index 1d1f531..f20c58f 100644 --- a/Form1.Designer.cs +++ b/Form1.Designer.cs @@ -68,7 +68,7 @@ // this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; - this.pictureBox1.Image = global::ARCHBLOXLauncher1.Properties.Resources.unknown; + this.pictureBox1.Image = global::ARCHBLOXLauncherGUI.Properties.Resources.unknown; this.pictureBox1.Location = new System.Drawing.Point(54, 12); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(203, 40); @@ -138,7 +138,7 @@ // button2 // this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); - this.button2.BackgroundImage = global::ARCHBLOXLauncher1.Properties.Resources.buttongreen; + this.button2.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.buttongreen; this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button2.ForeColor = System.Drawing.SystemColors.ButtonHighlight; @@ -197,7 +197,7 @@ // // button3 // - this.button3.BackgroundImage = global::ARCHBLOXLauncher1.Properties.Resources.buttonblue; + this.button3.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.buttonblue; this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button3.ForeColor = System.Drawing.SystemColors.ButtonHighlight; @@ -221,7 +221,7 @@ // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); - this.button1.BackgroundImage = global::ARCHBLOXLauncher1.Properties.Resources.buttongreen; + this.button1.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.buttongreen; this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight; @@ -235,7 +235,7 @@ // // HostBTN // - this.HostBTN.BackgroundImage = global::ARCHBLOXLauncher1.Properties.Resources.buttonblue; + this.HostBTN.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.buttonblue; this.HostBTN.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.HostBTN.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.HostBTN.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); @@ -250,7 +250,7 @@ // // JoinBTN // - this.JoinBTN.BackgroundImage = global::ARCHBLOXLauncher1.Properties.Resources.buttonblue; + this.JoinBTN.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.buttonblue; this.JoinBTN.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.JoinBTN.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.JoinBTN.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); @@ -265,7 +265,7 @@ // // UpdateBTN // - this.UpdateBTN.BackgroundImage = global::ARCHBLOXLauncher1.Properties.Resources.buttonblue; + this.UpdateBTN.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.buttonblue; this.UpdateBTN.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.UpdateBTN.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.UpdateBTN.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); @@ -292,7 +292,7 @@ // // BackBTN_Join // - this.BackBTN_Join.BackgroundImage = global::ARCHBLOXLauncher1.Properties.Resources.buttonblue; + this.BackBTN_Join.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.buttonblue; this.BackBTN_Join.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.BackBTN_Join.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.BackBTN_Join.Location = new System.Drawing.Point(258, -24); @@ -313,7 +313,7 @@ // // BackBTN_Host // - this.BackBTN_Host.BackgroundImage = global::ARCHBLOXLauncher1.Properties.Resources.buttonblue; + this.BackBTN_Host.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.buttonblue; this.BackBTN_Host.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.BackBTN_Host.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.BackBTN_Host.Location = new System.Drawing.Point(258, -24); @@ -345,7 +345,7 @@ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(107)))), ((int)(((byte)(223))))); - this.BackgroundImage = global::ARCHBLOXLauncher1.Properties.Resources.animated; + this.BackgroundImage = global::ARCHBLOXLauncherGUI.Properties.Resources.animated; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(308, 259); this.Controls.Add(this.BackBTN_Host); diff --git a/Form2.Designer.cs b/Form2.Designer.cs index 82b859c..dc893ef 100644 --- a/Form2.Designer.cs +++ b/Form2.Designer.cs @@ -38,7 +38,7 @@ // pictureBox1 // this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; - this.pictureBox1.Image = global::ARCHBLOXLauncher1.Properties.Resources.archblox; + this.pictureBox1.Image = global::ARCHBLOXLauncherGUI.Properties.Resources.archblox; this.pictureBox1.Location = new System.Drawing.Point(3, 6); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(46, 46); diff --git a/Form2.cs b/Form2.cs index d19d4c1..b27e3e5 100644 --- a/Form2.cs +++ b/Form2.cs @@ -114,7 +114,7 @@ namespace ARCHBLOXLauncher1 label1.Text = "ARCHBLOX has been installed!"; } else { - label1.Text = "ARCHBLOX has been installed without URI."; + label1.Text = "ARCHBLOX installed without URI."; } } diff --git a/Properties/PublishProfiles/x64.pubxml.user b/Properties/PublishProfiles/x64.pubxml.user index 3c9a79d..199638a 100644 --- a/Properties/PublishProfiles/x64.pubxml.user +++ b/Properties/PublishProfiles/x64.pubxml.user @@ -4,6 +4,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121. --> - True|2022-07-13T06:47:01.0681916Z;True|2022-07-13T16:28:49.6060671+10:00;False|2022-07-13T16:28:36.6234772+10:00;True|2022-07-13T16:27:25.2155759+10:00;True|2022-07-13T16:20:04.4747082+10:00;True|2022-07-13T00:37:48.5001758+10:00;True|2022-07-13T00:37:23.7218937+10:00;True|2022-07-13T00:35:56.1276705+10:00;True|2022-07-12T20:31:31.4891674+10:00;True|2022-07-12T07:42:57.8030421+10:00;True|2022-07-12T07:24:22.2110673+10:00;True|2022-07-12T07:12:22.1327523+10:00;True|2022-07-12T01:02:07.4142780+10:00;True|2022-07-12T01:01:55.1054218+10:00;True|2022-07-12T00:57:05.7704097+10:00;True|2022-07-11T19:45:06.3965836+10:00;True|2022-07-11T03:03:05.5235378+10:00;True|2022-07-11T01:29:52.2575986+10:00;True|2022-07-11T01:29:03.7081553+10:00;True|2022-07-11T01:07:30.8355486+10:00;True|2022-07-11T00:18:27.1107980+10:00;True|2022-07-10T21:59:11.0753271+10:00;True|2022-07-10T19:15:49.4105023+10:00;True|2022-07-10T19:13:41.3098116+10:00;True|2022-07-10T19:12:41.5715908+10:00; + True|2022-07-13T06:54:56.8432517Z;False|2022-07-13T16:52:26.5433436+10:00;True|2022-07-13T16:47:01.0681916+10:00;True|2022-07-13T16:28:49.6060671+10:00;False|2022-07-13T16:28:36.6234772+10:00;True|2022-07-13T16:27:25.2155759+10:00;True|2022-07-13T16:20:04.4747082+10:00;True|2022-07-13T00:37:48.5001758+10:00;True|2022-07-13T00:37:23.7218937+10:00;True|2022-07-13T00:35:56.1276705+10:00;True|2022-07-12T20:31:31.4891674+10:00;True|2022-07-12T07:42:57.8030421+10:00;True|2022-07-12T07:24:22.2110673+10:00;True|2022-07-12T07:12:22.1327523+10:00;True|2022-07-12T01:02:07.4142780+10:00;True|2022-07-12T01:01:55.1054218+10:00;True|2022-07-12T00:57:05.7704097+10:00;True|2022-07-11T19:45:06.3965836+10:00;True|2022-07-11T03:03:05.5235378+10:00;True|2022-07-11T01:29:52.2575986+10:00;True|2022-07-11T01:29:03.7081553+10:00;True|2022-07-11T01:07:30.8355486+10:00;True|2022-07-11T00:18:27.1107980+10:00;True|2022-07-10T21:59:11.0753271+10:00;True|2022-07-10T19:15:49.4105023+10:00;True|2022-07-10T19:13:41.3098116+10:00;True|2022-07-10T19:12:41.5715908+10:00; \ No newline at end of file diff --git a/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.deps.json b/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.deps.json new file mode 100644 index 0000000..ad21130 --- /dev/null +++ b/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.deps.json @@ -0,0 +1,106 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "ARCHBLOXLauncherGUI/1.0.0": { + "dependencies": { + "DiscordRichPresence": "1.0.175" + }, + "runtime": { + "ARCHBLOXLauncherGUI.dll": {} + } + }, + "DiscordRichPresence/1.0.175": { + "dependencies": { + "Microsoft.Win32.Registry": "4.5.0", + "Newtonsoft.Json": "12.0.2" + }, + "runtime": { + "lib/netstandard2.0/DiscordRPC.dll": { + "assemblyVersion": "1.0.175.0", + "fileVersion": "1.0.175.0" + } + } + }, + "Microsoft.NETCore.Platforms/2.0.0": {}, + "Microsoft.Win32.Registry/4.5.0": { + "dependencies": { + "System.Security.AccessControl": "4.5.0", + "System.Security.Principal.Windows": "4.5.0" + } + }, + "Newtonsoft.Json/12.0.2": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "12.0.0.0", + "fileVersion": "12.0.2.23222" + } + } + }, + "System.Security.AccessControl/4.5.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.0.0", + "System.Security.Principal.Windows": "4.5.0" + } + }, + "System.Security.Principal.Windows/4.5.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.0.0" + } + } + } + }, + "libraries": { + "ARCHBLOXLauncherGUI/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "DiscordRichPresence/1.0.175": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qSWobPTbvHh9gOoBYT8C8eUhKtVdBI/WvW7GY9lNMEtsZIpL6nxCvYJwjsGL3dqlEAGY5k0vdq+wnuDLVBSV2w==", + "path": "discordrichpresence/1.0.175", + "hashPath": "discordrichpresence.1.0.175.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/2.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", + "path": "microsoft.netcore.platforms/2.0.0", + "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512" + }, + "Microsoft.Win32.Registry/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+FWlwd//+Tt56316p00hVePBCouXyEzT86Jb3+AuRotTND0IYn0OO3obs1gnQEs/txEnt+rF2JBGLItTG+Be6A==", + "path": "microsoft.win32.registry/4.5.0", + "hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512" + }, + "Newtonsoft.Json/12.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rTK0s2EKlfHsQsH6Yx2smvcTCeyoDNgCW7FEYyV01drPlh2T243PR2DiDXqtC5N4GDm4Ma/lkxfW5a/4793vbA==", + "path": "newtonsoft.json/12.0.2", + "hashPath": "newtonsoft.json.12.0.2.nupkg.sha512" + }, + "System.Security.AccessControl/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==", + "path": "system.security.accesscontrol/4.5.0", + "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512" + }, + "System.Security.Principal.Windows/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==", + "path": "system.security.principal.windows/4.5.0", + "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.dll b/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.dll new file mode 100644 index 0000000..b008ea9 Binary files /dev/null and b/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.dll differ diff --git a/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.exe b/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.exe new file mode 100644 index 0000000..b5d2bac Binary files /dev/null and b/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.exe differ diff --git a/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.pdb b/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.pdb new file mode 100644 index 0000000..80a8be0 Binary files /dev/null and b/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.pdb differ diff --git a/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.runtimeconfig.dev.json b/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.runtimeconfig.dev.json new file mode 100644 index 0000000..750c0e2 --- /dev/null +++ b/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.runtimeconfig.dev.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\Thomas\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\Thomas\\.nuget\\packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ] + } +} \ No newline at end of file diff --git a/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.runtimeconfig.json b/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.runtimeconfig.json new file mode 100644 index 0000000..8f97ce4 --- /dev/null +++ b/bin/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.runtimeconfig.json @@ -0,0 +1,12 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.WindowsDesktop.App", + "version": "3.1.0" + }, + "configProperties": { + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false + } + } +} \ No newline at end of file diff --git a/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.deps.json b/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.deps.json new file mode 100644 index 0000000..d6eea9d --- /dev/null +++ b/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.deps.json @@ -0,0 +1,107 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1/win-x64", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": {}, + ".NETCoreApp,Version=v3.1/win-x64": { + "ARCHBLOXLauncherGUI/1.0.0": { + "dependencies": { + "DiscordRichPresence": "1.0.175" + }, + "runtime": { + "ARCHBLOXLauncherGUI.dll": {} + } + }, + "DiscordRichPresence/1.0.175": { + "dependencies": { + "Microsoft.Win32.Registry": "4.5.0", + "Newtonsoft.Json": "12.0.2" + }, + "runtime": { + "lib/netstandard2.0/DiscordRPC.dll": { + "assemblyVersion": "1.0.175.0", + "fileVersion": "1.0.175.0" + } + } + }, + "Microsoft.NETCore.Platforms/2.0.0": {}, + "Microsoft.Win32.Registry/4.5.0": { + "dependencies": { + "System.Security.AccessControl": "4.5.0", + "System.Security.Principal.Windows": "4.5.0" + } + }, + "Newtonsoft.Json/12.0.2": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "12.0.0.0", + "fileVersion": "12.0.2.23222" + } + } + }, + "System.Security.AccessControl/4.5.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.0.0", + "System.Security.Principal.Windows": "4.5.0" + } + }, + "System.Security.Principal.Windows/4.5.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.0.0" + } + } + } + }, + "libraries": { + "ARCHBLOXLauncherGUI/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "DiscordRichPresence/1.0.175": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qSWobPTbvHh9gOoBYT8C8eUhKtVdBI/WvW7GY9lNMEtsZIpL6nxCvYJwjsGL3dqlEAGY5k0vdq+wnuDLVBSV2w==", + "path": "discordrichpresence/1.0.175", + "hashPath": "discordrichpresence.1.0.175.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/2.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", + "path": "microsoft.netcore.platforms/2.0.0", + "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512" + }, + "Microsoft.Win32.Registry/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+FWlwd//+Tt56316p00hVePBCouXyEzT86Jb3+AuRotTND0IYn0OO3obs1gnQEs/txEnt+rF2JBGLItTG+Be6A==", + "path": "microsoft.win32.registry/4.5.0", + "hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512" + }, + "Newtonsoft.Json/12.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rTK0s2EKlfHsQsH6Yx2smvcTCeyoDNgCW7FEYyV01drPlh2T243PR2DiDXqtC5N4GDm4Ma/lkxfW5a/4793vbA==", + "path": "newtonsoft.json/12.0.2", + "hashPath": "newtonsoft.json.12.0.2.nupkg.sha512" + }, + "System.Security.AccessControl/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==", + "path": "system.security.accesscontrol/4.5.0", + "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512" + }, + "System.Security.Principal.Windows/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==", + "path": "system.security.principal.windows/4.5.0", + "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.dll b/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.dll new file mode 100644 index 0000000..40180ae Binary files /dev/null and b/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.dll differ diff --git a/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.exe b/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.exe new file mode 100644 index 0000000..b5d2bac Binary files /dev/null and b/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.exe differ diff --git a/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.pdb b/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.pdb new file mode 100644 index 0000000..9707fcd Binary files /dev/null and b/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.pdb differ diff --git a/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.runtimeconfig.dev.json b/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.runtimeconfig.dev.json new file mode 100644 index 0000000..750c0e2 --- /dev/null +++ b/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.runtimeconfig.dev.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\Thomas\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\Thomas\\.nuget\\packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ] + } +} \ No newline at end of file diff --git a/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.runtimeconfig.json b/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.runtimeconfig.json new file mode 100644 index 0000000..8f97ce4 --- /dev/null +++ b/bin/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.runtimeconfig.json @@ -0,0 +1,12 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.WindowsDesktop.App", + "version": "3.1.0" + }, + "configProperties": { + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false + } + } +} \ No newline at end of file diff --git a/obj/Debug/netcoreapp3.1/ARCHBLOXLauncherGUI.AssemblyInfo.cs b/obj/Debug/netcoreapp3.1/ARCHBLOXLauncherGUI.AssemblyInfo.cs new file mode 100644 index 0000000..3130583 --- /dev/null +++ b/obj/Debug/netcoreapp3.1/ARCHBLOXLauncherGUI.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("ARCHBLOXLauncherGUI")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("ARCHBLOXLauncherGUI")] +[assembly: System.Reflection.AssemblyTitleAttribute("ARCHBLOXLauncherGUI")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/obj/Debug/netcoreapp3.1/ARCHBLOXLauncherGUI.AssemblyInfoInputs.cache b/obj/Debug/netcoreapp3.1/ARCHBLOXLauncherGUI.AssemblyInfoInputs.cache new file mode 100644 index 0000000..8dd3808 --- /dev/null +++ b/obj/Debug/netcoreapp3.1/ARCHBLOXLauncherGUI.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +6a94da64e8e29aa7f767eb2cee2c23c89c8d42cf diff --git a/obj/Debug/netcoreapp3.1/ARCHBLOXLauncherGUI.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/netcoreapp3.1/ARCHBLOXLauncherGUI.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..3f2c199 --- /dev/null +++ b/obj/Debug/netcoreapp3.1/ARCHBLOXLauncherGUI.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,9 @@ +is_global = true +build_property.ApplicationManifest = +build_property.StartupObject = +build_property.ApplicationDefaultFont = +build_property.ApplicationHighDpiMode = +build_property.ApplicationUseCompatibleTextRendering = +build_property.ApplicationVisualStyles = +build_property.RootNamespace = ARCHBLOXLauncherGUI +build_property.ProjectDir = C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\ diff --git a/obj/Debug/netcoreapp3.1/ARCHBLOXLauncherGUI.assets.cache b/obj/Debug/netcoreapp3.1/ARCHBLOXLauncherGUI.assets.cache new file mode 100644 index 0000000..abe5ce1 Binary files /dev/null and b/obj/Debug/netcoreapp3.1/ARCHBLOXLauncherGUI.assets.cache differ diff --git a/obj/Debug/netcoreapp3.1/ARCHBLOXLauncherGUI.csproj.AssemblyReference.cache b/obj/Debug/netcoreapp3.1/ARCHBLOXLauncherGUI.csproj.AssemblyReference.cache new file mode 100644 index 0000000..3918ef7 Binary files /dev/null and b/obj/Debug/netcoreapp3.1/ARCHBLOXLauncherGUI.csproj.AssemblyReference.cache differ diff --git a/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.Properties.Resources.resources b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.Properties.Resources.resources new file mode 100644 index 0000000..b031f7d Binary files /dev/null and b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.Properties.Resources.resources differ diff --git a/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.csproj.BuildWithSkipAnalyzers b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.csproj.CoreCompileInputs.cache b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..6a35c49 --- /dev/null +++ b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +952cdfee76d25d52c8f3a5f2b337eaa338781445 diff --git a/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.csproj.FileListAbsolute.txt b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..c399aaa --- /dev/null +++ b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.csproj.FileListAbsolute.txt @@ -0,0 +1,21 @@ +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.csproj.AssemblyReference.cache +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\ARCHBLOXLauncher1.Form1.resources +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\ARCHBLOXLauncher1.Form2.resources +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.Properties.Resources.resources +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.csproj.GenerateResource.cache +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.AssemblyInfoInputs.cache +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.AssemblyInfo.cs +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.csproj.CoreCompileInputs.cache +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\bin\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.exe +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\bin\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.deps.json +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\bin\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.runtimeconfig.json +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\bin\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.runtimeconfig.dev.json +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\bin\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.dll +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\bin\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.pdb +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\bin\Release\netcoreapp3.1\DiscordRPC.dll +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\bin\Release\netcoreapp3.1\Newtonsoft.Json.dll +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.csproj.CopyComplete +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.dll +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.pdb +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\ARCHBLOXLauncherGUI.genruntimeconfig.cache diff --git a/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.csproj.GenerateResource.cache b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.csproj.GenerateResource.cache new file mode 100644 index 0000000..2766b62 Binary files /dev/null and b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.csproj.GenerateResource.cache differ diff --git a/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.designer.deps.json b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.designer.deps.json new file mode 100644 index 0000000..0230bb3 --- /dev/null +++ b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.designer.deps.json @@ -0,0 +1,147 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "DiscordRichPresence/1.0.175": { + "dependencies": { + "Microsoft.Win32.Registry": "4.5.0", + "Newtonsoft.Json": "12.0.2" + }, + "runtime": { + "lib/netstandard2.0/DiscordRPC.dll": { + "assemblyVersion": "1.0.175.0", + "fileVersion": "1.0.175.0" + } + } + }, + "Microsoft.NETCore.Platforms/2.0.0": {}, + "Microsoft.Win32.Registry/4.5.0": { + "dependencies": { + "System.Security.AccessControl": "4.5.0", + "System.Security.Principal.Windows": "4.5.0" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assemblyVersion": "4.1.1.0", + "fileVersion": "4.6.26515.6" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "4.1.1.0", + "fileVersion": "4.6.26515.6" + }, + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.1.1.0", + "fileVersion": "4.6.26515.6" + } + } + }, + "Newtonsoft.Json/12.0.2": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "12.0.0.0", + "fileVersion": "12.0.2.23222" + } + } + }, + "System.Security.AccessControl/4.5.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.0.0", + "System.Security.Principal.Windows": "4.5.0" + }, + "runtime": { + "lib/netstandard2.0/System.Security.AccessControl.dll": { + "assemblyVersion": "4.1.1.0", + "fileVersion": "4.6.26515.6" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.1.1.0", + "fileVersion": "4.6.26515.6" + } + } + }, + "System.Security.Principal.Windows/4.5.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.0.0" + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "assemblyVersion": "4.1.1.0", + "fileVersion": "4.6.26515.6" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "4.1.1.0", + "fileVersion": "4.6.26515.6" + }, + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.1.1.0", + "fileVersion": "4.6.26515.6" + } + } + } + } + }, + "libraries": { + "DiscordRichPresence/1.0.175": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qSWobPTbvHh9gOoBYT8C8eUhKtVdBI/WvW7GY9lNMEtsZIpL6nxCvYJwjsGL3dqlEAGY5k0vdq+wnuDLVBSV2w==", + "path": "discordrichpresence/1.0.175", + "hashPath": "discordrichpresence.1.0.175.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/2.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", + "path": "microsoft.netcore.platforms/2.0.0", + "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512" + }, + "Microsoft.Win32.Registry/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+FWlwd//+Tt56316p00hVePBCouXyEzT86Jb3+AuRotTND0IYn0OO3obs1gnQEs/txEnt+rF2JBGLItTG+Be6A==", + "path": "microsoft.win32.registry/4.5.0", + "hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512" + }, + "Newtonsoft.Json/12.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rTK0s2EKlfHsQsH6Yx2smvcTCeyoDNgCW7FEYyV01drPlh2T243PR2DiDXqtC5N4GDm4Ma/lkxfW5a/4793vbA==", + "path": "newtonsoft.json/12.0.2", + "hashPath": "newtonsoft.json.12.0.2.nupkg.sha512" + }, + "System.Security.AccessControl/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==", + "path": "system.security.accesscontrol/4.5.0", + "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512" + }, + "System.Security.Principal.Windows/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==", + "path": "system.security.principal.windows/4.5.0", + "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.designer.runtimeconfig.json b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.designer.runtimeconfig.json new file mode 100644 index 0000000..4a9cb26 --- /dev/null +++ b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.designer.runtimeconfig.json @@ -0,0 +1,18 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.WindowsDesktop.App", + "version": "3.1.0" + }, + "additionalProbingPaths": [ + "C:\\Users\\Thomas\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\Thomas\\.nuget\\packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configProperties": { + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, + "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true + } + } +} \ No newline at end of file diff --git a/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.dll b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.dll new file mode 100644 index 0000000..b008ea9 Binary files /dev/null and b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.dll differ diff --git a/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.genruntimeconfig.cache b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.genruntimeconfig.cache new file mode 100644 index 0000000..4420378 --- /dev/null +++ b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.genruntimeconfig.cache @@ -0,0 +1 @@ +c48ef45f902c4317f7ba3f093be550719e9605fb diff --git a/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.pdb b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.pdb new file mode 100644 index 0000000..80a8be0 Binary files /dev/null and b/obj/Release/netcoreapp3.1/ARCHBLOXLauncherGUI.pdb differ diff --git a/obj/Release/netcoreapp3.1/apphost.exe b/obj/Release/netcoreapp3.1/apphost.exe index 6c5e081..b5d2bac 100644 Binary files a/obj/Release/netcoreapp3.1/apphost.exe and b/obj/Release/netcoreapp3.1/apphost.exe differ diff --git a/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.AssemblyInfo.cs b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.AssemblyInfo.cs new file mode 100644 index 0000000..8202580 --- /dev/null +++ b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("ARCHBLOXLauncherGUI")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("ARCHBLOXLauncherGUI")] +[assembly: System.Reflection.AssemblyTitleAttribute("ARCHBLOXLauncherGUI")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.AssemblyInfoInputs.cache b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.AssemblyInfoInputs.cache new file mode 100644 index 0000000..f02b267 --- /dev/null +++ b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +6f9d16c093487edd1e5a5cc9891c502fd7bc9069 diff --git a/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.GeneratedMSBuildEditorConfig.editorconfig b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..3f2c199 --- /dev/null +++ b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,9 @@ +is_global = true +build_property.ApplicationManifest = +build_property.StartupObject = +build_property.ApplicationDefaultFont = +build_property.ApplicationHighDpiMode = +build_property.ApplicationUseCompatibleTextRendering = +build_property.ApplicationVisualStyles = +build_property.RootNamespace = ARCHBLOXLauncherGUI +build_property.ProjectDir = C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\ diff --git a/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.Properties.Resources.resources b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.Properties.Resources.resources new file mode 100644 index 0000000..b031f7d Binary files /dev/null and b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.Properties.Resources.resources differ diff --git a/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.assets.cache b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.assets.cache new file mode 100644 index 0000000..e817615 Binary files /dev/null and b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.assets.cache differ diff --git a/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.csproj.AssemblyReference.cache b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.csproj.AssemblyReference.cache new file mode 100644 index 0000000..3918ef7 Binary files /dev/null and b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.csproj.AssemblyReference.cache differ diff --git a/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.csproj.CoreCompileInputs.cache b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..1276a9b --- /dev/null +++ b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +693a6efeadc9716aa811a3378444b04874a54dd6 diff --git a/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.csproj.FileListAbsolute.txt b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..52b05a8 --- /dev/null +++ b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.csproj.FileListAbsolute.txt @@ -0,0 +1,21 @@ +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\bin\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.exe +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\bin\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.deps.json +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\bin\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.runtimeconfig.json +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\bin\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.runtimeconfig.dev.json +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\bin\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.dll +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\bin\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.pdb +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\bin\Release\netcoreapp3.1\win-x64\DiscordRPC.dll +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\bin\Release\netcoreapp3.1\win-x64\Newtonsoft.Json.dll +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.csproj.AssemblyReference.cache +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncher1.Form1.resources +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncher1.Form2.resources +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.Properties.Resources.resources +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.csproj.GenerateResource.cache +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.AssemblyInfoInputs.cache +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.AssemblyInfo.cs +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.csproj.CoreCompileInputs.cache +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.csproj.CopyComplete +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.dll +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.pdb +C:\Users\Thomas\source\repos\ARCHBLOXLauncher1\obj\Release\netcoreapp3.1\win-x64\ARCHBLOXLauncherGUI.genruntimeconfig.cache diff --git a/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.csproj.GenerateResource.cache b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.csproj.GenerateResource.cache new file mode 100644 index 0000000..bff38ff Binary files /dev/null and b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.csproj.GenerateResource.cache differ diff --git a/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.dll b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.dll new file mode 100644 index 0000000..40180ae Binary files /dev/null and b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.dll differ diff --git a/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.genruntimeconfig.cache b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.genruntimeconfig.cache new file mode 100644 index 0000000..374286c --- /dev/null +++ b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.genruntimeconfig.cache @@ -0,0 +1 @@ +a2a18989676effb5ca70df47775c1ae0d4c9bdd4 diff --git a/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.pdb b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.pdb new file mode 100644 index 0000000..9707fcd Binary files /dev/null and b/obj/Release/netcoreapp3.1/win-x64/ARCHBLOXLauncherGUI.pdb differ diff --git a/obj/Release/netcoreapp3.1/win-x64/PublishOutputs.7fe345f9a5.txt b/obj/Release/netcoreapp3.1/win-x64/PublishOutputs.7fe345f9a5.txt index 97977e7..4cb7a4d 100644 --- a/obj/Release/netcoreapp3.1/win-x64/PublishOutputs.7fe345f9a5.txt +++ b/obj/Release/netcoreapp3.1/win-x64/PublishOutputs.7fe345f9a5.txt @@ -1,2 +1,2 @@ -C:\Users\Thomas\OneDrive\Documents\ARCHBLOXLauncherGUI\x64\ARCHBLOXLauncher1.pdb -C:\Users\Thomas\OneDrive\Documents\ARCHBLOXLauncherGUI\x64\ARCHBLOXLauncher1.exe +C:\Users\Thomas\OneDrive\Documents\ARCHBLOXLauncherGUI\x64\ARCHBLOXLauncherGUI.pdb +C:\Users\Thomas\OneDrive\Documents\ARCHBLOXLauncherGUI\x64\ARCHBLOXLauncherGUI.exe diff --git a/obj/Release/netcoreapp3.1/win-x64/apphost.exe b/obj/Release/netcoreapp3.1/win-x64/apphost.exe index 6c5e081..b5d2bac 100644 Binary files a/obj/Release/netcoreapp3.1/win-x64/apphost.exe and b/obj/Release/netcoreapp3.1/win-x64/apphost.exe differ diff --git a/obj/publish/win-x64/ARCHBLOXLauncherGUI.csproj.nuget.dgspec.json b/obj/publish/win-x64/ARCHBLOXLauncherGUI.csproj.nuget.dgspec.json new file mode 100644 index 0000000..8f5fe5d --- /dev/null +++ b/obj/publish/win-x64/ARCHBLOXLauncherGUI.csproj.nuget.dgspec.json @@ -0,0 +1,80 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\Thomas\\source\\repos\\ARCHBLOXLauncher1\\ARCHBLOXLauncherGUI.csproj": {} + }, + "projects": { + "C:\\Users\\Thomas\\source\\repos\\ARCHBLOXLauncher1\\ARCHBLOXLauncherGUI.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Thomas\\source\\repos\\ARCHBLOXLauncher1\\ARCHBLOXLauncherGUI.csproj", + "projectName": "ARCHBLOXLauncherGUI", + "projectPath": "C:\\Users\\Thomas\\source\\repos\\ARCHBLOXLauncher1\\ARCHBLOXLauncherGUI.csproj", + "packagesPath": "C:\\Users\\Thomas\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Thomas\\source\\repos\\ARCHBLOXLauncher1\\obj\\publish\\win-x64\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Thomas\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "dependencies": { + "DiscordRichPresence": { + "target": "Package", + "version": "[1.0.175, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.300\\RuntimeIdentifierGraph.json" + } + }, + "runtimes": { + "win-x64": { + "#import": [] + } + } + } + } +} \ No newline at end of file diff --git a/obj/publish/win-x64/ARCHBLOXLauncherGUI.csproj.nuget.g.props b/obj/publish/win-x64/ARCHBLOXLauncherGUI.csproj.nuget.g.props new file mode 100644 index 0000000..cfc5f46 --- /dev/null +++ b/obj/publish/win-x64/ARCHBLOXLauncherGUI.csproj.nuget.g.props @@ -0,0 +1,16 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Thomas\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.2.0 + + + + + + \ No newline at end of file diff --git a/obj/publish/win-x64/ARCHBLOXLauncherGUI.csproj.nuget.g.targets b/obj/publish/win-x64/ARCHBLOXLauncherGUI.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/obj/publish/win-x64/ARCHBLOXLauncherGUI.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/obj/publish/win-x64/project.assets.json b/obj/publish/win-x64/project.assets.json index c28c160..50ee17c 100644 --- a/obj/publish/win-x64/project.assets.json +++ b/obj/publish/win-x64/project.assets.json @@ -373,9 +373,9 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\Thomas\\source\\repos\\ARCHBLOXLauncher1\\ARCHBLOXLauncher1.csproj", - "projectName": "ARCHBLOXLauncher1", - "projectPath": "C:\\Users\\Thomas\\source\\repos\\ARCHBLOXLauncher1\\ARCHBLOXLauncher1.csproj", + "projectUniqueName": "C:\\Users\\Thomas\\source\\repos\\ARCHBLOXLauncher1\\ARCHBLOXLauncherGUI.csproj", + "projectName": "ARCHBLOXLauncherGUI", + "projectPath": "C:\\Users\\Thomas\\source\\repos\\ARCHBLOXLauncher1\\ARCHBLOXLauncherGUI.csproj", "packagesPath": "C:\\Users\\Thomas\\.nuget\\packages\\", "outputPath": "C:\\Users\\Thomas\\source\\repos\\ARCHBLOXLauncher1\\obj\\publish\\win-x64\\", "projectStyle": "PackageReference", diff --git a/obj/publish/win-x64/project.nuget.cache b/obj/publish/win-x64/project.nuget.cache index 3f02f06..7a14eb6 100644 --- a/obj/publish/win-x64/project.nuget.cache +++ b/obj/publish/win-x64/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "kruJvyzI1srrGfK5f3ODC769atrCuih+iJliyininLLkcDemfISXUaoW64C8UD/C8ucECAnXbS+iukZFfv1Fkw==", + "dgSpecHash": "xbvFtwlRqnNaQwWxVLe2Ab61oRUirnfPlIrtvtgcugxdJ7yCJg1jVn5/S796Ly0fij+qEhXC9kV+IlHFOZ0oWw==", "success": true, - "projectFilePath": "C:\\Users\\Thomas\\source\\repos\\ARCHBLOXLauncher1\\ARCHBLOXLauncher1.csproj", + "projectFilePath": "C:\\Users\\Thomas\\source\\repos\\ARCHBLOXLauncher1\\ARCHBLOXLauncherGUI.csproj", "expectedPackageFiles": [ "C:\\Users\\Thomas\\.nuget\\packages\\discordrichpresence\\1.0.175\\discordrichpresence.1.0.175.nupkg.sha512", "C:\\Users\\Thomas\\.nuget\\packages\\microsoft.netcore.platforms\\2.0.0\\microsoft.netcore.platforms.2.0.0.nupkg.sha512",