-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathCactus.Fileserver.sln
83 lines (83 loc) · 5.84 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
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
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{32A207D8-134D-4BE0-A30B-10EFF5A514E1}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cactus.Fileserver.LocalStorage.Test", "Cactus.Fileserver.LocalStorage.Test\Cactus.Fileserver.LocalStorage.Test.csproj", "{2CF78959-669E-4245-B92C-CDF149758680}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cactus.Fileserver.Aspnet", "Cactus.Fileserver.Aspnet\Cactus.Fileserver.Aspnet.csproj", "{5783F184-F7B0-420F-B990-77ED6A147A11}"
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
{2CF78959-669E-4245-B92C-CDF149758680}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CF78959-669E-4245-B92C-CDF149758680}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CF78959-669E-4245-B92C-CDF149758680}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CF78959-669E-4245-B92C-CDF149758680}.Release|Any CPU.Build.0 = Release|Any CPU
{5783F184-F7B0-420F-B990-77ED6A147A11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5783F184-F7B0-420F-B990-77ED6A147A11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5783F184-F7B0-420F-B990-77ED6A147A11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5783F184-F7B0-420F-B990-77ED6A147A11}.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