-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXKomTask.sln
More file actions
46 lines (46 loc) · 2.59 KB
/
XKomTask.sln
File metadata and controls
46 lines (46 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
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31321.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8CE08A22-9D22-42FC-BB81-2626D8D37BA7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{24CC63E5-95E5-462D-B59A-8AA1E46B6BF2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MeetingApi", "src\MeetingApi\MeetingApi.csproj", "{E2C6461A-CCDF-4F6B-8072-674E82F25A32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Persistence.EF", "src\Persistence.EF\Persistence.EF.csproj", "{137C94C4-033F-4825-949B-691342B05F14}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XKomTaskTests", "tests\XKomTaskTests\XKomTaskTests.csproj", "{E087C01B-89B9-4851-AF2D-80F0D5B6B0FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2C6461A-CCDF-4F6B-8072-674E82F25A32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2C6461A-CCDF-4F6B-8072-674E82F25A32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2C6461A-CCDF-4F6B-8072-674E82F25A32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2C6461A-CCDF-4F6B-8072-674E82F25A32}.Release|Any CPU.Build.0 = Release|Any CPU
{137C94C4-033F-4825-949B-691342B05F14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{137C94C4-033F-4825-949B-691342B05F14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{137C94C4-033F-4825-949B-691342B05F14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{137C94C4-033F-4825-949B-691342B05F14}.Release|Any CPU.Build.0 = Release|Any CPU
{E087C01B-89B9-4851-AF2D-80F0D5B6B0FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E087C01B-89B9-4851-AF2D-80F0D5B6B0FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E087C01B-89B9-4851-AF2D-80F0D5B6B0FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E087C01B-89B9-4851-AF2D-80F0D5B6B0FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E2C6461A-CCDF-4F6B-8072-674E82F25A32} = {8CE08A22-9D22-42FC-BB81-2626D8D37BA7}
{137C94C4-033F-4825-949B-691342B05F14} = {8CE08A22-9D22-42FC-BB81-2626D8D37BA7}
{E087C01B-89B9-4851-AF2D-80F0D5B6B0FB} = {24CC63E5-95E5-462D-B59A-8AA1E46B6BF2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {066EA0B0-7968-405A-8C55-B07E8F6B8904}
EndGlobalSection
EndGlobal