-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAzure.Storage.sln
55 lines (55 loc) · 3.32 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
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Storage.Blob", "Azure.Storage.Blob\Azure.Storage.Blob.csproj", "{881642AC-F166-4669-BCEC-DE868F7C85F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Storage.Tables", "Azure.Storage.Tables\Azure.Storage.Tables.csproj", "{CF798267-A805-49D6-8654-4F8ADCAEF75F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Storage.Queues", "Azure.Storage.Queues\Azure.Storage.Queues.csproj", "{ED849701-AF03-4A72-A996-ACA853CB71E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Storage.SAS", "Azure.Storage.SAS\Azure.Storage.SAS.csproj", "{B33D4615-57D5-4909-98B9-6D2BB28CBB1F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{25C7D331-ECF5-49DF-B85D-0D988F51FDD9}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Storage.Files", "Azure.Storage.Files\Azure.Storage.Files.csproj", "{CAAD893E-145A-4A0D-B24B-2FBBEC33D3AF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{881642AC-F166-4669-BCEC-DE868F7C85F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{881642AC-F166-4669-BCEC-DE868F7C85F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{881642AC-F166-4669-BCEC-DE868F7C85F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{881642AC-F166-4669-BCEC-DE868F7C85F0}.Release|Any CPU.Build.0 = Release|Any CPU
{CF798267-A805-49D6-8654-4F8ADCAEF75F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF798267-A805-49D6-8654-4F8ADCAEF75F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF798267-A805-49D6-8654-4F8ADCAEF75F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF798267-A805-49D6-8654-4F8ADCAEF75F}.Release|Any CPU.Build.0 = Release|Any CPU
{ED849701-AF03-4A72-A996-ACA853CB71E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED849701-AF03-4A72-A996-ACA853CB71E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED849701-AF03-4A72-A996-ACA853CB71E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED849701-AF03-4A72-A996-ACA853CB71E2}.Release|Any CPU.Build.0 = Release|Any CPU
{B33D4615-57D5-4909-98B9-6D2BB28CBB1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B33D4615-57D5-4909-98B9-6D2BB28CBB1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B33D4615-57D5-4909-98B9-6D2BB28CBB1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B33D4615-57D5-4909-98B9-6D2BB28CBB1F}.Release|Any CPU.Build.0 = Release|Any CPU
{CAAD893E-145A-4A0D-B24B-2FBBEC33D3AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAAD893E-145A-4A0D-B24B-2FBBEC33D3AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAAD893E-145A-4A0D-B24B-2FBBEC33D3AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAAD893E-145A-4A0D-B24B-2FBBEC33D3AF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9FE94638-2C1F-4F5D-8C93-ADE3E1B923CD}
EndGlobalSection
EndGlobal