-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathAzure.Storage.sln
More file actions
50 lines (50 loc) · 2.93 KB
/
Azure.Storage.sln
File metadata and controls
50 lines (50 loc) · 2.93 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Storage", "Azure.Storage\Azure.Storage.csproj", "{28144736-3CAD-4E4B-AE9D-4D198C50DF3B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{9A06599D-8027-4692-9108-5E68ED649EF8}"
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}") = "Azure.Storage.Tests", "Azure.Storage.Tests\Azure.Storage.Tests.csproj", "{0625B29E-6FD6-426B-A3C9-A4636E939FCF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Storage.Portable", "Azure.Storage.Portable\Azure.Storage.Portable.csproj", "{67F9D3A8-F71E-4428-913F-C37AE82CDB24}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Storage.Portable.Tests", "Azure.Storage.Portable.Tests\Azure.Storage.Portable.Tests.csproj", "{929CD654-2627-406A-BA58-E1097CCA2151}"
ProjectSection(ProjectDependencies) = postProject
{67F9D3A8-F71E-4428-913F-C37AE82CDB24} = {67F9D3A8-F71E-4428-913F-C37AE82CDB24}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28144736-3CAD-4E4B-AE9D-4D198C50DF3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28144736-3CAD-4E4B-AE9D-4D198C50DF3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28144736-3CAD-4E4B-AE9D-4D198C50DF3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28144736-3CAD-4E4B-AE9D-4D198C50DF3B}.Release|Any CPU.Build.0 = Release|Any CPU
{0625B29E-6FD6-426B-A3C9-A4636E939FCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0625B29E-6FD6-426B-A3C9-A4636E939FCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0625B29E-6FD6-426B-A3C9-A4636E939FCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0625B29E-6FD6-426B-A3C9-A4636E939FCF}.Release|Any CPU.Build.0 = Release|Any CPU
{67F9D3A8-F71E-4428-913F-C37AE82CDB24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67F9D3A8-F71E-4428-913F-C37AE82CDB24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67F9D3A8-F71E-4428-913F-C37AE82CDB24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67F9D3A8-F71E-4428-913F-C37AE82CDB24}.Release|Any CPU.Build.0 = Release|Any CPU
{929CD654-2627-406A-BA58-E1097CCA2151}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{929CD654-2627-406A-BA58-E1097CCA2151}.Debug|Any CPU.Build.0 = Debug|Any CPU
{929CD654-2627-406A-BA58-E1097CCA2151}.Release|Any CPU.ActiveCfg = Release|Any CPU
{929CD654-2627-406A-BA58-E1097CCA2151}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal