-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsdk-csharp.sln
56 lines (56 loc) · 2.41 KB
/
sdk-csharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kuzzle", "Kuzzle\Kuzzle.csproj", "{73DE88CF-7A9E-4B4F-96AA-ED4DABFA67F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kuzzle.Tests", "Kuzzle.Tests\Kuzzle.Tests.csproj", "{8D2951A1-7EC8-4D2D-A9C9-2ECBD1917F40}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73DE88CF-7A9E-4B4F-96AA-ED4DABFA67F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73DE88CF-7A9E-4B4F-96AA-ED4DABFA67F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73DE88CF-7A9E-4B4F-96AA-ED4DABFA67F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73DE88CF-7A9E-4B4F-96AA-ED4DABFA67F8}.Release|Any CPU.Build.0 = Release|Any CPU
{8D2951A1-7EC8-4D2D-A9C9-2ECBD1917F40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D2951A1-7EC8-4D2D-A9C9-2ECBD1917F40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D2951A1-7EC8-4D2D-A9C9-2ECBD1917F40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D2951A1-7EC8-4D2D-A9C9-2ECBD1917F40}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.NewLinesForBracesInTypes = False
$3.NewLinesForBracesInMethods = False
$3.NewLinesForBracesInProperties = False
$3.NewLinesForBracesInAccessors = False
$3.NewLinesForBracesInAnonymousMethods = False
$3.NewLinesForBracesInControlBlocks = False
$3.NewLinesForBracesInAnonymousTypes = False
$3.NewLinesForBracesInObjectCollectionArrayInitializers = False
$3.NewLinesForBracesInLambdaExpressionBody = False
$3.NewLineForElse = False
$3.NewLineForCatch = False
$3.NewLineForFinally = False
$3.NewLineForMembersInObjectInit = False
$3.NewLineForMembersInAnonymousTypes = False
$3.NewLineForClausesInQuery = False
$3.scope = text/x-csharp
$0.TextStylePolicy = $4
$4.FileWidth = 80
$4.TabWidth = 2
$4.TabsToSpaces = True
$4.IndentWidth = 2
$4.NoTabsAfterNonTabs = True
$4.scope = text/plain
version = 0.1.0
EndGlobalSection
EndGlobal