|
1 | 1 |
|
2 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 |
3 | 3 | # Visual Studio Version 18 |
4 | | -VisualStudioVersion = 18.0.11217.181 d18.0 |
| 4 | +VisualStudioVersion = 18.0.11217.181 |
5 | 5 | MinimumVisualStudioVersion = 10.0.40219.1 |
6 | 6 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}" |
7 | 7 | ProjectSection(SolutionItems) = preProject |
8 | 8 | .editorconfig = .editorconfig |
9 | 9 | .gitignore = .gitignore |
10 | 10 | CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md |
11 | 11 | docker-compose.yml = docker-compose.yml |
| 12 | + scripts\Publish-Local.ps1 = scripts\Publish-Local.ps1 |
12 | 13 | README.md = README.md |
13 | | - Scripts\Publish-Local.ps1 = Scripts\Publish-Local.ps1 |
14 | | - Scripts\Switch-References.ps1 = Scripts\Switch-References.ps1 |
| 14 | + scripts\Switch-References.ps1 = scripts\Switch-References.ps1 |
15 | 15 | EndProjectSection |
16 | 16 | EndProject |
17 | 17 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}" |
@@ -44,6 +44,41 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Eftdb.Samples.DatabaseFirst |
44 | 44 | EndProject |
45 | 45 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eftdb.Samples.DatabaseFirst", "samples\Eftdb.Samples.DatabaseFirst\Eftdb.Samples.DatabaseFirst.csproj", "{2FBA55BC-14C9-4137-B7D9-65920624C4FD}" |
46 | 46 | EndProject |
| 47 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{DD66FBE1-746C-4022-8D68-20DF5E65C902}" |
| 48 | + ProjectSection(SolutionItems) = preProject |
| 49 | + docs\00-getting-started.md = docs\00-getting-started.md |
| 50 | + docs\01-dotnet-tools.md = docs\01-dotnet-tools.md |
| 51 | + EndProjectSection |
| 52 | +EndProject |
| 53 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "data-annotations", "data-annotations", "{97EBA3D4-DBB9-4564-B45B-D6ECF3A077DF}" |
| 54 | + ProjectSection(SolutionItems) = preProject |
| 55 | + docs\data-annotations\continuous-aggregates.md = docs\data-annotations\continuous-aggregates.md |
| 56 | + docs\data-annotations\hypertable.md = docs\data-annotations\hypertable.md |
| 57 | + docs\data-annotations\reorder-policies.md = docs\data-annotations\reorder-policies.md |
| 58 | + EndProjectSection |
| 59 | +EndProject |
| 60 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "fluent-api", "fluent-api", "{4FA5831A-43BD-41BD-9893-0617902290BD}" |
| 61 | + ProjectSection(SolutionItems) = preProject |
| 62 | + docs\fluent-api\continuous-aggregates.md = docs\fluent-api\continuous-aggregates.md |
| 63 | + docs\fluent-api\hypertable.md = docs\fluent-api\hypertable.md |
| 64 | + docs\fluent-api\reorder-policies.md = docs\fluent-api\reorder-policies.md |
| 65 | + EndProjectSection |
| 66 | +EndProject |
| 67 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "release-notes", "release-notes", "{84C9CCAD-8CA8-47E7-9473-92C5B4578818}" |
| 68 | + ProjectSection(SolutionItems) = preProject |
| 69 | + docs\release-notes\v0.1.5.md = docs\release-notes\v0.1.5.md |
| 70 | + docs\release-notes\v0.2.0.md = docs\release-notes\v0.2.0.md |
| 71 | + docs\release-notes\v0.2.1.md = docs\release-notes\v0.2.1.md |
| 72 | + docs\release-notes\v0.2.2.md = docs\release-notes\v0.2.2.md |
| 73 | + docs\release-notes\v0.2.3.md = docs\release-notes\v0.2.3.md |
| 74 | + docs\release-notes\v0.2.4.md = docs\release-notes\v0.2.4.md |
| 75 | + docs\release-notes\v0.3.0.md = docs\release-notes\v0.3.0.md |
| 76 | + docs\release-notes\v0.3.1.md = docs\release-notes\v0.3.1.md |
| 77 | + docs\release-notes\v0.3.2.md = docs\release-notes\v0.3.2.md |
| 78 | + docs\release-notes\v0.3.3.md = docs\release-notes\v0.3.3.md |
| 79 | + docs\release-notes\v10.0.1.md = docs\release-notes\v10.0.1.md |
| 80 | + EndProjectSection |
| 81 | +EndProject |
47 | 82 | Global |
48 | 83 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
49 | 84 | Debug|Any CPU = Debug|Any CPU |
@@ -166,6 +201,9 @@ Global |
166 | 201 | {0AE92D9A-B5B8-44CC-AD65-F4256CCAB15A} = {EA8E3935-33B2-4D96-A294-5488AE39A401} |
167 | 202 | {90DFE874-FC84-218F-EDC2-090609ACD664} = {5D20AA90-6969-D8BD-9DCD-8634F4692FDA} |
168 | 203 | {2FBA55BC-14C9-4137-B7D9-65920624C4FD} = {90DFE874-FC84-218F-EDC2-090609ACD664} |
| 204 | + {97EBA3D4-DBB9-4564-B45B-D6ECF3A077DF} = {DD66FBE1-746C-4022-8D68-20DF5E65C902} |
| 205 | + {4FA5831A-43BD-41BD-9893-0617902290BD} = {DD66FBE1-746C-4022-8D68-20DF5E65C902} |
| 206 | + {84C9CCAD-8CA8-47E7-9473-92C5B4578818} = {DD66FBE1-746C-4022-8D68-20DF5E65C902} |
169 | 207 | EndGlobalSection |
170 | 208 | GlobalSection(ExtensibilityGlobals) = postSolution |
171 | 209 | SolutionGuid = {5CCFF438-FD53-473A-96B6-4D69BA8E7166} |
|
0 commit comments