-
Notifications
You must be signed in to change notification settings - Fork 5
/
TaskSchedulerEngine.sln
37 lines (37 loc) · 1.92 KB
/
TaskSchedulerEngine.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 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskSchedulerEngine", "TaskSchedulerEngine\TaskSchedulerEngine.csproj", "{7EBFDC36-04A2-4581-9066-D850DBA6A32A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleApplication", "ExampleApplication\ExampleApplication.csproj", "{FFF37DB1-6BA6-474A-81DE-BBF9B928194B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{A85F66AF-2E43-4F2F-A1F7-14D984ADB1D6}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{22B80865-83EF-4EBF-82DD-41AFC435462F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7EBFDC36-04A2-4581-9066-D850DBA6A32A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EBFDC36-04A2-4581-9066-D850DBA6A32A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EBFDC36-04A2-4581-9066-D850DBA6A32A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EBFDC36-04A2-4581-9066-D850DBA6A32A}.Release|Any CPU.Build.0 = Release|Any CPU
{FFF37DB1-6BA6-474A-81DE-BBF9B928194B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFF37DB1-6BA6-474A-81DE-BBF9B928194B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFF37DB1-6BA6-474A-81DE-BBF9B928194B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFF37DB1-6BA6-474A-81DE-BBF9B928194B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal