-
Notifications
You must be signed in to change notification settings - Fork 8
/
Cydin.sln
66 lines (66 loc) · 2.91 KB
/
Cydin.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cydin", "Cydin\Cydin.csproj", "{86F68BD3-3372-465C-864C-CFE35EAB5263}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CydinBuildService", "CydinBuildService\CydinBuildService.csproj", "{4AFC8138-D54D-45B8-8890-CB666BDB7580}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CydinService", "CydinService\CydinService.csproj", "{E938D655-F3B8-4A72-877F-2A4140420A9F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2276D9FD-B8E4-4238-B26D-F3065F514B42}"
ProjectSection(SolutionItems) = preProject
README = README
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4AFC8138-D54D-45B8-8890-CB666BDB7580}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AFC8138-D54D-45B8-8890-CB666BDB7580}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AFC8138-D54D-45B8-8890-CB666BDB7580}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AFC8138-D54D-45B8-8890-CB666BDB7580}.Release|Any CPU.Build.0 = Release|Any CPU
{86F68BD3-3372-465C-864C-CFE35EAB5263}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86F68BD3-3372-465C-864C-CFE35EAB5263}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86F68BD3-3372-465C-864C-CFE35EAB5263}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86F68BD3-3372-465C-864C-CFE35EAB5263}.Release|Any CPU.Build.0 = Release|Any CPU
{E938D655-F3B8-4A72-877F-2A4140420A9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E938D655-F3B8-4A72-877F-2A4140420A9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E938D655-F3B8-4A72-877F-2A4140420A9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E938D655-F3B8-4A72-877F-2A4140420A9F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.VersionControlPolicy = $1
$1.inheritsSet = Mono
$0.ChangeLogPolicy = $2
$2.UpdateMode = None
$2.inheritsSet = Mono
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.TabsToSpaces = False
$3.EolMarker = Windows
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/x-csharp
$0.CSharpFormattingPolicy = $4
$4.AfterDelegateDeclarationParameterComma = True
$4.inheritsSet = Mono
$4.inheritsScope = text/x-csharp
$4.scope = text/x-csharp
$0.TextStylePolicy = $5
$5.FileWidth = 120
$5.TabsToSpaces = False
$5.EolMarker = Windows
$5.inheritsSet = VisualStudio
$5.inheritsScope = text/plain
$5.scope = text/plain
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal