-
Notifications
You must be signed in to change notification settings - Fork 0
/
Filen.NET.sln
42 lines (42 loc) · 2.27 KB
/
Filen.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Filen", "Filen\Filen.csproj", "{4BD3BE31-F961-4D99-97D1-929727A75256}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Filen.API", "Filen.API\Filen.API.csproj", "{D4094607-03AB-4EF1-946B-6A01BB15BBBE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Clients", "Clients", "{56B615CC-C14E-4651-BB0A-B918C7EBC76F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Filen.CLI", "Clients\Filen.CLI\Filen.CLI.csproj", "{E1D65414-F63F-4F10-BCDF-8DC354B1667B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BD3BE31-F961-4D99-97D1-929727A75256}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BD3BE31-F961-4D99-97D1-929727A75256}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BD3BE31-F961-4D99-97D1-929727A75256}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BD3BE31-F961-4D99-97D1-929727A75256}.Release|Any CPU.Build.0 = Release|Any CPU
{D4094607-03AB-4EF1-946B-6A01BB15BBBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4094607-03AB-4EF1-946B-6A01BB15BBBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4094607-03AB-4EF1-946B-6A01BB15BBBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4094607-03AB-4EF1-946B-6A01BB15BBBE}.Release|Any CPU.Build.0 = Release|Any CPU
{E1D65414-F63F-4F10-BCDF-8DC354B1667B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1D65414-F63F-4F10-BCDF-8DC354B1667B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1D65414-F63F-4F10-BCDF-8DC354B1667B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1D65414-F63F-4F10-BCDF-8DC354B1667B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E1D65414-F63F-4F10-BCDF-8DC354B1667B} = {56B615CC-C14E-4651-BB0A-B918C7EBC76F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2140BBF6-4C21-4937-9A2C-EC320562D8DB}
EndGlobalSection
EndGlobal