-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheRecruiter.Api.sln
45 lines (45 loc) · 2.48 KB
/
eRecruiter.Api.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
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eRecruiter.Api", "eRecruiter.Api\eRecruiter.Api.csproj", "{07D5DB59-6C31-44B2-BF5D-18CAE7762DC5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{BE756360-90AC-4312-B602-3A49214D98AA}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eRecruiter.Api.Client", "eRecruiter.Api.Client\eRecruiter.Api.Client.csproj", "{7AB36921-CAFC-403D-BBC7-F28C8CE9192B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eRecruiter.Api.CommandLineClient", "eRecruiter.Api.CommandLineClient\eRecruiter.Api.CommandLineClient.csproj", "{4456BBCC-448F-4CBD-B730-EF2EF64C252E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B1173ED3-FED2-464F-8838-37496B87B672}"
ProjectSection(SolutionItems) = preProject
ChangeLog.md = ChangeLog.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07D5DB59-6C31-44B2-BF5D-18CAE7762DC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07D5DB59-6C31-44B2-BF5D-18CAE7762DC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07D5DB59-6C31-44B2-BF5D-18CAE7762DC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07D5DB59-6C31-44B2-BF5D-18CAE7762DC5}.Release|Any CPU.Build.0 = Release|Any CPU
{7AB36921-CAFC-403D-BBC7-F28C8CE9192B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AB36921-CAFC-403D-BBC7-F28C8CE9192B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AB36921-CAFC-403D-BBC7-F28C8CE9192B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AB36921-CAFC-403D-BBC7-F28C8CE9192B}.Release|Any CPU.Build.0 = Release|Any CPU
{4456BBCC-448F-4CBD-B730-EF2EF64C252E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4456BBCC-448F-4CBD-B730-EF2EF64C252E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4456BBCC-448F-4CBD-B730-EF2EF64C252E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4456BBCC-448F-4CBD-B730-EF2EF64C252E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal