mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 06:34:16 +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",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"SanAndreasUnity.Utilities"
|
||||
"UGameCore.Utilities"
|
||||
],
|
||||
"optionalUnityReferences": [],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": []
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
|
@ -1 +1 @@
|
|||
Subproject commit 28e1dbb5900bff91b028f214fe0d3e31578aa121
|
||||
Subproject commit 24a4145919b8b6e444b8b3e65d245a0c86da105a
|
Loading…
Reference in a new issue