This repository was archived by the owner on Apr 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStorage.sln
More file actions
37 lines (37 loc) · 1.84 KB
/
Storage.sln
File metadata and controls
37 lines (37 loc) · 1.84 KB
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
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StoreAPI", "StoreAPI\StoreAPI.csproj", "{7B9024AF-E9F9-4B8D-9398-4816BFB5B94A}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileStore", "FileStore\FileStore.csproj", "{79C1F33E-EB2A-4C51-B97F-0A8929553FC9}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FTPStore", "FTPStore\FTPStore.csproj", "{E410CE7A-EAFA-4B04-9C26-4AA37F163CAE}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{7B9024AF-E9F9-4B8D-9398-4816BFB5B94A}.Debug.ActiveCfg = Debug|.NET
{7B9024AF-E9F9-4B8D-9398-4816BFB5B94A}.Debug.Build.0 = Debug|.NET
{7B9024AF-E9F9-4B8D-9398-4816BFB5B94A}.Release.ActiveCfg = Release|.NET
{7B9024AF-E9F9-4B8D-9398-4816BFB5B94A}.Release.Build.0 = Release|.NET
{79C1F33E-EB2A-4C51-B97F-0A8929553FC9}.Debug.ActiveCfg = Debug|.NET
{79C1F33E-EB2A-4C51-B97F-0A8929553FC9}.Debug.Build.0 = Debug|.NET
{79C1F33E-EB2A-4C51-B97F-0A8929553FC9}.Release.ActiveCfg = Release|.NET
{79C1F33E-EB2A-4C51-B97F-0A8929553FC9}.Release.Build.0 = Release|.NET
{E410CE7A-EAFA-4B04-9C26-4AA37F163CAE}.Debug.ActiveCfg = Debug|.NET
{E410CE7A-EAFA-4B04-9C26-4AA37F163CAE}.Debug.Build.0 = Debug|.NET
{E410CE7A-EAFA-4B04-9C26-4AA37F163CAE}.Release.ActiveCfg = Release|.NET
{E410CE7A-EAFA-4B04-9C26-4AA37F163CAE}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal