Skip to content

Commit

Permalink
lots of progress on protocol handler
Browse files Browse the repository at this point in the history
  • Loading branch information
pieckenst committed Nov 4, 2024
1 parent 4d2d254 commit 4a3b380
Show file tree
Hide file tree
Showing 408 changed files with 8,612 additions and 2,232 deletions.
Binary file modified .vs/ProjectEvaluation/handlerlaunch.metadata.v9.bin
Binary file not shown.
Binary file modified .vs/ProjectEvaluation/handlerlaunch.projects.v9.bin
Binary file not shown.
Binary file modified .vs/ProjectEvaluation/handlerlaunch.strings.v9.bin
Binary file not shown.
Binary file modified .vs/handlerlaunch/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file modified .vs/handlerlaunch/v17/.futdcache.v2
Binary file not shown.
Binary file modified .vs/handlerlaunch/v17/.suo
Binary file not shown.
178 changes: 153 additions & 25 deletions .vs/handlerlaunch/v17/DocumentLayout.backup.json

Large diffs are not rendered by default.

176 changes: 152 additions & 24 deletions .vs/handlerlaunch/v17/DocumentLayout.json

Large diffs are not rendered by default.

334 changes: 334 additions & 0 deletions CoreLibLaunchSupport/bin/Debug/net6.0/CoreLibLaunchSupport.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,334 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"CoreLibLaunchSupport/1.0.0": {
"dependencies": {
"LibDalamud": "1.0.0",
"Serilog": "2.12.0"
},
"runtime": {
"CoreLibLaunchSupport.dll": {}
}
},
"CommandLineParser/2.9.1": {
"runtime": {
"lib/netstandard2.0/CommandLine.dll": {
"assemblyVersion": "2.9.1.0",
"fileVersion": "2.9.1.0"
}
}
},
"Downloader/2.4.1": {
"runtime": {
"lib/net6.0/Downloader.dll": {
"assemblyVersion": "2.4.1.0",
"fileVersion": "2.4.1.0"
}
}
},
"Facepunch.Steamworks/2.3.3": {
"runtime": {
"lib/netstandard2.0/Facepunch.Steamworks.Win64.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"Microsoft.NETCore.Platforms/1.1.0": {},
"Microsoft.NETCore.Targets/1.1.0": {},
"Mono.Nat/3.0.1": {
"runtime": {
"lib/netstandard2.1/Mono.Nat.dll": {
"assemblyVersion": "3.0.0.0",
"fileVersion": "3.0.1.0"
}
}
},
"MonoTorrent/2.0.6": {
"dependencies": {
"Mono.Nat": "3.0.1",
"ReusableTasks": "2.0.0"
},
"runtime": {
"lib/netstandard2.0/MonoTorrent.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "2.0.6.0"
}
}
},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
},
"ReusableTasks/2.0.0": {
"runtime": {
"lib/netstandard2.1/ReusableTasks.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "2.0.0.0"
}
}
},
"Serilog/2.12.0": {
"runtime": {
"lib/net6.0/Serilog.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.12.0.0"
}
}
},
"SharedMemory/2.3.2": {
"dependencies": {
"System.Reflection.Emit.Lightweight": "4.7.0"
},
"runtime": {
"lib/netstandard2.1/SharedMemory.dll": {
"assemblyVersion": "2.3.2.0",
"fileVersion": "2.3.2.0"
}
}
},
"System.IO/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Reflection/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.IO": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Emit.Lightweight/4.7.0": {},
"System.Reflection.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0"
}
},
"System.Runtime.Handles/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.InteropServices/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Reflection": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Handles": "4.3.0"
}
},
"System.Text.Encoding/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Threading.Tasks/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"LibDalamud/1.0.0": {
"dependencies": {
"CommandLineParser": "2.9.1",
"Downloader": "2.4.1",
"Facepunch.Steamworks": "2.3.3",
"MonoTorrent": "2.0.6",
"Newtonsoft.Json": "13.0.1",
"Serilog": "2.12.0",
"SharedMemory": "2.3.2",
"System.Runtime.InteropServices": "4.3.0"
},
"runtime": {
"LibDalamud.dll": {
"assemblyVersion": "1.0.0",
"fileVersion": "1.0.0.0"
}
}
}
}
},
"libraries": {
"CoreLibLaunchSupport/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"CommandLineParser/2.9.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OE0sl1/sQ37bjVsPKKtwQlWDgqaxWgtme3xZz7JssWUzg5JpMIyHgCTY9MVMxOg48fJ1AgGT3tgdH5m/kQ5xhA==",
"path": "commandlineparser/2.9.1",
"hashPath": "commandlineparser.2.9.1.nupkg.sha512"
},
"Downloader/2.4.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-B6quX+hXMAiDQekzE+KNaHUn2aQ0W4zzLcRnVEY+shmbctA31F9pbkrUaU/r4gtxVw1qFZu0f3G6/u6JI3kWKA==",
"path": "downloader/2.4.1",
"hashPath": "downloader.2.4.1.nupkg.sha512"
},
"Facepunch.Steamworks/2.3.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7nUjWX/uy6JbDX7Q3n8ij7vrpWjTM0S8hXO24R3ZwQ0QgY0sXVlxzh3unmYoLvKGi31rzDHqGX68I169hnHNxQ==",
"path": "facepunch.steamworks/2.3.3",
"hashPath": "facepunch.steamworks.2.3.3.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/1.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
"path": "microsoft.netcore.platforms/1.1.0",
"hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
},
"Microsoft.NETCore.Targets/1.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
"path": "microsoft.netcore.targets/1.1.0",
"hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
},
"Mono.Nat/3.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TLaz/q4i81y5nRyqBlJO2JS73JRyB1y6uhcgxhiyIn3MMIgH1mlTOPZNX7uUB0XYg6+7Igp4tFAqf/u+Unc3tw==",
"path": "mono.nat/3.0.1",
"hashPath": "mono.nat.3.0.1.nupkg.sha512"
},
"MonoTorrent/2.0.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-j6DAbPEDxxBj6bUuZ1nNHe59YqA7OvARhzri0hUSGA1YEq09k5eK2CH43rvFBcwB8FiniUDT0RSznezazqLlgQ==",
"path": "monotorrent/2.0.6",
"hashPath": "monotorrent.2.0.6.nupkg.sha512"
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"path": "newtonsoft.json/13.0.1",
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
},
"ReusableTasks/2.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-HWb7Yy7dQfWPh0V4X42ounPkrzUvL6gB7bwshX7EqBDCl879iBQIS0TRrXFXKOTO2dNJxaEfXnAbX8Fzv3U7Cw==",
"path": "reusabletasks/2.0.0",
"hashPath": "reusabletasks.2.0.0.nupkg.sha512"
},
"Serilog/2.12.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-xaiJLIdu6rYMKfQMYUZgTy8YK7SMZjB4Yk50C/u//Z4OsvxkUfSPJy4nknfvwAC34yr13q7kcyh4grbwhSxyZg==",
"path": "serilog/2.12.0",
"hashPath": "serilog.2.12.0.nupkg.sha512"
},
"SharedMemory/2.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-hH34Y9xzvdJpgf/vwyWE/zYlY4BdQS3Zolfdg+8hV9A+UQRsBWyBS62kcLO55mF4etmMoL0PswEbT3lVXJSlFw==",
"path": "sharedmemory/2.3.2",
"hashPath": "sharedmemory.2.3.2.nupkg.sha512"
},
"System.IO/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
"path": "system.io/4.3.0",
"hashPath": "system.io.4.3.0.nupkg.sha512"
},
"System.Reflection/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
"path": "system.reflection/4.3.0",
"hashPath": "system.reflection.4.3.0.nupkg.sha512"
},
"System.Reflection.Emit.Lightweight/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==",
"path": "system.reflection.emit.lightweight/4.7.0",
"hashPath": "system.reflection.emit.lightweight.4.7.0.nupkg.sha512"
},
"System.Reflection.Primitives/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
"path": "system.reflection.primitives/4.3.0",
"hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
},
"System.Runtime/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
"path": "system.runtime/4.3.0",
"hashPath": "system.runtime.4.3.0.nupkg.sha512"
},
"System.Runtime.Handles/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
"path": "system.runtime.handles/4.3.0",
"hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
},
"System.Runtime.InteropServices/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
"path": "system.runtime.interopservices/4.3.0",
"hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
},
"System.Text.Encoding/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
"path": "system.text.encoding/4.3.0",
"hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
},
"System.Threading.Tasks/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
"path": "system.threading.tasks/4.3.0",
"hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
},
"LibDalamud/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//------------------------------------------------------------------------------
// <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.
Expand All @@ -13,7 +14,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("CoreLibLaunchSupport")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2078f06da6c91cb203695452229ec977c1539e16")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4d2d2541bec380c0f8605cd53a734747f0ecc00a")]
[assembly: System.Reflection.AssemblyProductAttribute("CoreLibLaunchSupport")]
[assembly: System.Reflection.AssemblyTitleAttribute("CoreLibLaunchSupport")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c122507e64face22942cf2a46568d495de224010382370b8c5bfa281d249b631
81a197913bd9e7de85fbfc4b48240c720c19e16b8da2b129c325dfeed359d451
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dce4e0162a9eabfed8bdc7b70d6e76c0549fc25ac5bef2fc59eef117aeba794e
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
G:\code\WebLaunch\CoreLibLaunchSupport\bin\Debug\net6.0\CoreLibLaunchSupport.deps.json
G:\code\WebLaunch\CoreLibLaunchSupport\bin\Debug\net6.0\CoreLibLaunchSupport.dll
G:\code\WebLaunch\CoreLibLaunchSupport\bin\Debug\net6.0\CoreLibLaunchSupport.pdb
G:\code\WebLaunch\CoreLibLaunchSupport\bin\Debug\net6.0\LibDalamud.dll
G:\code\WebLaunch\CoreLibLaunchSupport\bin\Debug\net6.0\LibDalamud.pdb
G:\code\WebLaunch\CoreLibLaunchSupport\obj\Debug\net6.0\CoreLibLaunchSupport.csproj.AssemblyReference.cache
G:\code\WebLaunch\CoreLibLaunchSupport\obj\Debug\net6.0\CoreLibLaunchSupport.GeneratedMSBuildEditorConfig.editorconfig
G:\code\WebLaunch\CoreLibLaunchSupport\obj\Debug\net6.0\CoreLibLaunchSupport.AssemblyInfoInputs.cache
G:\code\WebLaunch\CoreLibLaunchSupport\obj\Debug\net6.0\CoreLibLaunchSupport.AssemblyInfo.cs
G:\code\WebLaunch\CoreLibLaunchSupport\obj\Debug\net6.0\CoreLibLaunchSupport.csproj.CoreCompileInputs.cache
G:\code\WebLaunch\CoreLibLaunchSupport\obj\Debug\net6.0\CoreLibLaunchSupport.sourcelink.json
G:\code\WebLaunch\CoreLibLaunchSupport\obj\Debug\net6.0\CoreLibL.EC84AC97.Up2Date
G:\code\WebLaunch\CoreLibLaunchSupport\obj\Debug\net6.0\CoreLibLaunchSupport.dll
G:\code\WebLaunch\CoreLibLaunchSupport\obj\Debug\net6.0\refint\CoreLibLaunchSupport.dll
G:\code\WebLaunch\CoreLibLaunchSupport\obj\Debug\net6.0\CoreLibLaunchSupport.pdb
G:\code\WebLaunch\CoreLibLaunchSupport\obj\Debug\net6.0\ref\CoreLibLaunchSupport.dll
Binary file not shown.
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/4d2d2541bec380c0f8605cd53a734747f0ecc00a/*"}}
Binary file not shown.
Binary file not shown.
Binary file modified LaunchApp/bin/Debug/net8.0/LaunchApp.dll
Binary file not shown.
Binary file modified LaunchApp/bin/Debug/net8.0/LaunchApp.pdb
Binary file not shown.
Loading

0 comments on commit 4a3b380

Please sign in to comment.