-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathHelpdesk.sln
46 lines (46 loc) · 2.73 KB
/
Helpdesk.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
46
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Helpdesk.Api", "Helpdesk.Api\Helpdesk.Api.csproj", "{03E9705E-AA25-42F2-A851-4ACEF2337B41}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docker", "docker", "{DD9FA469-889B-4BC0-BA5A-6A2C85C58387}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{5C3BCB2C-754D-4879-A663-8731CCF0DA2F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Helpdesk.Api.Tests", "Helpdesk.Api.Tests\Helpdesk.Api.Tests.csproj", "{6E4748A2-19FF-494C-AC0A-F96459571377}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventSourcingDemo", "EventSourcingDemo\EventSourcingDemo.csproj", "{C36DA12C-DC72-48F4-BEF5-974EC7724C75}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotificationService", "NotificationService\NotificationService.csproj", "{7E2BFB9F-6161-4DE7-BA79-89B2C395A64D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03E9705E-AA25-42F2-A851-4ACEF2337B41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03E9705E-AA25-42F2-A851-4ACEF2337B41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03E9705E-AA25-42F2-A851-4ACEF2337B41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03E9705E-AA25-42F2-A851-4ACEF2337B41}.Release|Any CPU.Build.0 = Release|Any CPU
{6E4748A2-19FF-494C-AC0A-F96459571377}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E4748A2-19FF-494C-AC0A-F96459571377}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E4748A2-19FF-494C-AC0A-F96459571377}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E4748A2-19FF-494C-AC0A-F96459571377}.Release|Any CPU.Build.0 = Release|Any CPU
{C36DA12C-DC72-48F4-BEF5-974EC7724C75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C36DA12C-DC72-48F4-BEF5-974EC7724C75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C36DA12C-DC72-48F4-BEF5-974EC7724C75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C36DA12C-DC72-48F4-BEF5-974EC7724C75}.Release|Any CPU.Build.0 = Release|Any CPU
{7E2BFB9F-6161-4DE7-BA79-89B2C395A64D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E2BFB9F-6161-4DE7-BA79-89B2C395A64D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E2BFB9F-6161-4DE7-BA79-89B2C395A64D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E2BFB9F-6161-4DE7-BA79-89B2C395A64D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal