-
Notifications
You must be signed in to change notification settings - Fork 105
/
Copy pathScheduler.sln
37 lines (37 loc) · 2.04 KB
/
Scheduler.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 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scheduler.Model", "Scheduler.Model\Scheduler.Model.csproj", "{686E4421-7945-451D-83BA-CFB8DEFECCD1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scheduler.Data", "Scheduler.Data\Scheduler.Data.csproj", "{746C7C73-46A3-4EF7-93B9-D6C619EEABFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scheduler.API", "Scheduler.API\Scheduler.API.csproj", "{C7008E92-843D-485C-82D8-059E10D9BD2B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{686E4421-7945-451D-83BA-CFB8DEFECCD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{686E4421-7945-451D-83BA-CFB8DEFECCD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{686E4421-7945-451D-83BA-CFB8DEFECCD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{686E4421-7945-451D-83BA-CFB8DEFECCD1}.Release|Any CPU.Build.0 = Release|Any CPU
{746C7C73-46A3-4EF7-93B9-D6C619EEABFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{746C7C73-46A3-4EF7-93B9-D6C619EEABFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{746C7C73-46A3-4EF7-93B9-D6C619EEABFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{746C7C73-46A3-4EF7-93B9-D6C619EEABFB}.Release|Any CPU.Build.0 = Release|Any CPU
{C7008E92-843D-485C-82D8-059E10D9BD2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7008E92-843D-485C-82D8-059E10D9BD2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7008E92-843D-485C-82D8-059E10D9BD2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7008E92-843D-485C-82D8-059E10D9BD2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0EEB9AEC-E9FD-4498-9A23-6DA7909C53D4}
EndGlobalSection
EndGlobal