-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathScreenSleeper.sln
47 lines (47 loc) · 2.52 KB
/
ScreenSleeper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35004.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScreenSleeper", "ScreenSleeper\ScreenSleeper.csproj", "{04CF3278-CC61-4716-8B67-955C0FD7C469}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScreenSleeper.UnitTests", "ScreenSleeper.UnitTests\ScreenSleeper.UnitTests.csproj", "{6CD3F3CF-182D-4D18-AED2-4539E05E766A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{62E308DB-4BF3-4D7E-B999-CC15F3897970}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04CF3278-CC61-4716-8B67-955C0FD7C469}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04CF3278-CC61-4716-8B67-955C0FD7C469}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04CF3278-CC61-4716-8B67-955C0FD7C469}.Debug|x64.ActiveCfg = Debug|x64
{04CF3278-CC61-4716-8B67-955C0FD7C469}.Debug|x64.Build.0 = Debug|x64
{04CF3278-CC61-4716-8B67-955C0FD7C469}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04CF3278-CC61-4716-8B67-955C0FD7C469}.Release|Any CPU.Build.0 = Release|Any CPU
{04CF3278-CC61-4716-8B67-955C0FD7C469}.Release|x64.ActiveCfg = Release|x64
{04CF3278-CC61-4716-8B67-955C0FD7C469}.Release|x64.Build.0 = Release|x64
{6CD3F3CF-182D-4D18-AED2-4539E05E766A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CD3F3CF-182D-4D18-AED2-4539E05E766A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CD3F3CF-182D-4D18-AED2-4539E05E766A}.Debug|x64.ActiveCfg = Debug|x64
{6CD3F3CF-182D-4D18-AED2-4539E05E766A}.Debug|x64.Build.0 = Debug|x64
{6CD3F3CF-182D-4D18-AED2-4539E05E766A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CD3F3CF-182D-4D18-AED2-4539E05E766A}.Release|Any CPU.Build.0 = Release|Any CPU
{6CD3F3CF-182D-4D18-AED2-4539E05E766A}.Release|x64.ActiveCfg = Release|x64
{6CD3F3CF-182D-4D18-AED2-4539E05E766A}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {180F212E-43D2-42E3-9ED7-1B1044CB6A90}
EndGlobalSection
EndGlobal