|
1 | | -Microsoft Visual Studio Solution File, Format Version 12.00 |
2 | | -# Visual Studio Version 17 |
3 | | -VisualStudioVersion = 17.8.34330.188 |
4 | | -MinimumVisualStudioVersion = 10.0.40219.1 |
5 | | -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F94175FC-DE2B-4DBC-9C79-2A97B8489412}" |
6 | | - ProjectSection(SolutionItems) = preProject |
7 | | - .gitignore = .gitignore |
8 | | - CHANGELOG.md = CHANGELOG.md |
9 | | - docker-compose.yml = docker-compose.yml |
10 | | - README.md = README.md |
11 | | - EndProjectSection |
12 | | -EndProject |
13 | | -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{43FFFE0C-91D2-43AB-913F-B3824702AE49}" |
14 | | -EndProject |
15 | | -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{5B805377-7615-441C-86B1-4BE203B0289B}" |
16 | | - ProjectSection(SolutionItems) = preProject |
17 | | - .github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml |
18 | | - .github\workflows\build-documentation.yaml = .github\workflows\build-documentation.yaml |
19 | | - .github\workflows\release.yml = .github\workflows\release.yml |
20 | | - EndProjectSection |
21 | | -EndProject |
22 | | -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Storage", "Storage\Storage.csproj", "{4D1E857D-133C-4BF9-82C6-414416D69ACD}" |
23 | | -EndProject |
24 | | -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StorageTests", "StorageTests\StorageTests.csproj", "{B23C82F8-01DF-4982-A13B-7CC27A2F7CF5}" |
25 | | -EndProject |
26 | | -Global |
27 | | - GlobalSection(SolutionConfigurationPlatforms) = preSolution |
28 | | - Debug|Any CPU = Debug|Any CPU |
29 | | - Release|Any CPU = Release|Any CPU |
30 | | - EndGlobalSection |
31 | | - GlobalSection(ProjectConfigurationPlatforms) = postSolution |
32 | | - {4D1E857D-133C-4BF9-82C6-414416D69ACD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
33 | | - {4D1E857D-133C-4BF9-82C6-414416D69ACD}.Debug|Any CPU.Build.0 = Debug|Any CPU |
34 | | - {4D1E857D-133C-4BF9-82C6-414416D69ACD}.Release|Any CPU.ActiveCfg = Release|Any CPU |
35 | | - {4D1E857D-133C-4BF9-82C6-414416D69ACD}.Release|Any CPU.Build.0 = Release|Any CPU |
36 | | - {B23C82F8-01DF-4982-A13B-7CC27A2F7CF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
37 | | - {B23C82F8-01DF-4982-A13B-7CC27A2F7CF5}.Debug|Any CPU.Build.0 = Debug|Any CPU |
38 | | - {B23C82F8-01DF-4982-A13B-7CC27A2F7CF5}.Release|Any CPU.ActiveCfg = Release|Any CPU |
39 | | - {B23C82F8-01DF-4982-A13B-7CC27A2F7CF5}.Release|Any CPU.Build.0 = Release|Any CPU |
40 | | - EndGlobalSection |
41 | | - GlobalSection(SolutionProperties) = preSolution |
42 | | - HideSolutionNode = FALSE |
43 | | - EndGlobalSection |
44 | | - GlobalSection(NestedProjects) = preSolution |
45 | | - {43FFFE0C-91D2-43AB-913F-B3824702AE49} = {F94175FC-DE2B-4DBC-9C79-2A97B8489412} |
46 | | - {5B805377-7615-441C-86B1-4BE203B0289B} = {43FFFE0C-91D2-43AB-913F-B3824702AE49} |
47 | | - EndGlobalSection |
48 | | - GlobalSection(MonoDevelopProperties) = preSolution |
49 | | - version = 1.0.2 |
50 | | - EndGlobalSection |
51 | | -EndGlobal |
| 1 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 2 | +# Visual Studio Version 17 |
| 3 | +VisualStudioVersion = 17.8.34330.188 |
| 4 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 5 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F94175FC-DE2B-4DBC-9C79-2A97B8489412}" |
| 6 | + ProjectSection(SolutionItems) = preProject |
| 7 | + .gitignore = .gitignore |
| 8 | + CHANGELOG.md = CHANGELOG.md |
| 9 | + docker-compose.yml = docker-compose.yml |
| 10 | + README.md = README.md |
| 11 | + EndProjectSection |
| 12 | +EndProject |
| 13 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{43FFFE0C-91D2-43AB-913F-B3824702AE49}" |
| 14 | +EndProject |
| 15 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{5B805377-7615-441C-86B1-4BE203B0289B}" |
| 16 | + ProjectSection(SolutionItems) = preProject |
| 17 | + .github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml |
| 18 | + .github\workflows\build-documentation.yaml = .github\workflows\build-documentation.yaml |
| 19 | + .github\workflows\release.yml = .github\workflows\release.yml |
| 20 | + EndProjectSection |
| 21 | +EndProject |
| 22 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Storage", "Storage\Storage.csproj", "{4D1E857D-133C-4BF9-82C6-414416D69ACD}" |
| 23 | +EndProject |
| 24 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StorageTests", "StorageTests\StorageTests.csproj", "{B23C82F8-01DF-4982-A13B-7CC27A2F7CF5}" |
| 25 | +EndProject |
| 26 | +Global |
| 27 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 28 | + Debug|Any CPU = Debug|Any CPU |
| 29 | + Release|Any CPU = Release|Any CPU |
| 30 | + EndGlobalSection |
| 31 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 32 | + {4D1E857D-133C-4BF9-82C6-414416D69ACD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 33 | + {4D1E857D-133C-4BF9-82C6-414416D69ACD}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 34 | + {4D1E857D-133C-4BF9-82C6-414416D69ACD}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 35 | + {4D1E857D-133C-4BF9-82C6-414416D69ACD}.Release|Any CPU.Build.0 = Release|Any CPU |
| 36 | + {B23C82F8-01DF-4982-A13B-7CC27A2F7CF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 37 | + {B23C82F8-01DF-4982-A13B-7CC27A2F7CF5}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 38 | + {B23C82F8-01DF-4982-A13B-7CC27A2F7CF5}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 39 | + {B23C82F8-01DF-4982-A13B-7CC27A2F7CF5}.Release|Any CPU.Build.0 = Release|Any CPU |
| 40 | + EndGlobalSection |
| 41 | + GlobalSection(SolutionProperties) = preSolution |
| 42 | + HideSolutionNode = FALSE |
| 43 | + EndGlobalSection |
| 44 | + GlobalSection(NestedProjects) = preSolution |
| 45 | + {43FFFE0C-91D2-43AB-913F-B3824702AE49} = {F94175FC-DE2B-4DBC-9C79-2A97B8489412} |
| 46 | + {5B805377-7615-441C-86B1-4BE203B0289B} = {43FFFE0C-91D2-43AB-913F-B3824702AE49} |
| 47 | + EndGlobalSection |
| 48 | + GlobalSection(MonoDevelopProperties) = preSolution |
| 49 | + version = 1.0.2 |
| 50 | + EndGlobalSection |
| 51 | +EndGlobal |
0 commit comments