configurations.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configurationDescriptor version="51">
  3. <projectmakefile>Makefile</projectmakefile>
  4. <defaultConf>0</defaultConf>
  5. <confs>
  6. <conf name="Debug" type="1">
  7. <gdbdebugger version="2">
  8. <gdb_command>gdb</gdb_command>
  9. <array_repeat_threshold>10</array_repeat_threshold>
  10. </gdbdebugger>
  11. <runprofile version="5">
  12. <args></args>
  13. <rundir></rundir>
  14. <buildfirst>true</buildfirst>
  15. <console-type>0</console-type>
  16. <terminal-type>0</terminal-type>
  17. <environment>
  18. </environment>
  19. </runprofile>
  20. </conf>
  21. <conf name="Release" type="1">
  22. <gdbdebugger version="2">
  23. <gdb_command>gdb</gdb_command>
  24. <array_repeat_threshold>10</array_repeat_threshold>
  25. </gdbdebugger>
  26. <runprofile version="5">
  27. <args></args>
  28. <rundir></rundir>
  29. <buildfirst>true</buildfirst>
  30. <console-type>0</console-type>
  31. <terminal-type>0</terminal-type>
  32. <environment>
  33. </environment>
  34. </runprofile>
  35. </conf>
  36. </confs>
  37. </configurationDescriptor>