-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTalabat.Solution.sln
More file actions
43 lines (43 loc) · 2.54 KB
/
Talabat.Solution.sln
File metadata and controls
43 lines (43 loc) · 2.54 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
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Talabat.APIs", "Talabat.APIs\Talabat.APIs.csproj", "{9F9F5484-F483-4942-9139-CB1BBF6EF464}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Talabat.Core", "Talabat.Core\Talabat.Core.csproj", "{C05F9E01-ACD0-465E-9564-828B12690221}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Talabat.Repository", "Talabat.Repository\Talabat.Repository.csproj", "{7BF74C49-5396-4389-8D83-77389D53134B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Talabat.Service", "Talabat.Service\Talabat.Service.csproj", "{696DC4C5-4D64-4B02-8A0D-0C5CC99F1C34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F9F5484-F483-4942-9139-CB1BBF6EF464}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F9F5484-F483-4942-9139-CB1BBF6EF464}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F9F5484-F483-4942-9139-CB1BBF6EF464}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F9F5484-F483-4942-9139-CB1BBF6EF464}.Release|Any CPU.Build.0 = Release|Any CPU
{C05F9E01-ACD0-465E-9564-828B12690221}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C05F9E01-ACD0-465E-9564-828B12690221}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C05F9E01-ACD0-465E-9564-828B12690221}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C05F9E01-ACD0-465E-9564-828B12690221}.Release|Any CPU.Build.0 = Release|Any CPU
{7BF74C49-5396-4389-8D83-77389D53134B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BF74C49-5396-4389-8D83-77389D53134B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BF74C49-5396-4389-8D83-77389D53134B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BF74C49-5396-4389-8D83-77389D53134B}.Release|Any CPU.Build.0 = Release|Any CPU
{696DC4C5-4D64-4B02-8A0D-0C5CC99F1C34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{696DC4C5-4D64-4B02-8A0D-0C5CC99F1C34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{696DC4C5-4D64-4B02-8A0D-0C5CC99F1C34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{696DC4C5-4D64-4B02-8A0D-0C5CC99F1C34}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3127652A-A07E-4DF7-BDD6-A47D8936743C}
EndGlobalSection
EndGlobal