libproto_demo.sln 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.3.32922.545
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libproto_demo", "libproto_demo.vcxproj", "{D70F9524-0814-4AAB-9A39-19F4A6317700}"
  7. ProjectSection(ProjectDependencies) = postProject
  8. {858E9B59-D931-4F4E-8D62-FE1256839DCF} = {858E9B59-D931-4F4E-8D62-FE1256839DCF}
  9. EndProjectSection
  10. EndProject
  11. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmeme_string", "..\deps\MemeString\projects\vs\libmeme_string\libmeme_string.vcxproj", "{858E9B59-D931-4F4E-8D62-FE1256839DCF}"
  12. EndProject
  13. Global
  14. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  15. Debug|x64 = Debug|x64
  16. Debug|x86 = Debug|x86
  17. Release|x64 = Release|x64
  18. Release|x86 = Release|x86
  19. EndGlobalSection
  20. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  21. {D70F9524-0814-4AAB-9A39-19F4A6317700}.Debug|x64.ActiveCfg = Debug|x64
  22. {D70F9524-0814-4AAB-9A39-19F4A6317700}.Debug|x64.Build.0 = Debug|x64
  23. {D70F9524-0814-4AAB-9A39-19F4A6317700}.Debug|x86.ActiveCfg = Debug|Win32
  24. {D70F9524-0814-4AAB-9A39-19F4A6317700}.Debug|x86.Build.0 = Debug|Win32
  25. {D70F9524-0814-4AAB-9A39-19F4A6317700}.Release|x64.ActiveCfg = Release|x64
  26. {D70F9524-0814-4AAB-9A39-19F4A6317700}.Release|x64.Build.0 = Release|x64
  27. {D70F9524-0814-4AAB-9A39-19F4A6317700}.Release|x86.ActiveCfg = Release|Win32
  28. {D70F9524-0814-4AAB-9A39-19F4A6317700}.Release|x86.Build.0 = Release|Win32
  29. {858E9B59-D931-4F4E-8D62-FE1256839DCF}.Debug|x64.ActiveCfg = Debug|x64
  30. {858E9B59-D931-4F4E-8D62-FE1256839DCF}.Debug|x64.Build.0 = Debug|x64
  31. {858E9B59-D931-4F4E-8D62-FE1256839DCF}.Debug|x86.ActiveCfg = Debug|Win32
  32. {858E9B59-D931-4F4E-8D62-FE1256839DCF}.Debug|x86.Build.0 = Debug|Win32
  33. {858E9B59-D931-4F4E-8D62-FE1256839DCF}.Release|x64.ActiveCfg = Release|x64
  34. {858E9B59-D931-4F4E-8D62-FE1256839DCF}.Release|x64.Build.0 = Release|x64
  35. {858E9B59-D931-4F4E-8D62-FE1256839DCF}.Release|x86.ActiveCfg = Release|Win32
  36. {858E9B59-D931-4F4E-8D62-FE1256839DCF}.Release|x86.Build.0 = Release|Win32
  37. EndGlobalSection
  38. GlobalSection(SolutionProperties) = preSolution
  39. HideSolutionNode = FALSE
  40. EndGlobalSection
  41. GlobalSection(ExtensibilityGlobals) = postSolution
  42. SolutionGuid = {04E82050-EA21-4793-97B6-D52396A37664}
  43. EndGlobalSection
  44. EndGlobal