-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFileServer.sln
More file actions
37 lines (37 loc) · 2.08 KB
/
FileServer.sln
File metadata and controls
37 lines (37 loc) · 2.08 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 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileServer.Server", "FileServer.Server\FileServer.Server.csproj", "{A23F0B75-1135-4AA7-AD90-DABDC800C7F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileServer.Client", "FileServer.Client\FileServer.Client.csproj", "{0EF9AA4F-8BF5-4A4D-B3B6-179E5E344732}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileServer.Models", "FileServer.Models\FileServer.Models.csproj", "{7747CCC1-5180-46C6-8725-302EB6212A4A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A23F0B75-1135-4AA7-AD90-DABDC800C7F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A23F0B75-1135-4AA7-AD90-DABDC800C7F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A23F0B75-1135-4AA7-AD90-DABDC800C7F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A23F0B75-1135-4AA7-AD90-DABDC800C7F7}.Release|Any CPU.Build.0 = Release|Any CPU
{0EF9AA4F-8BF5-4A4D-B3B6-179E5E344732}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EF9AA4F-8BF5-4A4D-B3B6-179E5E344732}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EF9AA4F-8BF5-4A4D-B3B6-179E5E344732}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EF9AA4F-8BF5-4A4D-B3B6-179E5E344732}.Release|Any CPU.Build.0 = Release|Any CPU
{7747CCC1-5180-46C6-8725-302EB6212A4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7747CCC1-5180-46C6-8725-302EB6212A4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7747CCC1-5180-46C6-8725-302EB6212A4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7747CCC1-5180-46C6-8725-302EB6212A4A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E8E8C82E-69B6-42FF-9F77-18AC0858038D}
EndGlobalSection
EndGlobal