forked from karpach/remote-shutdown-pc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Karpach.RemoteShutdown.Controller.sln
43 lines (43 loc) · 2.43 KB
/
Karpach.RemoteShutdown.Controller.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Karpach.RemoteShutdown.Controller", "Karpach.RemoteShutdown.Controller\Karpach.RemoteShutdown.Controller.csproj", "{6916CA57-9E37-48FE-B16C-44965008BEBD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Karpach.RemoteShutdown.Controller.Tests", "Karpach.RemoteShutdown.Controller.Tests\Karpach.RemoteShutdown.Controller.Tests.csproj", "{99F5D844-29BC-4763-A473-642595B3FF16}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{48FFBBF8-E551-4C5F-8346-3468CBB7E229}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
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
{6916CA57-9E37-48FE-B16C-44965008BEBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6916CA57-9E37-48FE-B16C-44965008BEBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6916CA57-9E37-48FE-B16C-44965008BEBD}.Debug|x64.ActiveCfg = Debug|x64
{6916CA57-9E37-48FE-B16C-44965008BEBD}.Debug|x64.Build.0 = Debug|x64
{6916CA57-9E37-48FE-B16C-44965008BEBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6916CA57-9E37-48FE-B16C-44965008BEBD}.Release|Any CPU.Build.0 = Release|Any CPU
{6916CA57-9E37-48FE-B16C-44965008BEBD}.Release|x64.ActiveCfg = Release|x64
{6916CA57-9E37-48FE-B16C-44965008BEBD}.Release|x64.Build.0 = Release|x64
{99F5D844-29BC-4763-A473-642595B3FF16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99F5D844-29BC-4763-A473-642595B3FF16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99F5D844-29BC-4763-A473-642595B3FF16}.Debug|x64.ActiveCfg = Debug|x64
{99F5D844-29BC-4763-A473-642595B3FF16}.Debug|x64.Build.0 = Debug|x64
{99F5D844-29BC-4763-A473-642595B3FF16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99F5D844-29BC-4763-A473-642595B3FF16}.Release|Any CPU.Build.0 = Release|Any CPU
{99F5D844-29BC-4763-A473-642595B3FF16}.Release|x64.ActiveCfg = Release|Any CPU
{99F5D844-29BC-4763-A473-642595B3FF16}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal