-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScheduling.sln
More file actions
49 lines (49 loc) · 3.06 KB
/
Copy pathScheduling.sln
File metadata and controls
49 lines (49 loc) · 3.06 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Scheduling.Core", "Scheduling.Core\Scheduling.Core.csproj", "{CFF250BE-A27A-4458-8204-0AE9DC39F5C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Scheduling.Tests", "Scheduling.Tests\Scheduling.Tests.csproj", "{29426240-C30D-435B-AF52-EE9039F94E47}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Scheduling.Console", "Scheduling.Console\Scheduling.Console.csproj", "{7932F588-6B13-4E92-B5C2-32E47A49CBC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scheduling.Solver", "Scheduling.Solver\Scheduling.Solver.csproj", "{9FFF2F20-F034-407F-B744-D3205316A98A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scheduling.Benchmarks", "Scheduling.Benchmarks\Scheduling.Benchmarks.csproj", "{3DFFB7D3-C03E-4888-8BEC-F21B7DC4B232}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CFF250BE-A27A-4458-8204-0AE9DC39F5C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFF250BE-A27A-4458-8204-0AE9DC39F5C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFF250BE-A27A-4458-8204-0AE9DC39F5C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFF250BE-A27A-4458-8204-0AE9DC39F5C6}.Release|Any CPU.Build.0 = Release|Any CPU
{29426240-C30D-435B-AF52-EE9039F94E47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29426240-C30D-435B-AF52-EE9039F94E47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29426240-C30D-435B-AF52-EE9039F94E47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29426240-C30D-435B-AF52-EE9039F94E47}.Release|Any CPU.Build.0 = Release|Any CPU
{7932F588-6B13-4E92-B5C2-32E47A49CBC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7932F588-6B13-4E92-B5C2-32E47A49CBC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7932F588-6B13-4E92-B5C2-32E47A49CBC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7932F588-6B13-4E92-B5C2-32E47A49CBC6}.Release|Any CPU.Build.0 = Release|Any CPU
{9FFF2F20-F034-407F-B744-D3205316A98A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FFF2F20-F034-407F-B744-D3205316A98A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FFF2F20-F034-407F-B744-D3205316A98A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FFF2F20-F034-407F-B744-D3205316A98A}.Release|Any CPU.Build.0 = Release|Any CPU
{3DFFB7D3-C03E-4888-8BEC-F21B7DC4B232}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DFFB7D3-C03E-4888-8BEC-F21B7DC4B232}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DFFB7D3-C03E-4888-8BEC-F21B7DC4B232}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DFFB7D3-C03E-4888-8BEC-F21B7DC4B232}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0BCABC09-DD17-476D-B542-A001CA52E625}
EndGlobalSection
EndGlobal