Skip to content

Commit ab59f23

Browse files
include detach demo in samples solution
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent 3f2b25e commit ab59f23

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

samples/samples.sln

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiveChat", "LiveChat\LiveCh
2323
EndProject
2424
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomProtocol", "CustomProtocol\CustomProtocol.csproj", "{9EF45BFC-7479-4658-BA67-06D6C5DF85F4}"
2525
EndProject
26+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KestrelHttp2DetachDemo", "KestrelHttp2DetachDemo\KestrelHttp2DetachDemo.csproj", "{36B17720-B79F-48C3-93C2-96FCA0635FEE}"
27+
EndProject
2628
Global
2729
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2830
Debug|Any CPU = Debug|Any CPU
@@ -32,9 +34,6 @@ Global
3234
Release|x64 = Release|x64
3335
Release|x86 = Release|x86
3436
EndGlobalSection
35-
GlobalSection(SolutionProperties) = preSolution
36-
HideSolutionNode = FALSE
37-
EndGlobalSection
3837
GlobalSection(ProjectConfigurationPlatforms) = postSolution
3938
{B63528FF-96DA-4529-A598-F648C3FB63CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4039
{B63528FF-96DA-4529-A598-F648C3FB63CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
@@ -156,5 +155,20 @@ Global
156155
{9EF45BFC-7479-4658-BA67-06D6C5DF85F4}.Release|x64.Build.0 = Release|Any CPU
157156
{9EF45BFC-7479-4658-BA67-06D6C5DF85F4}.Release|x86.ActiveCfg = Release|Any CPU
158157
{9EF45BFC-7479-4658-BA67-06D6C5DF85F4}.Release|x86.Build.0 = Release|Any CPU
158+
{36B17720-B79F-48C3-93C2-96FCA0635FEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
159+
{36B17720-B79F-48C3-93C2-96FCA0635FEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
160+
{36B17720-B79F-48C3-93C2-96FCA0635FEE}.Debug|x64.ActiveCfg = Debug|Any CPU
161+
{36B17720-B79F-48C3-93C2-96FCA0635FEE}.Debug|x64.Build.0 = Debug|Any CPU
162+
{36B17720-B79F-48C3-93C2-96FCA0635FEE}.Debug|x86.ActiveCfg = Debug|Any CPU
163+
{36B17720-B79F-48C3-93C2-96FCA0635FEE}.Debug|x86.Build.0 = Debug|Any CPU
164+
{36B17720-B79F-48C3-93C2-96FCA0635FEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
165+
{36B17720-B79F-48C3-93C2-96FCA0635FEE}.Release|Any CPU.Build.0 = Release|Any CPU
166+
{36B17720-B79F-48C3-93C2-96FCA0635FEE}.Release|x64.ActiveCfg = Release|Any CPU
167+
{36B17720-B79F-48C3-93C2-96FCA0635FEE}.Release|x64.Build.0 = Release|Any CPU
168+
{36B17720-B79F-48C3-93C2-96FCA0635FEE}.Release|x86.ActiveCfg = Release|Any CPU
169+
{36B17720-B79F-48C3-93C2-96FCA0635FEE}.Release|x86.Build.0 = Release|Any CPU
170+
EndGlobalSection
171+
GlobalSection(SolutionProperties) = preSolution
172+
HideSolutionNode = FALSE
159173
EndGlobalSection
160174
EndGlobal

0 commit comments

Comments
 (0)