No Description
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.

Unity.Nuget.Mono-Cecil.EditorTests.asmdef 423B

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