Mirror of Svelto.ECS because we're a fan of it
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.

57 lines
1.4KB

  1. {
  2. "name": "Svelto.ECS",
  3. "references": [
  4. "Unity.Entities",
  5. "Unity.Collections",
  6. "Unity.Burst",
  7. "Unity.Jobs",
  8. "Svelto.Common"
  9. ],
  10. "includePlatforms": [],
  11. "excludePlatforms": [],
  12. "allowUnsafeCode": true,
  13. "overrideReferences": true,
  14. "precompiledReferences": [
  15. "System.Runtime.CompilerServices.Unsafe.dll"
  16. ],
  17. "autoReferenced": true,
  18. "defineConstraints": [],
  19. "versionDefines": [
  20. {
  21. "name": "com.unity.entities",
  22. "expression": "",
  23. "define": "UNITY_ECS"
  24. },
  25. {
  26. "name": "com.unity.burst",
  27. "expression": "",
  28. "define": "UNITY_BURST"
  29. },
  30. {
  31. "name": "com.unity.collections",
  32. "expression": "",
  33. "define": "UNITY_COLLECTIONS"
  34. },
  35. {
  36. "name": "com.unity.entities",
  37. "expression": "",
  38. "define": "UNITY_NATIVE"
  39. },
  40. {
  41. "name": "com.unity.burst",
  42. "expression": "",
  43. "define": "UNITY_NATIVE"
  44. },
  45. {
  46. "name": "com.unity.collections",
  47. "expression": "",
  48. "define": "UNITY_NATIVE"
  49. },
  50. {
  51. "name": "com.unity.jobs",
  52. "expression": "",
  53. "define": "UNITY_JOBS"
  54. }
  55. ],
  56. "noEngineReferences": false
  57. }