This repository has been archived on 2025-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tetri5-backend/TetrisClone.WebApi.sln
2021-06-28 22:38:18 -04:00

26 lines
1.1 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31423.177
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TetrisClone.WebApi", "TetrisClone.WebApi\TetrisClone.WebApi.csproj", "{3B7088A2-3AD1-495D-B8D8-A454BB9FBD9F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B7088A2-3AD1-495D-B8D8-A454BB9FBD9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B7088A2-3AD1-495D-B8D8-A454BB9FBD9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B7088A2-3AD1-495D-B8D8-A454BB9FBD9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B7088A2-3AD1-495D-B8D8-A454BB9FBD9F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C36D5CF7-84B8-4588-B8E2-3209C0A9E098}
EndGlobalSection
EndGlobal