diff --git a/SimpleResults.sln b/SimpleResults.sln index 86e2e97..4f8f38f 100644 --- a/SimpleResults.sln +++ b/SimpleResults.sln @@ -9,11 +9,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleResults.AspNetCore", EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleResults", "src\Core\SimpleResults.csproj", "{321D9410-A850-445F-9C51-7FC4C1A9EEE2}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{BF0B2B95-9FB6-4874-8B28-BD504062067F}" +EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleResults.Example", "samples\SimpleResults.Example\SimpleResults.Example.csproj", "{BEE32F3C-2C9C-4DCD-A391-E5DCC152A433}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleResults.Example.AspNetCore", "samples\SimpleResults.Example.AspNetCore\SimpleResults.Example.AspNetCore.csproj", "{982B1B0B-913C-4704-8BED-530CB1993825}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleResults.Example.NativeAOT", "samples\SimpleResults.Example.NativeAOT\SimpleResults.Example.NativeAOT.csproj", "{0D139C5D-CEDB-4A5F-8FBB-5A39B8599E3F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleResults.Example.NativeAOT", "samples\SimpleResults.Example.NativeAOT\SimpleResults.Example.NativeAOT.csproj", "{0D139C5D-CEDB-4A5F-8FBB-5A39B8599E3F}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleResults.Example.Web.Tests", "samples\SimpleResults.Example.Web.Tests\SimpleResults.Example.Web.Tests.csproj", "{AD21137D-445E-4206-A631-28E9ACA5EC3F}" EndProject @@ -51,6 +53,10 @@ Global {982B1B0B-913C-4704-8BED-530CB1993825}.Debug|Any CPU.Build.0 = Debug|Any CPU {982B1B0B-913C-4704-8BED-530CB1993825}.Release|Any CPU.ActiveCfg = Release|Any CPU {982B1B0B-913C-4704-8BED-530CB1993825}.Release|Any CPU.Build.0 = Release|Any CPU + {0D139C5D-CEDB-4A5F-8FBB-5A39B8599E3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0D139C5D-CEDB-4A5F-8FBB-5A39B8599E3F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0D139C5D-CEDB-4A5F-8FBB-5A39B8599E3F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0D139C5D-CEDB-4A5F-8FBB-5A39B8599E3F}.Release|Any CPU.Build.0 = Release|Any CPU {AD21137D-445E-4206-A631-28E9ACA5EC3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {AD21137D-445E-4206-A631-28E9ACA5EC3F}.Debug|Any CPU.Build.0 = Debug|Any CPU {AD21137D-445E-4206-A631-28E9ACA5EC3F}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -59,14 +65,16 @@ Global {4DEA2EC9-C0CC-4196-9B14-FA2333D4656A}.Debug|Any CPU.Build.0 = Debug|Any CPU {4DEA2EC9-C0CC-4196-9B14-FA2333D4656A}.Release|Any CPU.ActiveCfg = Release|Any CPU {4DEA2EC9-C0CC-4196-9B14-FA2333D4656A}.Release|Any CPU.Build.0 = Release|Any CPU - {0D139C5D-CEDB-4A5F-8FBB-5A39B8599E3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0D139C5D-CEDB-4A5F-8FBB-5A39B8599E3F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0D139C5D-CEDB-4A5F-8FBB-5A39B8599E3F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0D139C5D-CEDB-4A5F-8FBB-5A39B8599E3F}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {BEE32F3C-2C9C-4DCD-A391-E5DCC152A433} = {BF0B2B95-9FB6-4874-8B28-BD504062067F} + {982B1B0B-913C-4704-8BED-530CB1993825} = {BF0B2B95-9FB6-4874-8B28-BD504062067F} + {0D139C5D-CEDB-4A5F-8FBB-5A39B8599E3F} = {BF0B2B95-9FB6-4874-8B28-BD504062067F} + {AD21137D-445E-4206-A631-28E9ACA5EC3F} = {BF0B2B95-9FB6-4874-8B28-BD504062067F} + EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {D8F662FD-0F1F-4A5C-8B59-3B20CAB48558} EndGlobalSection