This repository has been archived by the owner on Nov 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCloudCalendar.sln
51 lines (51 loc) · 2.88 KB
/
CloudCalendar.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 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudCalendar.Web", "CloudCalendar.Web\CloudCalendar.Web.csproj", "{2AF0653E-1928-48D4-8C4E-48DBF9D6EEAA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1DF8108D-1F44-4567-96E9-5BB009C90492}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudCalendar.Data", "CloudCalendar.Data\CloudCalendar.Data.csproj", "{E21D8503-6B2C-4791-AFE7-C7A5F75A2870}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudCalendar.Schedule", "CloudCalendar.Schedule\CloudCalendar.Schedule.csproj", "{DFB377F6-FA6D-4591-9205-4840565ECA86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudCalendar.Tests", "CloudCalendar.Tests\CloudCalendar.Tests.csproj", "{7FB6AC1E-F31B-422C-8310-F7A7872556CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2AF0653E-1928-48D4-8C4E-48DBF9D6EEAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AF0653E-1928-48D4-8C4E-48DBF9D6EEAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AF0653E-1928-48D4-8C4E-48DBF9D6EEAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AF0653E-1928-48D4-8C4E-48DBF9D6EEAA}.Release|Any CPU.Build.0 = Release|Any CPU
{E21D8503-6B2C-4791-AFE7-C7A5F75A2870}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E21D8503-6B2C-4791-AFE7-C7A5F75A2870}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E21D8503-6B2C-4791-AFE7-C7A5F75A2870}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E21D8503-6B2C-4791-AFE7-C7A5F75A2870}.Release|Any CPU.Build.0 = Release|Any CPU
{DFB377F6-FA6D-4591-9205-4840565ECA86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFB377F6-FA6D-4591-9205-4840565ECA86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFB377F6-FA6D-4591-9205-4840565ECA86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFB377F6-FA6D-4591-9205-4840565ECA86}.Release|Any CPU.Build.0 = Release|Any CPU
{7FB6AC1E-F31B-422C-8310-F7A7872556CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FB6AC1E-F31B-422C-8310-F7A7872556CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FB6AC1E-F31B-422C-8310-F7A7872556CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FB6AC1E-F31B-422C-8310-F7A7872556CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB088137-BEF3-4387-810F-FBFA8E7AF909}
EndGlobalSection
EndGlobal