-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRedFox.DocumentDb.sln
66 lines (66 loc) · 4.09 KB
/
RedFox.DocumentDb.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3D12BBC8-E962-4230-AA5F-C97BDCB7AB24}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
nuget.config = nuget.config
README.md = README.md
ThirdPartyNotices.txt = ThirdPartyNotices.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{7A58AE12-65AA-4E1B-B5DB-CBD2732D1AE7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedFox.DocumentDb", "src\RedFox.DocumentDb\RedFox.DocumentDb.csproj", "{7B489ADD-F90E-CB01-014C-B9A8B55E0A46}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedFox.DocumentDb.UnitTests", "tests\RedFox.DocumentDb.UnitTests\RedFox.DocumentDb.UnitTests.csproj", "{384E7CD3-9ED1-451B-A145-25F1DD83888F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedFox.DocumentDb.IntegrationTests", "tests\RedFox.DocumentDb.IntegrationTests\RedFox.DocumentDb.IntegrationTests.csproj", "{784980B3-1664-467C-B7EC-319DE930B878}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedFox.DocumentDb.DependencyInjection", "src\RedFox.DocumentDb.DependencyInjection\RedFox.DocumentDb.DependencyInjection.csproj", "{6983B150-6199-4757-A304-4C098CD70142}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedFox.DocumentDb.SourceGenerators", "src\RedFox.DocumentDb.SourceGenerators\RedFox.DocumentDb.SourceGenerators.csproj", "{186B6104-5B82-46A4-8F43-06902A767238}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B489ADD-F90E-CB01-014C-B9A8B55E0A46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B489ADD-F90E-CB01-014C-B9A8B55E0A46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B489ADD-F90E-CB01-014C-B9A8B55E0A46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B489ADD-F90E-CB01-014C-B9A8B55E0A46}.Release|Any CPU.Build.0 = Release|Any CPU
{384E7CD3-9ED1-451B-A145-25F1DD83888F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{384E7CD3-9ED1-451B-A145-25F1DD83888F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{384E7CD3-9ED1-451B-A145-25F1DD83888F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{384E7CD3-9ED1-451B-A145-25F1DD83888F}.Release|Any CPU.Build.0 = Release|Any CPU
{784980B3-1664-467C-B7EC-319DE930B878}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{784980B3-1664-467C-B7EC-319DE930B878}.Debug|Any CPU.Build.0 = Debug|Any CPU
{784980B3-1664-467C-B7EC-319DE930B878}.Release|Any CPU.ActiveCfg = Release|Any CPU
{784980B3-1664-467C-B7EC-319DE930B878}.Release|Any CPU.Build.0 = Release|Any CPU
{6983B150-6199-4757-A304-4C098CD70142}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6983B150-6199-4757-A304-4C098CD70142}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6983B150-6199-4757-A304-4C098CD70142}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6983B150-6199-4757-A304-4C098CD70142}.Release|Any CPU.Build.0 = Release|Any CPU
{186B6104-5B82-46A4-8F43-06902A767238}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{186B6104-5B82-46A4-8F43-06902A767238}.Debug|Any CPU.Build.0 = Debug|Any CPU
{186B6104-5B82-46A4-8F43-06902A767238}.Release|Any CPU.ActiveCfg = Release|Any CPU
{186B6104-5B82-46A4-8F43-06902A767238}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{384E7CD3-9ED1-451B-A145-25F1DD83888F} = {7A58AE12-65AA-4E1B-B5DB-CBD2732D1AE7}
{784980B3-1664-467C-B7EC-319DE930B878} = {7A58AE12-65AA-4E1B-B5DB-CBD2732D1AE7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B017BA78-67A5-4D0F-92A3-671B0D8A2911}
EndGlobalSection
EndGlobal