-
Notifications
You must be signed in to change notification settings - Fork 2
/
VMGuide.sln
34 lines (34 loc) · 1.9 KB
/
VMGuide.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMGuide.CUI", "VMGuide.CUI\VMGuide.CUI.csproj", "{E1E9B9AD-4016-4502-A534-C31BCD98E6FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMGuide.Core", "VMGuide.Core\VMGuide.Core.csproj", "{E115EC67-1E68-4E83-AF42-1119C30C9D0E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMGuide.GUI", "VMGuide.GUI\VMGuide.GUI.csproj", "{60F872FD-834D-441C-8E54-8D4BF4782C0F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1E9B9AD-4016-4502-A534-C31BCD98E6FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1E9B9AD-4016-4502-A534-C31BCD98E6FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1E9B9AD-4016-4502-A534-C31BCD98E6FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1E9B9AD-4016-4502-A534-C31BCD98E6FF}.Release|Any CPU.Build.0 = Release|Any CPU
{E115EC67-1E68-4E83-AF42-1119C30C9D0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E115EC67-1E68-4E83-AF42-1119C30C9D0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E115EC67-1E68-4E83-AF42-1119C30C9D0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E115EC67-1E68-4E83-AF42-1119C30C9D0E}.Release|Any CPU.Build.0 = Release|Any CPU
{60F872FD-834D-441C-8E54-8D4BF4782C0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60F872FD-834D-441C-8E54-8D4BF4782C0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60F872FD-834D-441C-8E54-8D4BF4782C0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60F872FD-834D-441C-8E54-8D4BF4782C0F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal