-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCustom.Manual.ORM.sln
70 lines (70 loc) · 4.74 KB
/
Custom.Manual.ORM.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
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Custom.Manual.ORM.Base", "Custom.Manual.ORM.Base\Custom.Manual.ORM.Base.csproj", "{252FF70F-0B4F-400D-9056-7A40E1AEB526}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Custom.Manual.ORM.Data", "Custom.Manual.ORM.Data\Custom.Manual.ORM.Data.csproj", "{7BCEBE9B-246D-4B97-A9D9-C02C3DB38BE3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Custom.Manual.ORM.Data.Repositories", "Custom.Manual.ORM.Data.Repositories\Custom.Manual.ORM.Data.Repositories.csproj", "{6DE0C316-5ABB-42F0-B97A-1A4C525A43E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Custom.Manual.ORM.Domain", "Custom.Manual.ORM.Domain\Custom.Manual.ORM.Domain.csproj", "{4FEF3A2F-E635-492A-A7CC-B80E254B414C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{6109B758-C698-457E-9DC5-FC95B61A0EB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Custom.Manual.ORM.Test", "Custom.Manual.ORM.Test\Custom.Manual.ORM.Test.csproj", "{C682BD85-1A84-4DE2-852E-28B0FB316E17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Custom.Manual.ORM.IntegrationTest", "Custom.Manual.ORM.IntegrationTest\Custom.Manual.ORM.IntegrationTest.csproj", "{A4D0B5B2-E1C4-46C0-87F4-E3AB89EFE965}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Cache", "Cache", "{2D6EC8F1-8F20-4AB6-A433-3B4F51DCA288}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Custom.Manual.ORM.Cache", "Custom.Manual.ORM.Cache\Custom.Manual.ORM.Cache.csproj", "{9CAD94AE-4414-4A7A-9349-79E2979074A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{252FF70F-0B4F-400D-9056-7A40E1AEB526}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{252FF70F-0B4F-400D-9056-7A40E1AEB526}.Debug|Any CPU.Build.0 = Debug|Any CPU
{252FF70F-0B4F-400D-9056-7A40E1AEB526}.Release|Any CPU.ActiveCfg = Release|Any CPU
{252FF70F-0B4F-400D-9056-7A40E1AEB526}.Release|Any CPU.Build.0 = Release|Any CPU
{7BCEBE9B-246D-4B97-A9D9-C02C3DB38BE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BCEBE9B-246D-4B97-A9D9-C02C3DB38BE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BCEBE9B-246D-4B97-A9D9-C02C3DB38BE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BCEBE9B-246D-4B97-A9D9-C02C3DB38BE3}.Release|Any CPU.Build.0 = Release|Any CPU
{6DE0C316-5ABB-42F0-B97A-1A4C525A43E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DE0C316-5ABB-42F0-B97A-1A4C525A43E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DE0C316-5ABB-42F0-B97A-1A4C525A43E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DE0C316-5ABB-42F0-B97A-1A4C525A43E3}.Release|Any CPU.Build.0 = Release|Any CPU
{4FEF3A2F-E635-492A-A7CC-B80E254B414C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FEF3A2F-E635-492A-A7CC-B80E254B414C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FEF3A2F-E635-492A-A7CC-B80E254B414C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FEF3A2F-E635-492A-A7CC-B80E254B414C}.Release|Any CPU.Build.0 = Release|Any CPU
{C682BD85-1A84-4DE2-852E-28B0FB316E17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C682BD85-1A84-4DE2-852E-28B0FB316E17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C682BD85-1A84-4DE2-852E-28B0FB316E17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C682BD85-1A84-4DE2-852E-28B0FB316E17}.Release|Any CPU.Build.0 = Release|Any CPU
{A4D0B5B2-E1C4-46C0-87F4-E3AB89EFE965}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4D0B5B2-E1C4-46C0-87F4-E3AB89EFE965}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4D0B5B2-E1C4-46C0-87F4-E3AB89EFE965}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4D0B5B2-E1C4-46C0-87F4-E3AB89EFE965}.Release|Any CPU.Build.0 = Release|Any CPU
{9CAD94AE-4414-4A7A-9349-79E2979074A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CAD94AE-4414-4A7A-9349-79E2979074A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CAD94AE-4414-4A7A-9349-79E2979074A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CAD94AE-4414-4A7A-9349-79E2979074A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C682BD85-1A84-4DE2-852E-28B0FB316E17} = {6109B758-C698-457E-9DC5-FC95B61A0EB4}
{A4D0B5B2-E1C4-46C0-87F4-E3AB89EFE965} = {6109B758-C698-457E-9DC5-FC95B61A0EB4}
{9CAD94AE-4414-4A7A-9349-79E2979074A1} = {2D6EC8F1-8F20-4AB6-A433-3B4F51DCA288}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73EF0461-8A35-42F9-90FB-95F8854134DD}
EndGlobalSection
EndGlobal