-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeMashScheduller.sln
26 lines (26 loc) · 1.41 KB
/
CodeMashScheduller.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeMashScheduller", "CodeMashScheduller\CodeMashScheduller.csproj", "{3F4C3ECD-8384-405F-9F50-93AAE4067CF5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeMashScheduller.Tests", "CodeMashScheduller.Tests\CodeMashScheduller.Tests.csproj", "{05E48F53-EBCD-45A3-95B4-86DA8681E5A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F4C3ECD-8384-405F-9F50-93AAE4067CF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F4C3ECD-8384-405F-9F50-93AAE4067CF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F4C3ECD-8384-405F-9F50-93AAE4067CF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F4C3ECD-8384-405F-9F50-93AAE4067CF5}.Release|Any CPU.Build.0 = Release|Any CPU
{05E48F53-EBCD-45A3-95B4-86DA8681E5A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05E48F53-EBCD-45A3-95B4-86DA8681E5A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05E48F53-EBCD-45A3-95B4-86DA8681E5A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05E48F53-EBCD-45A3-95B4-86DA8681E5A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal