-
Notifications
You must be signed in to change notification settings - Fork 1
/
FilesAPI.sln
49 lines (49 loc) · 2.94 KB
/
FilesAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29020.237
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FilesAPI", "FilesAPI\FilesAPI.csproj", "{A33F410D-C6D8-415C-A56D-54576FB1CC43}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{1D78998E-48A5-4B7D-8D64-6252081A15AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Contracts", "Contracts\Contracts.csproj", "{1E90738E-2C33-4B2B-A21B-0FA3B89F006B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Models", "Models\Models.csproj", "{138D6840-8A67-4636-8871-B47BEA25FF05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services.Tests", "Services.Tests\Services.Tests.csproj", "{9022B338-577F-44BB-B117-65431B5DD7E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A33F410D-C6D8-415C-A56D-54576FB1CC43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A33F410D-C6D8-415C-A56D-54576FB1CC43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A33F410D-C6D8-415C-A56D-54576FB1CC43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A33F410D-C6D8-415C-A56D-54576FB1CC43}.Release|Any CPU.Build.0 = Release|Any CPU
{1D78998E-48A5-4B7D-8D64-6252081A15AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D78998E-48A5-4B7D-8D64-6252081A15AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D78998E-48A5-4B7D-8D64-6252081A15AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D78998E-48A5-4B7D-8D64-6252081A15AF}.Release|Any CPU.Build.0 = Release|Any CPU
{1E90738E-2C33-4B2B-A21B-0FA3B89F006B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E90738E-2C33-4B2B-A21B-0FA3B89F006B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E90738E-2C33-4B2B-A21B-0FA3B89F006B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E90738E-2C33-4B2B-A21B-0FA3B89F006B}.Release|Any CPU.Build.0 = Release|Any CPU
{138D6840-8A67-4636-8871-B47BEA25FF05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{138D6840-8A67-4636-8871-B47BEA25FF05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{138D6840-8A67-4636-8871-B47BEA25FF05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{138D6840-8A67-4636-8871-B47BEA25FF05}.Release|Any CPU.Build.0 = Release|Any CPU
{9022B338-577F-44BB-B117-65431B5DD7E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9022B338-577F-44BB-B117-65431B5DD7E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9022B338-577F-44BB-B117-65431B5DD7E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9022B338-577F-44BB-B117-65431B5DD7E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2544818A-4BDC-44DD-AC39-C46F141CD707}
EndGlobalSection
EndGlobal