-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEntityInjector.sln
More file actions
37 lines (37 loc) · 2.28 KB
/
EntityInjector.sln
File metadata and controls
37 lines (37 loc) · 2.28 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityInjector.Route", "EntityInjector.Route\EntityInjector.Route.csproj", "{FE2BB801-AD62-409D-9BCA-E25DFE16FB73}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C6215460-77DD-4DEE-A849-F81BEDEF1B63}"
ProjectSection(SolutionItems) = preProject
docker-compose.yaml = docker-compose.yaml
init.sql = init.sql
README.md = README.md
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\nuget-publish.yml = .github\workflows\nuget-publish.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityInjector.Samples.PostgresTest", "EntityInjector.Samples.PostgresTest\EntityInjector.Samples.PostgresTest.csproj", "{CDF66387-9237-42A5-BFEB-12539E521CE7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityInjector.Samples.CosmosTest", "EntityInjector.Samples.CosmosTest\EntityInjector.Samples.CosmosTest.csproj", "{D55F0082-CF85-4511-B006-884EDA045863}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE2BB801-AD62-409D-9BCA-E25DFE16FB73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE2BB801-AD62-409D-9BCA-E25DFE16FB73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE2BB801-AD62-409D-9BCA-E25DFE16FB73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE2BB801-AD62-409D-9BCA-E25DFE16FB73}.Release|Any CPU.Build.0 = Release|Any CPU
{CDF66387-9237-42A5-BFEB-12539E521CE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDF66387-9237-42A5-BFEB-12539E521CE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDF66387-9237-42A5-BFEB-12539E521CE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDF66387-9237-42A5-BFEB-12539E521CE7}.Release|Any CPU.Build.0 = Release|Any CPU
{D55F0082-CF85-4511-B006-884EDA045863}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D55F0082-CF85-4511-B006-884EDA045863}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D55F0082-CF85-4511-B006-884EDA045863}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D55F0082-CF85-4511-B006-884EDA045863}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal