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