forked from CactusSoft/Cactus.Fileserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cactus.Fileserver.sln
66 lines (66 loc) · 4.54 KB
/
Cactus.Fileserver.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
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cactus.Fileserver", "Cactus.Fileserver\Cactus.Fileserver.csproj", "{E4DEDC1B-6C96-4793-BD45-30B550DD1BB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cactus.Fileserver.LocalStorage", "Cactus.Fileserver.LocalStorage\Cactus.Fileserver.LocalStorage.csproj", "{4AE0236F-EDE1-4A4E-A3E5-1EF2C524AB46}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cactus.Fileserver.AzureStorage", "Cactus.Fileserver.AzureStorage\Cactus.Fileserver.AzureStorage.csproj", "{B9AE74F7-36C9-4F1D-91BB-311443881AA5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{41584938-146B-424F-8C10-374A64A01215}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cactus.Fileserver.Simple", "Examples\Cactus.Fileserver.Simple\Cactus.Fileserver.Simple.csproj", "{63C09213-17DC-4095-BB5F-581CBA692C3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cactus.Fileserver.S3Storage", "Cactus.Fileserver.S3Storage\Cactus.Fileserver.S3Storage.csproj", "{1E2E479C-22EE-4777-9C25-55BB2A8F22A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cactus.Fileserver.ImageResizer", "Cactus.Fileserver.ImageResizer\Cactus.Fileserver.ImageResizer.csproj", "{CF1D7D06-FCE8-49E0-9D0C-9B58664018CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cactus.Fileserver.Tests", "Cactus.Fileserver.Tests\Cactus.Fileserver.Tests.csproj", "{B0FB8D6F-7D3E-48E7-88F5-76253A016981}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4DEDC1B-6C96-4793-BD45-30B550DD1BB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4DEDC1B-6C96-4793-BD45-30B550DD1BB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4DEDC1B-6C96-4793-BD45-30B550DD1BB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4DEDC1B-6C96-4793-BD45-30B550DD1BB5}.Release|Any CPU.Build.0 = Release|Any CPU
{4AE0236F-EDE1-4A4E-A3E5-1EF2C524AB46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AE0236F-EDE1-4A4E-A3E5-1EF2C524AB46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AE0236F-EDE1-4A4E-A3E5-1EF2C524AB46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AE0236F-EDE1-4A4E-A3E5-1EF2C524AB46}.Release|Any CPU.Build.0 = Release|Any CPU
{B9AE74F7-36C9-4F1D-91BB-311443881AA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9AE74F7-36C9-4F1D-91BB-311443881AA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9AE74F7-36C9-4F1D-91BB-311443881AA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9AE74F7-36C9-4F1D-91BB-311443881AA5}.Release|Any CPU.Build.0 = Release|Any CPU
{63C09213-17DC-4095-BB5F-581CBA692C3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63C09213-17DC-4095-BB5F-581CBA692C3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63C09213-17DC-4095-BB5F-581CBA692C3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63C09213-17DC-4095-BB5F-581CBA692C3E}.Release|Any CPU.Build.0 = Release|Any CPU
{1E2E479C-22EE-4777-9C25-55BB2A8F22A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E2E479C-22EE-4777-9C25-55BB2A8F22A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E2E479C-22EE-4777-9C25-55BB2A8F22A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E2E479C-22EE-4777-9C25-55BB2A8F22A4}.Release|Any CPU.Build.0 = Release|Any CPU
{CF1D7D06-FCE8-49E0-9D0C-9B58664018CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF1D7D06-FCE8-49E0-9D0C-9B58664018CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF1D7D06-FCE8-49E0-9D0C-9B58664018CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF1D7D06-FCE8-49E0-9D0C-9B58664018CE}.Release|Any CPU.Build.0 = Release|Any CPU
{B0FB8D6F-7D3E-48E7-88F5-76253A016981}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0FB8D6F-7D3E-48E7-88F5-76253A016981}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0FB8D6F-7D3E-48E7-88F5-76253A016981}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0FB8D6F-7D3E-48E7-88F5-76253A016981}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{63C09213-17DC-4095-BB5F-581CBA692C3E} = {41584938-146B-424F-8C10-374A64A01215}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {650FD418-DEA3-4EA9-92A6-DBF5B0004916}
EndGlobalSection
EndGlobal