-
Notifications
You must be signed in to change notification settings - Fork 0
/
Windows Server Advanced Power Management Plugins.sln
39 lines (39 loc) · 2.07 KB
/
Windows Server Advanced Power Management Plugins.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WsapmPluginAdvancedTemplate", "WsapmPluginAdvancedTemplate\WsapmPluginAdvancedTemplate.csproj", "{0ECDDE94-1613-4A65-AAF9-67B67247109D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenNetworkConnections", "OpenNetworkConnections\OpenNetworkConnections.csproj", "{6F7DB30D-EB20-46FA-97C1-4BCFABFE8C99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenNetworkConnectionsDemo", "OpenNetworkConnectionsDemo\OpenNetworkConnectionsDemo.csproj", "{62C5CF87-A54E-4EB2-B48B-77D5ECEFE0B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{B517A307-EFDA-4680-842E-076702127CB8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
LICENSE = LICENSE
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
{0ECDDE94-1613-4A65-AAF9-67B67247109D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ECDDE94-1613-4A65-AAF9-67B67247109D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F7DB30D-EB20-46FA-97C1-4BCFABFE8C99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F7DB30D-EB20-46FA-97C1-4BCFABFE8C99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F7DB30D-EB20-46FA-97C1-4BCFABFE8C99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F7DB30D-EB20-46FA-97C1-4BCFABFE8C99}.Release|Any CPU.Build.0 = Release|Any CPU
{62C5CF87-A54E-4EB2-B48B-77D5ECEFE0B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62C5CF87-A54E-4EB2-B48B-77D5ECEFE0B6}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{62C5CF87-A54E-4EB2-B48B-77D5ECEFE0B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal