forked from tfitzmac/VipSwapper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
VipSwapper.sln
57 lines (57 loc) · 3.75 KB
/
VipSwapper.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CloudSense", "CloudSense", "{5FFF2C36-CE83-4066-9B42-55327B754D3C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TrainingPoint", "TrainingPoint", "{6A2B4C1A-AE42-459A-B898-F4CCE8887310}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudStack", "CloudSense\CloudStack\CloudStack.csproj", "{C4B260AF-1E71-4074-A3BD-E62C1E18C461}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudStackConsoleInstaller", "CloudSense\CloudStackConsoleInstaller\CloudStackConsoleInstaller.csproj", "{13308C50-9041-4189-B98F-5801FCADC2AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainingPoint", "TrainingPoint\TrainingPoint\TrainingPoint.csproj", "{CA602145-EF25-45D7-84F2-196C6CC76939}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudStackFormsInstaller", "CloudSense\CloudStackFormsInstaller\CloudStackFormsInstaller.csproj", "{04DFB358-893B-451C-AF5A-275760C5E3BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudSense", "CloudSense\CloudSense\CloudSense.csproj", "{1138C5F7-9BC6-4B23-A522-091E56B1C64F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4B260AF-1E71-4074-A3BD-E62C1E18C461}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4B260AF-1E71-4074-A3BD-E62C1E18C461}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4B260AF-1E71-4074-A3BD-E62C1E18C461}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4B260AF-1E71-4074-A3BD-E62C1E18C461}.Release|Any CPU.Build.0 = Release|Any CPU
{13308C50-9041-4189-B98F-5801FCADC2AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13308C50-9041-4189-B98F-5801FCADC2AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13308C50-9041-4189-B98F-5801FCADC2AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13308C50-9041-4189-B98F-5801FCADC2AC}.Release|Any CPU.Build.0 = Release|Any CPU
{CA602145-EF25-45D7-84F2-196C6CC76939}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA602145-EF25-45D7-84F2-196C6CC76939}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA602145-EF25-45D7-84F2-196C6CC76939}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA602145-EF25-45D7-84F2-196C6CC76939}.Release|Any CPU.Build.0 = Release|Any CPU
{04DFB358-893B-451C-AF5A-275760C5E3BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04DFB358-893B-451C-AF5A-275760C5E3BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04DFB358-893B-451C-AF5A-275760C5E3BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04DFB358-893B-451C-AF5A-275760C5E3BB}.Release|Any CPU.Build.0 = Release|Any CPU
{1138C5F7-9BC6-4B23-A522-091E56B1C64F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1138C5F7-9BC6-4B23-A522-091E56B1C64F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1138C5F7-9BC6-4B23-A522-091E56B1C64F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1138C5F7-9BC6-4B23-A522-091E56B1C64F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C4B260AF-1E71-4074-A3BD-E62C1E18C461} = {5FFF2C36-CE83-4066-9B42-55327B754D3C}
{13308C50-9041-4189-B98F-5801FCADC2AC} = {5FFF2C36-CE83-4066-9B42-55327B754D3C}
{CA602145-EF25-45D7-84F2-196C6CC76939} = {6A2B4C1A-AE42-459A-B898-F4CCE8887310}
{04DFB358-893B-451C-AF5A-275760C5E3BB} = {5FFF2C36-CE83-4066-9B42-55327B754D3C}
{1138C5F7-9BC6-4B23-A522-091E56B1C64F} = {5FFF2C36-CE83-4066-9B42-55327B754D3C}
EndGlobalSection
EndGlobal