forked from pmizel/DevMentor.Context.FileContext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DevMentor.Application.Base.sln
75 lines (75 loc) · 4.38 KB
/
DevMentor.Application.Base.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
71
72
73
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevMentor.Context", "DevMentor.Context\DevMentor.Context.csproj", "{47D585B8-3460-41AF-83FF-90322ACC6B65}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevMentor.Data", "DevMentor.Data\DevMentor.Data.csproj", "{95BFE98C-DFF3-4926-8740-3AE80C119203}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoConsole", "DemoConsole\DemoConsole.csproj", "{E2B3B114-2B98-4F92-80C7-8667C93A8AF9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevMentor.Context.Test", "DevMentor.Context.Test\DevMentor.Context.Test.csproj", "{B9343DC8-1758-441D-8075-3E8FBE714AB4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Nuget", "Nuget", "{796213F7-11ED-40A8-ADFF-89ABDB06CF28}"
ProjectSection(SolutionItems) = preProject
FileContext.MongoDb.nuspec = FileContext.MongoDb.nuspec
FileContext.nuspec = FileContext.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{04A0A5DD-119A-4776-9079-60ECF87F5352}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Data", "Data", "{DCB05BFC-DBE2-46B8-965B-4103AB93FEB1}"
ProjectSection(SolutionItems) = preProject
Nuget\content\Data\Context.cs.ps = Nuget\content\Data\Context.cs.ps
Nuget\content\Data\GenericRepository.cs.ps = Nuget\content\Data\GenericRepository.cs.ps
Nuget\content\Data\UnitOfWork.cs.ps = Nuget\content\Data\UnitOfWork.cs.ps
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Entities", "Entities", "{5C7FEF66-3B29-4635-BC8D-2DA6BC74B96B}"
ProjectSection(SolutionItems) = preProject
Nuget\content\Data\Entities\Base.cs.ps = Nuget\content\Data\Entities\Base.cs.ps
Nuget\content\Data\Entities\User.cs.ps = Nuget\content\Data\Entities\User.cs.ps
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Cryptography", "Cryptography", "{8A22A23A-6C94-4F8C-840F-5858EF47759C}"
ProjectSection(SolutionItems) = preProject
Nuget\content\Data\Cryptography\Hash.cs.ps = Nuget\content\Data\Cryptography\Hash.cs.ps
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47D585B8-3460-41AF-83FF-90322ACC6B65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47D585B8-3460-41AF-83FF-90322ACC6B65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47D585B8-3460-41AF-83FF-90322ACC6B65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47D585B8-3460-41AF-83FF-90322ACC6B65}.Release|Any CPU.Build.0 = Release|Any CPU
{95BFE98C-DFF3-4926-8740-3AE80C119203}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95BFE98C-DFF3-4926-8740-3AE80C119203}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95BFE98C-DFF3-4926-8740-3AE80C119203}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95BFE98C-DFF3-4926-8740-3AE80C119203}.Release|Any CPU.Build.0 = Release|Any CPU
{E2B3B114-2B98-4F92-80C7-8667C93A8AF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2B3B114-2B98-4F92-80C7-8667C93A8AF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2B3B114-2B98-4F92-80C7-8667C93A8AF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2B3B114-2B98-4F92-80C7-8667C93A8AF9}.Release|Any CPU.Build.0 = Release|Any CPU
{B9343DC8-1758-441D-8075-3E8FBE714AB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9343DC8-1758-441D-8075-3E8FBE714AB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9343DC8-1758-441D-8075-3E8FBE714AB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9343DC8-1758-441D-8075-3E8FBE714AB4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{04A0A5DD-119A-4776-9079-60ECF87F5352} = {796213F7-11ED-40A8-ADFF-89ABDB06CF28}
{DCB05BFC-DBE2-46B8-965B-4103AB93FEB1} = {04A0A5DD-119A-4776-9079-60ECF87F5352}
{5C7FEF66-3B29-4635-BC8D-2DA6BC74B96B} = {DCB05BFC-DBE2-46B8-965B-4103AB93FEB1}
{8A22A23A-6C94-4F8C-840F-5858EF47759C} = {DCB05BFC-DBE2-46B8-965B-4103AB93FEB1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C9A60DF8-D12A-4E80-A6AF-441504768897}
EndGlobalSection
EndGlobal