Update library structure to split off Testing utilities from the Utility area

This commit is contained in:
2026-06-05 22:28:13 -04:00
parent 360657a2e9
commit b80346f3b4
15 changed files with 58 additions and 10 deletions
@@ -0,0 +1,19 @@
{
"name": "BracerLib.Utility.Testing",
"rootNamespace": "BracerLib.Utility.Testing",
"references": [
"GUID:27619889b8ba8c24980f49ee34dbb44a"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"Moq.dll",
"nunit.framework.dll"
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}