-
Notifications
You must be signed in to change notification settings - Fork 15
/
VMPlex.sln
40 lines (40 loc) · 2.15 KB
/
VMPlex.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VMPlex", "VMPlex\VMPlex.csproj", "{414E7DF9-C192-4153-9A61-E6C9D96B9FD5}"
ProjectSection(ProjectDependencies) = postProject
{FDDD2BF0-12B3-4E6A-A346-922C4C82A999} = {FDDD2BF0-12B3-4E6A-A346-922C4C82A999}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "hvintegrate", "hvintegrate\hvintegrate.csproj", "{FDDD2BF0-12B3-4E6A-A346-922C4C82A999}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyWMI", "EasyWMI\EasyWMI.csproj", "{025DE6E0-ED82-4926-8321-B3C28F14F486}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{414E7DF9-C192-4153-9A61-E6C9D96B9FD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{414E7DF9-C192-4153-9A61-E6C9D96B9FD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{414E7DF9-C192-4153-9A61-E6C9D96B9FD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{414E7DF9-C192-4153-9A61-E6C9D96B9FD5}.Release|Any CPU.Build.0 = Release|Any CPU
{FDDD2BF0-12B3-4E6A-A346-922C4C82A999}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDDD2BF0-12B3-4E6A-A346-922C4C82A999}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDDD2BF0-12B3-4E6A-A346-922C4C82A999}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDDD2BF0-12B3-4E6A-A346-922C4C82A999}.Release|Any CPU.Build.0 = Release|Any CPU
{025DE6E0-ED82-4926-8321-B3C28F14F486}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{025DE6E0-ED82-4926-8321-B3C28F14F486}.Debug|Any CPU.Build.0 = Debug|Any CPU
{025DE6E0-ED82-4926-8321-B3C28F14F486}.Release|Any CPU.ActiveCfg = Release|Any CPU
{025DE6E0-ED82-4926-8321-B3C28F14F486}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC05ACB0-BDB5-4C62-934F-7D4EB9F08809}
EndGlobalSection
EndGlobal