aboutsummaryrefslogtreecommitdiff
path: root/Snake/Snake_CSharp/Snake_CSharp.sln
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2020-01-27 17:25:17 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2020-01-27 17:25:17 +0200
commitc010724d5fd399e7efc1c7531670d1b3f08bae15 (patch)
tree99ea74a85fae027b2d21de99b5dc460dfde45ef1 /Snake/Snake_CSharp/Snake_CSharp.sln
parentf2cacd592d7cbdeb59457b35ad998b17cc84ed74 (diff)
downloadShower-c010724d5fd399e7efc1c7531670d1b3f08bae15.tar
Shower-c010724d5fd399e7efc1c7531670d1b3f08bae15.tar.gz
Shower-c010724d5fd399e7efc1c7531670d1b3f08bae15.zip
Started Snake project (Snake written in different languages). This is snake in C# Console Application, without any background knowledge about how it is coded
Diffstat (limited to 'Snake/Snake_CSharp/Snake_CSharp.sln')
-rw-r--r--Snake/Snake_CSharp/Snake_CSharp.sln39
1 files changed, 39 insertions, 0 deletions
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