-
Notifications
You must be signed in to change notification settings - Fork 0
/
Calendaris.sln
37 lines (37 loc) · 2.08 KB
/
Calendaris.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30803.129
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Calendaris.Server", "Calendaris\Server\Calendaris.Server.csproj", "{9E85BC0F-54DB-4E07-AB67-754A705C5D62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Calendaris.Client", "Calendaris\Client\Calendaris.Client.csproj", "{58640DCC-410D-4143-B332-A26AF9FEEC49}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Calendaris.Shared", "Calendaris\Shared\Calendaris.Shared.csproj", "{DE0E0872-6BDB-4F7F-AD50-3A022FABB2AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E85BC0F-54DB-4E07-AB67-754A705C5D62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E85BC0F-54DB-4E07-AB67-754A705C5D62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E85BC0F-54DB-4E07-AB67-754A705C5D62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E85BC0F-54DB-4E07-AB67-754A705C5D62}.Release|Any CPU.Build.0 = Release|Any CPU
{58640DCC-410D-4143-B332-A26AF9FEEC49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58640DCC-410D-4143-B332-A26AF9FEEC49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58640DCC-410D-4143-B332-A26AF9FEEC49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58640DCC-410D-4143-B332-A26AF9FEEC49}.Release|Any CPU.Build.0 = Release|Any CPU
{DE0E0872-6BDB-4F7F-AD50-3A022FABB2AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE0E0872-6BDB-4F7F-AD50-3A022FABB2AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE0E0872-6BDB-4F7F-AD50-3A022FABB2AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE0E0872-6BDB-4F7F-AD50-3A022FABB2AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {928F6A5A-AF00-41DB-8F52-8353AD5F141A}
EndGlobalSection
EndGlobal