|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio 15 |
| 4 | +VisualStudioVersion = 15.0.27130.2027 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{76236DA2-0225-4CA2-A2C8-46C665DE6D71}" |
| 7 | +EndProject |
| 8 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9B5D9D87-31E2-47BF-A9EC-B9958AE2EB2A}" |
| 9 | +EndProject |
| 10 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{7E27D3E5-DD84-40B0-BC5E-70E46C92E5CF}" |
| 11 | +EndProject |
| 12 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PartialResponse.AspNetCore.Mvc.Formatters.Json", "src\PartialResponse.AspNetCore.Mvc.Formatters.Json\PartialResponse.AspNetCore.Mvc.Formatters.Json.csproj", "{AAE3521D-6478-4D81-A6A4-4FE45534306E}" |
| 13 | +EndProject |
| 14 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PartialResponse.AspNetCore.Mvc.Formatters.Json.Tests", "test\PartialResponse.AspNetCore.Mvc.Formatters.Json.Tests\PartialResponse.AspNetCore.Mvc.Formatters.Json.Tests.csproj", "{2F881047-13F4-42B1-923D-CA7C3A7705F2}" |
| 15 | +EndProject |
| 16 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PartialResponse.AspNetCore.Mvc.Formatters.Json.Demo", "samples\PartialResponse.AspNetCore.Mvc.Formatters.Json.Demo\PartialResponse.AspNetCore.Mvc.Formatters.Json.Demo.csproj", "{F65AB962-E8AB-4A2B-9178-322EEA67F9C5}" |
| 17 | +EndProject |
| 18 | +Global |
| 19 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 20 | + Debug|Any CPU = Debug|Any CPU |
| 21 | + Release|Any CPU = Release|Any CPU |
| 22 | + EndGlobalSection |
| 23 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 24 | + {AAE3521D-6478-4D81-A6A4-4FE45534306E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 25 | + {AAE3521D-6478-4D81-A6A4-4FE45534306E}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 26 | + {AAE3521D-6478-4D81-A6A4-4FE45534306E}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 27 | + {AAE3521D-6478-4D81-A6A4-4FE45534306E}.Release|Any CPU.Build.0 = Release|Any CPU |
| 28 | + {2F881047-13F4-42B1-923D-CA7C3A7705F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 29 | + {2F881047-13F4-42B1-923D-CA7C3A7705F2}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 30 | + {2F881047-13F4-42B1-923D-CA7C3A7705F2}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 31 | + {2F881047-13F4-42B1-923D-CA7C3A7705F2}.Release|Any CPU.Build.0 = Release|Any CPU |
| 32 | + {F65AB962-E8AB-4A2B-9178-322EEA67F9C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 33 | + {F65AB962-E8AB-4A2B-9178-322EEA67F9C5}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 34 | + {F65AB962-E8AB-4A2B-9178-322EEA67F9C5}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 35 | + {F65AB962-E8AB-4A2B-9178-322EEA67F9C5}.Release|Any CPU.Build.0 = Release|Any CPU |
| 36 | + EndGlobalSection |
| 37 | + GlobalSection(SolutionProperties) = preSolution |
| 38 | + HideSolutionNode = FALSE |
| 39 | + EndGlobalSection |
| 40 | + GlobalSection(NestedProjects) = preSolution |
| 41 | + {AAE3521D-6478-4D81-A6A4-4FE45534306E} = {76236DA2-0225-4CA2-A2C8-46C665DE6D71} |
| 42 | + {2F881047-13F4-42B1-923D-CA7C3A7705F2} = {9B5D9D87-31E2-47BF-A9EC-B9958AE2EB2A} |
| 43 | + {F65AB962-E8AB-4A2B-9178-322EEA67F9C5} = {7E27D3E5-DD84-40B0-BC5E-70E46C92E5CF} |
| 44 | + EndGlobalSection |
| 45 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 46 | + SolutionGuid = {BB850AA8-A179-4E90-A781-C52F8E252787} |
| 47 | + EndGlobalSection |
| 48 | +EndGlobal |
0 commit comments