Tetris/Tetris.sln
2024-11-13 16:39:36 +01:00

26 lines
1.1 KiB
Plaintext
Executable File

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tetris", "Tetris.csproj", "{C55A0BBC-7039-420A-B2D5-1D03A8AE4527}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C55A0BBC-7039-420A-B2D5-1D03A8AE4527}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C55A0BBC-7039-420A-B2D5-1D03A8AE4527}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C55A0BBC-7039-420A-B2D5-1D03A8AE4527}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C55A0BBC-7039-420A-B2D5-1D03A8AE4527}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E31D4F1E-C8C0-4BBD-B451-EE72B2E20C44}
EndGlobalSection
EndGlobal