-
Notifications
You must be signed in to change notification settings - Fork 18
/
MigrantWithTests.sln
112 lines (112 loc) · 5.41 KB
/
MigrantWithTests.sln
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migrant", "Migrant\Migrant.csproj", "{5F87C357-09FB-4F53-BE37-41FE5BD88957}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{6109E322-4AC0-496C-89A2-012232A047E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestsSecondModule", "Tests\SecondModule\TestsSecondModule.csproj", "{560B93C1-E336-47DA-A879-4E9C5B75A927}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceTester", "PerformanceTester\PerformanceTester.csproj", "{72492444-329C-42B1-B1E7-7A9B3BCA0953}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
DebugFormat|Any CPU = DebugFormat|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{560B93C1-E336-47DA-A879-4E9C5B75A927}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{560B93C1-E336-47DA-A879-4E9C5B75A927}.Debug|Any CPU.Build.0 = Debug|Any CPU
{560B93C1-E336-47DA-A879-4E9C5B75A927}.DebugFormat|Any CPU.ActiveCfg = Debug|Any CPU
{560B93C1-E336-47DA-A879-4E9C5B75A927}.DebugFormat|Any CPU.Build.0 = Debug|Any CPU
{560B93C1-E336-47DA-A879-4E9C5B75A927}.Release|Any CPU.ActiveCfg = Release|Any CPU
{560B93C1-E336-47DA-A879-4E9C5B75A927}.Release|Any CPU.Build.0 = Release|Any CPU
{5F87C357-09FB-4F53-BE37-41FE5BD88957}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F87C357-09FB-4F53-BE37-41FE5BD88957}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F87C357-09FB-4F53-BE37-41FE5BD88957}.DebugFormat|Any CPU.ActiveCfg = DebugFormat|Any CPU
{5F87C357-09FB-4F53-BE37-41FE5BD88957}.DebugFormat|Any CPU.Build.0 = DebugFormat|Any CPU
{5F87C357-09FB-4F53-BE37-41FE5BD88957}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F87C357-09FB-4F53-BE37-41FE5BD88957}.Release|Any CPU.Build.0 = Release|Any CPU
{6109E322-4AC0-496C-89A2-012232A047E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6109E322-4AC0-496C-89A2-012232A047E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6109E322-4AC0-496C-89A2-012232A047E3}.DebugFormat|Any CPU.ActiveCfg = Debug|Any CPU
{6109E322-4AC0-496C-89A2-012232A047E3}.DebugFormat|Any CPU.Build.0 = Debug|Any CPU
{6109E322-4AC0-496C-89A2-012232A047E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6109E322-4AC0-496C-89A2-012232A047E3}.Release|Any CPU.Build.0 = Release|Any CPU
{72492444-329C-42B1-B1E7-7A9B3BCA0953}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72492444-329C-42B1-B1E7-7A9B3BCA0953}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72492444-329C-42B1-B1E7-7A9B3BCA0953}.DebugFormat|Any CPU.ActiveCfg = Debug|Any CPU
{72492444-329C-42B1-B1E7-7A9B3BCA0953}.DebugFormat|Any CPU.Build.0 = Debug|Any CPU
{72492444-329C-42B1-B1E7-7A9B3BCA0953}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72492444-329C-42B1-B1E7-7A9B3BCA0953}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $2
$2.DirectoryNamespaceAssociation = PrefixedHierarchical
$2.ResourceNamePolicy = FileName
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.NoTabsAfterNonTabs = True
$3.EolMarker = Unix
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/plain
$0.CSharpFormattingPolicy = $4
$4.AnonymousMethodBraceStyle = NextLine
$4.PropertyBraceStyle = NextLine
$4.PropertyGetBraceStyle = NextLine
$4.PropertySetBraceStyle = NextLine
$4.EventBraceStyle = NextLine
$4.EventAddBraceStyle = NextLine
$4.StatementBraceStyle = NextLine
$4.ElseNewLinePlacement = NewLine
$4.CatchNewLinePlacement = NewLine
$4.FinallyNewLinePlacement = NewLine
$4.WhileNewLinePlacement = NewLine
$4.BeforeMethodDeclarationParentheses = False
$4.BeforeMethodCallParentheses = False
$4.BeforeConstructorDeclarationParentheses = False
$4.BeforeIndexerDeclarationBracket = False
$4.BeforeDelegateDeclarationParentheses = False
$4.AfterDelegateDeclarationParameterComma = True
$4.NewParentheses = False
$4.IfParentheses = False
$4.WhileParentheses = False
$4.ForParentheses = False
$4.ForeachParentheses = False
$4.CatchParentheses = False
$4.SwitchParentheses = False
$4.LockParentheses = False
$4.UsingParentheses = False
$4.SpacesBeforeBrackets = False
$4.inheritsSet = Mono
$4.inheritsScope = text/x-csharp
$4.scope = text/x-csharp
$4.NewLinesForBracesInProperties = True
$4.NewLinesForBracesInAccessors = True
$4.NewLinesForBracesInAnonymousMethods = True
$4.NewLinesForBracesInControlBlocks = True
$4.NewLinesForBracesInAnonymousTypes = True
$4.NewLinesForBracesInObjectCollectionArrayInitializers = True
$4.NewLinesForBracesInLambdaExpressionBody = True
$4.NewLineForElse = True
$4.NewLineForCatch = True
$4.NewLineForFinally = True
$4.NewLineForMembersInObjectInit = True
$4.NewLineForMembersInAnonymousTypes = True
$4.NewLineForClausesInQuery = True
$4.SpacingAfterMethodDeclarationName = False
$4.SpaceAfterMethodCallName = False
$4.SpaceAfterControlFlowStatementKeyword = False
$4.SpaceBeforeOpenSquareBracket = False
$0.TextStylePolicy = $5
$5.FileWidth = 120
$5.NoTabsAfterNonTabs = True
$5.EolMarker = Unix
$5.inheritsSet = VisualStudio
$5.inheritsScope = text/plain
$5.scope = text/plain
EndGlobalSection
EndGlobal