Got at least one data fetching method working; turns out, we can't use a patched LogicStack to get the data

This commit is contained in:
2026-01-14 22:11:11 +01:00
parent 40a8431464
commit 3f7122d30a
350 changed files with 41444 additions and 119 deletions

25
RemoteControl.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36511.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteControl", "RemoteControl.csproj", "{81D8C460-4627-489B-8D5E-A0640866290F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81D8C460-4627-489B-8D5E-A0640866290F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81D8C460-4627-489B-8D5E-A0640866290F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81D8C460-4627-489B-8D5E-A0640866290F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81D8C460-4627-489B-8D5E-A0640866290F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53064BEA-C759-4D2D-A20D-D1570457192B}
EndGlobalSection
EndGlobal