-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSERV.sln
More file actions
100 lines (100 loc) · 5.14 KB
/
SERV.sln
File metadata and controls
100 lines (100 loc) · 5.14 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SERVBLL", "SERVBLL\SERVBLL.csproj", "{785A132E-3053-46FC-88F5-C4B652334128}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SERVDAL", "SERVDAL\SERVDAL.csproj", "{174895A9-F293-4331-A268-891ED4A366C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SERVWeb", "SERVWeb\SERVWeb.csproj", "{0E9F777E-F514-4B3C-BA5D-686A9CA3A7CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SERV.Utils", "SERV.Utils\SERV.Utils.csproj", "{11642B2B-034E-4F46-97B1-D005CA169BCE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DBHelperProvider", "DBHelperProvider\DBHelperProvider.csproj", "{F3A5BDEA-6D9B-4EF2-B0FC-4E2758ECB5E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SERVDataContract", "SERVDataContract\SERVDataContract.csproj", "{573E75FE-EA15-42AA-8A9C-585437ECA586}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{7A918492-F8A7-4B58-A512-46902B3B8A33}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{785A132E-3053-46FC-88F5-C4B652334128}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{785A132E-3053-46FC-88F5-C4B652334128}.Debug|Any CPU.Build.0 = Debug|Any CPU
{785A132E-3053-46FC-88F5-C4B652334128}.Release|Any CPU.ActiveCfg = Release|Any CPU
{785A132E-3053-46FC-88F5-C4B652334128}.Release|Any CPU.Build.0 = Release|Any CPU
{174895A9-F293-4331-A268-891ED4A366C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{174895A9-F293-4331-A268-891ED4A366C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{174895A9-F293-4331-A268-891ED4A366C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{174895A9-F293-4331-A268-891ED4A366C8}.Release|Any CPU.Build.0 = Release|Any CPU
{0E9F777E-F514-4B3C-BA5D-686A9CA3A7CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E9F777E-F514-4B3C-BA5D-686A9CA3A7CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E9F777E-F514-4B3C-BA5D-686A9CA3A7CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E9F777E-F514-4B3C-BA5D-686A9CA3A7CE}.Release|Any CPU.Build.0 = Release|Any CPU
{11642B2B-034E-4F46-97B1-D005CA169BCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11642B2B-034E-4F46-97B1-D005CA169BCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11642B2B-034E-4F46-97B1-D005CA169BCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11642B2B-034E-4F46-97B1-D005CA169BCE}.Release|Any CPU.Build.0 = Release|Any CPU
{F3A5BDEA-6D9B-4EF2-B0FC-4E2758ECB5E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3A5BDEA-6D9B-4EF2-B0FC-4E2758ECB5E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3A5BDEA-6D9B-4EF2-B0FC-4E2758ECB5E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3A5BDEA-6D9B-4EF2-B0FC-4E2758ECB5E2}.Release|Any CPU.Build.0 = Release|Any CPU
{573E75FE-EA15-42AA-8A9C-585437ECA586}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{573E75FE-EA15-42AA-8A9C-585437ECA586}.Debug|Any CPU.Build.0 = Debug|Any CPU
{573E75FE-EA15-42AA-8A9C-585437ECA586}.Release|Any CPU.ActiveCfg = Release|Any CPU
{573E75FE-EA15-42AA-8A9C-585437ECA586}.Release|Any CPU.Build.0 = Release|Any CPU
{7A918492-F8A7-4B58-A512-46902B3B8A33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A918492-F8A7-4B58-A512-46902B3B8A33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A918492-F8A7-4B58-A512-46902B3B8A33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A918492-F8A7-4B58-A512-46902B3B8A33}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = SERVWeb\SERVWeb.csproj
Policies = $0
$0.TextStylePolicy = $5
$1.TabsToSpaces = False
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchBody = True
$2.AnonymousMethodBraceStyle = NextLine
$2.PropertyBraceStyle = NextLine
$2.PropertyGetBraceStyle = NextLine
$2.PropertySetBraceStyle = NextLine
$2.EventBraceStyle = NextLine
$2.EventAddBraceStyle = NextLine
$2.EventRemoveBraceStyle = NextLine
$2.StatementBraceStyle = NextLine
$2.ElseNewLinePlacement = NewLine
$2.CatchNewLinePlacement = NewLine
$2.FinallyNewLinePlacement = NewLine
$2.WhileNewLinePlacement = DoNotCare
$2.ArrayInitializerWrapping = DoNotChange
$2.ArrayInitializerBraceStyle = NextLine
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.BeforeDelegateDeclarationParentheses = False
$2.NewParentheses = False
$2.SpacesBeforeBrackets = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$3.TabsToSpaces = False
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/plain
$4.inheritsSet = null
$4.scope = application/javascript
$5.inheritsSet = null
$5.scope = text/css
EndGlobalSection
EndGlobal