-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathWindowsAzureVmManager.sln
52 lines (52 loc) · 3.13 KB
/
WindowsAzureVmManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Duracellko.WindowsAzureVmManager.Web", "Duracellko.WindowsAzureVmManager.Web\Duracellko.WindowsAzureVmManager.Web.csproj", "{24347504-CF3F-4FF8-8846-BE794A1C4491}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Duracellko.WindowsAzureVmManager", "Duracellko.WindowsAzureVmManager\Duracellko.WindowsAzureVmManager.csproj", "{03B7A8C0-6483-43F5-B33C-E1122566867E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{7232864C-299B-4C14-B240-9B41F2E3D0BE}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Duracellko.WindowsAzureVmManager.Identity", "Duracellko.WindowsAzureVmManager.Identity\Duracellko.WindowsAzureVmManager.Identity.csproj", "{9DF41AEC-FB72-4E0B-85DC-BC5581FF1EA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PasswordUtil", "PasswordUtil\PasswordUtil.csproj", "{22B62B35-7BBD-4738-B17D-CDF1A8C61F54}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3F6FCC2A-B33C-4226-8E7E-263B03BB782B}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24347504-CF3F-4FF8-8846-BE794A1C4491}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24347504-CF3F-4FF8-8846-BE794A1C4491}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24347504-CF3F-4FF8-8846-BE794A1C4491}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24347504-CF3F-4FF8-8846-BE794A1C4491}.Release|Any CPU.Build.0 = Release|Any CPU
{03B7A8C0-6483-43F5-B33C-E1122566867E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03B7A8C0-6483-43F5-B33C-E1122566867E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03B7A8C0-6483-43F5-B33C-E1122566867E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03B7A8C0-6483-43F5-B33C-E1122566867E}.Release|Any CPU.Build.0 = Release|Any CPU
{9DF41AEC-FB72-4E0B-85DC-BC5581FF1EA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DF41AEC-FB72-4E0B-85DC-BC5581FF1EA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DF41AEC-FB72-4E0B-85DC-BC5581FF1EA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DF41AEC-FB72-4E0B-85DC-BC5581FF1EA0}.Release|Any CPU.Build.0 = Release|Any CPU
{22B62B35-7BBD-4738-B17D-CDF1A8C61F54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22B62B35-7BBD-4738-B17D-CDF1A8C61F54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22B62B35-7BBD-4738-B17D-CDF1A8C61F54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22B62B35-7BBD-4738-B17D-CDF1A8C61F54}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal