-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFileSharing.sln
More file actions
27 lines (27 loc) · 1.5 KB
/
Copy pathFileSharing.sln
File metadata and controls
27 lines (27 loc) · 1.5 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSharing.Api", "FileSharing.Api\FileSharing.Api.csproj", "{7A4A76B5-D055-456E-9D13-7A8A9C3B022D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1340B589-8B48-47D9-8E6D-F0F6ED8EAF5B}"
ProjectSection(SolutionItems) = preProject
compose.yaml = compose.yaml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSharing.Tests", "FileSharing.Tests\FileSharing.Tests.csproj", "{F42CD866-3345-4797-BF96-72783A69D064}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A4A76B5-D055-456E-9D13-7A8A9C3B022D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A4A76B5-D055-456E-9D13-7A8A9C3B022D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A4A76B5-D055-456E-9D13-7A8A9C3B022D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A4A76B5-D055-456E-9D13-7A8A9C3B022D}.Release|Any CPU.Build.0 = Release|Any CPU
{F42CD866-3345-4797-BF96-72783A69D064}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F42CD866-3345-4797-BF96-72783A69D064}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F42CD866-3345-4797-BF96-72783A69D064}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F42CD866-3345-4797-BF96-72783A69D064}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal