Update library structure to split off Testing utilities from the Utility area
This commit is contained in:
@@ -3,15 +3,16 @@
|
||||
"rootNamespace": "BracerLib.Tests",
|
||||
"references": [
|
||||
"UnityEngine.TestRunner",
|
||||
"BracerLib"
|
||||
"BracerLib",
|
||||
"BracerLib.Utility.Testing"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": true,
|
||||
"precompiledReferences": [
|
||||
"nunit.framework.dll",
|
||||
"Moq.dll"
|
||||
"Moq.dll",
|
||||
"nunit.framework.dll"
|
||||
],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [
|
||||
|
||||
Reference in New Issue
Block a user