SW 중심대학 OSS GIT 서버 박건태, 이승준, 고기완, 이준호 새로운 배포
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.

27 lines
688 B

4 years ago
  1. {
  2. "name": "Unity.XR.Management.TestPackage",
  3. "references": [
  4. "Unity.Subsystem.Registration",
  5. "Unity.XR.Management",
  6. "Unity.XR.Management.Editor",
  7. "Unity.XR.Management.Tests.Standalone"
  8. ],
  9. "includePlatforms": [
  10. "Editor",
  11. "WindowsStandalone64"
  12. ],
  13. "excludePlatforms": [],
  14. "allowUnsafeCode": false,
  15. "overrideReferences": true,
  16. "precompiledReferences": [
  17. "nunit.framework.dll"
  18. ],
  19. "autoReferenced": false,
  20. "optionalUnityReferences": [
  21. "TestAssemblies"
  22. ],
  23. "defineConstraints": [
  24. "UNITY_INCLUDE_TESTS"
  25. ],
  26. "versionDefines": [],
  27. "noEngineReferences": false
  28. }