First OS Agnostic Commit

This commit is contained in:
2026-05-30 23:35:29 +01:00
parent 2f332ff224
commit ceb0097d68
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.37027.9 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Parsons.Steamdeck", "Parsons.Steamdeck.csproj", "{5BC1AF8C-C0DF-41C2-A99C-E3D711F5C445}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5BC1AF8C-C0DF-41C2-A99C-E3D711F5C445}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BC1AF8C-C0DF-41C2-A99C-E3D711F5C445}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BC1AF8C-C0DF-41C2-A99C-E3D711F5C445}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BC1AF8C-C0DF-41C2-A99C-E3D711F5C445}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6300191F-76EE-48DE-8237-93A0CF5426F6}
EndGlobalSection
EndGlobal