Unity.PlasticSCM.EditorTests.asmdef 435 B

1234567891011121314151617181920
  1. {
  2. "name": "Unity.PlasticSCM.EditorTests",
  3. "references": [
  4. "Unity.PlasticSCM.Editor"
  5. ],
  6. "optionalUnityReferences": [
  7. "TestAssemblies"
  8. ],
  9. "includePlatforms": [
  10. "Editor"
  11. ],
  12. "excludePlatforms": [],
  13. "allowUnsafeCode": false,
  14. "overrideReferences": false,
  15. "precompiledReferences": [
  16. "unityplastic.dll"
  17. ],
  18. "autoReferenced": true,
  19. "defineConstraints": []
  20. }