-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathNuget.Server.AzureStorage.sln
43 lines (43 loc) · 2.54 KB
/
Nuget.Server.AzureStorage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22609.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{43EAE1C4-E938-4B6B-A478-D6E605DE1DA7}"
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}") = "Nuget.Server.AzureStorage", "Sources\Nuget.Server.AzureStorage\Nuget.Server.AzureStorage.csproj", "{A49F5A8C-EB06-43C1-A2FD-B025547BB6F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuget.Server.AzureStorage.Tests", "Sources\Nuget.Server.AzureStorage.Tests\Nuget.Server.AzureStorage.Tests.csproj", "{4691A205-59CB-4FA7-A1CA-97D2F55200BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuget.Server.TestInstance", "Sources\Nuget.Server.TestInstance\Nuget.Server.TestInstance.csproj", "{34193A96-5D22-426F-B35B-77AFA36123A9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Automation", "Automation", "{DA0F559D-1693-4778-B691-C2EF6E2F9FBB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A49F5A8C-EB06-43C1-A2FD-B025547BB6F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A49F5A8C-EB06-43C1-A2FD-B025547BB6F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A49F5A8C-EB06-43C1-A2FD-B025547BB6F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A49F5A8C-EB06-43C1-A2FD-B025547BB6F9}.Release|Any CPU.Build.0 = Release|Any CPU
{4691A205-59CB-4FA7-A1CA-97D2F55200BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4691A205-59CB-4FA7-A1CA-97D2F55200BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4691A205-59CB-4FA7-A1CA-97D2F55200BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4691A205-59CB-4FA7-A1CA-97D2F55200BA}.Release|Any CPU.Build.0 = Release|Any CPU
{34193A96-5D22-426F-B35B-77AFA36123A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34193A96-5D22-426F-B35B-77AFA36123A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34193A96-5D22-426F-B35B-77AFA36123A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34193A96-5D22-426F-B35B-77AFA36123A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal