-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathRavenDB.AspNetCore.DependencyInjection.sln
More file actions
46 lines (46 loc) · 2.8 KB
/
Copy pathRavenDB.AspNetCore.DependencyInjection.sln
File metadata and controls
46 lines (46 loc) · 2.8 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 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C363CB48-6225-4EB2-9476-7F0A4CE21336}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{5399A49C-3FEE-4145-8500-B4A1E06C9DBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RavenDB.AspNetCore.DependencyInjection", "src\RavenDB.AspNetCore.DependencyInjection\RavenDB.AspNetCore.DependencyInjection.csproj", "{FD165F73-F347-4279-A8A9-454D04EF8084}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DependencyInjection.Sample.Database.Loader", "samples\DependencyInjection.Sample.Database.Loader\DependencyInjection.Sample.Database.Loader.csproj", "{7136D91C-41C2-435F-BD68-14497EABCF76}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DependencyInjection.Sample", "samples\DependencyInjection.Sample\DependencyInjection.Sample.csproj", "{CDEDA840-ACE7-4919-B159-E9691989F25C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD165F73-F347-4279-A8A9-454D04EF8084}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD165F73-F347-4279-A8A9-454D04EF8084}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD165F73-F347-4279-A8A9-454D04EF8084}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD165F73-F347-4279-A8A9-454D04EF8084}.Release|Any CPU.Build.0 = Release|Any CPU
{7136D91C-41C2-435F-BD68-14497EABCF76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7136D91C-41C2-435F-BD68-14497EABCF76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7136D91C-41C2-435F-BD68-14497EABCF76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7136D91C-41C2-435F-BD68-14497EABCF76}.Release|Any CPU.Build.0 = Release|Any CPU
{CDEDA840-ACE7-4919-B159-E9691989F25C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDEDA840-ACE7-4919-B159-E9691989F25C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDEDA840-ACE7-4919-B159-E9691989F25C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDEDA840-ACE7-4919-B159-E9691989F25C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FD165F73-F347-4279-A8A9-454D04EF8084} = {C363CB48-6225-4EB2-9476-7F0A4CE21336}
{7136D91C-41C2-435F-BD68-14497EABCF76} = {5399A49C-3FEE-4145-8500-B4A1E06C9DBF}
{CDEDA840-ACE7-4919-B159-E9691989F25C} = {5399A49C-3FEE-4145-8500-B4A1E06C9DBF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7B3E1419-C058-404B-A7DD-6871580A0A91}
EndGlobalSection
EndGlobal