-
Notifications
You must be signed in to change notification settings - Fork 0
/
WEB.API.Jarvis.sln
37 lines (37 loc) · 2.08 KB
/
WEB.API.Jarvis.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 Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jarvis.WEB.API", "WEB.API.Jarvis\Jarvis.WEB.API.csproj", "{4A024E49-FF1C-411A-B334-AFDF5B90C82A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jarvis.WEB.Mail.Service", "Mail.Service\Jarvis.WEB.Mail.Service.csproj", "{82960A8A-7FDE-4349-9391-4B8F6887A83E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jarvis.WEB.API.DTOs", "Jarvis.WEB.API.DTOs\Jarvis.WEB.API.DTOs.csproj", "{B97A1C72-CAC5-411E-B832-4766332D4AE1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A024E49-FF1C-411A-B334-AFDF5B90C82A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A024E49-FF1C-411A-B334-AFDF5B90C82A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A024E49-FF1C-411A-B334-AFDF5B90C82A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A024E49-FF1C-411A-B334-AFDF5B90C82A}.Release|Any CPU.Build.0 = Release|Any CPU
{82960A8A-7FDE-4349-9391-4B8F6887A83E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82960A8A-7FDE-4349-9391-4B8F6887A83E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82960A8A-7FDE-4349-9391-4B8F6887A83E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82960A8A-7FDE-4349-9391-4B8F6887A83E}.Release|Any CPU.Build.0 = Release|Any CPU
{B97A1C72-CAC5-411E-B832-4766332D4AE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B97A1C72-CAC5-411E-B832-4766332D4AE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B97A1C72-CAC5-411E-B832-4766332D4AE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B97A1C72-CAC5-411E-B832-4766332D4AE1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6FE6B17F-2F4C-414C-989C-B00289056FB3}
EndGlobalSection
EndGlobal