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.

63 lines
1.5KB

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