-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHelixSync.sln
More file actions
136 lines (136 loc) · 6.97 KB
/
HelixSync.sln
File metadata and controls
136 lines (136 loc) · 6.97 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
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
133
134
135
136
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelixSync", "HelixSync\HelixSync.csproj", "{94E739A9-9105-4877-9590-BFE92E96B2BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelixSync.Test", "HelixSync.Test\HelixSync.Test.csproj", "{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CC3DA903-005E-41A0-969B-62C567065531}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
USAGE.md = USAGE.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Pocket PC 2003 (ARMV4) = Debug|Pocket PC 2003 (ARMV4)
Deploy|Any CPU = Deploy|Any CPU
Deploy|Mixed Platforms = Deploy|Mixed Platforms
Deploy|Pocket PC 2003 (ARMV4) = Deploy|Pocket PC 2003 (ARMV4)
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Pocket PC 2003 (ARMV4) = Release|Pocket PC 2003 (ARMV4)
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Debug|Pocket PC 2003 (ARMV4).Build.0 = Debug|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Deploy|Any CPU.ActiveCfg = Debug|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Deploy|Any CPU.Build.0 = Debug|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Deploy|Mixed Platforms.ActiveCfg = Debug|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Deploy|Mixed Platforms.Build.0 = Debug|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Deploy|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Deploy|Pocket PC 2003 (ARMV4).Build.0 = Debug|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Release|Any CPU.Build.0 = Release|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Release|Pocket PC 2003 (ARMV4).ActiveCfg = Release|Any CPU
{94E739A9-9105-4877-9590-BFE92E96B2BF}.Release|Pocket PC 2003 (ARMV4).Build.0 = Release|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Debug|Pocket PC 2003 (ARMV4).Build.0 = Debug|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Deploy|Any CPU.ActiveCfg = Debug|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Deploy|Any CPU.Build.0 = Debug|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Deploy|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Deploy|Mixed Platforms.Build.0 = Debug|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Deploy|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Deploy|Pocket PC 2003 (ARMV4).Build.0 = Debug|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Release|Any CPU.Build.0 = Release|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Release|Pocket PC 2003 (ARMV4).ActiveCfg = Release|Any CPU
{2298ECF0-CB44-40E9-A9D2-5419E5A8614C}.Release|Pocket PC 2003 (ARMV4).Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80E0A4EA-BAAD-4532-9562-10AC93059E07}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.DotNetNamingPolicy = $2
$2.DirectoryNamespaceAssociation = None
$2.ResourceNamePolicy = FileFormatDefault
$0.CSharpFormattingPolicy = $3
$3.IndentSwitchBody = True
$3.IndentBlocksInsideExpressions = True
$3.AnonymousMethodBraceStyle = NextLine
$3.PropertyBraceStyle = NextLine
$3.PropertyGetBraceStyle = NextLine
$3.PropertySetBraceStyle = NextLine
$3.EventBraceStyle = NextLine
$3.EventAddBraceStyle = NextLine
$3.EventRemoveBraceStyle = NextLine
$3.StatementBraceStyle = NextLine
$3.ElseNewLinePlacement = NewLine
$3.CatchNewLinePlacement = NewLine
$3.FinallyNewLinePlacement = NewLine
$3.WhileNewLinePlacement = DoNotCare
$3.ArrayInitializerWrapping = DoNotChange
$3.ArrayInitializerBraceStyle = NextLine
$3.BeforeMethodDeclarationParentheses = False
$3.BeforeMethodCallParentheses = False
$3.BeforeConstructorDeclarationParentheses = False
$3.NewLineBeforeConstructorInitializerColon = NewLine
$3.NewLineAfterConstructorInitializerColon = SameLine
$3.BeforeDelegateDeclarationParentheses = False
$3.NewParentheses = False
$3.SpacesBeforeBrackets = False
$3.inheritsSet = Mono
$3.inheritsScope = text/x-csharp
$3.scope = text/x-csharp
$3.IndentSwitchSection = True
$3.NewLinesForBracesInProperties = True
$3.NewLinesForBracesInAccessors = True
$3.NewLinesForBracesInAnonymousMethods = True
$3.NewLinesForBracesInControlBlocks = True
$3.NewLinesForBracesInAnonymousTypes = True
$3.NewLinesForBracesInObjectCollectionArrayInitializers = True
$3.NewLinesForBracesInLambdaExpressionBody = True
$3.NewLineForElse = True
$3.NewLineForCatch = True
$3.NewLineForFinally = True
$3.NewLineForMembersInObjectInit = True
$3.NewLineForMembersInAnonymousTypes = True
$3.NewLineForClausesInQuery = True
$3.SpacingAfterMethodDeclarationName = False
$3.SpaceAfterMethodCallName = False
$3.SpaceBeforeOpenSquareBracket = False
$0.NameConventionPolicy = $4
$4.Rules = $5
$5.NamingRule = $25
$25.AffectedEntity = None
$25.VisibilityMask = VisibilityMask
$25.NamingStyle = None
$25.IncludeInstanceMembers = True
$25.IncludeStaticEntities = True
EndGlobalSection
EndGlobal