-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAzure.Storage.sln
52 lines (52 loc) · 3.01 KB
/
Azure.Storage.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 Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Storage.Tests", "Azure.Storage.Tests\Azure.Storage.Tests.csproj", "{678083D7-1CE2-4C8A-8573-D04062B965E6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{7ED0046B-574B-4121-8482-7F1B3583EE5A}"
ProjectSection(SolutionItems) = preProject
docs\BlobExtensions.md = docs\BlobExtensions.md
docs\DependencyInjection.md = docs\DependencyInjection.md
docs\QueueExtensions.md = docs\QueueExtensions.md
README.md = README.md
docs\TableExtensions.md = docs\TableExtensions.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Storage.Blobs", "Azure.Storage.Blobs\Azure.Storage.Blobs.csproj", "{2DB021A9-D06D-4183-9588-383D629A1354}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Storage.Queues", "Azure.Storage.Queues\Azure.Storage.Queues.csproj", "{CAB65138-6442-4033-AC1F-1DCAE3FD7278}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Storage.Tables", "Azure.Storage.Tables\Azure.Storage.Tables.csproj", "{24B9AA35-7E7D-4833-B4CB-254499AA88EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{678083D7-1CE2-4C8A-8573-D04062B965E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{678083D7-1CE2-4C8A-8573-D04062B965E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{678083D7-1CE2-4C8A-8573-D04062B965E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{678083D7-1CE2-4C8A-8573-D04062B965E6}.Release|Any CPU.Build.0 = Release|Any CPU
{2DB021A9-D06D-4183-9588-383D629A1354}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DB021A9-D06D-4183-9588-383D629A1354}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DB021A9-D06D-4183-9588-383D629A1354}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DB021A9-D06D-4183-9588-383D629A1354}.Release|Any CPU.Build.0 = Release|Any CPU
{CAB65138-6442-4033-AC1F-1DCAE3FD7278}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAB65138-6442-4033-AC1F-1DCAE3FD7278}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAB65138-6442-4033-AC1F-1DCAE3FD7278}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAB65138-6442-4033-AC1F-1DCAE3FD7278}.Release|Any CPU.Build.0 = Release|Any CPU
{24B9AA35-7E7D-4833-B4CB-254499AA88EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24B9AA35-7E7D-4833-B4CB-254499AA88EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24B9AA35-7E7D-4833-B4CB-254499AA88EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24B9AA35-7E7D-4833-B4CB-254499AA88EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5625AEFF-0F48-4575-B79C-CF93007E5B70}
EndGlobalSection
EndGlobal