Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
pieckenst committed Nov 10, 2024
1 parent a060d19 commit d499459
Show file tree
Hide file tree
Showing 39 changed files with 105 additions and 18 deletions.
Binary file modified .vs/handlerlaunch/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file modified .vs/handlerlaunch/v17/.suo
Binary file not shown.
18 changes: 9 additions & 9 deletions .vs/handlerlaunch/v17/DocumentLayout.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"Version": 1,
"WorkspaceRootPath": "G:\\code\\WebLaunch\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{1629F3CE-F4A2-42EC-ABF2-C9200EB1BD38}|SpinningWheelLib\\SpinningWheelLib.csproj|g:\\code\\weblaunch\\spinningwheellib\\window1.xaml.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{1629F3CE-F4A2-42EC-ABF2-C9200EB1BD38}|SpinningWheelLib\\SpinningWheelLib.csproj|solutionrelative:spinningwheellib\\window1.xaml.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{1629F3CE-F4A2-42EC-ABF2-C9200EB1BD38}|SpinningWheelLib\\SpinningWheelLib.csproj|g:\\code\\weblaunch\\spinningwheellib\\window1.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}",
"RelativeMoniker": "D:0:0:{1629F3CE-F4A2-42EC-ABF2-C9200EB1BD38}|SpinningWheelLib\\SpinningWheelLib.csproj|solutionrelative:spinningwheellib\\window1.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}"
},
{
"AbsoluteMoniker": "D:0:0:{1629F3CE-F4A2-42EC-ABF2-C9200EB1BD38}|SpinningWheelLib\\SpinningWheelLib.csproj|g:\\code\\weblaunch\\spinningwheellib\\window1.xaml.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{1629F3CE-F4A2-42EC-ABF2-C9200EB1BD38}|SpinningWheelLib\\SpinningWheelLib.csproj|solutionrelative:spinningwheellib\\window1.xaml.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{6D7D239E-33BB-4509-AC21-1DC7C36D403F}|handlerlaunch\\handlerlaunch.csproj|g:\\code\\weblaunch\\handlerlaunch\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{6D7D239E-33BB-4509-AC21-1DC7C36D403F}|handlerlaunch\\handlerlaunch.csproj|solutionrelative:handlerlaunch\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
Expand Down Expand Up @@ -104,7 +104,7 @@
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 11,
"SelectedChildIndex": 13,
"Children": [
{
"$type": "Document",
Expand Down Expand Up @@ -244,7 +244,7 @@
},
{
"$type": "Document",
"DocumentIndex": 0,
"DocumentIndex": 1,
"Title": "Window1.xaml.cs",
"DocumentMoniker": "G:\\code\\WebLaunch\\SpinningWheelLib\\Window1.xaml.cs",
"RelativeDocumentMoniker": "SpinningWheelLib\\Window1.xaml.cs",
Expand All @@ -270,12 +270,12 @@
},
{
"$type": "Document",
"DocumentIndex": 1,
"DocumentIndex": 0,
"Title": "Window1.xaml",
"DocumentMoniker": "G:\\code\\WebLaunch\\SpinningWheelLib\\Window1.xaml",
"RelativeDocumentMoniker": "SpinningWheelLib\\Window1.xaml",
"ToolTip": "G:\\code\\WebLaunch\\SpinningWheelLib\\Window1.xaml",
"RelativeToolTip": "SpinningWheelLib\\Window1.xaml",
"ToolTip": "G:\\code\\WebLaunch\\SpinningWheelLib\\Window1.xaml*",
"RelativeToolTip": "SpinningWheelLib\\Window1.xaml*",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003549|",
"WhenOpened": "2024-11-04T13:33:34.391Z",
"EditorCaption": ""
Expand Down
2 changes: 1 addition & 1 deletion SpinningWheelLib/Window1.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@

<tb:TaskbarIcon x:Name="TrayIcon"
ToolTipText="Window Controls"
MenuActivation="LeftOrRightClick">
MenuActivation="LeftOrRightClick" >
<tb:TaskbarIcon.IconSource>
<tb:GeneratedIconSource Text="⚙️"
FontSize="36"
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("SpinningWheelLib")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+13438a3322c7e4c7c6953befa856110e58cfe921")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a060d19cf80259753ceef999b9a6d1b95f97416f")]
[assembly: System.Reflection.AssemblyProductAttribute("SpinningWheelLib")]
[assembly: System.Reflection.AssemblyTitleAttribute("SpinningWheelLib")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7c2a18db587fecabe1aeb35ef076c339678ddf27209e49a420ac9dbc34247d4e
8c303a792388233c74b60b4057b9e0512b1ff45af6d2e31ba3b371937166f9b3
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"G:\\code\\WebLaunch\\*":"https://raw.githubusercontent.com/pieckenst/WebLaunch/13438a3322c7e4c7c6953befa856110e58cfe921/*"}}
{"documents":{"G:\\code\\WebLaunch\\*":"https://raw.githubusercontent.com/pieckenst/WebLaunch/a060d19cf80259753ceef999b9a6d1b95f97416f/*"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyCompanyAttribute("SpinningWheelLib")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a060d19cf80259753ceef999b9a6d1b95f97416f")]
[assembly: System.Reflection.AssemblyProductAttribute("SpinningWheelLib")]
[assembly: System.Reflection.AssemblyTitleAttribute("SpinningWheelLib")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]

// Generated by the MSBuild WriteCodeFragment class.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8c303a792388233c74b60b4057b9e0512b1ff45af6d2e31ba3b371937166f9b3
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
is_global = true
build_property.TargetFramework = net9.0-windows7.0
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = SpinningWheelLib
build_property.ProjectDir = G:\code\WebLaunch\SpinningWheelLib\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.CsWinRTUseWindowsUIXamlProjections = false
build_property.EffectiveAnalysisLevelStyle = 9.0
build_property.EnableCodeStyleSeverity =
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"documents":{"G:\\code\\WebLaunch\\*":"https://raw.githubusercontent.com/pieckenst/WebLaunch/a060d19cf80259753ceef999b9a6d1b95f97416f/*"}}
2 changes: 1 addition & 1 deletion SpinningWheelLib/obj/Debug/net9.0-windows7.0/Window1.g.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\Window1.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "18ACB435916DA13C3E33680C08083C6EE2A02563"
#pragma checksum "..\..\..\Window1.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "083CC08EF3D790EBC7E93C983799807C0A462198"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\Window1.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "18ACB435916DA13C3E33680C08083C6EE2A02563"
#pragma checksum "..\..\..\Window1.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "083CC08EF3D790EBC7E93C983799807C0A462198"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified handlerlaunch/bin/Debug/HandleGame/SpinningWheelLib.dll
Binary file not shown.
Binary file modified handlerlaunch/bin/Debug/HandleGame/WMConsole.exe
Binary file not shown.
Binary file modified handlerlaunch/bin/Debug/HandleGame/WMconsole.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified handlerlaunch/bin/Debug/net9.0-windows10.0.17763.0/WMconsole.dll
Binary file not shown.
Binary file modified handlerlaunch/bin/Debug/net9.0-windows10.0.17763.0/WMconsole.exe
Binary file not shown.
Binary file modified handlerlaunch/bin/Debug/net9.0-windows10.0.17763.0/WMconsole.pdb
Binary file not shown.
44 changes: 44 additions & 0 deletions handlerlaunch/bin/Debug/net9.0-windows10.0.17763.0/debug.log
Original file line number Diff line number Diff line change
Expand Up @@ -3620,3 +3620,47 @@
2024-11-10 22:46:54.344 - Writing previous output to console
2024-11-10 22:46:54.350 - Hiding console window
2024-11-10 22:46:54.351 - Showing window
2024-11-10 22:47:23.248 - Cancel clicked
2024-11-10 22:52:13.597 - Application started
2024-11-10 22:52:13.612 - Showing notification: Application Started - Initializing launcher...
2024-11-10 22:52:13.768 - Entering CopyFiles method
2024-11-10 22:52:13.769 - Entering GetInstallPath method
2024-11-10 22:52:13.769 - Executable path: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\WMconsole.dll
2024-11-10 22:52:13.769 - Current directory: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0
2024-11-10 22:52:13.769 - Parent directory: G:\code\WebLaunch\handlerlaunch\bin\Debug
2024-11-10 22:52:13.770 - Using parent directory for install: G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame
2024-11-10 22:52:13.770 - Base directory: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0
2024-11-10 22:52:13.771 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\WMconsole.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\WMconsole.dll
2024-11-10 22:52:13.771 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\WMConsole.exe to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\WMConsole.exe
2024-11-10 22:52:13.772 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\WMConsole.runtimeconfig.json to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\WMConsole.runtimeconfig.json
2024-11-10 22:52:13.772 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\CoreLibLaunchSupport.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\CoreLibLaunchSupport.dll
2024-11-10 22:52:13.774 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\SpinningWheelLib.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\SpinningWheelLib.dll
2024-11-10 22:52:13.774 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\WpfAnimatedGif.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\WpfAnimatedGif.dll
2024-11-10 22:52:13.775 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\XamlAnimatedGif.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\XamlAnimatedGif.dll
2024-11-10 22:52:13.776 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\DotNetZip.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\DotNetZip.dll
2024-11-10 22:52:13.776 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\Newtonsoft.Json.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\Newtonsoft.Json.dll
2024-11-10 22:52:13.777 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\log4net.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\log4net.dll
2024-11-10 22:52:13.777 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\Goblinfactory.Konsole.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\Goblinfactory.Konsole.dll
2024-11-10 22:52:13.778 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\CommandLine.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\CommandLine.dll
2024-11-10 22:52:13.778 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\Downloader.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\Downloader.dll
2024-11-10 22:52:13.779 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\Facepunch.Steamworks.Win64.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\Facepunch.Steamworks.Win64.dll
2024-11-10 22:52:13.779 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\LibDalamud.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\LibDalamud.dll
2024-11-10 22:52:13.780 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\Mono.Nat.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\Mono.Nat.dll
2024-11-10 22:52:13.780 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\MonoTorrent.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\MonoTorrent.dll
2024-11-10 22:52:13.781 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\ReusableTasks.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\ReusableTasks.dll
2024-11-10 22:52:13.781 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\Serilog.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\Serilog.dll
2024-11-10 22:52:13.782 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\SharedMemory.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\SharedMemory.dll
2024-11-10 22:52:13.782 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\Microsoft.Toolkit.Uwp.Notifications.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\Microsoft.Toolkit.Uwp.Notifications.dll
2024-11-10 22:52:13.794 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\Microsoft.Windows.SDK.NET.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\Microsoft.Windows.SDK.NET.dll
2024-11-10 22:52:13.795 - Copied file: G:\code\WebLaunch\handlerlaunch\bin\Debug\net9.0-windows10.0.17763.0\WinRT.Runtime.dll to G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\WinRT.Runtime.dll
2024-11-10 22:52:13.796 - Entering RegisterProtocolHandler method
2024-11-10 22:52:13.796 - Entering GetInstallPath method
2024-11-10 22:52:13.796 - Registered protocol handler with command: G:\code\WebLaunch\handlerlaunch\bin\Debug\HandleGame\WMConsole.exe %1
2024-11-10 22:52:13.796 - Received arguments: ?debugtest=yes-type=custom
2024-11-10 22:52:13.806 - Showing message box
2024-11-10 22:52:13.806 - Starting window thread
2024-11-10 22:52:13.807 - Message box initialized
2024-11-10 22:52:13.812 - Creating window with specified parameters
2024-11-10 22:52:14.148 - Writing previous output to console
2024-11-10 22:52:14.152 - Hiding console window
2024-11-10 22:52:14.153 - Showing window
Binary file modified handlerlaunch/obj/Debug/net9.0-windows10.0.17763.0/WMconsole.dll
Binary file not shown.
Binary file modified handlerlaunch/obj/Debug/net9.0-windows10.0.17763.0/WMconsole.pdb
Binary file not shown.
Binary file modified handlerlaunch/obj/Debug/net9.0-windows10.0.17763.0/apphost.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("WMconsole")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+13438a3322c7e4c7c6953befa856110e58cfe921")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a060d19cf80259753ceef999b9a6d1b95f97416f")]
[assembly: System.Reflection.AssemblyProductAttribute("WMconsole")]
[assembly: System.Reflection.AssemblyTitleAttribute("WMconsole")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ebabad222358dac9b1ec31a4654c7ddee0faf65aedb899190f954b6cd6b3e1ec
829362854c6e7699b201ccbee65833f70390e04040bb033c8178f50a53a624cd
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"G:\\code\\WebLaunch\\*":"https://raw.githubusercontent.com/pieckenst/WebLaunch/13438a3322c7e4c7c6953befa856110e58cfe921/*"}}
{"documents":{"G:\\code\\WebLaunch\\*":"https://raw.githubusercontent.com/pieckenst/WebLaunch/a060d19cf80259753ceef999b9a6d1b95f97416f/*"}}
Binary file not shown.
Binary file not shown.

0 comments on commit d499459

Please sign in to comment.