-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathLynnaLab.sln
More file actions
67 lines (67 loc) · 2.92 KB
/
LynnaLab.sln
File metadata and controls
67 lines (67 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LynnaLab", "LynnaLab\LynnaLab.csproj", "{21072A00-C7C0-41FF-8103-4186BB75056E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LynnaLib", "LynnaLib\LynnaLib.csproj", "{C57A460A-90D5-4B50-AA96-1D11CA6D6801}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LynnaLib.Tests", "LynnaLib.Tests\LynnaLib.Tests.csproj", "{1817167D-2C8D-487C-ACC0-8CA8A4A1D6B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{21072A00-C7C0-41FF-8103-4186BB75056E}.Debug|x86.ActiveCfg = Debug|Any CPU
{21072A00-C7C0-41FF-8103-4186BB75056E}.Debug|x86.Build.0 = Debug|Any CPU
{21072A00-C7C0-41FF-8103-4186BB75056E}.Release|x86.ActiveCfg = Release|Any CPU
{21072A00-C7C0-41FF-8103-4186BB75056E}.Release|x86.Build.0 = Release|Any CPU
{1817167D-2C8D-487C-ACC0-8CA8A4A1D6B0}.Debug|x86.ActiveCfg = Debug|Any CPU
{1817167D-2C8D-487C-ACC0-8CA8A4A1D6B0}.Debug|x86.Build.0 = Debug|Any CPU
{1817167D-2C8D-487C-ACC0-8CA8A4A1D6B0}.Release|x86.ActiveCfg = Release|Any CPU
{1817167D-2C8D-487C-ACC0-8CA8A4A1D6B0}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {32A6158D-AB9A-4428-A4B6-A997AA0CC551}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.NoTabsAfterNonTabs = True
$1.scope = text/x-csharp
$1.EolMarker = Unix
$1.TabsToSpaces = True
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchBody = True
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.NewLineBeforeConstructorInitializerColon = NewLine
$2.NewLineAfterConstructorInitializerColon = SameLine
$2.BeforeDelegateDeclarationParentheses = False
$2.NewParentheses = False
$2.SpacesBeforeBrackets = False
$2.scope = text/x-csharp
$2.NewLinesForBracesInMethods = False
$2.IndentSwitchSection = False
$2.NewLinesForBracesInProperties = False
$2.NewLinesForBracesInAccessors = False
$2.NewLinesForBracesInAnonymousMethods = False
$2.NewLinesForBracesInControlBlocks = False
$2.NewLinesForBracesInAnonymousTypes = False
$2.NewLinesForBracesInObjectCollectionArrayInitializers = False
$2.NewLinesForBracesInLambdaExpressionBody = False
$2.NewLineForElse = False
$2.NewLineForMembersInObjectInit = False
$2.NewLineForMembersInAnonymousTypes = False
$2.NewLineForClausesInQuery = False
$0.DotNetNamingPolicy = $3
$0.StandardHeader = $4
EndGlobalSection
EndGlobal