From 57c41f64cfc2793a9bf01c619e56d14890b0f78c Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 29 Dec 2016 22:02:55 +0000 Subject: [PATCH] Was missing solution file --- aclock#.sln | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 aclock#.sln diff --git a/aclock#.sln b/aclock#.sln new file mode 100644 index 0000000..9cdbe54 --- /dev/null +++ b/aclock#.sln @@ -0,0 +1,52 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "aclock#", "aclock#\aclock#.csproj", "{175CBC6F-94CB-4C02-B112-8BAB721A774F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x86 = Debug|x86 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {175CBC6F-94CB-4C02-B112-8BAB721A774F}.Debug|x86.ActiveCfg = Debug|x86 + {175CBC6F-94CB-4C02-B112-8BAB721A774F}.Debug|x86.Build.0 = Debug|x86 + {175CBC6F-94CB-4C02-B112-8BAB721A774F}.Release|x86.ActiveCfg = Release|x86 + {175CBC6F-94CB-4C02-B112-8BAB721A774F}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(MonoDevelopProperties) = preSolution + Policies = $0 + $0.TextStylePolicy = $1 + $1.FileWidth = 120 + $1.inheritsSet = VisualStudio + $1.inheritsScope = text/plain + $1.scope = text/plain + $0.CSharpFormattingPolicy = $2 + $2.IndentSwitchSection = True + $2.NewLinesForBracesInProperties = True + $2.NewLinesForBracesInAccessors = True + $2.NewLinesForBracesInAnonymousMethods = True + $2.NewLinesForBracesInControlBlocks = True + $2.NewLinesForBracesInAnonymousTypes = True + $2.NewLinesForBracesInObjectCollectionArrayInitializers = True + $2.NewLinesForBracesInLambdaExpressionBody = True + $2.NewLineForElse = True + $2.NewLineForCatch = True + $2.NewLineForFinally = True + $2.NewLineForMembersInObjectInit = True + $2.NewLineForMembersInAnonymousTypes = True + $2.NewLineForClausesInQuery = True + $2.SpacingAfterMethodDeclarationName = False + $2.SpaceAfterMethodCallName = False + $2.SpaceAfterControlFlowStatementKeyword = False + $2.SpaceBeforeOpenSquareBracket = False + $2.inheritsSet = Mono + $2.inheritsScope = text/x-csharp + $2.scope = text/x-csharp + $0.DotNetNamingPolicy = $3 + $3.DirectoryNamespaceAssociation = Hierarchical + $3.ResourceNamePolicy = MSBuild + version = 2.4 + description = Aclock is an analog clock program for text mode console displays, terminals, or terminal emulators. This program is obviously absolutely useless, except for turning your old, expensive mainframe or supercomputer into a wall clock. + EndGlobalSection +EndGlobal