-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Foundatio.Repositories.sln
81 lines (81 loc) · 5.32 KB
/
Foundatio.Repositories.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
76
77
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foundatio.Repositories", "src\Foundatio.Repositories\Foundatio.Repositories.csproj", "{F5B6C2B5-485F-4A4B-8E00-D5F77676CD6E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foundatio.Repositories.Tests", "tests\Foundatio.Repositories.Tests\Foundatio.Repositories.Tests.csproj", "{23002BA4-8663-460B-8D67-3AA941B0322A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4E12E4C1-2EC6-4EC7-8956-AF2721DA4ECE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\build.yml = .github\workflows\build.yml
build\common.props = build\common.props
tests\Directory.Build.props = tests\Directory.Build.props
src\Directory.Build.props = src\Directory.Build.props
docker-compose.yml = docker-compose.yml
global.json = global.json
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foundatio.Repositories.Elasticsearch", "src\Foundatio.Repositories.Elasticsearch\Foundatio.Repositories.Elasticsearch.csproj", "{3BFBD4C1-3F2C-46A4-9400-2CB9803644BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foundatio.Repositories.Elasticsearch.Tests", "tests\Foundatio.Repositories.Elasticsearch.Tests\Foundatio.Repositories.Elasticsearch.Tests.csproj", "{93E138E9-D06C-4B78-B62D-317786025013}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{F242200E-7766-4556-8208-33A39CBCF42D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foundatio.SampleApp.Server", "samples\Foundatio.SampleApp\Server\Foundatio.SampleApp.Server.csproj", "{F5722872-ECBF-4EB1-86A4-C9681FD4052F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foundatio.SampleApp.Shared", "samples\Foundatio.SampleApp\Shared\Foundatio.SampleApp.Shared.csproj", "{761C81C5-793C-43A7-BA17-A9CF48135C88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foundatio.SampleApp.Client", "samples\Foundatio.SampleApp\Client\Foundatio.SampleApp.Client.csproj", "{82E8EB4B-E15C-40F4-901E-9FD4F0E4B21F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F5B6C2B5-485F-4A4B-8E00-D5F77676CD6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5B6C2B5-485F-4A4B-8E00-D5F77676CD6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5B6C2B5-485F-4A4B-8E00-D5F77676CD6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5B6C2B5-485F-4A4B-8E00-D5F77676CD6E}.Release|Any CPU.Build.0 = Release|Any CPU
{23002BA4-8663-460B-8D67-3AA941B0322A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23002BA4-8663-460B-8D67-3AA941B0322A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23002BA4-8663-460B-8D67-3AA941B0322A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23002BA4-8663-460B-8D67-3AA941B0322A}.Release|Any CPU.Build.0 = Release|Any CPU
{3BFBD4C1-3F2C-46A4-9400-2CB9803644BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BFBD4C1-3F2C-46A4-9400-2CB9803644BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BFBD4C1-3F2C-46A4-9400-2CB9803644BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BFBD4C1-3F2C-46A4-9400-2CB9803644BE}.Release|Any CPU.Build.0 = Release|Any CPU
{93E138E9-D06C-4B78-B62D-317786025013}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93E138E9-D06C-4B78-B62D-317786025013}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93E138E9-D06C-4B78-B62D-317786025013}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93E138E9-D06C-4B78-B62D-317786025013}.Release|Any CPU.Build.0 = Release|Any CPU
{F5722872-ECBF-4EB1-86A4-C9681FD4052F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5722872-ECBF-4EB1-86A4-C9681FD4052F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5722872-ECBF-4EB1-86A4-C9681FD4052F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5722872-ECBF-4EB1-86A4-C9681FD4052F}.Release|Any CPU.Build.0 = Release|Any CPU
{761C81C5-793C-43A7-BA17-A9CF48135C88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{761C81C5-793C-43A7-BA17-A9CF48135C88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{761C81C5-793C-43A7-BA17-A9CF48135C88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{761C81C5-793C-43A7-BA17-A9CF48135C88}.Release|Any CPU.Build.0 = Release|Any CPU
{82E8EB4B-E15C-40F4-901E-9FD4F0E4B21F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82E8EB4B-E15C-40F4-901E-9FD4F0E4B21F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82E8EB4B-E15C-40F4-901E-9FD4F0E4B21F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82E8EB4B-E15C-40F4-901E-9FD4F0E4B21F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F5722872-ECBF-4EB1-86A4-C9681FD4052F} = {F242200E-7766-4556-8208-33A39CBCF42D}
{761C81C5-793C-43A7-BA17-A9CF48135C88} = {F242200E-7766-4556-8208-33A39CBCF42D}
{82E8EB4B-E15C-40F4-901E-9FD4F0E4B21F} = {F242200E-7766-4556-8208-33A39CBCF42D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5FF3CED9-4B93-4C46-8F1B-B5C7BC0F6DED}
EndGlobalSection
EndGlobal