Skip to content

Commit

Permalink
chore: Create sample directory in the solution file
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Jun 20, 2024
1 parent b2f9ad0 commit 80bc790
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions SimpleResults.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 80bc790

Please sign in to comment.