-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathSloths.Recruitment.sln
43 lines (43 loc) · 2.46 KB
/
Sloths.Recruitment.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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2016
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{78B423EB-36DA-43B9-9273-5488FDCBCA46}"
ProjectSection(SolutionItems) = preProject
Comments.md = Comments.md
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SlothEnterprise.ProductApplication", "SlothEnterprise.ProductApplication\SlothEnterprise.ProductApplication.csproj", "{A3EDEDC4-FB1B-43EE-BBBA-26BEF89B55CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SlothEnterprise.External", "SlothEnterprise.External\SlothEnterprise.External.csproj", "{C5132AB2-34EF-4002-8F2B-1965A0C3B03D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SlothEnterprise.ProductApplication.Tests", "SlothEnterprise.ProductApplication.Tests\SlothEnterprise.ProductApplication.Tests.csproj", "{C18D15FE-1106-42A0-9EF2-57E49FAD6C1E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3EDEDC4-FB1B-43EE-BBBA-26BEF89B55CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3EDEDC4-FB1B-43EE-BBBA-26BEF89B55CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3EDEDC4-FB1B-43EE-BBBA-26BEF89B55CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3EDEDC4-FB1B-43EE-BBBA-26BEF89B55CD}.Release|Any CPU.Build.0 = Release|Any CPU
{C5132AB2-34EF-4002-8F2B-1965A0C3B03D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5132AB2-34EF-4002-8F2B-1965A0C3B03D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5132AB2-34EF-4002-8F2B-1965A0C3B03D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5132AB2-34EF-4002-8F2B-1965A0C3B03D}.Release|Any CPU.Build.0 = Release|Any CPU
{C18D15FE-1106-42A0-9EF2-57E49FAD6C1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C18D15FE-1106-42A0-9EF2-57E49FAD6C1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C18D15FE-1106-42A0-9EF2-57E49FAD6C1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C18D15FE-1106-42A0-9EF2-57E49FAD6C1E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F3C2E31E-606C-4832-94B4-09FE2779704A}
EndGlobalSection
EndGlobal