LANCommander/LANCommander.sln
Pat Hartl 6fec91e73e Fix PowerShell scripts, add script debug mode
PowerShell scripts now execute correctly with the client. The built in PowerShell API's serializer will always return null on .NET 8 for some reason. The serializer/deserializer was switched to YAML, mostly due to convenience of already having a package for it.

Added a new settings for enabling script debugging mode. This ensures that when a script is executed, the PowerShell terminal window is not closed. This allows power users to get the same environment that the script executes in. It also allows for some scroll back to see what potentially went wrong in their script.
2024-06-11 21:43:12 -05:00

88 lines
6.3 KiB
Text

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LANCommander", "LANCommander\LANCommander.csproj", "{C64D17A8-CDB3-4D1E-858F-6CF05B6FED4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LANCommander.PlaynitePlugin", "LANCommander.Playnite.Extension\LANCommander.PlaynitePlugin.csproj", "{F9EB13D4-8FD9-4095-B934-F7EC681E6901}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LANCommander.SDK", "LANCommander.SDK\LANCommander.SDK.csproj", "{4C2A71FD-A30B-4D62-888A-4EF843D8E506}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LANCommander.PCGamingWiki", "LANCommander.PCGamingWiki\LANCommander.PCGamingWiki.csproj", "{2436B817-4475-4E70-9BB2-E1E7866DB79F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LANCommander.PowerShell", "LANCommander.PowerShell\LANCommander.PowerShell.csproj", "{807943BF-0C7D-4ED3-8393-CFEE64E3138C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LANCommander.PowerShell.Tests", "LANCommander.PowerShell.Tests\LANCommander.PowerShell.Tests.csproj", "{D7069A13-F0AA-4CBF-9013-4276F130A6DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LANCommander.SDK.Tests", "LANCommander.SDK.Tests\LANCommander.SDK.Tests.csproj", "{7EF67B44-C563-4809-9B5A-FDDB90A2E709}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LANCommander.AutoUpdater", "LANCommander.AutoUpdater\LANCommander.AutoUpdater.csproj", "{C580750D-5F66-4613-979D-67379D8F4170}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LANCommander.Client.Data", "LANCommander.Client.Data\LANCommander.Client.Data.csproj", "{02FBFF81-6550-4E11-A78C-E965E593B3CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LANCommander.Client", "LANCommander.Client\LANCommander.Client.csproj", "{28D73284-B55A-4468-B96D-394C39BA162D}"
ProjectSection(ProjectDependencies) = postProject
{807943BF-0C7D-4ED3-8393-CFEE64E3138C} = {807943BF-0C7D-4ED3-8393-CFEE64E3138C}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Photino.Blazor.CustomWindow", "..\Photino.Blazor.CustomWindow\Photino.Blazor.CustomWindow\Photino.Blazor.CustomWindow.csproj", "{507C8A0B-636B-4EC9-B47A-DD65C8829301}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C64D17A8-CDB3-4D1E-858F-6CF05B6FED4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C64D17A8-CDB3-4D1E-858F-6CF05B6FED4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C64D17A8-CDB3-4D1E-858F-6CF05B6FED4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C64D17A8-CDB3-4D1E-858F-6CF05B6FED4D}.Release|Any CPU.Build.0 = Release|Any CPU
{F9EB13D4-8FD9-4095-B934-F7EC681E6901}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9EB13D4-8FD9-4095-B934-F7EC681E6901}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9EB13D4-8FD9-4095-B934-F7EC681E6901}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9EB13D4-8FD9-4095-B934-F7EC681E6901}.Release|Any CPU.Build.0 = Release|Any CPU
{4C2A71FD-A30B-4D62-888A-4EF843D8E506}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C2A71FD-A30B-4D62-888A-4EF843D8E506}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C2A71FD-A30B-4D62-888A-4EF843D8E506}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C2A71FD-A30B-4D62-888A-4EF843D8E506}.Release|Any CPU.Build.0 = Release|Any CPU
{2436B817-4475-4E70-9BB2-E1E7866DB79F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2436B817-4475-4E70-9BB2-E1E7866DB79F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2436B817-4475-4E70-9BB2-E1E7866DB79F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2436B817-4475-4E70-9BB2-E1E7866DB79F}.Release|Any CPU.Build.0 = Release|Any CPU
{807943BF-0C7D-4ED3-8393-CFEE64E3138C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{807943BF-0C7D-4ED3-8393-CFEE64E3138C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{807943BF-0C7D-4ED3-8393-CFEE64E3138C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{807943BF-0C7D-4ED3-8393-CFEE64E3138C}.Release|Any CPU.Build.0 = Release|Any CPU
{D7069A13-F0AA-4CBF-9013-4276F130A6DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7069A13-F0AA-4CBF-9013-4276F130A6DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7069A13-F0AA-4CBF-9013-4276F130A6DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7069A13-F0AA-4CBF-9013-4276F130A6DD}.Release|Any CPU.Build.0 = Release|Any CPU
{7EF67B44-C563-4809-9B5A-FDDB90A2E709}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EF67B44-C563-4809-9B5A-FDDB90A2E709}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EF67B44-C563-4809-9B5A-FDDB90A2E709}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EF67B44-C563-4809-9B5A-FDDB90A2E709}.Release|Any CPU.Build.0 = Release|Any CPU
{C580750D-5F66-4613-979D-67379D8F4170}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C580750D-5F66-4613-979D-67379D8F4170}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C580750D-5F66-4613-979D-67379D8F4170}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C580750D-5F66-4613-979D-67379D8F4170}.Release|Any CPU.Build.0 = Release|Any CPU
{02FBFF81-6550-4E11-A78C-E965E593B3CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02FBFF81-6550-4E11-A78C-E965E593B3CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02FBFF81-6550-4E11-A78C-E965E593B3CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02FBFF81-6550-4E11-A78C-E965E593B3CC}.Release|Any CPU.Build.0 = Release|Any CPU
{28D73284-B55A-4468-B96D-394C39BA162D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28D73284-B55A-4468-B96D-394C39BA162D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28D73284-B55A-4468-B96D-394C39BA162D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28D73284-B55A-4468-B96D-394C39BA162D}.Release|Any CPU.Build.0 = Release|Any CPU
{507C8A0B-636B-4EC9-B47A-DD65C8829301}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{507C8A0B-636B-4EC9-B47A-DD65C8829301}.Debug|Any CPU.Build.0 = Debug|Any CPU
{507C8A0B-636B-4EC9-B47A-DD65C8829301}.Release|Any CPU.ActiveCfg = Release|Any CPU
{507C8A0B-636B-4EC9-B47A-DD65C8829301}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CBA5868D-8784-40B3-8E3D-46C24FDDC425}
EndGlobalSection
EndGlobal