This repository was archived by the owner on Oct 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdataspace-client-sharp.sln
More file actions
76 lines (76 loc) · 3.75 KB
/
dataspace-client-sharp.sln
File metadata and controls
76 lines (76 loc) · 3.75 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataSpace.Tests", "DataSpace.Tests\DataSpace.Tests.csproj", "{652A7CDD-D97A-4915-BB38-1188B88B4502}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataSpace", "DataSpace\DataSpace.csproj", "{558B5501-6944-4CC2-A830-0BBC25D7C848}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataSpace.Moq", "DataSpace.Moq\DataSpace.Moq.csproj", "{D9193160-3BC7-495F-A64C-7C8399CCCCF9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataSpace.Toxiproxy", "DataSpace.Toxiproxy\DataSpace.Toxiproxy.csproj", "{0523AB5D-F59C-4611-8963-07C357927492}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{9DA1A10D-352E-40AA-8B08-CBB7D93F03EA}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0523AB5D-F59C-4611-8963-07C357927492}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0523AB5D-F59C-4611-8963-07C357927492}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0523AB5D-F59C-4611-8963-07C357927492}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0523AB5D-F59C-4611-8963-07C357927492}.Release|Any CPU.Build.0 = Release|Any CPU
{558B5501-6944-4CC2-A830-0BBC25D7C848}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{558B5501-6944-4CC2-A830-0BBC25D7C848}.Debug|Any CPU.Build.0 = Debug|Any CPU
{558B5501-6944-4CC2-A830-0BBC25D7C848}.Release|Any CPU.ActiveCfg = Release|Any CPU
{558B5501-6944-4CC2-A830-0BBC25D7C848}.Release|Any CPU.Build.0 = Release|Any CPU
{652A7CDD-D97A-4915-BB38-1188B88B4502}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{652A7CDD-D97A-4915-BB38-1188B88B4502}.Debug|Any CPU.Build.0 = Debug|Any CPU
{652A7CDD-D97A-4915-BB38-1188B88B4502}.Release|Any CPU.ActiveCfg = Release|Any CPU
{652A7CDD-D97A-4915-BB38-1188B88B4502}.Release|Any CPU.Build.0 = Release|Any CPU
{D9193160-3BC7-495F-A64C-7C8399CCCCF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9193160-3BC7-495F-A64C-7C8399CCCCF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9193160-3BC7-495F-A64C-7C8399CCCCF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9193160-3BC7-495F-A64C-7C8399CCCCF9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 120
$1.EolMarker = Unix
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchBody = True
$2.IndentPreprocessorDirectives = False
$2.NamespaceBraceStyle = EndOfLine
$2.ClassBraceStyle = EndOfLine
$2.InterfaceBraceStyle = EndOfLine
$2.StructBraceStyle = EndOfLine
$2.EnumBraceStyle = EndOfLine
$2.MethodBraceStyle = EndOfLine
$2.ConstructorBraceStyle = EndOfLine
$2.DestructorBraceStyle = EndOfLine
$2.ArrayInitializerWrapping = DoNotChange
$2.ArrayInitializerBraceStyle = NextLine
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.NewLineBeforeConstructorInitializerColon = SameLine
$2.BeforeDelegateDeclarationParentheses = False
$2.NewParentheses = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal