-
Notifications
You must be signed in to change notification settings - Fork 1
/
karma.sln
58 lines (58 loc) · 3.53 KB
/
karma.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
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31624.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{D4FE4B1E-C41A-41F5-BA9C-7AD028F28372}"
ProjectSection(ProjectDependencies) = postProject
{D0A45EBD-1624-40E8-9456-1D6CB9EB0EE5} = {D0A45EBD-1624-40E8-9456-1D6CB9EB0EE5}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{D0A45EBD-1624-40E8-9456-1D6CB9EB0EE5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Persistence", "Persistence\Persistence.csproj", "{5004F487-BC75-478E-B32B-195D14C91CA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{C2512EF6-81B3-4209-B58E-643CA1D85CD4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{E834CEDF-F81E-4121-AE92-0E96CDE866D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{768F3B03-0D55-4DE9-812D-3B438B913032}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4FE4B1E-C41A-41F5-BA9C-7AD028F28372}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4FE4B1E-C41A-41F5-BA9C-7AD028F28372}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4FE4B1E-C41A-41F5-BA9C-7AD028F28372}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4FE4B1E-C41A-41F5-BA9C-7AD028F28372}.Release|Any CPU.Build.0 = Release|Any CPU
{D0A45EBD-1624-40E8-9456-1D6CB9EB0EE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0A45EBD-1624-40E8-9456-1D6CB9EB0EE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0A45EBD-1624-40E8-9456-1D6CB9EB0EE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0A45EBD-1624-40E8-9456-1D6CB9EB0EE5}.Release|Any CPU.Build.0 = Release|Any CPU
{5004F487-BC75-478E-B32B-195D14C91CA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5004F487-BC75-478E-B32B-195D14C91CA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5004F487-BC75-478E-B32B-195D14C91CA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5004F487-BC75-478E-B32B-195D14C91CA9}.Release|Any CPU.Build.0 = Release|Any CPU
{C2512EF6-81B3-4209-B58E-643CA1D85CD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2512EF6-81B3-4209-B58E-643CA1D85CD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2512EF6-81B3-4209-B58E-643CA1D85CD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2512EF6-81B3-4209-B58E-643CA1D85CD4}.Release|Any CPU.Build.0 = Release|Any CPU
{E834CEDF-F81E-4121-AE92-0E96CDE866D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E834CEDF-F81E-4121-AE92-0E96CDE866D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E834CEDF-F81E-4121-AE92-0E96CDE866D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E834CEDF-F81E-4121-AE92-0E96CDE866D6}.Release|Any CPU.Build.0 = Release|Any CPU
{768F3B03-0D55-4DE9-812D-3B438B913032}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{768F3B03-0D55-4DE9-812D-3B438B913032}.Debug|Any CPU.Build.0 = Debug|Any CPU
{768F3B03-0D55-4DE9-812D-3B438B913032}.Release|Any CPU.ActiveCfg = Release|Any CPU
{768F3B03-0D55-4DE9-812D-3B438B913032}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4FB6FBDF-7FE2-4875-AF23-482C61689D14}
EndGlobalSection
EndGlobal