Skip to content

Commit

Permalink
Merge pull request #138 from Mathijs-Bakker/fix-135-AssemblyDefinitio…
Browse files Browse the repository at this point in the history
…nsOptionalExtras

Change assembly definitions json files
  • Loading branch information
Mathijs-Bakker committed May 23, 2020
2 parents 1fb299b + 695cf80 commit 9cd3075
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll",
"Zenject-usage.dll"
],
"autoReferenced": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@
"Zenject-TestFramework",
"Zenject"
],
"optionalUnityReferences": [],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll",
"Zenject-usage.dll"
],
"autoReferenced": false,
Expand Down
2 changes: 1 addition & 1 deletion UnityProject/ProjectSettings/GraphicsSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ GraphicsSettings:
- {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 16003, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 16002, guid: 0000000000000000f000000000000000, type: 0}
m_PreloadedShaders: []
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
type: 0}
Expand Down

0 comments on commit 9cd3075

Please sign in to comment.