-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSleepSchedulerApp.sln
More file actions
29 lines (29 loc) · 1.44 KB
/
Copy pathSleepSchedulerApp.sln
File metadata and controls
29 lines (29 loc) · 1.44 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35431.28
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SleepSchedulerApp", "SleepSchedulerApp\SleepSchedulerApp.csproj", "{6E2D45A3-901C-4773-810A-28C74510F861}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SleepScheduler-installer", "SleepScheduler-installer\SleepScheduler-installer.vdproj", "{0B7719F6-A89E-4C9C-86F4-96CBDF3E6491}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E2D45A3-901C-4773-810A-28C74510F861}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E2D45A3-901C-4773-810A-28C74510F861}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E2D45A3-901C-4773-810A-28C74510F861}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E2D45A3-901C-4773-810A-28C74510F861}.Release|Any CPU.Build.0 = Release|Any CPU
{0B7719F6-A89E-4C9C-86F4-96CBDF3E6491}.Debug|Any CPU.ActiveCfg = Debug
{0B7719F6-A89E-4C9C-86F4-96CBDF3E6491}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82C3658B-36C5-4A18-94C8-03DA641103FE}
EndGlobalSection
EndGlobal