説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Unity.2D.Aseprite.EditorTests.asmdef 501B

12345678910111213141516171819202122
  1. {
  2. "name": "Unity.2D.Aseprite.EditorTests",
  3. "references": [
  4. "UnityEngine.TestRunner",
  5. "UnityEditor.TestRunner"
  6. ],
  7. "includePlatforms": [
  8. "Editor"
  9. ],
  10. "excludePlatforms": [],
  11. "allowUnsafeCode": false,
  12. "overrideReferences": true,
  13. "precompiledReferences": [
  14. "nunit.framework.dll"
  15. ],
  16. "autoReferenced": false,
  17. "defineConstraints": [
  18. "UNITY_INCLUDE_TESTS"
  19. ],
  20. "versionDefines": [],
  21. "noEngineReferences": false
  22. }