基于C++ Coroutines提案 ‘Stackless Resumable Functions’编写的协程库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

librf.sln 1.6KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Microsoft Visual Studio Solution File, Format Version 12.00
  2. # Visual Studio Version 16
  3. VisualStudioVersion = 16.0.29814.53
  4. MinimumVisualStudioVersion = 10.0.40219.1
  5. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "librf", "librf.vcxproj", "{C1D4A6BD-592F-4E48-8178-7C87219BF80E}"
  6. EndProject
  7. Global
  8. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  9. Debug|x64 = Debug|x64
  10. Debug|x86 = Debug|x86
  11. Release|x64 = Release|x64
  12. Release|x86 = Release|x86
  13. EndGlobalSection
  14. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  15. {C1D4A6BD-592F-4E48-8178-7C87219BF80E}.Debug|x64.ActiveCfg = Debug|x64
  16. {C1D4A6BD-592F-4E48-8178-7C87219BF80E}.Debug|x64.Build.0 = Debug|x64
  17. {C1D4A6BD-592F-4E48-8178-7C87219BF80E}.Debug|x86.ActiveCfg = Debug|Win32
  18. {C1D4A6BD-592F-4E48-8178-7C87219BF80E}.Debug|x86.Build.0 = Debug|Win32
  19. {C1D4A6BD-592F-4E48-8178-7C87219BF80E}.Release|x64.ActiveCfg = Release|x64
  20. {C1D4A6BD-592F-4E48-8178-7C87219BF80E}.Release|x64.Build.0 = Release|x64
  21. {C1D4A6BD-592F-4E48-8178-7C87219BF80E}.Release|x86.ActiveCfg = Release|Win32
  22. {C1D4A6BD-592F-4E48-8178-7C87219BF80E}.Release|x86.Build.0 = Release|Win32
  23. EndGlobalSection
  24. GlobalSection(SolutionProperties) = preSolution
  25. HideSolutionNode = FALSE
  26. EndGlobalSection
  27. GlobalSection(ExtensibilityGlobals) = postSolution
  28. SolutionGuid = {401D9E59-A4B3-4CA3-9696-B7D2D14D90FD}
  29. EndGlobalSection
  30. GlobalSection(Performance) = preSolution
  31. HasPerformanceSessions = true
  32. EndGlobalSection
  33. GlobalSection(Performance) = preSolution
  34. HasPerformanceSessions = true
  35. EndGlobalSection
  36. EndGlobal