-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfolders_sync.sln
53 lines (53 loc) · 1.85 KB
/
folders_sync.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "folders_sync", "folders_sync\folders_sync.csproj", "{0C3B656C-B1B0-40C1-8AC3-750AFBFCC8E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C3B656C-B1B0-40C1-8AC3-750AFBFCC8E9}.Debug|x86.ActiveCfg = Debug|x86
{0C3B656C-B1B0-40C1-8AC3-750AFBFCC8E9}.Debug|x86.Build.0 = Debug|x86
{0C3B656C-B1B0-40C1-8AC3-750AFBFCC8E9}.Release|x86.ActiveCfg = Release|x86
{0C3B656C-B1B0-40C1-8AC3-750AFBFCC8E9}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 120
$1.TabWidth = 2
$1.IndentWidth = 2
$1.EolMarker = Unix
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$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.AfterDelegateDeclarationParameterComma = True
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.inheritsSet = null
$3.scope = application/config+xml
$0.XmlFormattingPolicy = $4
$4.inheritsSet = null
$4.scope = application/config+xml
$0.StandardHeader = $5
$5.Text =
$5.IncludeInNewFiles = True
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal