This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
AzureBlobStorageProvider.sln
44 lines (44 loc) · 2.48 KB
/
AzureBlobStorageProvider.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureBlobStorageProvider", "src\AzureBlobStorageProvider.csproj", "{2DC9285A-BEA8-44E1-ACC4-05288383F629}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6E5CB378-33E4-45D2-BE73-7E36B3E33C8B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureBlobStorageProvider.Mvc", "AzureBlobStorageProvider.Mvc\AzureBlobStorageProvider.Mvc.csproj", "{CF36753E-1735-490A-87D6-0E6275FAAFA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureBlobStorageProvider.Tests", "AzureBlobStorageProvider.Tests\AzureBlobStorageProvider.Tests.csproj", "{AB87B320-A66A-43FD-8CF7-8C3593CC50CF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DC9285A-BEA8-44E1-ACC4-05288383F629}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DC9285A-BEA8-44E1-ACC4-05288383F629}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DC9285A-BEA8-44E1-ACC4-05288383F629}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DC9285A-BEA8-44E1-ACC4-05288383F629}.Release|Any CPU.Build.0 = Release|Any CPU
{CF36753E-1735-490A-87D6-0E6275FAAFA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF36753E-1735-490A-87D6-0E6275FAAFA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF36753E-1735-490A-87D6-0E6275FAAFA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF36753E-1735-490A-87D6-0E6275FAAFA4}.Release|Any CPU.Build.0 = Release|Any CPU
{AB87B320-A66A-43FD-8CF7-8C3593CC50CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB87B320-A66A-43FD-8CF7-8C3593CC50CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB87B320-A66A-43FD-8CF7-8C3593CC50CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB87B320-A66A-43FD-8CF7-8C3593CC50CF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F52CD973-E62F-45CF-99D8-E2DFA78BE147}
EndGlobalSection
EndGlobal