BeefProj.toml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. FileVersion = 1
  2. Dependencies = {corlib = "*", BeefySysLib = "*"}
  3. [Project]
  4. Name = "Debugger64"
  5. TargetType = "CustomBuild"
  6. [Configs.Debug.Win64]
  7. TargetDirectory = "$(WorkspaceDir)/../IDE/dist"
  8. TargetName = "IDEHelper64_d.dll"
  9. BuildCommandsOnCompile = "IfFilesChanged"
  10. BuildCommandsOnRun = "IfFilesChanged"
  11. PostBuildCmds = ["\"$(WorkspaceDir)\\..\\bin\\msbuild.bat\" $(Slash \"$(WorkspaceDir)\\\\..\\\\Debugger64\\\\Debugger64.vcxproj\") /p:Configuration=Debug /p:Platform=X64 /p:SolutionDir=$(Slash \"$(WorkspaceDir)\\\\..\\\\\") /v:m"]
  12. OptimizationLevel = "O0"
  13. [Configs.Debug.Win32]
  14. BuildCommandsOnCompile = "IfFilesChanged"
  15. BuildCommandsOnRun = "IfFilesChanged"
  16. [Configs.Release.Win64]
  17. TargetDirectory = "$(WorkspaceDir)/../IDE/dist"
  18. TargetName = "IDEHelper64.dll"
  19. BuildCommandsOnCompile = "IfFilesChanged"
  20. BuildCommandsOnRun = "IfFilesChanged"
  21. PostBuildCmds = ["\"$(WorkspaceDir)\\..\\bin\\msbuild.bat\" \"$(WorkspaceDir)\\..\\Debugger64\\Debugger64.vcxproj\" /p:Configuration=Release /p:Platform=X64 /p:SolutionDir=$(Slash \"$(WorkspaceDir)\\\\..\\\\\") /v:m"]
  22. [Configs.Release.Win32]
  23. BuildCommandsOnCompile = "IfFilesChanged"
  24. BuildCommandsOnRun = "IfFilesChanged"
  25. [Configs.Paranoid.Win32]
  26. BuildCommandsOnCompile = "IfFilesChanged"
  27. BuildCommandsOnRun = "IfFilesChanged"
  28. [Configs.Paranoid.Win64]
  29. BuildCommandsOnCompile = "IfFilesChanged"
  30. BuildCommandsOnRun = "IfFilesChanged"
  31. [Configs.Test.Win32]
  32. BuildCommandsOnCompile = "IfFilesChanged"
  33. BuildCommandsOnRun = "IfFilesChanged"
  34. [Configs.Test.Win64]
  35. BuildCommandsOnCompile = "IfFilesChanged"
  36. BuildCommandsOnRun = "IfFilesChanged"
  37. [ProjectFolder]
  38. [[ProjectFolder.Items]]
  39. Type = "Source"
  40. Name = "COFF.cpp"
  41. ImportPath = "../IDEHelper/COFF.cpp"
  42. [[ProjectFolder.Items]]
  43. Type = "Source"
  44. Name = "COFF.h"
  45. ImportPath = "../IDEHelper/COFF.h"
  46. [[ProjectFolder.Items]]
  47. Type = "Source"
  48. Name = "CPU.h"
  49. ImportPath = "../IDEHelper/CPU.h"
  50. [[ProjectFolder.Items]]
  51. Type = "Source"
  52. Name = "DbgExprEvaluator.cpp"
  53. ImportPath = "../IDEHelper/DbgExprEvaluator.cpp"
  54. [[ProjectFolder.Items]]
  55. Type = "Source"
  56. Name = "DbgExprEvaluator.h"
  57. ImportPath = "../IDEHelper/DbgExprEvaluator.h"
  58. [[ProjectFolder.Items]]
  59. Type = "Source"
  60. Name = "DbgModule.cpp"
  61. ImportPath = "../IDEHelper/DbgModule.cpp"
  62. [[ProjectFolder.Items]]
  63. Type = "Source"
  64. Name = "DbgModule.h"
  65. ImportPath = "../IDEHelper/DbgModule.h"
  66. [[ProjectFolder.Items]]
  67. Type = "Source"
  68. Name = "DbgTypeMap.cpp"
  69. ImportPath = "../IDEHelper/DbgTypeMap.cpp"
  70. [[ProjectFolder.Items]]
  71. Type = "Source"
  72. Name = "DbgTypeMap.h"
  73. ImportPath = "../IDEHelper/DbgTypeMap.h"
  74. [[ProjectFolder.Items]]
  75. Type = "Source"
  76. Name = "DebugCommon.h"
  77. ImportPath = "../IDEHelper/DebugCommon.h"
  78. [[ProjectFolder.Items]]
  79. Type = "Source"
  80. Name = "DebugTarget.cpp"
  81. ImportPath = "../IDEHelper/DebugTarget.cpp"
  82. [[ProjectFolder.Items]]
  83. Type = "Source"
  84. Name = "DebugTarget.h"
  85. ImportPath = "../IDEHelper/DebugTarget.h"
  86. [[ProjectFolder.Items]]
  87. Type = "Source"
  88. Name = "DWARFInfo.h"
  89. ImportPath = "../IDEHelper/DWARFInfo.h"
  90. [[ProjectFolder.Items]]
  91. Type = "Source"
  92. Name = "DwAutoComplete.h"
  93. ImportPath = "../IDEHelper/DwAutoComplete.h"
  94. [[ProjectFolder.Items]]
  95. Type = "Source"
  96. Name = "HandleDbg.cpp"
  97. ImportPath = "../IDEHelper/HandleDbg.cpp"
  98. [[ProjectFolder.Items]]
  99. Type = "Source"
  100. Name = "HandleDbg.h"
  101. ImportPath = "../IDEHelper/HandleDbg.h"
  102. [[ProjectFolder.Items]]
  103. Type = "Source"
  104. Name = "HotHeap.cpp"
  105. ImportPath = "../IDEHelper/HotHeap.cpp"
  106. [[ProjectFolder.Items]]
  107. Type = "Source"
  108. Name = "HotHeap.h"
  109. ImportPath = "../IDEHelper/HotHeap.h"
  110. [[ProjectFolder.Items]]
  111. Type = "Source"
  112. Name = "MiniDumpDebugger.cpp"
  113. ImportPath = "../IDEHelper/MiniDumpDebugger.cpp"
  114. [[ProjectFolder.Items]]
  115. Type = "Source"
  116. Name = "MiniDumpDebugger.h"
  117. ImportPath = "../IDEHelper/MiniDumpDebugger.h"
  118. [[ProjectFolder.Items]]
  119. Type = "Source"
  120. Name = "Profiler.cpp"
  121. ImportPath = "../IDEHelper/Profiler.cpp"
  122. [[ProjectFolder.Items]]
  123. Type = "Source"
  124. Name = "Profiler.h"
  125. ImportPath = "../IDEHelper/Profiler.h"
  126. [[ProjectFolder.Items]]
  127. Type = "Source"
  128. Name = "RadixMap.h"
  129. ImportPath = "../IDEHelper/RadixMap.h"
  130. [[ProjectFolder.Items]]
  131. Type = "Source"
  132. Name = "WinDebugger.cpp"
  133. ImportPath = "../IDEHelper/WinDebugger.cpp"
  134. [[ProjectFolder.Items]]
  135. Type = "Source"
  136. Name = "WinDebugger.h"
  137. ImportPath = "../IDEHelper/WinDebugger.h"