mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 03:53:04 +00:00
fix assembly references for Importing assembly
This commit is contained in:
parent
4ce4d268df
commit
6cc2929ff7
2 changed files with 6 additions and 4 deletions
|
@ -1,14 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "SanAndreasUnity.Importing",
|
"name": "SanAndreasUnity.Importing",
|
||||||
|
"rootNamespace": "",
|
||||||
"references": [
|
"references": [
|
||||||
"SanAndreasUnity.Utilities"
|
"UGameCore.Utilities"
|
||||||
],
|
],
|
||||||
"optionalUnityReferences": [],
|
|
||||||
"includePlatforms": [],
|
"includePlatforms": [],
|
||||||
"excludePlatforms": [],
|
"excludePlatforms": [],
|
||||||
"allowUnsafeCode": false,
|
"allowUnsafeCode": false,
|
||||||
"overrideReferences": false,
|
"overrideReferences": false,
|
||||||
"precompiledReferences": [],
|
"precompiledReferences": [],
|
||||||
"autoReferenced": true,
|
"autoReferenced": true,
|
||||||
"defineConstraints": []
|
"defineConstraints": [],
|
||||||
|
"versionDefines": [],
|
||||||
|
"noEngineReferences": false
|
||||||
}
|
}
|
|
@ -1 +1 @@
|
||||||
Subproject commit 28e1dbb5900bff91b028f214fe0d3e31578aa121
|
Subproject commit 24a4145919b8b6e444b8b3e65d245a0c86da105a
|
Loading…
Reference in a new issue