forked from MukhinKirill/task
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTaskRecruiting.sln
More file actions
39 lines (39 loc) · 2.06 KB
/
TaskRecruiting.sln
File metadata and controls
39 lines (39 loc) · 2.06 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{8F72E0A8-792B-4ED8-92C6-A15C20C7B6E7}"
ProjectSection(SolutionItems) = preProject
Описание системы и техническое задание.md = Описание системы и техническое задание.md
Спецификация OpenAPI.json = Спецификация OpenAPI.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TR.Connector", "src\TR.Connector\TR.Connector.csproj", "{F784A158-789F-4742-AFCC-D379ABCB7256}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TR.Connector.Tests", "src\TR.Connector.Tests\TR.Connector.Tests.csproj", "{2959D7D1-5C93-4F1C-BF4B-31D3CAF4D88E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F784A158-789F-4742-AFCC-D379ABCB7256}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F784A158-789F-4742-AFCC-D379ABCB7256}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F784A158-789F-4742-AFCC-D379ABCB7256}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F784A158-789F-4742-AFCC-D379ABCB7256}.Release|Any CPU.Build.0 = Release|Any CPU
{2959D7D1-5C93-4F1C-BF4B-31D3CAF4D88E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2959D7D1-5C93-4F1C-BF4B-31D3CAF4D88E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2959D7D1-5C93-4F1C-BF4B-31D3CAF4D88E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2959D7D1-5C93-4F1C-BF4B-31D3CAF4D88E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {283C2D30-6D80-47AD-88E2-7BDDDAF724B7}
EndGlobalSection
EndGlobal