-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTaskManagerAPI_2.sln
More file actions
40 lines (40 loc) · 2.29 KB
/
TaskManagerAPI_2.sln
File metadata and controls
40 lines (40 loc) · 2.29 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
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaskManagerAPI_2.API", "TaskManagerAPI_2.API\TaskManagerAPI_2.API.csproj", "{79FE5FE1-3A88-4D99-8617-80ADBA6FF0F5}"
ProjectSection(ProjectDependencies) = postProject
{19CDCB10-948F-47F0-82AF-342DFDC7338B} = {19CDCB10-948F-47F0-82AF-342DFDC7338B}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskManagerAPI_2.DataAccess", "TaskManagerAPI_2.DataAccess\TaskManagerAPI_2.DataAccess.csproj", "{00740971-9848-41CA-8DA2-CA5309D69DB5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskManagerAPI_2.Business", "TaskManagerAPI_2.Business\TaskManagerAPI_2.Business.csproj", "{19CDCB10-948F-47F0-82AF-342DFDC7338B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{79FE5FE1-3A88-4D99-8617-80ADBA6FF0F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79FE5FE1-3A88-4D99-8617-80ADBA6FF0F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79FE5FE1-3A88-4D99-8617-80ADBA6FF0F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79FE5FE1-3A88-4D99-8617-80ADBA6FF0F5}.Release|Any CPU.Build.0 = Release|Any CPU
{00740971-9848-41CA-8DA2-CA5309D69DB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00740971-9848-41CA-8DA2-CA5309D69DB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00740971-9848-41CA-8DA2-CA5309D69DB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00740971-9848-41CA-8DA2-CA5309D69DB5}.Release|Any CPU.Build.0 = Release|Any CPU
{19CDCB10-948F-47F0-82AF-342DFDC7338B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19CDCB10-948F-47F0-82AF-342DFDC7338B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19CDCB10-948F-47F0-82AF-342DFDC7338B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19CDCB10-948F-47F0-82AF-342DFDC7338B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C9EB4631-CD2C-4B19-86A4-230BC7AB9AF7}
EndGlobalSection
EndGlobal