|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.1.32210.238 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1.project", "1.project", "{CE044FF1-BA3F-4229-B891-ABDB23817993}" |
| 7 | + ProjectSection(SolutionItems) = preProject |
| 8 | + .editorconfig = .editorconfig |
| 9 | + .gitignore = .gitignore |
| 10 | + CHANGELOG.md = CHANGELOG.md |
| 11 | + global.json = global.json |
| 12 | + LICENSE = LICENSE |
| 13 | + README.md = README.md |
| 14 | + EndProjectSection |
| 15 | +EndProject |
| 16 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2.cicd", "2.cicd", "{D0E7B389-76B5-40A7-8583-A9E72D2D48AB}" |
| 17 | + ProjectSection(SolutionItems) = preProject |
| 18 | + .github\dependabot.yml = .github\dependabot.yml |
| 19 | + .github\workflows\publish-nuget.yml = .github\workflows\publish-nuget.yml |
| 20 | + .github\workflows\sonarcloud.yml = .github\workflows\sonarcloud.yml |
| 21 | + .github\workflows\test-project.yml = .github\workflows\test-project.yml |
| 22 | + EndProjectSection |
| 23 | +EndProject |
| 24 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3.src", "3.src", "{6E23ADF0-4266-46A8-878B-8A41A15E8A67}" |
| 25 | +EndProject |
| 26 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "4.tests", "4.tests", "{C32996E7-9E94-490F-9196-9D166379FA2A}" |
| 27 | +EndProject |
| 28 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerUtils.AspNetCore.ErrorHandler.ResponseTypes", "src\PowerUtils.AspNetCore.ErrorHandler.ResponseTypes.csproj", "{976607B8-D23C-4691-A465-20EC9F5C3FAA}" |
| 29 | +EndProject |
| 30 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerUtils.AspNetCore.ErrorHandler.ResponseTypes.Tests", "tests\PowerUtils.AspNetCore.ErrorHandler.ResponseTypes.Tests\PowerUtils.AspNetCore.ErrorHandler.ResponseTypes.Tests.csproj", "{CB1C4C48-F971-43AA-A154-287333EF6712}" |
| 31 | +EndProject |
| 32 | +Global |
| 33 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 34 | + Debug|Any CPU = Debug|Any CPU |
| 35 | + Release|Any CPU = Release|Any CPU |
| 36 | + EndGlobalSection |
| 37 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 38 | + {976607B8-D23C-4691-A465-20EC9F5C3FAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 39 | + {976607B8-D23C-4691-A465-20EC9F5C3FAA}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 40 | + {976607B8-D23C-4691-A465-20EC9F5C3FAA}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 41 | + {976607B8-D23C-4691-A465-20EC9F5C3FAA}.Release|Any CPU.Build.0 = Release|Any CPU |
| 42 | + {CB1C4C48-F971-43AA-A154-287333EF6712}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 43 | + {CB1C4C48-F971-43AA-A154-287333EF6712}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 44 | + {CB1C4C48-F971-43AA-A154-287333EF6712}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 45 | + {CB1C4C48-F971-43AA-A154-287333EF6712}.Release|Any CPU.Build.0 = Release|Any CPU |
| 46 | + EndGlobalSection |
| 47 | + GlobalSection(SolutionProperties) = preSolution |
| 48 | + HideSolutionNode = FALSE |
| 49 | + EndGlobalSection |
| 50 | + GlobalSection(NestedProjects) = preSolution |
| 51 | + {976607B8-D23C-4691-A465-20EC9F5C3FAA} = {6E23ADF0-4266-46A8-878B-8A41A15E8A67} |
| 52 | + {CB1C4C48-F971-43AA-A154-287333EF6712} = {C32996E7-9E94-490F-9196-9D166379FA2A} |
| 53 | + EndGlobalSection |
| 54 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 55 | + SolutionGuid = {DB225477-AC3D-47A9-8F0D-A52866D30541} |
| 56 | + EndGlobalSection |
| 57 | +EndGlobal |
0 commit comments