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.

OpenViBE-Meta.sln-tpl 1.5KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Microsoft Visual Studio Solution File, Format Version 12.00
  2. # Visual Studio 2013
  3. VisualStudioVersion = 12.0.21005.1
  4. MinimumVisualStudioVersion = 10.0.40219.1
  5. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SDK", "SDK", "{10313F85-EFD9-42AB-BF90-643A406FDD99}"
  6. EndProject
  7. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Designer", "Designer", "{EEB9310A-3238-432D-9EAD-CDFCB35054D4}"
  8. EndProject
  9. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extras", "Extras", "{3F5EF7F3-0F10-4F2E-ACEB-3B1326E3DA48}"
  10. EndProject
  11. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Designer-Extras", "designer-extras.vcxproj", "{C003281C-E8FC-49FE-8B50-37A6035730D7}"
  12. EndProject
  13. {%- for project in proj_list %}
  14. {{ project }}
  15. {%- endfor %}
  16. Global
  17. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  18. Debug|{{ platform_target }} = Debug|{{ platform_target }}
  19. MinSizeRel|{{ platform_target }} = MinSizeRel|{{ platform_target }}
  20. Release|{{ platform_target }} = Release|{{ platform_target }}
  21. RelWithDebInfo|{{ platform_target }} = RelWithDebInfo|{{ platform_target }}
  22. EndGlobalSection
  23. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  24. {# #}
  25. {%- for project in proj_conf_platforms %}
  26. {{- project -}}
  27. {% endfor -%}
  28. {# #} EndGlobalSection
  29. GlobalSection(SolutionProperties) = preSolution
  30. HideSolutionNode = FALSE
  31. EndGlobalSection
  32. GlobalSection(NestedProjects) = preSolution
  33. {%- for key, val in nested_projs.items() %}
  34. {{ "{" }}{{ key }}{{ "}" }} = {{ "{" }}{{ val }}{{ "}" -}}
  35. {%- endfor %}
  36. EndGlobalSection
  37. EndGlobal