From c010724d5fd399e7efc1c7531670d1b3f08bae15 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 27 Jan 2020 17:25:17 +0200 Subject: Started Snake project (Snake written in different languages). This is snake in C# Console Application, without any background knowledge about how it is coded --- Snake/Snake_CSharp/Snake_CSharp.sln | 39 +++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Snake/Snake_CSharp/Snake_CSharp.sln (limited to 'Snake/Snake_CSharp/Snake_CSharp.sln') diff --git a/Snake/Snake_CSharp/Snake_CSharp.sln b/Snake/Snake_CSharp/Snake_CSharp.sln new file mode 100644 index 0000000..d52ffb8 --- /dev/null +++ b/Snake/Snake_CSharp/Snake_CSharp.sln @@ -0,0 +1,39 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Snake", "Snake\Snake.csproj", "{8D624E64-608A-47B7-B3CF-5BBB196C9DC1}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x86 = Debug|x86 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8D624E64-608A-47B7-B3CF-5BBB196C9DC1}.Debug|x86.ActiveCfg = Debug|x86 + {8D624E64-608A-47B7-B3CF-5BBB196C9DC1}.Debug|x86.Build.0 = Debug|x86 + {8D624E64-608A-47B7-B3CF-5BBB196C9DC1}.Release|x86.ActiveCfg = Release|x86 + {8D624E64-608A-47B7-B3CF-5BBB196C9DC1}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(MonoDevelopProperties) = preSolution + Policies = $0 + $0.DotNetNamingPolicy = $1 + $1.DirectoryNamespaceAssociation = PrefixedHierarchical + $0.TextStylePolicy = $2 + $2.inheritsSet = null + $2.scope = text/x-csharp + $0.CSharpFormattingPolicy = $3 + $3.NewLinesForBracesInTypes = False + $3.NewLinesForBracesInMethods = False + $3.NewLinesForBracesInProperties = False + $3.NewLinesForBracesInAccessors = False + $3.NewLinesForBracesInAnonymousMethods = False + $3.NewLinesForBracesInControlBlocks = False + $3.NewLinesForBracesInAnonymousTypes = False + $3.NewLinesForBracesInObjectCollectionArrayInitializers = False + $3.NewLinesForBracesInLambdaExpressionBody = False + $3.NewLineForMembersInObjectInit = False + $3.NewLineForMembersInAnonymousTypes = False + $3.SpaceWithinMethodCallParentheses = True + $3.scope = text/x-csharp + EndGlobalSection +EndGlobal -- cgit v1.2.3