-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFavourAPI.sln
37 lines (37 loc) · 2.04 KB
/
FavourAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FavourAPI", "FavourAPI\FavourAPI.csproj", "{E4FE8BEE-9B05-43D0-A5A7-15C22EBF2752}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FavourAPI.Data", "FavourAPI.Data\FavourAPI.Data.csproj", "{66C1053E-1A83-4FC4-AA15-49718EEA366E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FavourAPI.Services", "FavourAPI.Services\FavourAPI.Services.csproj", "{6F63A2AF-5E26-4D16-A161-06774AECAEBE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4FE8BEE-9B05-43D0-A5A7-15C22EBF2752}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4FE8BEE-9B05-43D0-A5A7-15C22EBF2752}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4FE8BEE-9B05-43D0-A5A7-15C22EBF2752}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4FE8BEE-9B05-43D0-A5A7-15C22EBF2752}.Release|Any CPU.Build.0 = Release|Any CPU
{66C1053E-1A83-4FC4-AA15-49718EEA366E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66C1053E-1A83-4FC4-AA15-49718EEA366E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66C1053E-1A83-4FC4-AA15-49718EEA366E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66C1053E-1A83-4FC4-AA15-49718EEA366E}.Release|Any CPU.Build.0 = Release|Any CPU
{6F63A2AF-5E26-4D16-A161-06774AECAEBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F63A2AF-5E26-4D16-A161-06774AECAEBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F63A2AF-5E26-4D16-A161-06774AECAEBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F63A2AF-5E26-4D16-A161-06774AECAEBE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F259F8A7-DEFA-4D83-909E-FD7C0095BFA2}
EndGlobalSection
EndGlobal