-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSmartTaskManagementAPI.sln
More file actions
43 lines (43 loc) · 2.59 KB
/
SmartTaskManagementAPI.sln
File metadata and controls
43 lines (43 loc) · 2.59 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
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartTaskManagementAPI", "SmartTaskManagementAPI\SmartTaskManagementAPI.csproj", "{F645262C-B2F7-42AC-83DA-D2BE7E3E375D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{791A6524-77B1-476C-899B-7AF33BCF8BEC}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartTaskManagementUnitTests", "SmartTaskManagementUnitTests\SmartTaskManagementUnitTests.csproj", "{DBA4871E-B163-44E1-BEE1-B696930284BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartTaskIntegrationTest", "SmartTaskIntegrationTest\SmartTaskIntegrationTest.csproj", "{1F079A43-E001-4B99-8D2F-2D9310FE1A27}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{91A90F92-7CF7-4416-962E-260342641B39}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{620D0280-71D4-4671-9767-9EAD409B2470}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet-ci.yml = .github\workflows\dotnet-ci.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F645262C-B2F7-42AC-83DA-D2BE7E3E375D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F645262C-B2F7-42AC-83DA-D2BE7E3E375D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F645262C-B2F7-42AC-83DA-D2BE7E3E375D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F645262C-B2F7-42AC-83DA-D2BE7E3E375D}.Release|Any CPU.Build.0 = Release|Any CPU
{DBA4871E-B163-44E1-BEE1-B696930284BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBA4871E-B163-44E1-BEE1-B696930284BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBA4871E-B163-44E1-BEE1-B696930284BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBA4871E-B163-44E1-BEE1-B696930284BD}.Release|Any CPU.Build.0 = Release|Any CPU
{1F079A43-E001-4B99-8D2F-2D9310FE1A27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F079A43-E001-4B99-8D2F-2D9310FE1A27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F079A43-E001-4B99-8D2F-2D9310FE1A27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F079A43-E001-4B99-8D2F-2D9310FE1A27}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{620D0280-71D4-4671-9767-9EAD409B2470} = {91A90F92-7CF7-4416-962E-260342641B39}
EndGlobalSection
EndGlobal