Skip to content

Commit

Permalink
Merge pull request #485 from momentohq/add-new-examples-to-example-so…
Browse files Browse the repository at this point in the history
…lution

chore: add new examples to examples solution
  • Loading branch information
cprice404 authored Sep 13, 2023
2 parents 2b92cd8 + 56867fe commit ea56860
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/MomentoExamples.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocExampleApis", "DocExampl
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocExampleFiles", "DocExampleFiles\DocExampleFiles.csproj", "{89667600-2BBC-4104-B046-D2A46254DEBF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DisposableTokens", "DisposableTokens\DisposableTokens.csproj", "{8A057C49-79EC-459C-AFEC-3B2AC2843F85}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TopicExample", "TopicExample\TopicExample.csproj", "{24E1BEE9-8D9D-44B8-B9D5-EBBF08534934}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -55,6 +59,14 @@ Global
{89667600-2BBC-4104-B046-D2A46254DEBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89667600-2BBC-4104-B046-D2A46254DEBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89667600-2BBC-4104-B046-D2A46254DEBF}.Release|Any CPU.Build.0 = Release|Any CPU
{8A057C49-79EC-459C-AFEC-3B2AC2843F85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A057C49-79EC-459C-AFEC-3B2AC2843F85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A057C49-79EC-459C-AFEC-3B2AC2843F85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A057C49-79EC-459C-AFEC-3B2AC2843F85}.Release|Any CPU.Build.0 = Release|Any CPU
{24E1BEE9-8D9D-44B8-B9D5-EBBF08534934}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24E1BEE9-8D9D-44B8-B9D5-EBBF08534934}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24E1BEE9-8D9D-44B8-B9D5-EBBF08534934}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24E1BEE9-8D9D-44B8-B9D5-EBBF08534934}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit ea56860

Please sign in to comment.