-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInteractiveScheduleUad.sln
More file actions
59 lines (59 loc) · 3.55 KB
/
InteractiveScheduleUad.sln
File metadata and controls
59 lines (59 loc) · 3.55 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33808.371
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InteractiveScheduleUad.Api", "InteractiveScheduleUad.Api\InteractiveScheduleUad.Api.csproj", "{D61F90B8-B361-41D5-B9E9-786A9E06B391}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{32A95B71-8632-4C37-A2E7-E249D9D97F5D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2B0187C1-2F1B-4859-979B-FFC3764AFA9B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
README-UKR.md = README-UKR.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InteractiveScheduleUad.E2ETests", "InteractiveScheduleUad.E2ETests\InteractiveScheduleUad.E2ETests.csproj", "{903E861B-D492-4339-BD60-C92556FF72C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InteractiveScheduleUad.DatabaseSeed", "..\InteractiveScheduleUad.DatabaseSeed\InteractiveScheduleUad.DatabaseSeed.csproj", "{FB9A6786-A24A-48A4-9D70-6D64F49368C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InteractiveScheduleUad.Core", "InteractiveScheduleUad.Core\InteractiveScheduleUad.Core.csproj", "{C23A3919-CF83-4410-A60B-B898C41C6803}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D61F90B8-B361-41D5-B9E9-786A9E06B391}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D61F90B8-B361-41D5-B9E9-786A9E06B391}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D61F90B8-B361-41D5-B9E9-786A9E06B391}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D61F90B8-B361-41D5-B9E9-786A9E06B391}.Release|Any CPU.Build.0 = Release|Any CPU
{32A95B71-8632-4C37-A2E7-E249D9D97F5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32A95B71-8632-4C37-A2E7-E249D9D97F5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32A95B71-8632-4C37-A2E7-E249D9D97F5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32A95B71-8632-4C37-A2E7-E249D9D97F5D}.Release|Any CPU.Build.0 = Release|Any CPU
{903E861B-D492-4339-BD60-C92556FF72C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{903E861B-D492-4339-BD60-C92556FF72C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{903E861B-D492-4339-BD60-C92556FF72C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{903E861B-D492-4339-BD60-C92556FF72C1}.Release|Any CPU.Build.0 = Release|Any CPU
{FB9A6786-A24A-48A4-9D70-6D64F49368C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB9A6786-A24A-48A4-9D70-6D64F49368C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB9A6786-A24A-48A4-9D70-6D64F49368C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB9A6786-A24A-48A4-9D70-6D64F49368C4}.Release|Any CPU.Build.0 = Release|Any CPU
{C23A3919-CF83-4410-A60B-B898C41C6803}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C23A3919-CF83-4410-A60B-B898C41C6803}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C23A3919-CF83-4410-A60B-B898C41C6803}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C23A3919-CF83-4410-A60B-B898C41C6803}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83181E74-7971-4373-BB97-2150665C3539}
EndGlobalSection
EndGlobal