-
Notifications
You must be signed in to change notification settings - Fork 37
/
rethinkdb-net.sln
132 lines (132 loc) · 7.12 KB
/
rethinkdb-net.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "rethinkdb-net", "rethinkdb-net\rethinkdb-net.csproj", "{4632C7DA-1C4F-4DAB-B212-EF69059959C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "rethinkdb-net-test", "rethinkdb-net-test\rethinkdb-net-test.csproj", "{BA84988B-0D7C-468E-B412-1389C8D69852}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DAD64B79-3A83-4443-B343-007BF749AD8C}"
ProjectSection(SolutionItems) = preProject
build.sh = build.sh
README.md = README.md
rethinkdb-net.nuspec = rethinkdb-net.nuspec
LICENSE.txt = LICENSE.txt
RELEASE-NOTES.md = RELEASE-NOTES.md
rethinkdb-net-newtonsoft.nuspec = rethinkdb-net-newtonsoft.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{9F8AB94D-246B-420B-91C7-145B94D75FA3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RethinkDb.Examples.ConsoleApp", "Examples\RethinkDb.Examples.ConsoleApp\RethinkDb.Examples.ConsoleApp.csproj", "{0349F544-F60D-40E0-BCAD-FC4A41BB8595}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RethinkDb.Examples.TinyExample", "Examples\RethinkDb.Examples.TinyExample\RethinkDb.Examples.TinyExample.csproj", "{31399449-7966-4639-9E2B-ED33FF38D1C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "rethinkdb-net-newtonsoft", "rethinkdb-net-newtonsoft\rethinkdb-net-newtonsoft.csproj", "{1D419EAA-2611-4F3B-B7E0-3175841E46EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "rethinkdb-net-newtonsoft-test", "rethinkdb-net-newtonsoft-test\rethinkdb-net-newtonsoft-test.csproj", "{A0F00278-C0F6-4E36-AAC2-8F5BCFD9A804}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0349F544-F60D-40E0-BCAD-FC4A41BB8595}.Debug|Any CPU.ActiveCfg = Debug|x86
{0349F544-F60D-40E0-BCAD-FC4A41BB8595}.Debug|Any CPU.Build.0 = Debug|x86
{0349F544-F60D-40E0-BCAD-FC4A41BB8595}.Debug|x86.ActiveCfg = Debug|x86
{0349F544-F60D-40E0-BCAD-FC4A41BB8595}.Debug|x86.Build.0 = Debug|x86
{0349F544-F60D-40E0-BCAD-FC4A41BB8595}.Release|Any CPU.ActiveCfg = Release|x86
{0349F544-F60D-40E0-BCAD-FC4A41BB8595}.Release|Any CPU.Build.0 = Release|x86
{0349F544-F60D-40E0-BCAD-FC4A41BB8595}.Release|x86.ActiveCfg = Release|x86
{0349F544-F60D-40E0-BCAD-FC4A41BB8595}.Release|x86.Build.0 = Release|x86
{1D419EAA-2611-4F3B-B7E0-3175841E46EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D419EAA-2611-4F3B-B7E0-3175841E46EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D419EAA-2611-4F3B-B7E0-3175841E46EC}.Debug|x86.ActiveCfg = Debug|Any CPU
{1D419EAA-2611-4F3B-B7E0-3175841E46EC}.Debug|x86.Build.0 = Debug|Any CPU
{1D419EAA-2611-4F3B-B7E0-3175841E46EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D419EAA-2611-4F3B-B7E0-3175841E46EC}.Release|Any CPU.Build.0 = Release|Any CPU
{1D419EAA-2611-4F3B-B7E0-3175841E46EC}.Release|x86.ActiveCfg = Release|Any CPU
{1D419EAA-2611-4F3B-B7E0-3175841E46EC}.Release|x86.Build.0 = Release|Any CPU
{31399449-7966-4639-9E2B-ED33FF38D1C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31399449-7966-4639-9E2B-ED33FF38D1C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31399449-7966-4639-9E2B-ED33FF38D1C0}.Debug|x86.ActiveCfg = Debug|Any CPU
{31399449-7966-4639-9E2B-ED33FF38D1C0}.Debug|x86.Build.0 = Debug|Any CPU
{31399449-7966-4639-9E2B-ED33FF38D1C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31399449-7966-4639-9E2B-ED33FF38D1C0}.Release|Any CPU.Build.0 = Release|Any CPU
{31399449-7966-4639-9E2B-ED33FF38D1C0}.Release|x86.ActiveCfg = Release|Any CPU
{31399449-7966-4639-9E2B-ED33FF38D1C0}.Release|x86.Build.0 = Release|Any CPU
{4632C7DA-1C4F-4DAB-B212-EF69059959C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4632C7DA-1C4F-4DAB-B212-EF69059959C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4632C7DA-1C4F-4DAB-B212-EF69059959C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4632C7DA-1C4F-4DAB-B212-EF69059959C5}.Release|Any CPU.Build.0 = Release|Any CPU
{A0F00278-C0F6-4E36-AAC2-8F5BCFD9A804}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0F00278-C0F6-4E36-AAC2-8F5BCFD9A804}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0F00278-C0F6-4E36-AAC2-8F5BCFD9A804}.Debug|x86.ActiveCfg = Debug|Any CPU
{A0F00278-C0F6-4E36-AAC2-8F5BCFD9A804}.Debug|x86.Build.0 = Debug|Any CPU
{A0F00278-C0F6-4E36-AAC2-8F5BCFD9A804}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0F00278-C0F6-4E36-AAC2-8F5BCFD9A804}.Release|Any CPU.Build.0 = Release|Any CPU
{A0F00278-C0F6-4E36-AAC2-8F5BCFD9A804}.Release|x86.ActiveCfg = Release|Any CPU
{A0F00278-C0F6-4E36-AAC2-8F5BCFD9A804}.Release|x86.Build.0 = Release|Any CPU
{BA84988B-0D7C-468E-B412-1389C8D69852}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA84988B-0D7C-468E-B412-1389C8D69852}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA84988B-0D7C-468E-B412-1389C8D69852}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA84988B-0D7C-468E-B412-1389C8D69852}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0349F544-F60D-40E0-BCAD-FC4A41BB8595} = {9F8AB94D-246B-420B-91C7-145B94D75FA3}
{31399449-7966-4639-9E2B-ED33FF38D1C0} = {9F8AB94D-246B-420B-91C7-145B94D75FA3}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $2
$2.FileWidth = 120
$2.inheritsSet = VisualStudio
$2.inheritsScope = text/plain
$2.scope = text/plain
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/x-csharp
$0.CSharpFormattingPolicy = $4
$4.IndentSwitchBody = True
$4.AnonymousMethodBraceStyle = NextLine
$4.PropertyBraceStyle = NextLine
$4.PropertyGetBraceStyle = NextLine
$4.PropertySetBraceStyle = NextLine
$4.EventBraceStyle = NextLine
$4.EventAddBraceStyle = NextLine
$4.EventRemoveBraceStyle = NextLine
$4.StatementBraceStyle = NextLine
$4.ArrayInitializerBraceStyle = NextLine
$4.BeforeMethodDeclarationParentheses = False
$4.BeforeMethodCallParentheses = False
$4.BeforeConstructorDeclarationParentheses = False
$4.BeforeDelegateDeclarationParentheses = False
$4.NewParentheses = False
$4.inheritsSet = Mono
$4.inheritsScope = text/x-csharp
$4.scope = text/x-csharp
$0.TextStylePolicy = $5
$5.inheritsSet = null
$5.scope = application/config+xml
$0.XmlFormattingPolicy = $6
$6.inheritsSet = null
$6.scope = application/config+xml
$0.TextStylePolicy = $7
$7.inheritsSet = null
$7.scope = application/xml
$0.XmlFormattingPolicy = $8
$8.inheritsSet = Mono
$8.inheritsScope = application/xml
$8.scope = application/xml
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal