Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
Storage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanqing
Storage
Commits
27549606
Commit
27549606
authored
Apr 02, 2021
by
wanqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
插件导入
parent
caf4836d
Changes
30
Hide whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
19543 additions
and
990 deletions
+19543
-990
.suo
Storage/.vs/Storage/v16/.suo
+0
-0
Assembly-CSharp-Editor.csproj
Storage/Assembly-CSharp-Editor.csproj
+16
-0
Assembly-CSharp.csproj
Storage/Assembly-CSharp.csproj
+18
-1
Cheese_Convex.asset
...ssets/#C1_Models/CartoonFoodPack1/FBX/Cheese_Convex.asset
+180
-0
Cheese_Convex.asset.meta
.../#C1_Models/CartoonFoodPack1/FBX/Cheese_Convex.asset.meta
+8
-0
ChickenLeg_Convex.asset
...s/#C1_Models/CartoonFoodPack1/FBX/ChickenLeg_Convex.asset
+344
-0
ChickenLeg_Convex.asset.meta
..._Models/CartoonFoodPack1/FBX/ChickenLeg_Convex.asset.meta
+8
-0
Donut_Convex.asset
...Assets/#C1_Models/CartoonFoodPack1/FBX/Donut_Convex.asset
+180
-0
Donut_Convex.asset.meta
...s/#C1_Models/CartoonFoodPack1/FBX/Donut_Convex.asset.meta
+8
-0
FrenchBread_Convex.asset
.../#C1_Models/CartoonFoodPack1/FBX/FrenchBread_Convex.asset
+180
-0
FrenchBread_Convex.asset.meta
...Models/CartoonFoodPack1/FBX/FrenchBread_Convex.asset.meta
+8
-0
FrenchFries_Convex.asset
.../#C1_Models/CartoonFoodPack1/FBX/FrenchFries_Convex.asset
+180
-0
FrenchFries_Convex.asset.meta
...Models/CartoonFoodPack1/FBX/FrenchFries_Convex.asset.meta
+8
-0
Ham_Convex.asset
...e/Assets/#C1_Models/CartoonFoodPack1/FBX/Ham_Convex.asset
+344
-0
Ham_Convex.asset.meta
...ets/#C1_Models/CartoonFoodPack1/FBX/Ham_Convex.asset.meta
+8
-0
Hotdog_Convex.asset
...ssets/#C1_Models/CartoonFoodPack1/FBX/Hotdog_Convex.asset
+180
-0
Hotdog_Convex.asset.meta
.../#C1_Models/CartoonFoodPack1/FBX/Hotdog_Convex.asset.meta
+8
-0
IceCreamStick_Convex.asset
...C1_Models/CartoonFoodPack1/FBX/IceCreamStick_Convex.asset
+180
-0
IceCreamStick_Convex.asset.meta
...dels/CartoonFoodPack1/FBX/IceCreamStick_Convex.asset.meta
+8
-0
Macaron_Convex.asset
...sets/#C1_Models/CartoonFoodPack1/FBX/Macaron_Convex.asset
+180
-0
Macaron_Convex.asset.meta
...#C1_Models/CartoonFoodPack1/FBX/Macaron_Convex.asset.meta
+8
-0
Taco_Convex.asset
.../Assets/#C1_Models/CartoonFoodPack1/FBX/Taco_Convex.asset
+180
-0
Taco_Convex.asset.meta
...ts/#C1_Models/CartoonFoodPack1/FBX/Taco_Convex.asset.meta
+8
-0
Level8.prefab
Storage/Assets/Res/Levels/Level8.prefab
+275
-19
Level9.prefab
Storage/Assets/Res/Levels/Level9.prefab
+16048
-41
NonConvexCollider.csproj
Storage/NonConvexCollider.csproj
+249
-242
NonConvexColliderRuntimeAPI.csproj
Storage/NonConvexColliderRuntimeAPI.csproj
+249
-242
NonConvexEditor.csproj
Storage/NonConvexEditor.csproj
+207
-203
RuntimeTestAssembly.csproj
Storage/RuntimeTestAssembly.csproj
+249
-242
Storage.sln
Storage/Storage.sln
+24
-0
No files found.
Storage/.vs/Storage/v16/.suo
View file @
27549606
No preview for this file type
Storage/Assembly-CSharp-Editor.csproj
View file @
27549606
...
...
@@ -821,6 +821,22 @@
<Project>
{83355358-96AD-9FBF-E5C0-19A3B1543F57}
</Project>
<Name>
Assembly-CSharp
</Name>
</ProjectReference>
<ProjectReference
Include=
"NonConvexCollider.csproj"
>
<Project>
{6ABC5C65-0543-C58B-4028-3F8D887198CF}
</Project>
<Name>
NonConvexCollider
</Name>
</ProjectReference>
<ProjectReference
Include=
"RuntimeTestAssembly.csproj"
>
<Project>
{3156A578-70AA-168C-318D-2AD0659A0A5F}
</Project>
<Name>
RuntimeTestAssembly
</Name>
</ProjectReference>
<ProjectReference
Include=
"NonConvexEditor.csproj"
>
<Project>
{CEDE9E0B-9D26-96E6-6C99-D81B884A192F}
</Project>
<Name>
NonConvexEditor
</Name>
</ProjectReference>
<ProjectReference
Include=
"NonConvexColliderRuntimeAPI.csproj"
>
<Project>
{CE7A497B-0759-BC3A-70AA-B8BC7D26B95B}
</Project>
<Name>
NonConvexColliderRuntimeAPI
</Name>
</ProjectReference>
</ItemGroup>
<Import
Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets"
/>
<Target
Name=
"GenerateTargetFrameworkMonikerAttribute"
/>
...
...
Storage/Assembly-CSharp.csproj
View file @
27549606
...
...
@@ -945,7 +945,24 @@
<HintPath>
D:/wan/dyspaceGame/Storage/Storage/Library/ScriptAssemblies/UnityEditor.UI.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup></ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"NonConvexCollider.csproj"
>
<Project>
{6ABC5C65-0543-C58B-4028-3F8D887198CF}
</Project>
<Name>
NonConvexCollider
</Name>
</ProjectReference>
<ProjectReference
Include=
"RuntimeTestAssembly.csproj"
>
<Project>
{3156A578-70AA-168C-318D-2AD0659A0A5F}
</Project>
<Name>
RuntimeTestAssembly
</Name>
</ProjectReference>
<ProjectReference
Include=
"NonConvexEditor.csproj"
>
<Project>
{CEDE9E0B-9D26-96E6-6C99-D81B884A192F}
</Project>
<Name>
NonConvexEditor
</Name>
</ProjectReference>
<ProjectReference
Include=
"NonConvexColliderRuntimeAPI.csproj"
>
<Project>
{CE7A497B-0759-BC3A-70AA-B8BC7D26B95B}
</Project>
<Name>
NonConvexColliderRuntimeAPI
</Name>
</ProjectReference>
</ItemGroup>
<Import
Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets"
/>
<Target
Name=
"GenerateTargetFrameworkMonikerAttribute"
/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
...
...
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/Cheese_Convex.asset
0 → 100644
View file @
27549606
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!114
&11400000
MonoBehaviour
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
0
}
m_Enabled
:
1
m_EditorHideFlags
:
0
m_Script
:
{
fileID
:
11500000
,
guid
:
5b71ad40e238046238f9b0c6f33c3791
,
type
:
3
}
m_Name
:
Cheese_Convex
m_EditorClassIdentifier
:
ConvexMeshes
:
-
{
fileID
:
5673484455713311591
}
HashOfSourceMeshes
:
7c235aac2a8cecc487e1942100000000
---
!u!43
&5673484455713311591
Mesh
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
Generated convex submesh 1
serializedVersion
:
10
m_SubMeshes
:
-
serializedVersion
:
2
firstByte
:
0
indexCount
:
138
topology
:
0
baseVertex
:
0
firstVertex
:
0
vertexCount
:
25
localAABB
:
m_Center
:
{
x
:
0.010644987
,
y
:
0.34071186
,
z
:
0.10465902
}
m_Extent
:
{
x
:
0.37094218
,
y
:
0.35002008
,
z
:
0.5215875
}
m_Shapes
:
vertices
:
[]
shapes
:
[]
channels
:
[]
fullWeights
:
[]
m_BindPose
:
[]
m_BoneNameHashes
:
m_RootBoneNameHash
:
0
m_BonesAABB
:
[]
m_VariableBoneCountWeights
:
m_Data
:
m_MeshCompression
:
0
m_IsReadable
:
1
m_KeepVertices
:
1
m_KeepIndices
:
1
m_IndexFormat
:
0
m_IndexBuffer
:
15000c001800010000000200000001000300000003000500030001000a0008000a000b00010002000b000a0001000b00050003000d00020006000d00060005000d0003000a000d000a0008000d00000005000e00040007000f0004000500100005000600100007000400100006000c0010000c00070010000f000900110008000b0012000b000200120002000d0012000d000800120000000900130009000f0013000f00070013000500040014000e000500140004000f00140011000e0014000f001100140002000000150007000c00150009000000160000000e0016001100090016000e00110016000000130017001300070017001500000017000700150017000600020018000c0006001800020015001800
m_VertexData
:
serializedVersion
:
3
m_VertexCount
:
25
m_Channels
:
-
stream
:
0
offset
:
0
format
:
0
dimension
:
3
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
m_DataSize
:
300
_typelessdata
:
3e04c33ecfd3303f7211adbe1787bd3b33052b3fb151203fd17db6be9e742c3f5bb3b6be7a55d33b1c24623be1d91f3f39e4ac3d0396423b9010d5be655fc33e628118bcc2a4aebe5e3eafbe7e9c273bddfcbabe7c41e4bd406c243f98dad3becb066bbe9ac4e53ef058a53de004643e9d742c3f882ec6be1a8f2fbccce4333cc0d91c3f621038bc3d97283f407c1c3ff1555ebe88986b3b2428ccbee078b8be20f8173bf90eb2bec633b43e392ef13abba8b9beaa80f43dc422003f9f7fd3be297b9abdaa5e433ba677d5bed4cb673eae35933eafe3cabeced4abbe2f5c273fff538fbeb702f13d9d742c3f6091cfbe3d7c673e0b9b713b55eecabe19ae5cbe9e742c3ff4f8c7bee598b83e6bf22b3ffe66b2be9372e1bd9e742c3f2a81d0be075a93bedc64393e1f76c2be
m_CompressedMesh
:
m_Vertices
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_UV
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Normals
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Tangents
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Weights
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_NormalSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_TangentSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_FloatColors
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_BoneIndices
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_Triangles
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_UVInfo
:
0
m_LocalAABB
:
m_Center
:
{
x
:
0.010644987
,
y
:
0.34071186
,
z
:
0.10465902
}
m_Extent
:
{
x
:
0.37094218
,
y
:
0.35002008
,
z
:
0.5215875
}
m_MeshUsageFlags
:
0
m_BakedConvexCollisionMesh
:
m_BakedTriangleCollisionMesh
:
m_MeshMetrics[0]
:
1
m_MeshMetrics[1]
:
1
m_MeshOptimizationFlags
:
1
m_StreamData
:
offset
:
0
size
:
0
path
:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/Cheese_Convex.asset.meta
0 → 100644
View file @
27549606
fileFormatVersion: 2
guid: 93a0efc913d12ac46b7c21c9b953d386
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/ChickenLeg_Convex.asset
0 → 100644
View file @
27549606
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!114
&11400000
MonoBehaviour
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
0
}
m_Enabled
:
1
m_EditorHideFlags
:
0
m_Script
:
{
fileID
:
11500000
,
guid
:
5b71ad40e238046238f9b0c6f33c3791
,
type
:
3
}
m_Name
:
ChickenLeg_Convex
m_EditorClassIdentifier
:
ConvexMeshes
:
-
{
fileID
:
4651808341663380191
}
-
{
fileID
:
9179751675358539082
}
HashOfSourceMeshes
:
942f8b790b37f91e87e1942100000000
---
!u!43
&4651808341663380191
Mesh
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
Generated convex submesh 1
serializedVersion
:
10
m_SubMeshes
:
-
serializedVersion
:
2
firstByte
:
0
indexCount
:
318
topology
:
0
baseVertex
:
0
firstVertex
:
0
vertexCount
:
55
localAABB
:
m_Center
:
{
x
:
-0.00881359
,
y
:
-0.07122946
,
z
:
0.002388373
}
m_Extent
:
{
x
:
0.21765946
,
y
:
0.19306281
,
z
:
0.13487245
}
m_Shapes
:
vertices
:
[]
shapes
:
[]
channels
:
[]
fullWeights
:
[]
m_BindPose
:
[]
m_BoneNameHashes
:
m_RootBoneNameHash
:
0
m_BonesAABB
:
[]
m_VariableBoneCountWeights
:
m_Data
:
m_MeshCompression
:
0
m_IsReadable
:
1
m_KeepVertices
:
1
m_KeepIndices
:
1
m_IndexFormat
:
0
m_IndexBuffer
:
290024003600010002000700070002000b000a000b000f000300090010000200010012000100070015000300140016001400110016000d000700170007000b0018000600170018000c000300190004000c0019000300100019000b0002001a0005000f001a000f000b001a0003000c001b00140003001b00000014001b00100009001c00120001001c00010015001c0015000e001c00030013001d00080011001e00040015001f000d001700200013000300210005001300210005000200220002001200220000001b0023001b000c0023000b000a00240017000600240018000b0024000600180024000a000f00250008001e00250010000e0026001500040026000e001500260004001900260019001000260017000700270007001800270018001700270013000500280012001d0028001d00130028000500220028002200120028002000170029001700240029000f0005002a00050021002a00210008002a0025000f002a00080025002a00090003002b001c0009002b0012001c002b0003001d002b001d0012002b000e0010002c0010001c002c001c000e002c000d0020002d0023000c002d000c0004002e0004001f002e001f000d002e002d000c002e000d002d002e00030016002f00210003002f000200050030001a000200300005001a0030001500070031001f00150031001400000032001100140032001e001100320000002300320029001e0032002000290032002d002000320023002d0032001e000a0033000a002500330025001e0033001100080034001600110034000800210034002f001600340021002f00340007000d0035000d001f0035003100070035001f00310035000a001e00360024000a0036001e0029003600
m_VertexData
:
serializedVersion
:
3
m_VertexCount
:
55
m_Channels
:
-
stream
:
0
offset
:
0
format
:
0
dimension
:
3
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
m_DataSize
:
660
_typelessdata
:
4f852ebe7d3975bef2298bbc0c17a93dfed1f23d39fd793d4eddab3d404af33d1fa65abd61511b3e515187be7321a43d55332ebe1fdfd8bdd133eb3dd2ac473e3261bebd319eb9bdc4d83ebe8a32b0bd61d6c2bddf6ab5bdbb5bf93dd6beaa3c1bc40c3ecf7268be3454a6bdbfe0303e5f5e06be8b69f33d9803e2bd908a00bee8a907be00e0f5bc46b3f73d2d32bebdebc71cbeaffa61bec524eb3d8de867bec96dd6bd33ff1a3d91a262bc8314a83da9adc83d0365f33d7e7de2bda2da04bec035ec3d455805be1a8e0c3e693d0abef20675beb6578abd5df2453ede3898bd8ceba53df2aa553e2ef936be50c3f3bc9eb40abe261a83be713209bd244151bd2eb4f73da3cba03d4a25f43d947f85be1bdbf9bce1fb66bea51dd6bd4a521dbd7a048cbd330af93dad0998bd9d6f9cbd9a5f3cbec71e0a3e2d17de3c7293f53da6d0bcbd03190bbee2e582be06860c3d7da1813d3e73f33d878fa33ded66523e0df535be648a1e3d54c30abe66ab64be3976aebdbb2841befefab0bd74bfc33d030450be59dd3fbee98b0cbd28aa413e499258be10a33fbdc9cb473e8d9897bda57392bd9eaf3ebed94a62bea07b0a3dea6c2bbe8eeed7bdf08ae9bdb73b093ead2453befb16c3bda26706be76538cbd5b4cec3d717eb4bdc383f93d6c408dbcb1db553e1be201be16e1f1bcc5d63bbe1bd03ebefd048abd18ef1a3eb2ed42be6840c3bd1b02453e0544e6bd6be1cc3deaecc53cd0aaa63dcb98c93d424850bec0b63fbe00800a3d8dd354be934bd7bdf1109c3d61bf1b3ecc6178bebc963ebd5654853d8e13f43daacf94bd07418fbdea7df83d859d723dd46f3ebede9462bee3770bbda4d2c4bd16032dbe464deabdb5140b3e267678beaa7082bd3a9340be360a8abd5cb39c3d78c016bed8e03dbeea65cbbd
m_CompressedMesh
:
m_Vertices
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_UV
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Normals
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Tangents
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Weights
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_NormalSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_TangentSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_FloatColors
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_BoneIndices
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_Triangles
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_UVInfo
:
0
m_LocalAABB
:
m_Center
:
{
x
:
-0.00881359
,
y
:
-0.07122946
,
z
:
0.002388373
}
m_Extent
:
{
x
:
0.21765946
,
y
:
0.19306281
,
z
:
0.13487245
}
m_MeshUsageFlags
:
0
m_BakedConvexCollisionMesh
:
m_BakedTriangleCollisionMesh
:
m_MeshMetrics[0]
:
1
m_MeshMetrics[1]
:
1
m_MeshOptimizationFlags
:
1
m_StreamData
:
offset
:
0
size
:
0
path
:
---
!u!43
&9179751675358539082
Mesh
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
Generated convex submesh 2
serializedVersion
:
10
m_SubMeshes
:
-
serializedVersion
:
2
firstByte
:
0
indexCount
:
372
topology
:
0
baseVertex
:
0
firstVertex
:
0
vertexCount
:
64
localAABB
:
m_Center
:
{
x
:
0.022273883
,
y
:
0.7090478
,
z
:
0.0033913553
}
m_Extent
:
{
x
:
0.35888094
,
y
:
0.55163586
,
z
:
0.35894558
}
m_Shapes
:
vertices
:
[]
shapes
:
[]
channels
:
[]
fullWeights
:
[]
m_BindPose
:
[]
m_BoneNameHashes
:
m_RootBoneNameHash
:
0
m_BonesAABB
:
[]
m_VariableBoneCountWeights
:
m_Data
:
m_MeshCompression
:
0
m_IsReadable
:
1
m_KeepVertices
:
1
m_KeepIndices
:
1
m_IndexFormat
:
0
m_IndexBuffer
:
3d0015003f0003001600180005000f001900010002001a001b0003001c00040012001e0012000b001e00130004001e00000017001f001d000b001f000e00040020000400130020001a000e00200008001a00200011000a0021000a00170021000b001200220015000900240017000000250010002100250021001700250004000e0026001600030026001b000400260003001b0026000a000500270017000a0027000500190027000f000500290009001500290015000f002900180016002a0026000e002b00160026002b0001002a002b002a0016002b001a0008002c0005000a002d000a0011002d00230009002d00110023002d00290005002d00090029002d00250000002e00100025002e0019000f002f00080028002f00280007002f002f000700300019002f00300012000400310004001b0031001c00120031001b001c00310017000d00320007001d0032001f00170032001d001f0032003000070032000800200033002000130033002800080033000700280033001d00070034000b001d0034001e000b00340013001e00340007003300340033001300340000001f0035001f000b00350022000c0035000b00220035002e00000035000c002e0035000f00150036002c000800360015002c00360008002f0036002f000f00360009002300370023000600370014002400370024000900370012001c0038000c00220038002200120038000600100039000300180039001800060039001c00030039002e000c00390010002e0039000c003800390038001c003900060018003a002a0014003a0018002a003a00370006003a00140037003a00100006003b00110021003b00210010003b00230011003b00060023003b00020001003c001a0002003c000e001a003c0001002b003c002b000e003c0001001a003d002c0015003d001a002c003d000d0017003e00170027003e00270019003e00190030003e0032000d003e00300032003e00240014003f00150024003f002a0001003f0014002a003f0001003d003f00
m_VertexData
:
serializedVersion
:
3
m_VertexCount
:
64
m_Channels
:
-
stream
:
0
offset
:
0
format
:
0
dimension
:
3
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
m_DataSize
:
768
_typelessdata
:
7f416ebcd6b2283f0ed0a0be7b2d0e3dd85d633f1257b93ecea5b53d729c673f2546b03e74b5f83d5352333e8c35a53db926c33e2457623f786f14bc8f6a98be5c92893fdb3f88bc955a01beaded373e38389f3d7a33f53d8bea9b3ffcbf20beed5aef3def639c3f45ab1c3e10f090be4b47693f826e493ec0cd98be11e6693f8b5836be7236503e90f4623f900ca1be164e433d672b353e2bfd04be5ccfedbd6e77893f76be91be43aaa43e15006b3ffd723e3e04f10cbee08e9c3fd869c13d7002ffbdd33d383e2f1d99bd625ba4be1f153c3fbc579b3954848f3e82e6223f7c452bbe8ae3a03e4ad28a3f785c82bd251ee1bdf54d243fe3a2913ea7bb11beeed7893f75388d3e80002d3e65e91e3f65d9873e63961ebe6800653fa083a4be2bbfd03cd7f9343e44f50b3e667a0bbe63ea9c3fe020b4bdbf073b3e4378883f625e8d3ec605a13ec481223f95bc763dae15113e6929333ee1fd6bbca9872f3e5baf883f7aa78fbe75e0a63eb5aa663ffecd3fbe4f51d53cbb776d3f340bb6bee4c2953ef9998a3f1ab61b3effdf87beb4b3293fcdee22be35a5253e8f42233f51438ebe527788be451f253f7bfe103e3f1f35be4982683f44579b3e1a240ebec43b293ff7c48fbeb5e7973e5009303f5498293e85ed84be1a6f893f15fe22be6d8a0c3e209d9e3f7ce93cbc8bcf7bbebdb28b3f7d14273e4203013d4d28313ffaa9a53e6366443ea3db4f3fa62d9c3eb29fb53c1f18903fd96b8d3ec257acbec0ea693fd939143de2f742bdf2f0363e012406be81f2ddbc155ea13f26319e3b4851343cdfa49c3fb80536be47fcab3e8e6b2b3fe4521fbc6b2d283ced1c893f0e2ea3be2211673e53f9983f7cb129bc8b1d8e3e0e928a3f1f3a2fbec607a73c5be5233fb0b6a1be6555f3bcb0a39c3f57682d3e8dec24bef625293feb73873e2f68fc3d78a2333eda1f93bdef36a33d9730213e10a34abd757e4ebd5ade493e6b140b3eab479bbe27c6293fbab38ebc3d71493eb3d16b3fe7f99e3e7fae053b381f843f1849a73e03ff09be660a8c3fde4b89becb1981ba8fa2633f3a84b93e
m_CompressedMesh
:
m_Vertices
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_UV
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Normals
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Tangents
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Weights
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_NormalSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_TangentSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_FloatColors
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_BoneIndices
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_Triangles
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_UVInfo
:
0
m_LocalAABB
:
m_Center
:
{
x
:
0.022273883
,
y
:
0.7090478
,
z
:
0.0033913553
}
m_Extent
:
{
x
:
0.35888094
,
y
:
0.55163586
,
z
:
0.35894558
}
m_MeshUsageFlags
:
0
m_BakedConvexCollisionMesh
:
m_BakedTriangleCollisionMesh
:
m_MeshMetrics[0]
:
1
m_MeshMetrics[1]
:
1
m_MeshOptimizationFlags
:
1
m_StreamData
:
offset
:
0
size
:
0
path
:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/ChickenLeg_Convex.asset.meta
0 → 100644
View file @
27549606
fileFormatVersion: 2
guid: a478660e65494c04cb7317944165ca53
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/Donut_Convex.asset
0 → 100644
View file @
27549606
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!114
&11400000
MonoBehaviour
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
0
}
m_Enabled
:
1
m_EditorHideFlags
:
0
m_Script
:
{
fileID
:
11500000
,
guid
:
5b71ad40e238046238f9b0c6f33c3791
,
type
:
3
}
m_Name
:
Donut_Convex
m_EditorClassIdentifier
:
ConvexMeshes
:
-
{
fileID
:
2168420988597906849
}
HashOfSourceMeshes
:
e8334363a4964f9687e1942100000000
---
!u!43
&2168420988597906849
Mesh
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
Generated convex submesh 1
serializedVersion
:
10
m_SubMeshes
:
-
serializedVersion
:
2
firstByte
:
0
indexCount
:
372
topology
:
0
baseVertex
:
0
firstVertex
:
0
vertexCount
:
64
localAABB
:
m_Center
:
{
x
:
0.0000011175871
,
y
:
-0.0039600953
,
z
:
0.00070260465
}
m_Extent
:
{
x
:
0.49225408
,
y
:
0.17711142
,
z
:
0.4915415
}
m_Shapes
:
vertices
:
[]
shapes
:
[]
channels
:
[]
fullWeights
:
[]
m_BindPose
:
[]
m_BoneNameHashes
:
m_RootBoneNameHash
:
0
m_BonesAABB
:
[]
m_VariableBoneCountWeights
:
m_Data
:
m_MeshCompression
:
0
m_IsReadable
:
1
m_KeepVertices
:
1
m_KeepIndices
:
1
m_IndexFormat
:
0
m_IndexBuffer
:
2c000d003f000100020011000b0014001c00100005001e0006001300200000001b00210018000c0022000100110023000800120023001f000800230009001700240017000e0024000300170025001700090025001900070025000900190025001700030026001a000600260016001500270015001d0027001d000f0027001800040028000f001b00280011000200290010001e0029001e0011002900200010002900010023002a00230012002a00090024002a00030025002b00250007002b0015000d002c001d0015002c001c0014002d00070022002d0022000c002d0014002b002d002b0007002d00130006002e000b0013002e0006001a002e001a000b002e001e000d002f0011001e002f00230011002f001f0023002f000e002000300029000200300020002900300014000b0031000b001a0031002600030031001a002600310003002b0031002b001400310013000b0032000b001c0032000000210032000500100033000a001d0033002c00050033001d002c0033001b00000034002d000c0034001c002d00340000003200340032001c0034000c001800350018002800350028001b0035001b003400350034000c0035000d001500360015001600360008001f0036002f000d0036001f002f00360010002000370020001300370021000a0037001300320037003200210037003300100037000a003300370012000800380008001800380007001900380019000900380022000700380018002200380009002a0038002a001200380020000e0039000600200039000e0017003a00260006003a00170026003a0039000e003a00060039003a001b000f003b001d000a003b000f001d003b000a0021003b0021001b003b00020001003c0024000e003c0001002a003c002a0024003c00300002003c000e0030003c0027000f003d00160027003d00280004003d000f0028003d00040018003e00180008003e00360016003e00080036003e003d0004003e0016003d003e001e0005003f000d001e003f0005002c003f00
m_VertexData
:
serializedVersion
:
3
m_VertexCount
:
64
m_Channels
:
-
stream
:
0
offset
:
0
format
:
0
dimension
:
3
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
m_DataSize
:
768
_typelessdata
:
5793f2be4e188ebd311048bddf08fc3e801e4a3cb14f493daeb9fa3ed5d0a6bcf043483d3f8a49bd2d1d4a3c6c07fc3eaacf23bea117303ef539b4bebe81243e381539be1eb2acbe2c65033d596039be3587bd3e61ca23bed011303e7640b43ecc418c3e924e313e963f8cbeba8ba43e81ddfe3d937da43e8af074bec1be37bef2e892bec989b5be8b4defbd4583943e13d5e6be6f73ff3df4ba833c61f3483e5820a7bc3c7beabe4788b53e5d4fefbd7084943e13c6a6be8432483cabc9bfbe764cb53ed06a39be3c9fe6bdc27fea3e711ba7bc29e648be6a38c53e1b93303eb948833cb54db5be246939be1b9de63d9232b7be7d04e93c5fddae3ebd4d86bc988316bd3d4ffbbe0840833c9177ff3d2dd5e6be12eb483ecf1aa7bc217eea3eae44b4beaf11303e08be23beb503c53dbb99303e9b09bd3e2d0c46be375cefbd1a95d63e927deabe991fa7bc66ec48be1877eabee71ba7bc0900493ec31246bee463efbdd28fd6be9e9dae3e7fd7cfbdeb41a6beb78ba43e7dddfe3d917da4be764cb53ed06a39be3c9fe63d0099d6be4c5cefbd750046becb40b4becc0d303e24d3233e7ccbe13ef2c5e13dac6516bedcd0bf3e4b29483c7ebba63e20a5853d97bde13d091cea3e392d473d8acdf0bdd58ee83e5fea47be0729e93cd03ee9be7f83abbece05fd3d782e9bbe9f8fe83ec5cdf0bd1f0b47bd7dcbe13ef3c5e13dad65163e47f134be4bf8fe3d1ef6d53e1135473db4d6f0bd828be8be4e3eccbefd07fd3dc662543e80e874beddb837be66f0923e5a36b73e6b0ee93c5ed7aebe6889e13ee4bcd0bdf0e7263eefef48bee419a7bc857cea3e138de8beb2d4f0bd0d11473d8ae303bdb16539be6780bdbe9408fcbe48284a3c0557493d3ccae1be77cee13d266b16beb873163e46d1e13d29c9e1be1f4fb5be8d6a39be546de6bdce418c3e954e313e983f8c3ebd95833e4c0439be7dc98b3e5707463e6e5defbd3c96d63e9299aebeb1ddcfbd1647a6be4a79ea3ec017a7bccdf9483e24f734bed300ff3dacf0d5be85d2823c8a9b303e1134c5beeb0d463e1c65efbdf390d6be
m_CompressedMesh
:
m_Vertices
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_UV
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Normals
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Tangents
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Weights
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_NormalSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_TangentSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_FloatColors
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_BoneIndices
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_Triangles
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_UVInfo
:
0
m_LocalAABB
:
m_Center
:
{
x
:
0.0000011175871
,
y
:
-0.0039600953
,
z
:
0.00070260465
}
m_Extent
:
{
x
:
0.49225408
,
y
:
0.17711142
,
z
:
0.4915415
}
m_MeshUsageFlags
:
0
m_BakedConvexCollisionMesh
:
m_BakedTriangleCollisionMesh
:
m_MeshMetrics[0]
:
1
m_MeshMetrics[1]
:
1
m_MeshOptimizationFlags
:
1
m_StreamData
:
offset
:
0
size
:
0
path
:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/Donut_Convex.asset.meta
0 → 100644
View file @
27549606
fileFormatVersion: 2
guid: 21af9fe23e1ef4948aab8f3c1496cfd9
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/FrenchBread_Convex.asset
0 → 100644
View file @
27549606
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!114
&11400000
MonoBehaviour
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
0
}
m_Enabled
:
1
m_EditorHideFlags
:
0
m_Script
:
{
fileID
:
11500000
,
guid
:
5b71ad40e238046238f9b0c6f33c3791
,
type
:
3
}
m_Name
:
FrenchBread_Convex
m_EditorClassIdentifier
:
ConvexMeshes
:
-
{
fileID
:
7554385752148729925
}
HashOfSourceMeshes
:
b2b654d48d05b62187e1942100000000
---
!u!43
&7554385752148729925
Mesh
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
Generated convex submesh 1
serializedVersion
:
10
m_SubMeshes
:
-
serializedVersion
:
2
firstByte
:
0
indexCount
:
372
topology
:
0
baseVertex
:
0
firstVertex
:
0
vertexCount
:
64
localAABB
:
m_Center
:
{
x
:
-0.00257425
,
y
:
0.13921687
,
z
:
-0.025337577
}
m_Extent
:
{
x
:
0.42678493
,
y
:
0.363059
,
z
:
1.0219567
}
m_Shapes
:
vertices
:
[]
shapes
:
[]
channels
:
[]
fullWeights
:
[]
m_BindPose
:
[]
m_BoneNameHashes
:
m_RootBoneNameHash
:
0
m_BonesAABB
:
[]
m_VariableBoneCountWeights
:
m_Data
:
m_MeshCompression
:
0
m_IsReadable
:
1
m_KeepVertices
:
1
m_KeepIndices
:
1
m_IndexFormat
:
0
m_IndexBuffer
:
13003b003f000a0004001100050013001800090014001f001700090020000c00170020001900010021001b000d0022001600080023000200010024000800160024000100190024001900080024000d001f0025001f001400250006002200250022000d00250009001700260017000b0026002300030026000b002300260004000c0027001100040027000c001500270015001100270011000700280010001a00280007001d0028001d00100028001c000300290012001c0029000300230029002300080029000a0016002a0023000b002a00160023002a0015000c002b000c0020002b000c0004002c000b0017002c0017000c002c0016000a002d001a0002002d000a001a002d00020024002d00240016002d00010002002e00100018002e0002001a002e001a0010002e00210001002e00180021002e00180010002f00050018002f0010001d002f000700110030001100150030000f001d0030001d000700300014000900310003001c0031002600030031000900260031001d000f0032000f001e00320005002f0032002f001d0032001e000f0033002b000000330021000e0034001f000000350009001f00350020000900350000002b0035002b002000350015002b0036000f003000360030001500360033000f0036002b00330036000a00110037001a000a00370011002800370028001a0037000d001b0038001b001e00380000001f0038001f000d0038003300000038001e00330038001c000600390006002500390025001400390014003100390031001c003900130005003a001e001b003a00220013003a001b0022003a00050032003a0032001e003a00220006003b00130022003b0006001c003c001c0012003c0034000e003c00120034003c000e003b003c003b0006003c00080019003d00190021003d00290008003d00120029003d00340012003d00210034003d0004000a003e000a002a003e002a000b003e002c0004003e000b002c003e00180013003f000e0021003f00210018003f003b000e003f00
m_VertexData
:
serializedVersion
:
3
m_VertexCount
:
64
m_Channels
:
-
stream
:
0
offset
:
0
format
:
0
dimension
:
3
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
m_DataSize
:
768
_typelessdata
:
e8b2dbbeec5d193d183f3c3e2532d93ec6919b3d1dcb073e5830cb3e0b6c493e0b49073e8291b5bd9c06693cbd0d86bf7b6c8abd2795003f2d2452be1aee203d5788a3bddec16d3ff97d813cc09c63be455bcdbeb82428bd1511a13eacce533f8257843e93e0923deec060bf9c13b6be745f1d3d612126bf5c95313e11a2f63ee934dfbd55af8ebc7887ac3e49dd57bfb40d9bbedf27c03e7aacdcbdfb8498bea4e31abe3e6f8d3eeb1f8f3ec9f229be3979723d6a3a85bef9f5b53d1c30543ff3946d3e28a12e3e31f7523f3aeda2bcc788f63ea20df83eaa286d3ebe83f6bd41ab36bf1039243e9d3d2dbe5058173f91cc81be62f704beed3825bf7c4090befe5ba93ebc1ae43e289e7a3e69b69f3e9c6d21bf8c6b6fbe2b00913e6fcb3cbf9af89c3e971445bd1958253fef28ce3e9f10d73c22edc1bee5408a3e7fbeac3e2983e13ebf7b1dbee70433be5fc5173f5e436a3c830a05beec1367bf870e20bd8c37113e6e227f3fc90683be58bb07bd6ae64b3ff75ecdbe92df72bd9b376dbea185c1be3cf63c3e2222d9beff4fcd3ebb3e8ebdcfe155bc6dff03bcdf3665be16ecb43e90cfaa3d9920453eac1580bf8258be3e12c6483ebc78ccbefec04dbe47854abe8b566abe82ed41be11330e3ef4fa75bf8b7327be3258f43e88a21f3e1200d93d5948a13ef9334b3fbd330c3e6aa5b1bbbdff80bf8a5e013edc52d13e2d4c17bff2a4cdbec7bf3c3e8b7d393e617f0ebe2fe6db3e280105bf6741a23eddd8ac3e458050be91d2c23e5db64c3d92d7f43e4c8f0c3e166585bbc717743f16c224be6d02923ec268493fba8e3bbe73b1a8bdf0e065bfde75e2bd00b609bd1a88753fa132c2bebe7a1d3deb6f003fcde28e3e0dbe11bebc8ef0bef8d4dbbec4c7183d0c5a6ebedb28a8beb2fd3d3e0b8a173f20ed193edcd6dd3e991cd73e259ec0bea41a70bda760c13ed285dabd568034bed3bc31bf9c50abbd244a06be1d4b543f4daae73da63861be5853de3d39bc233ed7c145be9851fdbecd79a93eb4c946bdb0b11fbf31ed9e3b3292f63e2112cdbefd008f3ea83411beebe6d63e
m_CompressedMesh
:
m_Vertices
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_UV
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Normals
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Tangents
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Weights
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_NormalSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_TangentSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_FloatColors
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_BoneIndices
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_Triangles
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_UVInfo
:
0
m_LocalAABB
:
m_Center
:
{
x
:
-0.00257425
,
y
:
0.13921687
,
z
:
-0.025337577
}
m_Extent
:
{
x
:
0.42678493
,
y
:
0.363059
,
z
:
1.0219567
}
m_MeshUsageFlags
:
0
m_BakedConvexCollisionMesh
:
m_BakedTriangleCollisionMesh
:
m_MeshMetrics[0]
:
1
m_MeshMetrics[1]
:
1
m_MeshOptimizationFlags
:
1
m_StreamData
:
offset
:
0
size
:
0
path
:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/FrenchBread_Convex.asset.meta
0 → 100644
View file @
27549606
fileFormatVersion: 2
guid: e1a06ba52681e2b4e8a5ff37f6b9d5ee
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/FrenchFries_Convex.asset
0 → 100644
View file @
27549606
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!114
&11400000
MonoBehaviour
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
0
}
m_Enabled
:
1
m_EditorHideFlags
:
0
m_Script
:
{
fileID
:
11500000
,
guid
:
5b71ad40e238046238f9b0c6f33c3791
,
type
:
3
}
m_Name
:
FrenchFries_Convex
m_EditorClassIdentifier
:
ConvexMeshes
:
-
{
fileID
:
3131810549287649307
}
HashOfSourceMeshes
:
aee33f1515217a8387e1942100000000
---
!u!43
&3131810549287649307
Mesh
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
Generated convex submesh 1
serializedVersion
:
10
m_SubMeshes
:
-
serializedVersion
:
2
firstByte
:
0
indexCount
:
324
topology
:
0
baseVertex
:
0
firstVertex
:
0
vertexCount
:
56
localAABB
:
m_Center
:
{
x
:
0.015219927
,
y
:
0.57169145
,
z
:
-0.00042064488
}
m_Extent
:
{
x
:
0.49005878
,
y
:
0.57169145
,
z
:
0.40401357
}
m_Shapes
:
vertices
:
[]
shapes
:
[]
channels
:
[]
fullWeights
:
[]
m_BindPose
:
[]
m_BoneNameHashes
:
m_RootBoneNameHash
:
0
m_BonesAABB
:
[]
m_VariableBoneCountWeights
:
m_Data
:
m_MeshCompression
:
0
m_IsReadable
:
1
m_KeepVertices
:
1
m_KeepIndices
:
1
m_IndexFormat
:
0
m_IndexBuffer
:
110028003700020001000300020003000c00030005000c0007000f00100002000c0014001200020014000600130015000f00000018000000150018001500130018000900100019001200090019000f0008001a0010000f001a00080019001a00190010001a00070010001c00090012001c00010002001d000e0001001d00020012001d0019000e001d0007000b001e000f0007001e0011000f001e00030001001f000a0003001f0005000300200017001500200012001400210007001c0021001c00120021001300060022000800130022001600040022000600160022000c000500230014000c0023000d00140023000d001b00240004000e0025001900080025000e001900250022000400250008000f0026001300080026000f001800260018001300260015000000270005002000270020001500270000000f00280011000500280027000000280005002700280005000b0029002300050029001b00230029000b002400290024001b00290004000a002a000e0004002a0001000e002a000a001f002a00060015002b00160006002b00150017002b00170016002b000b0005002c00050011002c001e000b002c0011001e002c00040016002d00160017002d0003000a002e000a0017002e00200003002e00170020002e0014000d002f00070021002f00210014002f000d0024002f001b000d0030000d002300300023001b0030000800220031002500080031002200250031001000090032001c001000320009001c0032001200190033001d001200330019001d0033000b000700340024000b00340007002f0034002f00240034001f000100350001002a0035002a001f0035000a000400360017000a00360004002d0036002d00170036000f001100370028000f003700
m_VertexData
:
serializedVersion
:
3
m_VertexCount
:
56
m_Channels
:
-
stream
:
0
offset
:
0
format
:
0
dimension
:
3
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
m_DataSize
:
672
_typelessdata
:
ca55013f5e2a633f08f047bd2fdbf2be992f613fa74f3dbdec87f2be77a1673fe28d893ee6cc85bea4c38931bf9ac93ce27403be84087b3f53bacebe2643893e5e700a3d02392a3e2b336e3e09ca433dc56635be34d7c03de079853fae03b43e333d903eda008b3fecbaa2be8cd364be3f6c913f9ebc11bd069e78bef1494f3daad531be425c923e91d44a3fd111be3ee65b82be3bd4c83c2d5e2d3e3bdbf5bc4ed64a3fbba3ce3e19d492becd0f863fb2ceb0be261b013f2a5c823f2c6b833b89ae793d5f5a923f49fed83c70cae23ea912583f0f36553ef4b8e2be85df7f3f5ba5853e3699903ed42e7d3f9d01afbe46ce90be5cae493f3cd7be3e3e348a3eefd0013d052a1ebe723dbe3da16b733f33bdcdbe2751aabc6431383d06ed50bebd3c013f9fef693fe018eabdd0ca82be88228f3ff70b83be2cf27f3e45a58f3f6abb83be8b20823d3927e53d983d583e097150ba6b16893f73b6a23e141ef3be0e4e713f38ed51bd8a87e23e1e31683fab0e503e824390be85d9183ef2ff23be0de9c53d49a8c8b13bd212bd2bbef9b96561853f8824b43ea252fe3d2d8b7b3f0012cfbedf593ebe4d14593d3ac8403e4f7e073df2f64a3fd48dce3eeb8fb6bde8a4843fe702c3be4a1b013f150e7a3fa967f4bd0968893ed3d7843cf73b11bdf259013f27cf633ff23d8ebcd8e24d3e7767763db31e3e3ea6b292be3008823fd984afbe176d103de81f3e3d73ac50be7bcdd23e4d98503f2128783efdc8c5bd9c09733f6e7bcdbef4b84dbeecb26fb05c63afbb69f2f7bc88e5523fe259cd3e788199bd6f3de73d8e90573e8151b03dd9ca843fa528c3be41d60bbb0d4a923fb85cda3c370ce3bea76d793fe1935cbdb972063d2c06533ffb43cd3eff86a0be0cfeed3e03fa3dbef9889cbd19a29c3dfc5c51be614d013f2a836c3f3d8d3d3c
m_CompressedMesh
:
m_Vertices
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_UV
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Normals
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Tangents
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Weights
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_NormalSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_TangentSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_FloatColors
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_BoneIndices
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_Triangles
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_UVInfo
:
0
m_LocalAABB
:
m_Center
:
{
x
:
0.015219927
,
y
:
0.57169145
,
z
:
-0.00042064488
}
m_Extent
:
{
x
:
0.49005878
,
y
:
0.57169145
,
z
:
0.40401357
}
m_MeshUsageFlags
:
0
m_BakedConvexCollisionMesh
:
m_BakedTriangleCollisionMesh
:
m_MeshMetrics[0]
:
1
m_MeshMetrics[1]
:
1
m_MeshOptimizationFlags
:
1
m_StreamData
:
offset
:
0
size
:
0
path
:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/FrenchFries_Convex.asset.meta
0 → 100644
View file @
27549606
fileFormatVersion: 2
guid: d14d2c3c949999947a3782946ce1fb47
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/Ham_Convex.asset
0 → 100644
View file @
27549606
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!43
&-4264487568231515136
Mesh
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
Generated convex submesh 2
serializedVersion
:
10
m_SubMeshes
:
-
serializedVersion
:
2
firstByte
:
0
indexCount
:
372
topology
:
0
baseVertex
:
0
firstVertex
:
0
vertexCount
:
64
localAABB
:
m_Center
:
{
x
:
0.026420683
,
y
:
0.7747307
,
z
:
-0.022964418
}
m_Extent
:
{
x
:
0.63529
,
y
:
0.53508925
,
z
:
0.6281508
}
m_Shapes
:
vertices
:
[]
shapes
:
[]
channels
:
[]
fullWeights
:
[]
m_BindPose
:
[]
m_BoneNameHashes
:
m_RootBoneNameHash
:
0
m_BonesAABB
:
[]
m_VariableBoneCountWeights
:
m_Data
:
m_MeshCompression
:
0
m_IsReadable
:
1
m_KeepVertices
:
1
m_KeepIndices
:
1
m_IndexFormat
:
0
m_IndexBuffer
:
290011003f00030009000e00080003001000050012001600190001001a00030008001d00130003001d00020001001f00010019001f000a00150020001d001100220013001d00220003000e0023001000030023000400140023000e001b0023001b00040023000f000000250000002400250024001200250004001b0026001b000f0026000a00200026000b00210029002200110029000e0009002a0009001c002a00140006002b001a0010002b0006001a002b00100023002b00230014002b0005000c002c0015000a002c000a001e002c001e0005002c00070016002d00160012002d0024000d002d00120024002d00140004002e00040026002e00260020002e0018000b002f0002001f002f001f0018002f000b0029002f00290017002f000100020030001a000100300010001a0030000500160031000b001800310018000500310021000b0031001e000a0032000f00250032000a002600320026000f0032002400000033000d002400330000002a0033002a001c00330000000f0034001b000e0034000f001b0034002a00000034000e002a0034000c000500350005001800350019000c00350018001f0035001f00190035000c00190036002700150036002c000c00360015002c00360008001000370017000800370002002f0037002f001700370030000200370010003000370006001400380020001500380027000600380015002700380014002e0038002e0020003800090003003900030013003900130028003900390028003a001c0009003a0028000d003a000d0033003a0033001c003a00090039003a00220007003b00130022003b000d0028003b00280013003b0007002d003b002d000d003b001a0006003c0019001a003c00060027003c00360019003c00270036003c00120005003d0005001e003d00250012003d001e0032003d00320025003d00160007003e00070022003e00290021003e00220029003e00310016003e00210031003e00080017003f001d0008003f0011001d003f00170029003f00
m_VertexData
:
serializedVersion
:
3
m_VertexCount
:
64
m_Channels
:
-
stream
:
0
offset
:
0
format
:
0
dimension
:
3
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
m_DataSize
:
768
_typelessdata
:
1a2d90bd2e29453f094ffe3ea0188d3efe09873fc25112bfe0fb423eaa207a3f426115bfddde1bbf8c38a73fd809abbd50b2e43e0020a53fb73af23e6142df3d9264753e3b0619bbec9b213f38cfa33fd0bd59befb66c9be7b910f3f1f5306beb72aa6be9466a73f68d80fbffa7e00bf8ce5a33fb96a983ede06f13e49133e3f46b36f3efdccdbbd05e7183f0fe0dabed975be3e7e8e153fdd036bbe59afb1be4bf00e3f4011413e421780bde6faa63fa492163fa098613ebb1d473fa546fa3e7d1a333b75a7a73f7daf26bfb80ce7be467d7a3f693cd5bedaf50fbc99978f3e7b80213ea11b16bfa0af7d3fbe09d7bb95b6223f9e78a63f697ab13d6e5c0c3f421d453f4e57233b901ddfbdf5ea773ea758d9bbbcf247be6935793f11ef13bf1011803d83d1ca3ea4298ebee199d33ef1a2593f5dfcd0be3863f63e2579a53f5991e8be0f96333eeee7963f7fed1a3ffe6bc7be0188813fa02abd3e580f17bf2bfea13f5d8d95be382c983e3116ef3e4d762f3e674e143e4781403f7eb604bf710c1a3f5f03823fab31293e6b3b55be2977083f6050adbe5ddff8be5e1c433faa6f65be3d31733e2ea8a73f04bf133f81bf23bebc4e0f3f0e38b93eabe3c93d9daf0c3fbabac83e4151de3e74a17e3f6397dd3e837c193f2e53813fb7623fbe451cf9be82cb433f0a16fa3d7cd4acbe36a4493f2319e0bed5f06dbef1fb8e3f5921013f99df143f2ea8a73fad0b1abee48bd13e4d290e3fe23d643df81c79be25d6c73e75b3063e2b07173f347ea23f3e93923e6908b1bc37f8483fb65d0dbf4908433e6792a23f66b522bf3f9ba0bc97cc913e9d422abe349fb03ef097353f7f57bc3e82d96cbe114e3f3f93b5d43e6fa5f73c9d5f803fc6ba143fd3de8b3e2382023fbeac87be6dfa063f2169483f8af935be40d4f4bcd5a08b3f956622bfe065293f7a54a23fcd3a293c6ec913bfeafa973f15be133e7911ddbe98d0523f8e98833e0a96eabef2c9263f3e066dba8255063f3f89803ff353afbef61a273e9ffedc3ef587883eb01b70be9bdfe13eb54b61beacdcbabe8b5d963f8d4e0abf
m_CompressedMesh
:
m_Vertices
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_UV
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Normals
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Tangents
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Weights
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_NormalSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_TangentSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_FloatColors
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_BoneIndices
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_Triangles
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_UVInfo
:
0
m_LocalAABB
:
m_Center
:
{
x
:
0.026420683
,
y
:
0.7747307
,
z
:
-0.022964418
}
m_Extent
:
{
x
:
0.63529
,
y
:
0.53508925
,
z
:
0.6281508
}
m_MeshUsageFlags
:
0
m_BakedConvexCollisionMesh
:
m_BakedTriangleCollisionMesh
:
m_MeshMetrics[0]
:
1
m_MeshMetrics[1]
:
1
m_MeshOptimizationFlags
:
1
m_StreamData
:
offset
:
0
size
:
0
path
:
---
!u!114
&11400000
MonoBehaviour
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
0
}
m_Enabled
:
1
m_EditorHideFlags
:
0
m_Script
:
{
fileID
:
11500000
,
guid
:
5b71ad40e238046238f9b0c6f33c3791
,
type
:
3
}
m_Name
:
Ham_Convex
m_EditorClassIdentifier
:
ConvexMeshes
:
-
{
fileID
:
4779503049247893019
}
-
{
fileID
:
-4264487568231515136
}
HashOfSourceMeshes
:
62445b1bc6889f7587e1942100000000
---
!u!43
&4779503049247893019
Mesh
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
Generated convex submesh 1
serializedVersion
:
10
m_SubMeshes
:
-
serializedVersion
:
2
firstByte
:
0
indexCount
:
342
topology
:
0
baseVertex
:
0
firstVertex
:
0
vertexCount
:
59
localAABB
:
m_Center
:
{
x
:
0.0007581413
,
y
:
-0.06793374
,
z
:
-0.0010436028
}
m_Extent
:
{
x
:
0.27662325
,
y
:
0.27219418
,
z
:
0.17131923
}
m_Shapes
:
vertices
:
[]
shapes
:
[]
channels
:
[]
fullWeights
:
[]
m_BindPose
:
[]
m_BoneNameHashes
:
m_RootBoneNameHash
:
0
m_BonesAABB
:
[]
m_VariableBoneCountWeights
:
m_Data
:
m_MeshCompression
:
0
m_IsReadable
:
1
m_KeepVertices
:
1
m_KeepIndices
:
1
m_IndexFormat
:
0
m_IndexBuffer
:
2f0024003a00020006000d00060000000d000600020011000f00060011000a000100120002000d0013000900030015000f0011001500190008001c000e0019001c0000001b001c000a0013001d0016000a001d00180016001d00110002001e0011001e001f00090015001f00150011001f000d000800200013000d00200008001a0020001200020021000a001200210002001300210017000e0022000c001700220014000c0023000c00220023000f00150024001b000f00240010001600250000000600260006000f0026001b00000026000f001b0026000200120027001e000200270009001e0027001200010028000c00140028002700120028001b0007002a000e001c002a001c001b002a00070022002a0022000e002a000e0017002b00170010002b00040019002b0019000e002b00250004002b00100025002b0017000c002c00100017002c00280001002c000c0028002c000d0000002d0008000d002d0000001c002d001c0008002d001e0009002e001f001e002e0009001f002e0003000900300023000300300014002300300009002700300028001400300027002800300013000a0031000a00210031002100130031000500180032001d001300320018001d0032002000050032001300200032001800050033000b001800330005002900330029000b00330005002000340020001a0034002900050034001a002900340018000b0035001600180035002500160035000800190036001a000800360019002900360029001a00360001000a0037000a00160037001600100037002c000100370010002c00370007001b0038002200070038002300220038001b00240038002f002300380024002f0038001900040039000400250039000b002900390029001900390035000b003900250035003900150003003a00030023003a00240015003a0023002f003a00
m_VertexData
:
serializedVersion
:
3
m_VertexCount
:
59
m_Channels
:
-
stream
:
0
offset
:
0
format
:
0
dimension
:
3
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
m_DataSize
:
708
_typelessdata
:
17995a3e0347b2bdefacd43decab65be2a018bbea32bc1bd4788f2bdf8444e3efb22b4bbec9729be5ada68bee0d31a3e96342b3e6c9997bef141e5bd69c11f3d2d5e1e3ee9c0ffbda5ec163de45c4e3e3db0e03d12ad163e784e8cbec38a163ed1e28b3e6676cebdecafbcbcae1b8bbe0f7614be6ddb7e3daec83bbea4e40ebe542519be87f02b3e966641be8a3123be6681f8bdf7e7a2be7996bb3d0435f33dbf49403eeec22eba7beb623ea4d7a2bebf66aa3905ccd03d3428d4bd1749253ec2b1e1bdab4a9dbe7014dfbd47f8e0baa629513eea25ec3d03d487be7fd100beca7920bd2c9315bdd331403ef24fedbd1c0c86be2df483be58a8483d3ade0dbe8b6114beece1243eb0f1e6bdde8882be71881bbea3129c3d3f25aebe5c0e12bd77e1de3deb7d22bee27f30beace7833ec97c89beb5b345bd7d0c7b3e7124d4bd17db9fbdc8bb303ebc4f60befedd223eef048e3e129200bef060913cf946d6bd1fa5f0bd2fe026be649ce6bd9118513e124b073d904221be5936b8bd217c0f3e2049e73d26763d3e7d8a20bd75397dbe26eccebdf5f581bd230c0f3e12ce9bbe29b8e23d98231cbe6d0192bed2bd083eb275c33d16b55abebc5c2e3e0ed9fe3d0b8789be2c9f16bef4bb353e58da0bbe870f1c3e313e8dbe2f59f6bda2aeaf3ce79c83be6d3088be36784dbd3f54443efa4425be219914be2ad53f3e1a3e7fbebe8a0e3e04c6183e2347a4bee188b3bdfb5518be4ae49bbec19ed3bda378863e982cc3bd25f9193d236f65bedd4ab8bd30cdb93ddcdbd6bdd5a46bbe1ede253eabc68cbe41cd4cbe7082883d45e14abebbd1dfbd28d304beb413063b11653d3ea0c5f8bde06c093ea146d4bd193c24be14a0aa3d01651e3e986bbcbd1937d83db5c75abe9af62bbe5a12883e643a06beaf1273bdf2f51abe7d2281be9acd15be7c52de3d87e78abeaa4e1c3e8a452a3e30925dbe5cec20be343411bebeb84cbe496c293e
m_CompressedMesh
:
m_Vertices
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_UV
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Normals
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Tangents
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Weights
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_NormalSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_TangentSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_FloatColors
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_BoneIndices
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_Triangles
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_UVInfo
:
0
m_LocalAABB
:
m_Center
:
{
x
:
0.0007581413
,
y
:
-0.06793374
,
z
:
-0.0010436028
}
m_Extent
:
{
x
:
0.27662325
,
y
:
0.27219418
,
z
:
0.17131923
}
m_MeshUsageFlags
:
0
m_BakedConvexCollisionMesh
:
m_BakedTriangleCollisionMesh
:
m_MeshMetrics[0]
:
1
m_MeshMetrics[1]
:
1
m_MeshOptimizationFlags
:
1
m_StreamData
:
offset
:
0
size
:
0
path
:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/Ham_Convex.asset.meta
0 → 100644
View file @
27549606
fileFormatVersion: 2
guid: 3615988e42a06f746958dadc354336b1
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/Hotdog_Convex.asset
0 → 100644
View file @
27549606
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!114
&11400000
MonoBehaviour
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
0
}
m_Enabled
:
1
m_EditorHideFlags
:
0
m_Script
:
{
fileID
:
11500000
,
guid
:
5b71ad40e238046238f9b0c6f33c3791
,
type
:
3
}
m_Name
:
Hotdog_Convex
m_EditorClassIdentifier
:
ConvexMeshes
:
-
{
fileID
:
6260430599160533620
}
HashOfSourceMeshes
:
841c4cca0c0df51c87e1942100000000
---
!u!43
&6260430599160533620
Mesh
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
Generated convex submesh 1
serializedVersion
:
10
m_SubMeshes
:
-
serializedVersion
:
2
firstByte
:
0
indexCount
:
372
topology
:
0
baseVertex
:
0
firstVertex
:
0
vertexCount
:
64
localAABB
:
m_Center
:
{
x
:
-0.0021636188
,
y
:
0.10666959
,
z
:
0.0026749969
}
m_Extent
:
{
x
:
0.29947713
,
y
:
0.24190517
,
z
:
0.7642863
}
m_Shapes
:
vertices
:
[]
shapes
:
[]
channels
:
[]
fullWeights
:
[]
m_BindPose
:
[]
m_BoneNameHashes
:
m_RootBoneNameHash
:
0
m_BonesAABB
:
[]
m_VariableBoneCountWeights
:
m_Data
:
m_MeshCompression
:
0
m_IsReadable
:
1
m_KeepVertices
:
1
m_KeepIndices
:
1
m_IndexFormat
:
0
m_IndexBuffer
:
25002d003f0012000a001700100018001b000a0019001b0006000f001c000b0013001c00010002001e00190001001e00030019001e00110000001f0000001100200011000c00200013000b0021001a000e0021000500110022000e001a0022001800100023001f000800240011001f0024002200110024000e00220024001200070025000a001200250019000a00250005002200260022000700260017000a0027000a001b00270004002600270026000700270004000c0028000c00160028002600040028001600260028000b001c0029001c000f00290009000d002a00000023002b0023000d002b00190003002c0010001b002c001b0019002c0003002a002c002a0010002c00020001002d001a0021002d00130008002e00150006002e0003001e002f001e0014002f002a0003002f0009002a002f000d00090030001d000d00300009002f00300008001300310013002100310021000e0031002400080031000e002400310000002000320020000c00320023000000320018002300320021000b0033002900020033000b002900330002002d0033002d00210033000700120034001200170034002700070034001700270034000f000600350006001500350030000f0035001d00300035000c001100360011000500360016000c00360026001600360005002600360007002200370022001a0037002500070037001a002d0037002d00250037000c00040038001b001800380004002700380027001b00380032000c00380018003200380006001c0039001c00130039002e000600390013002e0039001e0002003a0014001e003a00020029003a00290014003a00150000003b000d001d003b0000002b003b002b000d003b00350015003b001d0035003b000d0023003c00230010003c002a000d003c0010002a003c00140029003d0029000f003d002f0014003d000f0030003d0030002f003d00000015003e0008001f003e001f0000003e002e0008003e0015002e003e00010019003f00190025003f002d0001003f00
m_VertexData
:
serializedVersion
:
3
m_VertexCount
:
64
m_Channels
:
-
stream
:
0
offset
:
0
format
:
0
dimension
:
3
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
m_DataSize
:
768
_typelessdata
:
a8709abe5b56743d0f2808bf7a39983e0245283e5592093f0d0d943ed8421d3d293d063f41c28e3e3937963d9e1813bf8ae8efbc8118b23e43362ebfca1b7bbe8c9a833e7caa073fea0d0dbe8ff709beb989073e57d8ce3c6478b23eafff2e3f607b88be7c3fa43ba52a0d3f54d1273ed0018abdfc4f0fbf1da3743e11b98a3e548702bf53d1273ed0018abdfc4f0f3fc01a86bea745833ed69bfbbec0bd22bebd088cbd7e0c12bf1dbb48bdb9e22a3eaa14423f4623133e327b0abe2255c5bd50ef2d3d106b2a3e069c42bfb5569abea86a3e3e3ed7033f5c5b603e7a09933e2d83f93eb3bd22bea2088cbd720c123fc820803e66d487bd7a3e33bdcbde77be2408a4bd4913d7bcb2ae3dbe97bc9b3e0044ec3e9022253e202ba23e2f9de9becb6389bdb476763ef5f842bf5270963e0c594c3eaa4203bf94437d3d608b763e9357443f0f907c3d19cc963e94f73dbfafea143eaae8f5bdc1b1953ea21c0dbef152f0bdff499ebe060d943ee3421d3d233d06bf99709abe6c56743d0228083fb6569abea96a3e3e3fd703bfa9131b3eca82193da71f2b3f1ea887bdbfa8963e9ad43c3f0f8e49beae8f9c3d8ca42bbf143b6dbea2fee73df9bf253f1f25843e89eb813e873a033f95e8efbc8718b23e4c362e3f55d8ce3c6378b23eaeff2ebfb1ae3dbe97bc9b3eff43ecbef43d6c3e52b1a8bd23a34d3eab131b3ec782193da91f2bbfd49778be4e57e5bcccbd09bff711673ef423293e787f26bf0112673ef723293e7f7f263f10f477bef86280bd127da63ec055823e95027bbc40910bbfafea143eaae8f5bdc1b195becb1023be405b233dde6d2a3f0a0f6dbea5cf3e3e385221bf6152763e23108cbc056f123fa522253e2e2ba23e4d9de93eec0d0dbe91f709beba8907beb71a86bea245833ec49bfb3e11907c3d1acc963e96f73d3f1ea887bdbfa8963e9ad43cbfa01c0dbee952f0bdfd499e3ee893923ee69b733b85b7943e1cf477be086380bd1a7da6bed11023be365b233de56d2abff53d6c3e54b1a8bd24a34dbe74a896be97a1d13c016cb83e5870963e10594c3eaf42033f
m_CompressedMesh
:
m_Vertices
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_UV
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Normals
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Tangents
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Weights
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_NormalSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_TangentSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_FloatColors
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_BoneIndices
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_Triangles
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_UVInfo
:
0
m_LocalAABB
:
m_Center
:
{
x
:
-0.0021636188
,
y
:
0.10666959
,
z
:
0.0026749969
}
m_Extent
:
{
x
:
0.29947713
,
y
:
0.24190517
,
z
:
0.7642863
}
m_MeshUsageFlags
:
0
m_BakedConvexCollisionMesh
:
m_BakedTriangleCollisionMesh
:
m_MeshMetrics[0]
:
1
m_MeshMetrics[1]
:
1
m_MeshOptimizationFlags
:
1
m_StreamData
:
offset
:
0
size
:
0
path
:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/Hotdog_Convex.asset.meta
0 → 100644
View file @
27549606
fileFormatVersion: 2
guid: 00db0ef1b0c02a4468362b8a776c76b6
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/IceCreamStick_Convex.asset
0 → 100644
View file @
27549606
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!114
&11400000
MonoBehaviour
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
0
}
m_Enabled
:
1
m_EditorHideFlags
:
0
m_Script
:
{
fileID
:
11500000
,
guid
:
5b71ad40e238046238f9b0c6f33c3791
,
type
:
3
}
m_Name
:
IceCreamStick_Convex
m_EditorClassIdentifier
:
ConvexMeshes
:
-
{
fileID
:
6056195401739524731
}
HashOfSourceMeshes
:
33ceaa0a57e6827a87e1942100000000
---
!u!43
&6056195401739524731
Mesh
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
Generated convex submesh 1
serializedVersion
:
10
m_SubMeshes
:
-
serializedVersion
:
2
firstByte
:
0
indexCount
:
372
topology
:
0
baseVertex
:
0
firstVertex
:
0
vertexCount
:
64
localAABB
:
m_Center
:
{
x
:
-0.00047521293
,
y
:
0.50908333
,
z
:
0.000002965331
}
m_Extent
:
{
x
:
0.33998847
,
y
:
0.80168265
,
z
:
0.1401077
}
m_Shapes
:
vertices
:
[]
shapes
:
[]
channels
:
[]
fullWeights
:
[]
m_BindPose
:
[]
m_BoneNameHashes
:
m_RootBoneNameHash
:
0
m_BonesAABB
:
[]
m_VariableBoneCountWeights
:
m_Data
:
m_MeshCompression
:
0
m_IsReadable
:
1
m_KeepVertices
:
1
m_KeepIndices
:
1
m_IndexFormat
:
0
m_IndexBuffer
:
24002f003f00010002000e000200010018001400020018000900140018000d00070019000c0008001b00190007001b00080019001b00190008001d00030019001d000e0002001f00020014001f000f000a0020000e001f0023000d00040024000a000f00250004001300250011000600260006001200260012002300260023001c0026000600110027001100210027001b00070028000c001b00280006002700280027000c0028000a00160029001e000000290020000a002900000020002900030016002b00160013002b0017000b002c00180001002c00070018002c000b0028002c00280007002c00120006002d000b0017002d00220012002d00170022002d00060028002d0028000b002d00160003002e0003001d002e001d0010002e00290016002e002000000030002a001500300021002a00300014000900310009001a0031001f00140031001a001f00310001000e0032002200010032001200220032000e00230032002300120032000500150033001c000500330015002a00330016000a0034001300160034000a00250034002500130034000100220035002200170035002c000100350017002c00350000001e0036003000000036002100300036000f002000370020003000370030001500370004000d0038001300040038001900030038000d00190038002b001300380003002b0038001a000500390005001c0039001f001a0039001c002300390023001f003900210011003a00110026003a0026001c003a002a0021003a001c0033003a0033002a003a00150005003b001a0009003b0005001a003b00240004003b0025000f003b00040025003b0009002f003b002f0024003b000f0037003b00370015003b0008000c003c0010001d003c001d0008003c001e000c003d000c0027003d00270021003d0036001e003d00210036003d000c001e003e001e0029003e002e0010003e0029002e003e003c000c003e0010003c003e0007000d003f00180007003f00090018003f000d0024003f002f0009003f00
m_VertexData
:
serializedVersion
:
3
m_VertexCount
:
64
m_Channels
:
-
stream
:
0
offset
:
0
format
:
0
dimension
:
3
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
m_DataSize
:
768
_typelessdata
:
29a62c3e4179a23f04267abc4251aebe8516883e837a4abc0a3eadbe5fe8883e89eea03c17fcaa3e6270853e5984efbcbb2f673e01da843e336c0f3e5e0a52bec399973f830e063e1cad5dbeea578f3f89460fbe76be29bd638595be84cbf0bc94fd7c3ea10d893edc0e0dbe914e5cbe6b2d7f3e48630f3ec84f963edf5e8c3f750dc83ddee162be1110673ec0e70bbe93f9643ee19d8c3f40520fbedae8303d95cf95bed2671c3dd67aaabe95a47c3fc03c0c3d07ff413e054c913f85530f3e62ad9d3efadf833f0042c2bd1b5be0bd1c4ea33f53dbc6bd825f9abebebe883f7d23c1bd9da4a03e6e6b873e274cc83d844d9cbeaa23813e070ecb3d5f832ebcf706a53f8f8dcb3d9a92ad3e841f773ff7968e3cc5bd99be364a8b3e93d5d8bde06099bd30f783be2abd1c3d7664763d8a3d8dbe7f20f2bc07b067be1397853fd3600f3e5fde1d3e2b803f3e46360ebe2a9854bea5fe9e3f16e3923cbceda13ec712863e134dbebd98786e3e15e2993fa8fac5bdf1f0a0be0091773f3e95c73d6dcf6d3ef698993fc3acc93d9382b23c403ba53f4535c7bd7551a2be7e5b783ffbdfbfbd27159cbe9deb8f3f31f3943c56f0943d09614d3e7d740f3edbee6f3e69d97e3f23670f3ef16766be0b019b3f5442c6bdcd3ba63c7201993f9e770fbe526a46be174c513edb5b0ebea731983ea666913fa27c8e3cc74332bd2ec7a73f64cf903cae71aa3e0cf5853e4f770e3d578e99bdfb0884be0801f1bcd7687cbe6342793ff9670dbeafd4ad3e96547b3fdf796fbc8b090fbed9e04f3e2a6e0f3e8c230c3e5724a53fb5cd8e3cf4a087be52b2a43eb41d023eb1a4abbeb4c8803fd49c63bc16f300be8887a33f2030ab3dd6009d3ec197833f80b8c63d53eaa4bee7e2883eb3d29bbdc90ff63d1404a33f345bc7bd2558093ec12d9f3f0914e93d63bf763dc02b8dbe6f2d1c3d82b48abe83a6913f79d5ca3d391001befdb1a53ff4fe76bc4bd4d2bd1b75953f2c790f3e258d983e7ebf773f83afdbbd77a9293ef7e69a3fbe9e02bef145973e07db8c3f3383c4bd886329bd987395beedd71c3d
m_CompressedMesh
:
m_Vertices
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_UV
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Normals
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Tangents
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Weights
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_NormalSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_TangentSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_FloatColors
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_BoneIndices
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_Triangles
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_UVInfo
:
0
m_LocalAABB
:
m_Center
:
{
x
:
-0.00047521293
,
y
:
0.50908333
,
z
:
0.000002965331
}
m_Extent
:
{
x
:
0.33998847
,
y
:
0.80168265
,
z
:
0.1401077
}
m_MeshUsageFlags
:
0
m_BakedConvexCollisionMesh
:
m_BakedTriangleCollisionMesh
:
m_MeshMetrics[0]
:
1
m_MeshMetrics[1]
:
1
m_MeshOptimizationFlags
:
1
m_StreamData
:
offset
:
0
size
:
0
path
:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/IceCreamStick_Convex.asset.meta
0 → 100644
View file @
27549606
fileFormatVersion: 2
guid: f8af8b3339fbe0547a36f85301c2e7d9
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/Macaron_Convex.asset
0 → 100644
View file @
27549606
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!43
&-6235227169624415236
Mesh
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
Generated convex submesh 1
serializedVersion
:
10
m_SubMeshes
:
-
serializedVersion
:
2
firstByte
:
0
indexCount
:
372
topology
:
0
baseVertex
:
0
firstVertex
:
0
vertexCount
:
64
localAABB
:
m_Center
:
{
x
:
-0.00015239418
,
y
:
-0.016009137
,
z
:
-0.000000044703484
}
m_Extent
:
{
x
:
0.35047007
,
y
:
0.22588997
,
z
:
0.35032958
}
m_Shapes
:
vertices
:
[]
shapes
:
[]
channels
:
[]
fullWeights
:
[]
m_BindPose
:
[]
m_BoneNameHashes
:
m_RootBoneNameHash
:
0
m_BonesAABB
:
[]
m_VariableBoneCountWeights
:
m_Data
:
m_MeshCompression
:
0
m_IsReadable
:
1
m_KeepVertices
:
1
m_KeepIndices
:
1
m_IndexFormat
:
0
m_IndexBuffer
:
2b0013003f000f000300190004001b001c000b0010001d0015000b001d00010002001e0014000100230001001e0023000d001200240017000d0024000600170024001200180024001800060024001d000300250015001d0025000800100026001f000000270021000a00270012000d00280021001200280005002100280009001a0029001a000c0029000c001a002a001c0005002a00080011002b001b0004002b0010000b002c00180000002c0000001f002c00260010002c001f0026002c001b000a002d0005001c002d001c001b002d000a0021002d00210005002d00020001002e00010014002e00220002002e000c0022002e0029000c002e00140029002e000f0013002f0020000f002f00090020002f0023001e0030000700230030000d00170031001e000200310002002200310022000d0031001000080032001900030032000800190032001d001000320003001d0032000b00150033001500060033000600180033002c000b00330018002c0033001700060034003100170034001e003100340007002000350020000900350014002300350023000700350029001400350009002900350004001c0036002a001a0036001c002a00360022000c0037000d002200370028000d0037000500280037000c002a0037002a000500370006001500380016000e0038001500250038002500160038003400060038000e003400380003000f0039002000070039000f00200039001600250039002500030039003000160039000700300039000a001b003a0027000a003a00110027003a002b0011003a001b002b003a001a0009003b002b0004003b0013002b003b0009002f003b002f0013003b00040036003b0036001a003b00180012003c00000018003c00120021003c00270000003c00210027003c00110008003d00080026003d0026001f003d00270011003d001f0027003d000e0016003e00160030003e0030001e003e0034000e003e001e0034003e0013000f003f000f0019003f00190008003f0008002b003f00
m_VertexData
:
serializedVersion
:
3
m_VertexCount
:
64
m_Channels
:
-
stream
:
0
offset
:
0
format
:
0
dimension
:
3
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
m_DataSize
:
768
_typelessdata
:
3556113d327030be5de3a33ed0ca4cbddd65edbd685eb3be7640a0bd136a13be8d43abbe54c59bbe019d1d3eeb5ebc3d60ebab3e6905023e62fc11bdec439c3edead3ebe56d082bdc7e293bef6c54bbed737103d9c3552be82340f3e582586bef994823da8113b3e6d978d3eee2b273e563f3b3e9ce96fbe1984953e39b7ecbd746f533e497153be9aa1ecbd6585953e4971533e9aa1ecbd648595be370c823d66b477beb64526be13b4abbe120dedbdc479f8bd867751be00eb563e20de9ebd9ebddbbd50fdc93df44bac3e3ed8453ecae1c93d253f963ec4e4bb3de2aa77be0be2173e8577513efeea563e1fde9e3de23caf3c988cc93d524fb3be0db4abbe0b0dedbdbc79f83d7a4aacbe8f07ca3d38c7dbbddbc841be4e8b67be8bbe16bebeaf16be598f67be80cc413e09e108be9c4e563eab27343eb31a8d3e2607c73d194f60beaa48ac3e5a10ca3d70dddb3dd75cb33e8c7bedbd05c94cbdde178dbedff9c63db958603e4c7153be9da1ecbd668595beccca4c3dd965edbd655eb33ee9da9ebd51e6563e078551be2786853e38723dbeef5c343ee4b3d73d643b4bbeb2368cbea6bddbbd58fdc93dfa4bacbeb54526be64b477be360c823d504fb3be958cc93de03caf3ce13caf3c968cc93d514fb33e4b71533e9ca1ecbd6685953ee64b6e3ec6e168bec36710bd1ee0db3db3fbc93dc44aacbe1984953e39b7ecbd746f53be1fdf6f3e97453b3e361f273e4103dcbd61a705be8e82ac3ecf7fac3e48b105bed023dc3dbf25dc3d8ba605be5481acbe8577513efeea563e1fde9ebddf178dbee1f9c63dbb5860be2993d7bda53d4bbe63388cbecf1b27be72413b3e18ec6f3e820570be14be3ebe07ed523e258285bef26c3dbe397534befa9482bda8113b3e6d978dbeac48ac3e5c10ca3d72dddbbd2886853e39723dbef05c34beca84b3bec26c05be2371afbc4e9086be80663b3eaf09dabdb51a8d3e2807c73d1b4f603eba9a8d3e97093b3e77b382bddeb3d73d5f3b4bbeae368c3e1fe0db3db4fbc93dc54aac3e498295be5d9decbdcd7e53bee9da9e3d51e6563e0785513e
m_CompressedMesh
:
m_Vertices
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_UV
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Normals
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Tangents
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Weights
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_NormalSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_TangentSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_FloatColors
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_BoneIndices
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_Triangles
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_UVInfo
:
0
m_LocalAABB
:
m_Center
:
{
x
:
-0.00015239418
,
y
:
-0.016009137
,
z
:
-0.000000044703484
}
m_Extent
:
{
x
:
0.35047007
,
y
:
0.22588997
,
z
:
0.35032958
}
m_MeshUsageFlags
:
0
m_BakedConvexCollisionMesh
:
m_BakedTriangleCollisionMesh
:
m_MeshMetrics[0]
:
1
m_MeshMetrics[1]
:
1
m_MeshOptimizationFlags
:
1
m_StreamData
:
offset
:
0
size
:
0
path
:
---
!u!114
&11400000
MonoBehaviour
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
0
}
m_Enabled
:
1
m_EditorHideFlags
:
0
m_Script
:
{
fileID
:
11500000
,
guid
:
5b71ad40e238046238f9b0c6f33c3791
,
type
:
3
}
m_Name
:
Macaron_Convex
m_EditorClassIdentifier
:
ConvexMeshes
:
-
{
fileID
:
-6235227169624415236
}
HashOfSourceMeshes
:
25c3dc498422bb0387e1942100000000
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/Macaron_Convex.asset.meta
0 → 100644
View file @
27549606
fileFormatVersion: 2
guid: 01d3767bd54b211418eb825d08272b28
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/Taco_Convex.asset
0 → 100644
View file @
27549606
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!43
&-9190241891968969046
Mesh
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
Generated convex submesh 1
serializedVersion
:
10
m_SubMeshes
:
-
serializedVersion
:
2
firstByte
:
0
indexCount
:
372
topology
:
0
baseVertex
:
0
firstVertex
:
0
vertexCount
:
64
localAABB
:
m_Center
:
{
x
:
-0.0024190545
,
y
:
0.26146054
,
z
:
0
}
m_Extent
:
{
x
:
0.17175652
,
y
:
0.32047015
,
z
:
0.7314251
}
m_Shapes
:
vertices
:
[]
shapes
:
[]
channels
:
[]
fullWeights
:
[]
m_BindPose
:
[]
m_BoneNameHashes
:
m_RootBoneNameHash
:
0
m_BonesAABB
:
[]
m_VariableBoneCountWeights
:
m_Data
:
m_MeshCompression
:
0
m_IsReadable
:
1
m_KeepVertices
:
1
m_KeepIndices
:
1
m_IndexFormat
:
0
m_IndexBuffer
:
05002f003f00020001000300020003000c00030001000d0012000600130008001400160006001200170002000c001a000d0001001b0009000d001b000b001c0020001c00120020000700190022000700110023001900070023000f00190023000e001d0024001d00000024001700090025000600170025001b000100250009001b0025000c000300260023000c0026001100080029000800160029001f0011002900170012002b001c0010002b0012001c002b00150024002c000b0028002c00280015002c0010000a002d00180005002d000a002a002d002a0018002d0005002b002d002b0010002d0019000f002e000a0027002e00270019002e002a000a002e000f002a002e0003000d002f000a00100030001c000000300010001c00300000001d00300004001500310015002800310028001400310013000600320006002500320025001f0032001f002900320029001300320012001300330020001200330016002000330029001600330013002900330000001c0034001c000b0034002400000034000b002c0034002c00240034000f002300350026001e0035002300260035002a000f0035001e002a0035000900170036000500210036002100090036002b000500360017002b00360001000200370002001a0037001a001100370011001f0037002500010037001f002500370004000e0038001500040038002400150038000e00240038001d000e00390027000a0039000e00270039000a003000390030001d0039001a000c003a0011001a003a000c0023003a00230011003a00160014003b000b0020003b00200016003b0028000b003b00140028003b000e0004003c00040022003c00220019003c00190027003c0027000e003c00080011003d00110007003d00140008003d00220004003d00070022003d00310014003d00040031003d00050018003e00260003003e001e0026003e0018002a003e002a001e003e0003002f003e002f0005003e000d0009003f00210005003f00090021003f002f000d003f00
m_VertexData
:
serializedVersion
:
3
m_VertexCount
:
64
m_Channels
:
-
stream
:
0
offset
:
0
format
:
0
dimension
:
3
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
-
stream
:
0
offset
:
0
format
:
0
dimension
:
0
m_DataSize
:
768
_typelessdata
:
c12d2b3ea91d0d3f9491253d92a08dbd15b471bd1e1738bf99b7cebd9edd1cbd0a4e35bf86a08dbda6b371bd0f17383f155b32be6ce10b3f52ef673d90ed003e839af73c9df7303f387d103e4dbb663e6c0a1ebf88871dbe752fa33e6583063f9d9e22be2a79bd3e1916fbbe9b8de03dc2f705bd62972fbfb7a0933d78ecce3e2c0bff3e2b4a593d2a480c3f4d4180be12cbf3bdcd17d7bc078f333f76dda03d4ab558bd56ce353f7f7375bdbcbd0b3f5ce97f3e2bc623bdad0b643e4fd52a3f9d832b3e661af03ecab3a93ebbde0ebec8f42e3eea5228bfedfc203e74ecbf3e4864fbbe18ac2c3d6b6a653e792a2abf0e0622be8fec033f4faa81be9dcc9dbd7a8a143f3a90c7bcd48099bd41f0cd3e215affbe91ed003e749af73cb30031bfb885103efdb8663e5f0a1e3f554c10bea078c53eab57f83e97caf3bd0413d7bce19733bf84dda03db4b558bd65ce35bfcd662d3e8b24013f7f7a8abe374e593d75490c3f8c31803ea9607f3dd304223d0f393a3f1fc291bd7ab51c3da8b939bfc1b3633ddd4ad73ef817f7bee41efa3df9f60fbcedd52a3fe7b430becf1c033fe9886f3ebcde0ebec7f42e3ea149283f3991583d69f9143fdec3673df1aec63d7ed83ebcad3e3bbf5619d6bd005069bc0d0f3b3f7ba86ebd7793dd3e6615eb3e4a6f75bd73bc0b3f660480bebebd23bd040e643e24d52abf05b62c3d2c68653e8d2a2a3f3bea283e38fcdd3e192dbfbe2c8d583df5f7143fc85068bdf8ff1d3e779da53ea856073fecd72abd1217ad3edde4113fd2ebc43d66b928bd14bc383fc9662d3e8924013f7b7a8a3e435732bedadf0b3f717b68bdc780373d1c6bd83d2f7836bfdf02273db1abad3eebd011bfdf2c2b3e491d0d3fe32126bd96a763bdfb9bd63d2bcf353fe71efa3d25f70fbcb2de2abf5719d6bd115069bc0d0f3bbfae5578bd7557143f7823673d5af35b3dee9dff3e49aab13e8e3e03be8c815b3d0e7a24bf715e72bd2189fe3ef959b1be630922bee6ed033fc79a813ee7b430becf1c033ff7ac6fbef1aec63d70d83ebcad3e3b3f888de03d5ff705bd528e2f3f
m_CompressedMesh
:
m_Vertices
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_UV
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Normals
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Tangents
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_Weights
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_NormalSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_TangentSigns
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_FloatColors
:
m_NumItems
:
0
m_Range
:
0
m_Start
:
0
m_Data
:
m_BitSize
:
0
m_BoneIndices
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_Triangles
:
m_NumItems
:
0
m_Data
:
m_BitSize
:
0
m_UVInfo
:
0
m_LocalAABB
:
m_Center
:
{
x
:
-0.0024190545
,
y
:
0.26146054
,
z
:
0
}
m_Extent
:
{
x
:
0.17175652
,
y
:
0.32047015
,
z
:
0.7314251
}
m_MeshUsageFlags
:
0
m_BakedConvexCollisionMesh
:
m_BakedTriangleCollisionMesh
:
m_MeshMetrics[0]
:
1
m_MeshMetrics[1]
:
1
m_MeshOptimizationFlags
:
1
m_StreamData
:
offset
:
0
size
:
0
path
:
---
!u!114
&11400000
MonoBehaviour
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
0
}
m_Enabled
:
1
m_EditorHideFlags
:
0
m_Script
:
{
fileID
:
11500000
,
guid
:
5b71ad40e238046238f9b0c6f33c3791
,
type
:
3
}
m_Name
:
Taco_Convex
m_EditorClassIdentifier
:
ConvexMeshes
:
-
{
fileID
:
-9190241891968969046
}
HashOfSourceMeshes
:
682c8a29f2be183a87e1942100000000
Storage/Assets/#C1_Models/CartoonFoodPack1/FBX/Taco_Convex.asset.meta
0 → 100644
View file @
27549606
fileFormatVersion: 2
guid: 1110a73bf7a0cb14a8d231e38c3f87a7
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
Storage/Assets/Res/Levels/Level8.prefab
View file @
27549606
...
...
@@ -9649,6 +9649,50 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 520f5f544cbbabf49ab2841d0b218734, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!114 &7164939074716604436
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 665558100012595900}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 824b6f25573464a1f9fbc2ebe0229e83, type: 3}
m_Name:
m_EditorClassIdentifier:
Params:
maxConvexHulls: 32
resolution: 50000
concavity: 0.0025
planeDownsampling: 4
convexhullApproximation: 4
alpha: 0.05
beta: 0.05
pca: 1
mode: 0
maxNumVerticesPerCH: 64
minVolumePerCH: 0.0001
m_colliders:
- {fileID: 5456284061586060835}
m_isTrigger: 0
m_material: {fileID: 0}
m_showColliders: 0
m_colliderAsset: {fileID: 11400000, guid: 01d3767bd54b211418eb825d08272b28, type: 2}
--- !u!64 &5456284061586060835
MeshCollider:
m_ObjectHideFlags: 10
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 665558100012595900}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 4
m_Convex: 1
m_CookingOptions: 30
m_Mesh: {fileID: -6235227169624415236, guid: 01d3767bd54b211418eb825d08272b28, type: 2}
--- !u!1 &1391215299229142134
GameObject:
m_ObjectHideFlags: 0
...
...
@@ -67191,6 +67235,20 @@ Rigidbody:
m_Interpolate: 0
m_Constraints: 112
m_CollisionDetection: 3
--- !u!64 &602632320273257257
MeshCollider:
m_ObjectHideFlags: 10
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4838169749583274747}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 4
m_Convex: 1
m_CookingOptions: 30
m_Mesh: {fileID: 7554385752148729925, guid: e1a06ba52681e2b4e8a5ff37f6b9d5ee, type: 2}
--- !u!114 &1883188377313786124
MonoBehaviour:
m_ObjectHideFlags: 0
...
...
@@ -67203,6 +67261,36 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 520f5f544cbbabf49ab2841d0b218734, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!114 &3949683959435318180
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4838169749583274747}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 824b6f25573464a1f9fbc2ebe0229e83, type: 3}
m_Name:
m_EditorClassIdentifier:
Params:
maxConvexHulls: 32
resolution: 50000
concavity: 0.0025
planeDownsampling: 4
convexhullApproximation: 4
alpha: 0.05
beta: 0.05
pca: 1
mode: 0
maxNumVerticesPerCH: 64
minVolumePerCH: 0.0001
m_colliders:
- {fileID: 602632320273257257}
m_isTrigger: 0
m_material: {fileID: 0}
m_showColliders: 0
m_colliderAsset: {fileID: 11400000, guid: e1a06ba52681e2b4e8a5ff37f6b9d5ee, type: 2}
--- !u!1 &5036803459208687269
GameObject:
m_ObjectHideFlags: 0
...
...
@@ -72589,6 +72677,50 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 520f5f544cbbabf49ab2841d0b218734, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!114 &1425763906094687604
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6228675061950813085}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 824b6f25573464a1f9fbc2ebe0229e83, type: 3}
m_Name:
m_EditorClassIdentifier:
Params:
maxConvexHulls: 32
resolution: 50000
concavity: 0.0025
planeDownsampling: 4
convexhullApproximation: 4
alpha: 0.05
beta: 0.05
pca: 1
mode: 0
maxNumVerticesPerCH: 64
minVolumePerCH: 0.0001
m_colliders:
- {fileID: 7889781899146021192}
m_isTrigger: 0
m_material: {fileID: 0}
m_showColliders: 0
m_colliderAsset: {fileID: 11400000, guid: d14d2c3c949999947a3782946ce1fb47, type: 2}
--- !u!64 &7889781899146021192
MeshCollider:
m_ObjectHideFlags: 10
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6228675061950813085}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 4
m_Convex: 1
m_CookingOptions: 30
m_Mesh: {fileID: 3131810549287649307, guid: d14d2c3c949999947a3782946ce1fb47, type: 2}
--- !u!1 &6262916421853511771
GameObject:
m_ObjectHideFlags: 0
...
...
@@ -82241,6 +82373,50 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 520f5f544cbbabf49ab2841d0b218734, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!114 &6856743601594348019
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6637261569637956200}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 824b6f25573464a1f9fbc2ebe0229e83, type: 3}
m_Name:
m_EditorClassIdentifier:
Params:
maxConvexHulls: 32
resolution: 50000
concavity: 0.0025
planeDownsampling: 4
convexhullApproximation: 4
alpha: 0.05
beta: 0.05
pca: 1
mode: 0
maxNumVerticesPerCH: 64
minVolumePerCH: 0.0001
m_colliders:
- {fileID: 3040068319997445528}
m_isTrigger: 0
m_material: {fileID: 0}
m_showColliders: 0
m_colliderAsset: {fileID: 11400000, guid: 21af9fe23e1ef4948aab8f3c1496cfd9, type: 2}
--- !u!64 &3040068319997445528
MeshCollider:
m_ObjectHideFlags: 10
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6637261569637956200}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 4
m_Convex: 1
m_CookingOptions: 30
m_Mesh: {fileID: 2168420988597906849, guid: 21af9fe23e1ef4948aab8f3c1496cfd9, type: 2}
--- !u!1 &6911763109860884303
GameObject:
m_ObjectHideFlags: 0
...
...
@@ -96387,6 +96563,65 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 520f5f544cbbabf49ab2841d0b218734, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!114 &2176475855563476482
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8580975391805618779}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 824b6f25573464a1f9fbc2ebe0229e83, type: 3}
m_Name:
m_EditorClassIdentifier:
Params:
maxConvexHulls: 32
resolution: 50000
concavity: 0.0025
planeDownsampling: 4
convexhullApproximation: 4
alpha: 0.05
beta: 0.05
pca: 1
mode: 0
maxNumVerticesPerCH: 64
minVolumePerCH: 0.0001
m_colliders:
- {fileID: 389980249717342607}
- {fileID: 3490706438799573072}
m_isTrigger: 0
m_material: {fileID: 0}
m_showColliders: 0
m_colliderAsset: {fileID: 11400000, guid: 3615988e42a06f746958dadc354336b1, type: 2}
--- !u!64 &389980249717342607
MeshCollider:
m_ObjectHideFlags: 10
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8580975391805618779}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 4
m_Convex: 1
m_CookingOptions: 30
m_Mesh: {fileID: 4779503049247893019, guid: 3615988e42a06f746958dadc354336b1, type: 2}
--- !u!64 &3490706438799573072
MeshCollider:
m_ObjectHideFlags: 10
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8580975391805618779}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 4
m_Convex: 1
m_CookingOptions: 30
m_Mesh: {fileID: -4264487568231515136, guid: 3615988e42a06f746958dadc354336b1, type: 2}
--- !u!64 &7101087734565985286
MeshCollider:
m_ObjectHideFlags: 0
...
...
@@ -101601,6 +101836,11 @@ PrefabInstance:
propertyPath: m_Convex
value: 1
objectReference: {fileID: 0}
- target: {fileID: -1449416405033231382, guid: 34c287f0eee86f94390ac388d48d3c4c,
type: 3}
propertyPath: m_Enabled
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5643268623140087546, guid: 34c287f0eee86f94390ac388d48d3c4c,
type: 3}
propertyPath: m_LocalPosition.x
...
...
@@ -101683,18 +101923,18 @@ PrefabInstance:
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 34c287f0eee86f94390ac388d48d3c4c, type: 3}
--- !u!1 &8580975391805618779 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 8650204533299451113, guid: 34c287f0eee86f94390ac388d48d3c4c,
type: 3}
m_PrefabInstance: {fileID: 1089322000926158514}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4705952095015520328 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 5643268623140087546, guid: 34c287f0eee86f94390ac388d48d3c4c,
type: 3}
m_PrefabInstance: {fileID: 1089322000926158514}
m_PrefabAsset: {fileID: 0}
--- !u!1 &8580975391805618779 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 8650204533299451113, guid: 34c287f0eee86f94390ac388d48d3c4c,
type: 3}
m_PrefabInstance: {fileID: 1089322000926158514}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &1124769316640429378
PrefabInstance:
m_ObjectHideFlags: 0
...
...
@@ -101717,6 +101957,11 @@ PrefabInstance:
propertyPath: m_Convex
value: 1
objectReference: {fileID: 0}
- target: {fileID: 3485543512851328073, guid: f02e3b0696312e249866fffcc4058aed,
type: 3}
propertyPath: m_Enabled
value: 0
objectReference: {fileID: 0}
- target: {fileID: 3529744534045466093, guid: f02e3b0696312e249866fffcc4058aed,
type: 3}
propertyPath: m_LocalPosition.x
...
...
@@ -101789,18 +102034,18 @@ PrefabInstance:
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: f02e3b0696312e249866fffcc4058aed, type: 3}
--- !u!4 &4568849355707287727 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 3529744534045466093, guid: f02e3b0696312e249866fffcc4058aed,
type: 3}
m_PrefabInstance: {fileID: 1124769316640429378}
m_PrefabAsset: {fileID: 0}
--- !u!1 &665558100012595900 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 479477414955511806, guid: f02e3b0696312e249866fffcc4058aed,
type: 3}
m_PrefabInstance: {fileID: 1124769316640429378}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4568849355707287727 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 3529744534045466093, guid: f02e3b0696312e249866fffcc4058aed,
type: 3}
m_PrefabInstance: {fileID: 1124769316640429378}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &2611390625657414477
PrefabInstance:
m_ObjectHideFlags: 0
...
...
@@ -101883,6 +102128,11 @@ PrefabInstance:
propertyPath: m_Convex
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6399659366233946609, guid: 73fc888352243184782b63bf95b35683,
type: 3}
propertyPath: m_Enabled
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8656428431439255845, guid: 73fc888352243184782b63bf95b35683,
type: 3}
propertyPath: m_Name
...
...
@@ -102074,20 +102324,25 @@ PrefabInstance:
propertyPath: m_Convex
value: 1
objectReference: {fileID: 0}
- target: {fileID: 2995027284413623377, guid: fdb827194d056b14f85bf8d71540ad6a,
type: 3}
propertyPath: m_Enabled
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: fdb827194d056b14f85bf8d71540ad6a, type: 3}
--- !u!1 &6228675061950813085 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 1277833391791792498, guid: fdb827194d056b14f85bf8d71540ad6a,
type: 3}
m_PrefabInstance: {fileID: 5173356436113617647}
m_PrefabAsset: {fileID: 0}
--- !u!4 &6929891039398289806 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 2873471848341246817, guid: fdb827194d056b14f85bf8d71540ad6a,
type: 3}
m_PrefabInstance: {fileID: 5173356436113617647}
m_PrefabAsset: {fileID: 0}
--- !u!1 &6228675061950813085 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 1277833391791792498, guid: fdb827194d056b14f85bf8d71540ad6a,
type: 3}
m_PrefabInstance: {fileID: 5173356436113617647}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &7257446317626179513
PrefabInstance:
m_ObjectHideFlags: 0
...
...
@@ -102180,7 +102435,8 @@ PrefabInstance:
propertyPath: m_Convex
value: 1
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedComponents:
- {fileID: 4069251918964216807, guid: 73b913978f53cb3468f3f518e86f8f73, type: 3}
m_SourcePrefab: {fileID: 100100000, guid: 73b913978f53cb3468f3f518e86f8f73, type: 3}
--- !u!1 &4838169749583274747 stripped
GameObject:
Storage/Assets/Res/Levels/Level9.prefab
View file @
27549606
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Storage/NonConvexCollider.csproj
View file @
27549606
...
...
@@ -2,8 +2,6 @@
<Project
ToolsVersion=
"4.0"
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<LangVersion>
latest
</LangVersion>
<CscToolPath>
D:\Unity2019.3\Editor\Data\Tools\RoslynScripts
</CscToolPath>
<CscToolExe>
unity_csc.bat
</CscToolExe>
</PropertyGroup>
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
...
...
@@ -24,7 +22,7 @@
<DebugType>
full
</DebugType>
<Optimize>
false
</Optimize>
<OutputPath>
Temp\bin\Debug\
</OutputPath>
<DefineConstants>
DEBUG;TRACE;UNITY_2019_3_14;UNITY_2019_3;UNITY_2019;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;
PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;PLATFORM_STANDALONE;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CROSS_PLATFORM
_INPUT;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER
</DefineConstants>
<DefineConstants>
DEBUG;TRACE;UNITY_2019_3_14;UNITY_2019_3;UNITY_2019;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;
UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_RUNTIME_PERMISSIONS;ENABLE_ENGINE_CODE_STRIPPING;ENABLE_ONSCREEN_KEYBOARD;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;ENABLE_VIDEO;PLATFORM_ANDROID;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;UNITY_ASTC_ONLY_DECOMPRESS;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CROSS_PLATFORM_INPUT;MOBILE
_INPUT;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
<NoWarn>
0169
</NoWarn>
...
...
@@ -50,15 +48,18 @@
<ProjectTypeGuids>
{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
</ProjectTypeGuids>
<UnityProjectGenerator>
Unity/VSTU
</UnityProjectGenerator>
<UnityProjectType>
Game:1
</UnityProjectType>
<UnityBuildTarget>
StandaloneWindows64:19
</UnityBuildTarget>
<UnityBuildTarget>
Android:13
</UnityBuildTarget>
<UnityVersion>
2019.3.14f1
</UnityVersion>
</PropertyGroup>
<ItemGroup>
<Analyzer
Include=
"C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\16.0\Analyzers\Microsoft.Unity.Analyzers.dll"
/>
</ItemGroup>
<ItemGroup>
<Reference
Include=
"UnityEngine"
>
<HintPath>
D:\
Unity2019.3
\Editor\Data\Managed/UnityEngine/UnityEngine.dll
</HintPath>
<HintPath>
D:\
wan\unity2019.3.14path\Unity
\Editor\Data\Managed/UnityEngine/UnityEngine.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor"
>
<HintPath>
D:\
Unity2019.3
\Editor\Data\Managed/UnityEditor.dll
</HintPath>
<HintPath>
D:\
wan\unity2019.3.14path\Unity
\Editor\Data\Managed/UnityEditor.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
...
...
@@ -66,577 +67,583 @@
<Compile
Include=
"Assets\#E1_Plugins\Plawius-NonConvexCollider\NonConvexColliderComponent.cs"
/>
<None
Include=
"Assets\#E1_Plugins\Plawius-NonConvexCollider\NonConvexCollider.asmdef"
/>
<Reference
Include=
"UnityEngine"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AIModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ARModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AccessibilityModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AndroidJNIModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AnimationModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AssetBundleModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AudioModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ClothModule"
>
<HintPath>
D:/Unity2019.3/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ClusterInputModule"
>
<HintPath>
D:/Unity2019.3/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ClusterRendererModule"
>
<HintPath>
D:/Unity2019.3/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.CoreModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.CrashReportingModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.DSPGraphModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.DirectorModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.GameCenterModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.GridModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.HotReloadModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.IMGUIModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ImageConversionModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.InputModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.InputLegacyModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.JSONSerializeModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.LocalizationModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ParticleSystemModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.PerformanceReportingModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.PhysicsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.Physics2DModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ProfilerModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ScreenCaptureModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SharedInternalsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SpriteMaskModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SpriteShapeModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.StreamingModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SubstanceModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SubsystemsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TLSModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TerrainModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TerrainPhysicsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TextCoreModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TextRenderingModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TilemapModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UIModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UIElementsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UNETModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UmbraModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityAnalyticsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityConnectModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityTestProtocolModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestAssetBundleModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestAudioModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestTextureModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestWWWModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.VFXModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.VRModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.VehiclesModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.VideoModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.WindModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.XRModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEditor.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEditor.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.VR"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.Graphs"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEditor.Graphs.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEditor.Graphs.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.WindowsStandalone.Extensions"
>
<HintPath>
D:/Unity2019.3/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.WebGL.Extensions"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.Android.Extensions"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"SyntaxTree.VisualStudio.Unity.Bridge"
>
<HintPath>
C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/
2015
/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll
</HintPath>
<HintPath>
C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/
16.0
/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll
</HintPath>
</Reference>
<Reference
Include=
"DemiLib"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DemiLib/Core/DemiLib.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DemiLib/Core/DemiLib.dll
</HintPath>
</Reference>
<Reference
Include=
"DemiEditor"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DemiLib/Core/Editor/DemiEditor.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DemiLib/Core/Editor/DemiEditor.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTween"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTween/DOTween.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTween/DOTween.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTweenEditor"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTweenUpgradeManager"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTween/Editor/DOTweenUpgradeManager.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTween/Editor/DOTweenUpgradeManager.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTweenPro"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTweenPro/DOTweenPro.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTweenPro/DOTweenPro.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTweenProEditor"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll
</HintPath>
</Reference>
<Reference
Include=
"clipper_library"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Library/PackageCache/com.unity.cinemachine@2.7.2/Runtime/ThirdParty/clipper_library.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Library/PackageCache/com.unity.cinemachine@2.7.2/Runtime/ThirdParty/clipper_library.dll
</HintPath>
</Reference>
<Reference
Include=
"netstandard"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/ref/2.0.0/netstandard.dll
</HintPath>
<Reference
Include=
"mscorlib"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Core"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.Linq"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Numerics"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Numerics.Vectors"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Http"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.CSharp"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Data"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Win32.Primitives"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"netstandard"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll
</HintPath>
</Reference>
<Reference
Include=
"System.AppContext"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.AppContext.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.AppContext.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Collections.Concurrent"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Collections.Concurrent.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Collections.Concurrent.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Collections"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Collections.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Collections.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Collections.NonGeneric"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Collections.NonGeneric.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Collections.NonGeneric.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Collections.Specialized"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.Annotations"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ComponentModel.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ComponentModel.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.EventBasedAsync"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ComponentModel.EventBasedAsync.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ComponentModel.EventBasedAsync.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ComponentModel.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ComponentModel.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.TypeConverter"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ComponentModel.TypeConverter.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ComponentModel.TypeConverter.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Console"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Console.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Console.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Data.Common"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Data.Common.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Data.Common.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Contracts"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.Contracts.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.Contracts.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Debug"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.Debug.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.Debug.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.FileVersionInfo"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.FileVersionInfo.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.FileVersionInfo.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Process"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.Process.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.Process.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.StackTrace"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.StackTrace.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.StackTrace.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.TextWriterTraceListener"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.TextWriterTraceListener.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.TextWriterTraceListener.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Tools"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.Tools.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.Tools.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.TraceSource"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Tracing"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Drawing.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Drawing.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Drawing.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Dynamic.Runtime"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Dynamic.Runtime.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Dynamic.Runtime.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Globalization.Calendars"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Globalization.Calendars.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Globalization.Calendars.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Globalization"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Globalization.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Globalization.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Globalization.Extensions"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.Compression"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.Compression.ZipFile"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.Compression.ZipFile.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.Compression.ZipFile.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.FileSystem"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.FileSystem.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.FileSystem.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.FileSystem.DriveInfo"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.FileSystem.DriveInfo.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.FileSystem.DriveInfo.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.FileSystem.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.FileSystem.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.FileSystem.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.FileSystem.Watcher"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.FileSystem.Watcher.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.FileSystem.Watcher.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.IsolatedStorage"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.IsolatedStorage.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.IsolatedStorage.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.MemoryMappedFiles"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.MemoryMappedFiles.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.MemoryMappedFiles.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.Pipes"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.Pipes.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.Pipes.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.UnmanagedMemoryStream"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.UnmanagedMemoryStream.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.UnmanagedMemoryStream.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Linq"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Linq.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Linq.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Linq.Expressions"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Linq.Expressions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Linq.Expressions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Linq.Parallel"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Linq.Parallel.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Linq.Parallel.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Linq.Queryable"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Linq.Queryable.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Linq.Queryable.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Http"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http
.dll
</HintPath>
<Reference
Include=
"System.Net.Http
.Rtc
"
>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc
.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.NameResolution"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.NameResolution.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.NameResolution.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.NetworkInformation"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.NetworkInformation.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.NetworkInformation.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Ping"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.Ping.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.Ping.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Requests"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.Requests.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.Requests.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Security"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.Security.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.Security.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Sockets"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.Sockets.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.Sockets.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.WebHeaderCollection"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.WebHeaderCollection.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.WebHeaderCollection.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.WebSockets.Client"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.WebSockets.Client.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.WebSockets.Client.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.WebSockets"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.WebSockets.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.WebSockets.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ObjectModel"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ObjectModel.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ObjectModel.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Emit"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Emit.ILGeneration"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Emit.Lightweight"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Extensions"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Reflection.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Reflection.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Reflection.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Reflection.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Resources.Reader"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Resources.Reader.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Resources.Reader.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Resources.ResourceManager"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Resources.ResourceManager.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Resources.ResourceManager.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Resources.Writer"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Resources.Writer.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Resources.Writer.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.CompilerServices.VisualC"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.CompilerServices.VisualC.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.CompilerServices.VisualC.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Extensions"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Handles"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Handles.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Handles.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.InteropServices"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.InteropServices.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.InteropServices.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.InteropServices.RuntimeInformation"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.InteropServices.WindowsRuntime"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Numerics"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Numerics.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Numerics.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization.Formatters"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Serialization.Formatters.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Serialization.Formatters.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization.Json"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Serialization.Json.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Serialization.Json.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Serialization.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Serialization.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization.Xml"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Serialization.Xml.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Serialization.Xml.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Claims"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Claims.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Claims.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.Algorithms"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Cryptography.Algorithms.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Cryptography.Algorithms.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.Csp"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Cryptography.Csp.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Cryptography.Csp.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.Encoding"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Cryptography.Encoding.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Cryptography.Encoding.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Cryptography.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Cryptography.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.X509Certificates"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Cryptography.X509Certificates.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Cryptography.X509Certificates.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Principal"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Principal.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Principal.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.SecureString"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Duplex"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Http"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.NetTcp"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Primitives"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Security"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Text.Encoding"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Text.Encoding.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Text.Encoding.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Text.Encoding.Extensions"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Text.Encoding.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Text.Encoding.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Text.RegularExpressions"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Text.RegularExpressions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Text.RegularExpressions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Overlapped"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.Overlapped.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.Overlapped.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Tasks"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.Tasks.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.Tasks.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Tasks.Parallel"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.Tasks.Parallel.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.Tasks.Parallel.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Thread"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.Thread.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.Thread.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.ThreadPool"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.ThreadPool.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.ThreadPool.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Timer"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.Timer.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.Timer.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ValueTuple"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ValueTuple.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ValueTuple.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.ReaderWriter"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Xml.ReaderWriter.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Xml.ReaderWriter.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XDocument"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Xml.XDocument.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Xml.XDocument.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XmlDocument"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Xml.XmlDocument.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Xml.XmlDocument.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XmlSerializer"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Xml.XmlSerializer.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Xml.XmlSerializer.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XPath"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Xml.XPath.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Xml.XPath.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XPath.XDocument"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Numerics.Vectors"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.InteropServices.WindowsRuntime"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll
</HintPath>
</Reference>
<Reference
Include=
"mscorlib"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.Composition"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Core"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Data"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Drawing"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.Compression.FileSystem"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll
</HintPath>
<Reference
Include=
"UnityScript"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Numerics"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Web"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Transactions"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Web"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Windows"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.Linq"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll
</HintPath>
<Reference
Include=
"UnityScript.Lang"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll
</HintPath>
</Reference>
<Reference
Include=
"
System.Xml.Serialization
"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization
.dll
</HintPath>
<Reference
Include=
"
Boo.Lang
"
>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang
.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.UI"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Library/ScriptAssemblies/UnityEditor.UI.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Library/ScriptAssemblies/UnityEditor.UI.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UI"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Library/ScriptAssemblies/UnityEngine.UI.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Library/ScriptAssemblies/UnityEngine.UI.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
...
...
Storage/NonConvexColliderRuntimeAPI.csproj
View file @
27549606
...
...
@@ -2,8 +2,6 @@
<Project
ToolsVersion=
"4.0"
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<LangVersion>
latest
</LangVersion>
<CscToolPath>
D:\Unity2019.3\Editor\Data\Tools\RoslynScripts
</CscToolPath>
<CscToolExe>
unity_csc.bat
</CscToolExe>
</PropertyGroup>
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
...
...
@@ -24,7 +22,7 @@
<DebugType>
full
</DebugType>
<Optimize>
false
</Optimize>
<OutputPath>
Temp\bin\Debug\
</OutputPath>
<DefineConstants>
DEBUG;TRACE;UNITY_2019_3_14;UNITY_2019_3;UNITY_2019;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;
PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;PLATFORM_STANDALONE;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CROSS_PLATFORM
_INPUT;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER
</DefineConstants>
<DefineConstants>
DEBUG;TRACE;UNITY_2019_3_14;UNITY_2019_3;UNITY_2019;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;
UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_RUNTIME_PERMISSIONS;ENABLE_ENGINE_CODE_STRIPPING;ENABLE_ONSCREEN_KEYBOARD;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;ENABLE_VIDEO;PLATFORM_ANDROID;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;UNITY_ASTC_ONLY_DECOMPRESS;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CROSS_PLATFORM_INPUT;MOBILE
_INPUT;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
<NoWarn>
0169
</NoWarn>
...
...
@@ -50,15 +48,18 @@
<ProjectTypeGuids>
{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
</ProjectTypeGuids>
<UnityProjectGenerator>
Unity/VSTU
</UnityProjectGenerator>
<UnityProjectType>
Game:1
</UnityProjectType>
<UnityBuildTarget>
StandaloneWindows64:19
</UnityBuildTarget>
<UnityBuildTarget>
Android:13
</UnityBuildTarget>
<UnityVersion>
2019.3.14f1
</UnityVersion>
</PropertyGroup>
<ItemGroup>
<Analyzer
Include=
"C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\16.0\Analyzers\Microsoft.Unity.Analyzers.dll"
/>
</ItemGroup>
<ItemGroup>
<Reference
Include=
"UnityEngine"
>
<HintPath>
D:\
Unity2019.3
\Editor\Data\Managed/UnityEngine/UnityEngine.dll
</HintPath>
<HintPath>
D:\
wan\unity2019.3.14path\Unity
\Editor\Data\Managed/UnityEngine/UnityEngine.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor"
>
<HintPath>
D:\
Unity2019.3
\Editor\Data\Managed/UnityEditor.dll
</HintPath>
<HintPath>
D:\
wan\unity2019.3.14path\Unity
\Editor\Data\Managed/UnityEditor.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
...
...
@@ -66,577 +67,583 @@
<Compile
Include=
"Assets\#E1_Plugins\Plawius-NonConvexCollider\API\NonConvexColliderInterop.cs"
/>
<None
Include=
"Assets\#E1_Plugins\Plawius-NonConvexCollider\API\NonConvexColliderRuntimeAPI.asmdef"
/>
<Reference
Include=
"UnityEngine"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AIModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ARModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AccessibilityModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AndroidJNIModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AnimationModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AssetBundleModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AudioModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ClothModule"
>
<HintPath>
D:/Unity2019.3/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ClusterInputModule"
>
<HintPath>
D:/Unity2019.3/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ClusterRendererModule"
>
<HintPath>
D:/Unity2019.3/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.CoreModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.CrashReportingModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.DSPGraphModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.DirectorModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.GameCenterModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.GridModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.HotReloadModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.IMGUIModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ImageConversionModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.InputModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.InputLegacyModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.JSONSerializeModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.LocalizationModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ParticleSystemModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.PerformanceReportingModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.PhysicsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.Physics2DModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ProfilerModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ScreenCaptureModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SharedInternalsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SpriteMaskModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SpriteShapeModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.StreamingModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SubstanceModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SubsystemsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TLSModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TerrainModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TerrainPhysicsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TextCoreModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TextRenderingModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TilemapModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UIModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UIElementsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UNETModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UmbraModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityAnalyticsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityConnectModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityTestProtocolModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestAssetBundleModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestAudioModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestTextureModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestWWWModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.VFXModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.VRModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.VehiclesModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.VideoModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.WindModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.XRModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEditor.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEditor.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.VR"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.Graphs"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEditor.Graphs.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEditor.Graphs.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.WindowsStandalone.Extensions"
>
<HintPath>
D:/Unity2019.3/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.WebGL.Extensions"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.Android.Extensions"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"SyntaxTree.VisualStudio.Unity.Bridge"
>
<HintPath>
C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/
2015
/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll
</HintPath>
<HintPath>
C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/
16.0
/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll
</HintPath>
</Reference>
<Reference
Include=
"DemiLib"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DemiLib/Core/DemiLib.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DemiLib/Core/DemiLib.dll
</HintPath>
</Reference>
<Reference
Include=
"DemiEditor"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DemiLib/Core/Editor/DemiEditor.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DemiLib/Core/Editor/DemiEditor.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTween"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTween/DOTween.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTween/DOTween.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTweenEditor"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTweenUpgradeManager"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTween/Editor/DOTweenUpgradeManager.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTween/Editor/DOTweenUpgradeManager.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTweenPro"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTweenPro/DOTweenPro.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTweenPro/DOTweenPro.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTweenProEditor"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll
</HintPath>
</Reference>
<Reference
Include=
"clipper_library"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Library/PackageCache/com.unity.cinemachine@2.7.2/Runtime/ThirdParty/clipper_library.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Library/PackageCache/com.unity.cinemachine@2.7.2/Runtime/ThirdParty/clipper_library.dll
</HintPath>
</Reference>
<Reference
Include=
"netstandard"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/ref/2.0.0/netstandard.dll
</HintPath>
<Reference
Include=
"mscorlib"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Core"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.Linq"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Numerics"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Numerics.Vectors"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Http"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.CSharp"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Data"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Win32.Primitives"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"netstandard"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll
</HintPath>
</Reference>
<Reference
Include=
"System.AppContext"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.AppContext.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.AppContext.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Collections.Concurrent"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Collections.Concurrent.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Collections.Concurrent.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Collections"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Collections.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Collections.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Collections.NonGeneric"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Collections.NonGeneric.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Collections.NonGeneric.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Collections.Specialized"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.Annotations"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ComponentModel.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ComponentModel.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.EventBasedAsync"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ComponentModel.EventBasedAsync.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ComponentModel.EventBasedAsync.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ComponentModel.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ComponentModel.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.TypeConverter"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ComponentModel.TypeConverter.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ComponentModel.TypeConverter.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Console"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Console.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Console.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Data.Common"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Data.Common.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Data.Common.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Contracts"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.Contracts.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.Contracts.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Debug"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.Debug.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.Debug.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.FileVersionInfo"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.FileVersionInfo.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.FileVersionInfo.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Process"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.Process.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.Process.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.StackTrace"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.StackTrace.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.StackTrace.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.TextWriterTraceListener"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.TextWriterTraceListener.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.TextWriterTraceListener.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Tools"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.Tools.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.Tools.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.TraceSource"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Tracing"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Drawing.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Drawing.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Drawing.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Dynamic.Runtime"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Dynamic.Runtime.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Dynamic.Runtime.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Globalization.Calendars"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Globalization.Calendars.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Globalization.Calendars.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Globalization"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Globalization.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Globalization.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Globalization.Extensions"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.Compression"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.Compression.ZipFile"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.Compression.ZipFile.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.Compression.ZipFile.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.FileSystem"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.FileSystem.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.FileSystem.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.FileSystem.DriveInfo"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.FileSystem.DriveInfo.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.FileSystem.DriveInfo.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.FileSystem.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.FileSystem.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.FileSystem.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.FileSystem.Watcher"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.FileSystem.Watcher.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.FileSystem.Watcher.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.IsolatedStorage"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.IsolatedStorage.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.IsolatedStorage.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.MemoryMappedFiles"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.MemoryMappedFiles.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.MemoryMappedFiles.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.Pipes"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.Pipes.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.Pipes.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.UnmanagedMemoryStream"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.UnmanagedMemoryStream.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.UnmanagedMemoryStream.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Linq"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Linq.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Linq.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Linq.Expressions"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Linq.Expressions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Linq.Expressions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Linq.Parallel"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Linq.Parallel.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Linq.Parallel.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Linq.Queryable"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Linq.Queryable.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Linq.Queryable.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Http"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http
.dll
</HintPath>
<Reference
Include=
"System.Net.Http
.Rtc
"
>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc
.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.NameResolution"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.NameResolution.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.NameResolution.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.NetworkInformation"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.NetworkInformation.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.NetworkInformation.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Ping"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.Ping.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.Ping.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Requests"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.Requests.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.Requests.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Security"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.Security.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.Security.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Sockets"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.Sockets.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.Sockets.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.WebHeaderCollection"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.WebHeaderCollection.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.WebHeaderCollection.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.WebSockets.Client"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.WebSockets.Client.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.WebSockets.Client.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.WebSockets"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.WebSockets.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.WebSockets.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ObjectModel"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ObjectModel.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ObjectModel.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Emit"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Emit.ILGeneration"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Emit.Lightweight"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Extensions"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Reflection.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Reflection.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Reflection.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Reflection.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Resources.Reader"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Resources.Reader.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Resources.Reader.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Resources.ResourceManager"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Resources.ResourceManager.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Resources.ResourceManager.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Resources.Writer"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Resources.Writer.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Resources.Writer.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.CompilerServices.VisualC"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.CompilerServices.VisualC.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.CompilerServices.VisualC.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Extensions"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Handles"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Handles.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Handles.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.InteropServices"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.InteropServices.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.InteropServices.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.InteropServices.RuntimeInformation"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.InteropServices.WindowsRuntime"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Numerics"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Numerics.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Numerics.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization.Formatters"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Serialization.Formatters.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Serialization.Formatters.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization.Json"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Serialization.Json.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Serialization.Json.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Serialization.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Serialization.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization.Xml"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Serialization.Xml.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Serialization.Xml.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Claims"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Claims.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Claims.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.Algorithms"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Cryptography.Algorithms.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Cryptography.Algorithms.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.Csp"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Cryptography.Csp.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Cryptography.Csp.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.Encoding"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Cryptography.Encoding.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Cryptography.Encoding.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Cryptography.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Cryptography.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.X509Certificates"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Cryptography.X509Certificates.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Cryptography.X509Certificates.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Principal"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Principal.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Principal.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.SecureString"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Duplex"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Http"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.NetTcp"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Primitives"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Security"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Text.Encoding"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Text.Encoding.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Text.Encoding.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Text.Encoding.Extensions"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Text.Encoding.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Text.Encoding.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Text.RegularExpressions"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Text.RegularExpressions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Text.RegularExpressions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Overlapped"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.Overlapped.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.Overlapped.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Tasks"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.Tasks.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.Tasks.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Tasks.Parallel"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.Tasks.Parallel.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.Tasks.Parallel.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Thread"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.Thread.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.Thread.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.ThreadPool"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.ThreadPool.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.ThreadPool.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Timer"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.Timer.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.Timer.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ValueTuple"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ValueTuple.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ValueTuple.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.ReaderWriter"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Xml.ReaderWriter.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Xml.ReaderWriter.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XDocument"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Xml.XDocument.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Xml.XDocument.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XmlDocument"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Xml.XmlDocument.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Xml.XmlDocument.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XmlSerializer"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Xml.XmlSerializer.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Xml.XmlSerializer.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XPath"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Xml.XPath.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Xml.XPath.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XPath.XDocument"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Numerics.Vectors"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.InteropServices.WindowsRuntime"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll
</HintPath>
</Reference>
<Reference
Include=
"mscorlib"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.Composition"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Core"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Data"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Drawing"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.Compression.FileSystem"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll
</HintPath>
<Reference
Include=
"UnityScript"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Numerics"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Web"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Transactions"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Web"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Windows"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.Linq"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll
</HintPath>
<Reference
Include=
"UnityScript.Lang"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll
</HintPath>
</Reference>
<Reference
Include=
"
System.Xml.Serialization
"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization
.dll
</HintPath>
<Reference
Include=
"
Boo.Lang
"
>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang
.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.UI"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Library/ScriptAssemblies/UnityEditor.UI.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Library/ScriptAssemblies/UnityEditor.UI.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UI"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Library/ScriptAssemblies/UnityEngine.UI.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Library/ScriptAssemblies/UnityEngine.UI.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup></ItemGroup>
...
...
Storage/NonConvexEditor.csproj
View file @
27549606
...
...
@@ -2,8 +2,6 @@
<Project
ToolsVersion=
"4.0"
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<LangVersion>
latest
</LangVersion>
<CscToolPath>
D:\Unity2019.3\Editor\Data\Tools\RoslynScripts
</CscToolPath>
<CscToolExe>
unity_csc.bat
</CscToolExe>
</PropertyGroup>
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
...
...
@@ -24,7 +22,7 @@
<DebugType>
full
</DebugType>
<Optimize>
false
</Optimize>
<OutputPath>
Temp\bin\Debug\
</OutputPath>
<DefineConstants>
DEBUG;TRACE;UNITY_2019_3_14;UNITY_2019_3;UNITY_2019;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;
PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;PLATFORM_STANDALONE;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CROSS_PLATFORM
_INPUT;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER
</DefineConstants>
<DefineConstants>
DEBUG;TRACE;UNITY_2019_3_14;UNITY_2019_3;UNITY_2019;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;
UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_RUNTIME_PERMISSIONS;ENABLE_ENGINE_CODE_STRIPPING;ENABLE_ONSCREEN_KEYBOARD;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;ENABLE_VIDEO;PLATFORM_ANDROID;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;UNITY_ASTC_ONLY_DECOMPRESS;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CROSS_PLATFORM_INPUT;MOBILE
_INPUT;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
<NoWarn>
0169
</NoWarn>
...
...
@@ -50,15 +48,18 @@
<ProjectTypeGuids>
{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
</ProjectTypeGuids>
<UnityProjectGenerator>
Unity/VSTU
</UnityProjectGenerator>
<UnityProjectType>
Editor:5
</UnityProjectType>
<UnityBuildTarget>
StandaloneWindows64:19
</UnityBuildTarget>
<UnityBuildTarget>
Android:13
</UnityBuildTarget>
<UnityVersion>
2019.3.14f1
</UnityVersion>
</PropertyGroup>
<ItemGroup>
<Analyzer
Include=
"C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\16.0\Analyzers\Microsoft.Unity.Analyzers.dll"
/>
</ItemGroup>
<ItemGroup>
<Reference
Include=
"UnityEngine"
>
<HintPath>
D:\
Unity2019.3
\Editor\Data\Managed/UnityEngine/UnityEngine.dll
</HintPath>
<HintPath>
D:\
wan\unity2019.3.14path\Unity
\Editor\Data\Managed/UnityEngine/UnityEngine.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor"
>
<HintPath>
D:\
Unity2019.3
\Editor\Data\Managed/UnityEditor.dll
</HintPath>
<HintPath>
D:\
wan\unity2019.3.14path\Unity
\Editor\Data\Managed/UnityEditor.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
...
...
@@ -67,595 +68,598 @@
<Compile
Include=
"Assets\#E1_Plugins\Plawius-NonConvexCollider\Editor\NonConvexColliderUnityExt.cs"
/>
<None
Include=
"Assets\#E1_Plugins\Plawius-NonConvexCollider\Editor\NonConvexEditor.asmdef"
/>
<Reference
Include=
"UnityEngine"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AIModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ARModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AccessibilityModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AndroidJNIModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AnimationModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AssetBundleModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AudioModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ClothModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ClusterInputModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ClusterRendererModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.CoreModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.CrashReportingModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.DSPGraphModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.DirectorModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.GameCenterModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.GridModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.HotReloadModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.IMGUIModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ImageConversionModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.InputModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.InputLegacyModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.JSONSerializeModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.LocalizationModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ParticleSystemModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.PerformanceReportingModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.PhysicsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.Physics2DModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ProfilerModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ScreenCaptureModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SharedInternalsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SpriteMaskModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SpriteShapeModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.StreamingModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SubstanceModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SubsystemsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TLSModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TerrainModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TerrainPhysicsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TextCoreModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TextRenderingModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TilemapModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UIModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UIElementsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UNETModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UmbraModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityAnalyticsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityConnectModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityTestProtocolModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestAssetBundleModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestAudioModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestTextureModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestWWWModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.VFXModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.VRModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.VehiclesModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.VideoModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.WindModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.XRModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEditor.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEditor.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.VR"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.Graphs"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEditor.Graphs.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEditor.Graphs.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.WindowsStandalone.Extensions"
>
<HintPath>
D:/Unity2019.3/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.WebGL.Extensions"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.Android.Extensions"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"SyntaxTree.VisualStudio.Unity.Bridge"
>
<HintPath>
C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/
2015
/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll
</HintPath>
<HintPath>
C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/
16.0
/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll
</HintPath>
</Reference>
<Reference
Include=
"DemiLib"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DemiLib/Core/DemiLib.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DemiLib/Core/DemiLib.dll
</HintPath>
</Reference>
<Reference
Include=
"DemiEditor"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DemiLib/Core/Editor/DemiEditor.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DemiLib/Core/Editor/DemiEditor.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTween"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTween/DOTween.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTween/DOTween.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTweenEditor"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTweenUpgradeManager"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTween/Editor/DOTweenUpgradeManager.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTween/Editor/DOTweenUpgradeManager.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTweenPro"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTweenPro/DOTweenPro.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTweenPro/DOTweenPro.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTweenProEditor"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll
</HintPath>
</Reference>
<Reference
Include=
"clipper_library"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Library/PackageCache/com.unity.cinemachine@2.7.2/Runtime/ThirdParty/clipper_library.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Library/PackageCache/com.unity.cinemachine@2.7.2/Runtime/ThirdParty/clipper_library.dll
</HintPath>
</Reference>
<Reference
Include=
"nunit.framework"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Library/PackageCache/com.unity.ext.nunit@1.0.0/net35/unity-custom/nunit.framework.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Library/PackageCache/com.unity.ext.nunit@1.0.0/net35/unity-custom/nunit.framework.dll
</HintPath>
</Reference>
<Reference
Include=
"mscorlib"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Core"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.Linq"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Numerics"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Numerics.Vectors"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Http"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.CSharp"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Data"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Win32.Primitives"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"netstandard"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll
</HintPath>
</Reference>
<Reference
Include=
"System.AppContext"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Collections.Concurrent"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Collections"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Collections.NonGeneric"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Collections.Specialized"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.Annotations"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.EventBasedAsync"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.Primitives"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.TypeConverter"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Console"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Data.Common"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Contracts"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Debug"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.FileVersionInfo"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Process"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.StackTrace"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.TextWriterTraceListener"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Tools"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.TraceSource"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Drawing.Primitives"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Dynamic.Runtime"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Globalization.Calendars"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Globalization"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Globalization.Extensions"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.Compression.ZipFile"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.FileSystem"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.FileSystem.DriveInfo"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.FileSystem.Primitives"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.FileSystem.Watcher"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.IsolatedStorage"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.MemoryMappedFiles"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.Pipes"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.UnmanagedMemoryStream"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Linq"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Linq.Expressions"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Linq.Parallel"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Linq.Queryable"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Http.Rtc"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.NameResolution"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.NetworkInformation"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Ping"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Primitives"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Requests"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Security"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Sockets"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.WebHeaderCollection"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.WebSockets.Client"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.WebSockets"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ObjectModel"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Emit"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Emit.ILGeneration"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Emit.Lightweight"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Extensions"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Primitives"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Resources.Reader"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Resources.ResourceManager"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Resources.Writer"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.CompilerServices.VisualC"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Extensions"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Handles"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.InteropServices"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.InteropServices.RuntimeInformation"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.InteropServices.WindowsRuntime"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Numerics"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization.Formatters"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization.Json"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization.Primitives"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization.Xml"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Claims"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.Algorithms"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.Csp"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.Encoding"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.Primitives"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.X509Certificates"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Principal"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.SecureString"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Duplex"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Http"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.NetTcp"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Primitives"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Security"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Text.Encoding"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Text.Encoding.Extensions"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Text.RegularExpressions"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Overlapped"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Tasks"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Tasks.Parallel"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Thread"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.ThreadPool"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Timer"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ValueTuple"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.ReaderWriter"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XDocument"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XmlDocument"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XmlSerializer"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XPath"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XPath.XDocument"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityScript"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityScript.Lang"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll
</HintPath>
</Reference>
<Reference
Include=
"Boo.Lang"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.UI"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Library/ScriptAssemblies/UnityEditor.UI.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Library/ScriptAssemblies/UnityEditor.UI.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UI"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Library/ScriptAssemblies/UnityEngine.UI.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Library/ScriptAssemblies/UnityEngine.UI.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.TestRunner"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Library/ScriptAssemblies/UnityEditor.TestRunner.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Library/ScriptAssemblies/UnityEditor.TestRunner.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TestRunner"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Library/ScriptAssemblies/UnityEngine.TestRunner.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Library/ScriptAssemblies/UnityEngine.TestRunner.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
...
...
Storage/RuntimeTestAssembly.csproj
View file @
27549606
...
...
@@ -2,8 +2,6 @@
<Project
ToolsVersion=
"4.0"
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<LangVersion>
latest
</LangVersion>
<CscToolPath>
D:\Unity2019.3\Editor\Data\Tools\RoslynScripts
</CscToolPath>
<CscToolExe>
unity_csc.bat
</CscToolExe>
</PropertyGroup>
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
...
...
@@ -24,7 +22,7 @@
<DebugType>
full
</DebugType>
<Optimize>
false
</Optimize>
<OutputPath>
Temp\bin\Debug\
</OutputPath>
<DefineConstants>
DEBUG;TRACE;UNITY_2019_3_14;UNITY_2019_3;UNITY_2019;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;
PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;PLATFORM_STANDALONE;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CROSS_PLATFORM
_INPUT;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER
</DefineConstants>
<DefineConstants>
DEBUG;TRACE;UNITY_2019_3_14;UNITY_2019_3;UNITY_2019;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;
UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_RUNTIME_PERMISSIONS;ENABLE_ENGINE_CODE_STRIPPING;ENABLE_ONSCREEN_KEYBOARD;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;ENABLE_VIDEO;PLATFORM_ANDROID;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;UNITY_ASTC_ONLY_DECOMPRESS;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CROSS_PLATFORM_INPUT;MOBILE
_INPUT;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
<NoWarn>
0169
</NoWarn>
...
...
@@ -50,592 +48,601 @@
<ProjectTypeGuids>
{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
</ProjectTypeGuids>
<UnityProjectGenerator>
Unity/VSTU
</UnityProjectGenerator>
<UnityProjectType>
Game:1
</UnityProjectType>
<UnityBuildTarget>
StandaloneWindows64:19
</UnityBuildTarget>
<UnityBuildTarget>
Android:13
</UnityBuildTarget>
<UnityVersion>
2019.3.14f1
</UnityVersion>
</PropertyGroup>
<ItemGroup>
<Analyzer
Include=
"C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\16.0\Analyzers\Microsoft.Unity.Analyzers.dll"
/>
</ItemGroup>
<ItemGroup>
<Reference
Include=
"UnityEngine"
>
<HintPath>
D:\
Unity2019.3
\Editor\Data\Managed/UnityEngine/UnityEngine.dll
</HintPath>
<HintPath>
D:\
wan\unity2019.3.14path\Unity
\Editor\Data\Managed/UnityEngine/UnityEngine.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor"
>
<HintPath>
D:\
Unity2019.3
\Editor\Data\Managed/UnityEditor.dll
</HintPath>
<HintPath>
D:\
wan\unity2019.3.14path\Unity
\Editor\Data\Managed/UnityEditor.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"Assets\#E1_Plugins\Plawius-NonConvexCollider\RuntimeDemo\RuntimeTest.cs"
/>
<None
Include=
"Assets\#E1_Plugins\Plawius-NonConvexCollider\RuntimeDemo\RuntimeTestAssembly.asmdef"
/>
<Reference
Include=
"UnityEngine"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AIModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ARModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AccessibilityModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AndroidJNIModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AnimationModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AssetBundleModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.AudioModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ClothModule"
>
<HintPath>
D:/Unity2019.3/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ClusterInputModule"
>
<HintPath>
D:/Unity2019.3/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ClusterRendererModule"
>
<HintPath>
D:/Unity2019.3/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.CoreModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.CrashReportingModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.DSPGraphModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.DirectorModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.GameCenterModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.GridModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.HotReloadModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.IMGUIModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ImageConversionModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.InputModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.InputLegacyModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.JSONSerializeModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.LocalizationModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ParticleSystemModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.PerformanceReportingModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.PhysicsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.Physics2DModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ProfilerModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.ScreenCaptureModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SharedInternalsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SpriteMaskModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SpriteShapeModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.StreamingModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SubstanceModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.SubsystemsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TLSModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TerrainModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TerrainPhysicsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TextCoreModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TextRenderingModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.TilemapModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UIModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UIElementsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UNETModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UmbraModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityAnalyticsModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityConnectModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityTestProtocolModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestAssetBundleModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestAudioModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestTextureModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UnityWebRequestWWWModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.VFXModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.VRModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.VehiclesModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.VideoModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.WindModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.XRModule"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEditor.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEditor.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.VR"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.Graphs"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/Managed/UnityEditor.Graphs.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/Managed/UnityEditor.Graphs.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.WindowsStandalone.Extensions"
>
<HintPath>
D:/Unity2019.3/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.WebGL.Extensions"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.Android.Extensions"
>
<HintPath>
D:/
Unity2019.3
/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity
/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"SyntaxTree.VisualStudio.Unity.Bridge"
>
<HintPath>
C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/
2015
/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll
</HintPath>
<HintPath>
C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/
16.0
/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll
</HintPath>
</Reference>
<Reference
Include=
"DemiLib"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DemiLib/Core/DemiLib.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DemiLib/Core/DemiLib.dll
</HintPath>
</Reference>
<Reference
Include=
"DemiEditor"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DemiLib/Core/Editor/DemiEditor.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DemiLib/Core/Editor/DemiEditor.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTween"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTween/DOTween.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTween/DOTween.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTweenEditor"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTweenUpgradeManager"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTween/Editor/DOTweenUpgradeManager.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTween/Editor/DOTweenUpgradeManager.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTweenPro"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTweenPro/DOTweenPro.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTweenPro/DOTweenPro.dll
</HintPath>
</Reference>
<Reference
Include=
"DOTweenProEditor"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Assets/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Assets/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll
</HintPath>
</Reference>
<Reference
Include=
"clipper_library"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Library/PackageCache/com.unity.cinemachine@2.7.2/Runtime/ThirdParty/clipper_library.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Library/PackageCache/com.unity.cinemachine@2.7.2/Runtime/ThirdParty/clipper_library.dll
</HintPath>
</Reference>
<Reference
Include=
"netstandard"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/ref/2.0.0/netstandard.dll
</HintPath>
<Reference
Include=
"mscorlib"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Core"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.Linq"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Numerics"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Numerics.Vectors"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Http"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.CSharp"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Data"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Win32.Primitives"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"netstandard"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll
</HintPath>
</Reference>
<Reference
Include=
"System.AppContext"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.AppContext.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.AppContext.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Collections.Concurrent"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Collections.Concurrent.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Collections.Concurrent.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Collections"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Collections.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Collections.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Collections.NonGeneric"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Collections.NonGeneric.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Collections.NonGeneric.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Collections.Specialized"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.Annotations"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ComponentModel.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ComponentModel.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.EventBasedAsync"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ComponentModel.EventBasedAsync.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ComponentModel.EventBasedAsync.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ComponentModel.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ComponentModel.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.TypeConverter"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ComponentModel.TypeConverter.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ComponentModel.TypeConverter.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Console"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Console.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Console.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Data.Common"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Data.Common.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Data.Common.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Contracts"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.Contracts.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.Contracts.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Debug"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.Debug.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.Debug.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.FileVersionInfo"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.FileVersionInfo.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.FileVersionInfo.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Process"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.Process.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.Process.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.StackTrace"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.StackTrace.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.StackTrace.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.TextWriterTraceListener"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.TextWriterTraceListener.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.TextWriterTraceListener.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Tools"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Diagnostics.Tools.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Diagnostics.Tools.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.TraceSource"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Diagnostics.Tracing"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Drawing.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Drawing.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Drawing.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Dynamic.Runtime"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Dynamic.Runtime.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Dynamic.Runtime.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Globalization.Calendars"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Globalization.Calendars.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Globalization.Calendars.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Globalization"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Globalization.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Globalization.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Globalization.Extensions"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.Compression"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.Compression.ZipFile"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.Compression.ZipFile.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.Compression.ZipFile.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.FileSystem"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.FileSystem.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.FileSystem.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.FileSystem.DriveInfo"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.FileSystem.DriveInfo.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.FileSystem.DriveInfo.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.FileSystem.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.FileSystem.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.FileSystem.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.FileSystem.Watcher"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.FileSystem.Watcher.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.FileSystem.Watcher.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.IsolatedStorage"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.IsolatedStorage.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.IsolatedStorage.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.MemoryMappedFiles"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.MemoryMappedFiles.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.MemoryMappedFiles.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.Pipes"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.Pipes.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.Pipes.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.UnmanagedMemoryStream"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.IO.UnmanagedMemoryStream.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.IO.UnmanagedMemoryStream.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Linq"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Linq.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Linq.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Linq.Expressions"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Linq.Expressions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Linq.Expressions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Linq.Parallel"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Linq.Parallel.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Linq.Parallel.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Linq.Queryable"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Linq.Queryable.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Linq.Queryable.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Http"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http
.dll
</HintPath>
<Reference
Include=
"System.Net.Http
.Rtc
"
>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc
.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.NameResolution"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.NameResolution.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.NameResolution.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.NetworkInformation"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.NetworkInformation.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.NetworkInformation.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Ping"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.Ping.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.Ping.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Requests"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.Requests.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.Requests.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Security"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.Security.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.Security.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Sockets"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.Sockets.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.Sockets.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.WebHeaderCollection"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.WebHeaderCollection.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.WebHeaderCollection.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.WebSockets.Client"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.WebSockets.Client.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.WebSockets.Client.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.WebSockets"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Net.WebSockets.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Net.WebSockets.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ObjectModel"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ObjectModel.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ObjectModel.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Emit"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Emit.ILGeneration"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Emit.Lightweight"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Extensions"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Reflection.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Reflection.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Reflection.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Reflection.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Reflection.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Resources.Reader"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Resources.Reader.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Resources.Reader.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Resources.ResourceManager"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Resources.ResourceManager.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Resources.ResourceManager.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Resources.Writer"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Resources.Writer.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Resources.Writer.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.CompilerServices.VisualC"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.CompilerServices.VisualC.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.CompilerServices.VisualC.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Extensions"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Handles"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Handles.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Handles.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.InteropServices"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.InteropServices.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.InteropServices.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.InteropServices.RuntimeInformation"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.InteropServices.WindowsRuntime"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Numerics"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Numerics.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Numerics.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization.Formatters"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Serialization.Formatters.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Serialization.Formatters.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization.Json"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Serialization.Json.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Serialization.Json.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Serialization.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Serialization.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization.Xml"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Runtime.Serialization.Xml.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Runtime.Serialization.Xml.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Claims"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Claims.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Claims.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.Algorithms"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Cryptography.Algorithms.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Cryptography.Algorithms.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.Csp"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Cryptography.Csp.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Cryptography.Csp.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.Encoding"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Cryptography.Encoding.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Cryptography.Encoding.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.Primitives"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Cryptography.Primitives.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Cryptography.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Cryptography.X509Certificates"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Cryptography.X509Certificates.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Cryptography.X509Certificates.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.Principal"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Security.Principal.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Security.Principal.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Security.SecureString"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Duplex"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Http"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.NetTcp"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Primitives"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Security"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Text.Encoding"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Text.Encoding.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Text.Encoding.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Text.Encoding.Extensions"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Text.Encoding.Extensions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Text.Encoding.Extensions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Text.RegularExpressions"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Text.RegularExpressions.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Text.RegularExpressions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Overlapped"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.Overlapped.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.Overlapped.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Tasks"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.Tasks.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.Tasks.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Tasks.Parallel"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.Tasks.Parallel.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.Tasks.Parallel.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Thread"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.Thread.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.Thread.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.ThreadPool"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.ThreadPool.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.ThreadPool.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Threading.Timer"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Threading.Timer.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Threading.Timer.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ValueTuple"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.ValueTuple.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.ValueTuple.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.ReaderWriter"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Xml.ReaderWriter.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Xml.ReaderWriter.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XDocument"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Xml.XDocument.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Xml.XDocument.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XmlDocument"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Xml.XmlDocument.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Xml.XmlDocument.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XmlSerializer"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Xml.XmlSerializer.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Xml.XmlSerializer.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XPath"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard
/System.Xml.XPath.dll
</HintPath>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades
/System.Xml.XPath.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.XPath.XDocument"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Numerics.Vectors"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.InteropServices.WindowsRuntime"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll
</HintPath>
</Reference>
<Reference
Include=
"mscorlib"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ComponentModel.Composition"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Core"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll
</HintPath>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Data"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Drawing"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.Compression.FileSystem"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll
</HintPath>
<Reference
Include=
"UnityScript"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Numerics"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Runtime.Serialization"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll
</HintPath>
</Reference>
<Reference
Include=
"System.ServiceModel.Web"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Transactions"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Web"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Windows"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.Linq"
>
<HintPath>
D:/Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll
</HintPath>
<Reference
Include=
"UnityScript.Lang"
>
<HintPath>
D:/wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll
</HintPath>
</Reference>
<Reference
Include=
"
System.Xml.Serialization
"
>
<HintPath>
D:/
Unity2019.3/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization
.dll
</HintPath>
<Reference
Include=
"
Boo.Lang
"
>
<HintPath>
D:/
wan/unity2019.3.14path/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang
.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEditor.UI"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Library/ScriptAssemblies/UnityEditor.UI.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Library/ScriptAssemblies/UnityEditor.UI.dll
</HintPath>
</Reference>
<Reference
Include=
"UnityEngine.UI"
>
<HintPath>
G:/DuoYou/StorageMaster
/Storage/Library/ScriptAssemblies/UnityEngine.UI.dll
</HintPath>
<HintPath>
D:/wan/dyspaceGame/Storage
/Storage/Library/ScriptAssemblies/UnityEngine.UI.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
...
...
Storage/Storage.sln
View file @
27549606
...
...
@@ -3,8 +3,16 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{83355358-96AD-9FBF-E5C0-19A3B1543F57}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NonConvexCollider", "NonConvexCollider.csproj", "{6ABC5C65-0543-C58B-4028-3F8D887198CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NonConvexColliderRuntimeAPI", "NonConvexColliderRuntimeAPI.csproj", "{CE7A497B-0759-BC3A-70AA-B8BC7D26B95B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuntimeTestAssembly", "RuntimeTestAssembly.csproj", "{3156A578-70AA-168C-318D-2AD0659A0A5F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{7B06F993-FB77-FDFE-BFE7-A14136B23707}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NonConvexEditor", "NonConvexEditor.csproj", "{CEDE9E0B-9D26-96E6-6C99-D81B884A192F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
...
...
@@ -15,10 +23,26 @@ Global
{83355358-96AD-9FBF-E5C0-19A3B1543F57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83355358-96AD-9FBF-E5C0-19A3B1543F57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83355358-96AD-9FBF-E5C0-19A3B1543F57}.Release|Any CPU.Build.0 = Release|Any CPU
{6ABC5C65-0543-C58B-4028-3F8D887198CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6ABC5C65-0543-C58B-4028-3F8D887198CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6ABC5C65-0543-C58B-4028-3F8D887198CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6ABC5C65-0543-C58B-4028-3F8D887198CF}.Release|Any CPU.Build.0 = Release|Any CPU
{CE7A497B-0759-BC3A-70AA-B8BC7D26B95B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE7A497B-0759-BC3A-70AA-B8BC7D26B95B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE7A497B-0759-BC3A-70AA-B8BC7D26B95B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE7A497B-0759-BC3A-70AA-B8BC7D26B95B}.Release|Any CPU.Build.0 = Release|Any CPU
{3156A578-70AA-168C-318D-2AD0659A0A5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3156A578-70AA-168C-318D-2AD0659A0A5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3156A578-70AA-168C-318D-2AD0659A0A5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3156A578-70AA-168C-318D-2AD0659A0A5F}.Release|Any CPU.Build.0 = Release|Any CPU
{7B06F993-FB77-FDFE-BFE7-A14136B23707}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B06F993-FB77-FDFE-BFE7-A14136B23707}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B06F993-FB77-FDFE-BFE7-A14136B23707}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B06F993-FB77-FDFE-BFE7-A14136B23707}.Release|Any CPU.Build.0 = Release|Any CPU
{CEDE9E0B-9D26-96E6-6C99-D81B884A192F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEDE9E0B-9D26-96E6-6C99-D81B884A192F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEDE9E0B-9D26-96E6-6C99-D81B884A192F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEDE9E0B-9D26-96E6-6C99-D81B884A192F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment