SnakeGame/SnakeGame.sln
2017-01-07 23:53:36 +01:00

23 lines
1,002 B
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SnakeGame", "SnakeGame\SnakeGame.csproj", "{7CB0C0BB-9EDD-48BA-B19C-306C444D37DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7CB0C0BB-9EDD-48BA-B19C-306C444D37DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CB0C0BB-9EDD-48BA-B19C-306C444D37DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CB0C0BB-9EDD-48BA-B19C-306C444D37DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CB0C0BB-9EDD-48BA-B19C-306C444D37DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal