-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScheduleMaker.sln
67 lines (67 loc) · 4.15 KB
/
ScheduleMaker.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
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScheduleMaker.CMD", "ScheduleMaker.CMD\ScheduleMaker.CMD.csproj", "{19DBD0B5-5F65-4C80-8FD9-EB20C430BEEA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{5A450E4C-20A3-4A51-9AD4-4BA2FEE7E821}"
ProjectSection(SolutionItems) = preProject
..\..\..\Documents\script-27-06-20.sql = ..\..\..\Documents\script-27-06-20.sql
..\..\..\Documents\scriptData.sql = ..\..\..\Documents\scriptData.sql
..\..\..\Documents\scriptScheme.sql = ..\..\..\Documents\scriptScheme.sql
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScheduleMaker.GA", "ScheduleMaker.GA\ScheduleMaker.GA.csproj", "{81504F5D-6C7D-42D8-B5FC-70FD55B78D57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScheduleMaker.PSO", "ScheduleMaker.PSO\ScheduleMaker.PSO.csproj", "{26B162D2-CE5A-47DE-8395-211D55CF0490}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Other", "Other", "{780836FF-4B54-4314-B064-00E8A5A67F1C}"
ProjectSection(SolutionItems) = preProject
Rules.txt = Rules.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScheduleMaker.WPF", "ScheduleMaker.WPF\ScheduleMaker.WPF.csproj", "{E14C7B4A-C0A2-4C6E-A95D-103A4226B0FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScheduleMaker.ADO", "ScheduleMaker.ADO\ScheduleMaker.ADO.csproj", "{E0F4464C-F80A-4FF8-ACB4-89816F270B27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScheduleMaker.OS", "ScheduleMaker.OS\ScheduleMaker.OS.csproj", "{D636FF39-636E-47E5-AAB7-28184D8B8935}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{19DBD0B5-5F65-4C80-8FD9-EB20C430BEEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19DBD0B5-5F65-4C80-8FD9-EB20C430BEEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19DBD0B5-5F65-4C80-8FD9-EB20C430BEEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19DBD0B5-5F65-4C80-8FD9-EB20C430BEEA}.Release|Any CPU.Build.0 = Release|Any CPU
{81504F5D-6C7D-42D8-B5FC-70FD55B78D57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81504F5D-6C7D-42D8-B5FC-70FD55B78D57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81504F5D-6C7D-42D8-B5FC-70FD55B78D57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81504F5D-6C7D-42D8-B5FC-70FD55B78D57}.Release|Any CPU.Build.0 = Release|Any CPU
{26B162D2-CE5A-47DE-8395-211D55CF0490}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26B162D2-CE5A-47DE-8395-211D55CF0490}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26B162D2-CE5A-47DE-8395-211D55CF0490}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26B162D2-CE5A-47DE-8395-211D55CF0490}.Release|Any CPU.Build.0 = Release|Any CPU
{E14C7B4A-C0A2-4C6E-A95D-103A4226B0FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E14C7B4A-C0A2-4C6E-A95D-103A4226B0FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E14C7B4A-C0A2-4C6E-A95D-103A4226B0FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E14C7B4A-C0A2-4C6E-A95D-103A4226B0FA}.Release|Any CPU.Build.0 = Release|Any CPU
{E0F4464C-F80A-4FF8-ACB4-89816F270B27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0F4464C-F80A-4FF8-ACB4-89816F270B27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0F4464C-F80A-4FF8-ACB4-89816F270B27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0F4464C-F80A-4FF8-ACB4-89816F270B27}.Release|Any CPU.Build.0 = Release|Any CPU
{D636FF39-636E-47E5-AAB7-28184D8B8935}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D636FF39-636E-47E5-AAB7-28184D8B8935}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D636FF39-636E-47E5-AAB7-28184D8B8935}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D636FF39-636E-47E5-AAB7-28184D8B8935}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C77E5ED-6B85-451C-BAB0-C8E61B9C3D0D}
EndGlobalSection
EndGlobal