-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathiCloud.Dav.sln
51 lines (51 loc) · 2.96 KB
/
iCloud.Dav.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{541F1D36-E012-4425-8D35-0EC27193051F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iCloud.Dav.Core", "src\iCloud.Dav.Core\iCloud.Dav.Core.csproj", "{3BE92606-7460-4D9F-895A-E44A87AB2452}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iCloud.Dav.Auth", "src\iCloud.Dav.Auth\iCloud.Dav.Auth.csproj", "{F4CEFEFD-3D18-4051-87C5-9EEC8F3040EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iCloud.Dav.Calendar", "src\iCloud.Dav.Calendar\iCloud.Dav.Calendar.csproj", "{574A875D-6477-48DA-B6E9-F2E4AB04FCEA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iCloud.Dav.People", "src\iCloud.Dav.People\iCloud.Dav.People.csproj", "{5DB44749-DABE-4068-99C4-01E7E9EA3600}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3BE92606-7460-4D9F-895A-E44A87AB2452}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BE92606-7460-4D9F-895A-E44A87AB2452}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BE92606-7460-4D9F-895A-E44A87AB2452}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BE92606-7460-4D9F-895A-E44A87AB2452}.Release|Any CPU.Build.0 = Release|Any CPU
{F4CEFEFD-3D18-4051-87C5-9EEC8F3040EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4CEFEFD-3D18-4051-87C5-9EEC8F3040EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4CEFEFD-3D18-4051-87C5-9EEC8F3040EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4CEFEFD-3D18-4051-87C5-9EEC8F3040EE}.Release|Any CPU.Build.0 = Release|Any CPU
{574A875D-6477-48DA-B6E9-F2E4AB04FCEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{574A875D-6477-48DA-B6E9-F2E4AB04FCEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{574A875D-6477-48DA-B6E9-F2E4AB04FCEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{574A875D-6477-48DA-B6E9-F2E4AB04FCEA}.Release|Any CPU.Build.0 = Release|Any CPU
{5DB44749-DABE-4068-99C4-01E7E9EA3600}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DB44749-DABE-4068-99C4-01E7E9EA3600}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DB44749-DABE-4068-99C4-01E7E9EA3600}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DB44749-DABE-4068-99C4-01E7E9EA3600}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1A95244-02F6-4521-A76A-67E543384CFA}
EndGlobalSection
EndGlobal