-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNTeoTestBuildeR.sln
More file actions
61 lines (61 loc) · 3.43 KB
/
NTeoTestBuildeR.sln
File metadata and controls
61 lines (61 loc) · 3.43 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E8B0482E-92A8-440A-9BBD-7711D6B9AF99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NTeoTestBuildeR", "src\TeoTodoApp\NTeoTestBuildeR.csproj", "{7CDC14B4-2002-4D4C-97BB-89A34B7682B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "items", "items", "{8EDEA64C-B440-43E2-9D9D-315B1D6CED21}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.gitignore = .gitignore
.gitattributes = .gitattributes
.bashrc = .bashrc
docker-compose.yaml = docker-compose.yaml
.dockerignore = .dockerignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{B6003DD5-A41F-43CF-BCF8-8D504422F423}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cleanup-code", "cleanup-code", "{02936694-50E2-40F3-BAB9-A2278BFA2162}"
ProjectSection(SolutionItems) = preProject
scripts\cleanup-code\local-dev-cleanupcode.sh = scripts\cleanup-code\local-dev-cleanupcode.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{877B6679-2CD9-41C2-9F08-2C5A9CE1CA1B}"
ProjectSection(SolutionItems) = preProject
.config\dotnet-tools.json = .config\dotnet-tools.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{A95DDA69-605E-4423-943C-C17A0EB20B02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeoTests", "tests\TeoTests\TeoTests.csproj", "{EB6EE593-0916-41BF-870B-564A17A8C2A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtCalendar", "src\ExtCalendar\ExtCalendar.csproj", "{C07F32B1-D8F2-4267-BED0-69E290A0D987}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7CDC14B4-2002-4D4C-97BB-89A34B7682B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CDC14B4-2002-4D4C-97BB-89A34B7682B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CDC14B4-2002-4D4C-97BB-89A34B7682B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CDC14B4-2002-4D4C-97BB-89A34B7682B6}.Release|Any CPU.Build.0 = Release|Any CPU
{EB6EE593-0916-41BF-870B-564A17A8C2A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB6EE593-0916-41BF-870B-564A17A8C2A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB6EE593-0916-41BF-870B-564A17A8C2A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB6EE593-0916-41BF-870B-564A17A8C2A1}.Release|Any CPU.Build.0 = Release|Any CPU
{C07F32B1-D8F2-4267-BED0-69E290A0D987}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C07F32B1-D8F2-4267-BED0-69E290A0D987}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C07F32B1-D8F2-4267-BED0-69E290A0D987}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C07F32B1-D8F2-4267-BED0-69E290A0D987}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7CDC14B4-2002-4D4C-97BB-89A34B7682B6} = {E8B0482E-92A8-440A-9BBD-7711D6B9AF99}
{02936694-50E2-40F3-BAB9-A2278BFA2162} = {B6003DD5-A41F-43CF-BCF8-8D504422F423}
{877B6679-2CD9-41C2-9F08-2C5A9CE1CA1B} = {8EDEA64C-B440-43E2-9D9D-315B1D6CED21}
{EB6EE593-0916-41BF-870B-564A17A8C2A1} = {A95DDA69-605E-4423-943C-C17A0EB20B02}
{C07F32B1-D8F2-4267-BED0-69E290A0D987} = {E8B0482E-92A8-440A-9BBD-7711D6B9AF99}
EndGlobalSection
EndGlobal