-
Notifications
You must be signed in to change notification settings - Fork 49
/
Karpach.RemoteShutdown.Controller.sln
36 lines (36 loc) · 1.85 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
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|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{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|x64.ActiveCfg = Release|x64
{6916CA57-9E37-48FE-B16C-44965008BEBD}.Release|x64.Build.0 = Release|x64
{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|x64.ActiveCfg = Release|x64
{99F5D844-29BC-4763-A473-642595B3FF16}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {38CD21FB-5DF5-406E-9E69-34765C0C68AF}
EndGlobalSection
EndGlobal