-
Notifications
You must be signed in to change notification settings - Fork 0
/
DailyScrumGenerator.sln
45 lines (45 loc) · 2.57 KB
/
DailyScrumGenerator.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
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7F35C213-4A69-4C5C-8A54-A8180D5DA8F3}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
global.json = global.json
README.md = README.md
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{92C5999C-A447-479E-8630-064E6FDC78DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{21C89A08-D942-45BE-A302-4EEB543573C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebUI", "src\WebUI\WebUI.csproj", "{351FF09F-D517-4930-8D86-607DB4B7904C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests", "tests\IntegrationTests\IntegrationTests.csproj", "{30037715-AA77-4D4F-B961-8DE69E9B7A28}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{7E4AFE3C-FF99-4E27-8DA5-B0F55F806AA7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{351FF09F-D517-4930-8D86-607DB4B7904C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{351FF09F-D517-4930-8D86-607DB4B7904C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{351FF09F-D517-4930-8D86-607DB4B7904C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{351FF09F-D517-4930-8D86-607DB4B7904C}.Release|Any CPU.Build.0 = Release|Any CPU
{30037715-AA77-4D4F-B961-8DE69E9B7A28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30037715-AA77-4D4F-B961-8DE69E9B7A28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30037715-AA77-4D4F-B961-8DE69E9B7A28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30037715-AA77-4D4F-B961-8DE69E9B7A28}.Release|Any CPU.Build.0 = Release|Any CPU
{7E4AFE3C-FF99-4E27-8DA5-B0F55F806AA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E4AFE3C-FF99-4E27-8DA5-B0F55F806AA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E4AFE3C-FF99-4E27-8DA5-B0F55F806AA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E4AFE3C-FF99-4E27-8DA5-B0F55F806AA7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{351FF09F-D517-4930-8D86-607DB4B7904C} = {92C5999C-A447-479E-8630-064E6FDC78DA}
{30037715-AA77-4D4F-B961-8DE69E9B7A28} = {21C89A08-D942-45BE-A302-4EEB543573C0}
{7E4AFE3C-FF99-4E27-8DA5-B0F55F806AA7} = {21C89A08-D942-45BE-A302-4EEB543573C0}
EndGlobalSection
EndGlobal