-
Notifications
You must be signed in to change notification settings - Fork 1
/
dotnetjobs_io.sln
37 lines (37 loc) · 2.03 KB
/
dotnetjobs_io.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.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{0E51C9CA-B802-4A13-B53B-C25374A000CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppServices", "AppServices\AppServices.csproj", "{C1BC3E7C-D1CB-4107-9C6D-2D721A8E5F3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "Web\Web.csproj", "{691D750D-5C8E-48B7-A2D9-8C519E937236}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E51C9CA-B802-4A13-B53B-C25374A000CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E51C9CA-B802-4A13-B53B-C25374A000CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E51C9CA-B802-4A13-B53B-C25374A000CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E51C9CA-B802-4A13-B53B-C25374A000CA}.Release|Any CPU.Build.0 = Release|Any CPU
{C1BC3E7C-D1CB-4107-9C6D-2D721A8E5F3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1BC3E7C-D1CB-4107-9C6D-2D721A8E5F3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1BC3E7C-D1CB-4107-9C6D-2D721A8E5F3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1BC3E7C-D1CB-4107-9C6D-2D721A8E5F3F}.Release|Any CPU.Build.0 = Release|Any CPU
{691D750D-5C8E-48B7-A2D9-8C519E937236}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{691D750D-5C8E-48B7-A2D9-8C519E937236}.Debug|Any CPU.Build.0 = Debug|Any CPU
{691D750D-5C8E-48B7-A2D9-8C519E937236}.Release|Any CPU.ActiveCfg = Release|Any CPU
{691D750D-5C8E-48B7-A2D9-8C519E937236}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8907C76E-5D4C-418B-9F63-186E698AF423}
EndGlobalSection
EndGlobal