-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPhotoRecall.API.sln
More file actions
39 lines (39 loc) · 2.39 KB
/
PhotoRecall.API.sln
File metadata and controls
39 lines (39 loc) · 2.39 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
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PhotoRecall.API", "PhotoRecall.API\PhotoRecall.API.csproj", "{0FEF1AC2-7C66-4C5B-AC43-F1EB9BE42C73}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{497776E8-D59E-4804-B8E2-AA86BA42ACE6}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Utils\Utils.csproj", "{B68652AA-567D-48A6-9BB2-13FD75477573}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data", "Data\Data.csproj", "{F6CF676B-C5FD-4EF4-815B-02F79720F8B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{2C7EA10D-FD9C-48FF-84AA-A41817E6BEC0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0FEF1AC2-7C66-4C5B-AC43-F1EB9BE42C73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FEF1AC2-7C66-4C5B-AC43-F1EB9BE42C73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FEF1AC2-7C66-4C5B-AC43-F1EB9BE42C73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FEF1AC2-7C66-4C5B-AC43-F1EB9BE42C73}.Release|Any CPU.Build.0 = Release|Any CPU
{B68652AA-567D-48A6-9BB2-13FD75477573}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B68652AA-567D-48A6-9BB2-13FD75477573}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B68652AA-567D-48A6-9BB2-13FD75477573}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B68652AA-567D-48A6-9BB2-13FD75477573}.Release|Any CPU.Build.0 = Release|Any CPU
{F6CF676B-C5FD-4EF4-815B-02F79720F8B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6CF676B-C5FD-4EF4-815B-02F79720F8B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6CF676B-C5FD-4EF4-815B-02F79720F8B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6CF676B-C5FD-4EF4-815B-02F79720F8B8}.Release|Any CPU.Build.0 = Release|Any CPU
{2C7EA10D-FD9C-48FF-84AA-A41817E6BEC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C7EA10D-FD9C-48FF-84AA-A41817E6BEC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C7EA10D-FD9C-48FF-84AA-A41817E6BEC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C7EA10D-FD9C-48FF-84AA-A41817E6BEC0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal