-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathKanayri.sln
43 lines (43 loc) · 2.56 KB
/
Kanayri.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kanayri.Application", "Kanayri.Application\Kanayri.Application.csproj", "{5C36C9B0-8BE5-4810-926E-520630C1A83F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kanayri.Domain", "Kanayri.Domain\Kanayri.Domain.csproj", "{82523A04-ECDC-49D0-8BCF-EDCBB4469871}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kanayri.Persistence", "Kanayri.Persistence\Kanayri.Persistence.csproj", "{C666CF01-7E51-4683-B824-0E105C39F1EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kanayri.Tests", "Kanayri.Tests\Kanayri.Tests.csproj", "{99CF3EAE-0BEF-40E2-9106-2ABA21D62654}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C36C9B0-8BE5-4810-926E-520630C1A83F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C36C9B0-8BE5-4810-926E-520630C1A83F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C36C9B0-8BE5-4810-926E-520630C1A83F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C36C9B0-8BE5-4810-926E-520630C1A83F}.Release|Any CPU.Build.0 = Release|Any CPU
{82523A04-ECDC-49D0-8BCF-EDCBB4469871}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82523A04-ECDC-49D0-8BCF-EDCBB4469871}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82523A04-ECDC-49D0-8BCF-EDCBB4469871}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82523A04-ECDC-49D0-8BCF-EDCBB4469871}.Release|Any CPU.Build.0 = Release|Any CPU
{C666CF01-7E51-4683-B824-0E105C39F1EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C666CF01-7E51-4683-B824-0E105C39F1EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C666CF01-7E51-4683-B824-0E105C39F1EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C666CF01-7E51-4683-B824-0E105C39F1EF}.Release|Any CPU.Build.0 = Release|Any CPU
{99CF3EAE-0BEF-40E2-9106-2ABA21D62654}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99CF3EAE-0BEF-40E2-9106-2ABA21D62654}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99CF3EAE-0BEF-40E2-9106-2ABA21D62654}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99CF3EAE-0BEF-40E2-9106-2ABA21D62654}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A3C99984-8110-44B9-9D6F-D7A4A4BEADB9}
EndGlobalSection
EndGlobal