Unity.Model.csproj 81.6 KB
Newer Older
1 2
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup>
T
tanghai 已提交
4
    <LangVersion>7.3</LangVersion>
5 6
    <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  </PropertyGroup>
7 8 9 10 11
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>10.0.20506</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
12
    <RootNamespace></RootNamespace>
13
    <ProjectGuid>{B4BF9894-F5D9-41C4-13E3-3F26F7700E29}</ProjectGuid>
14
    <OutputType>Library</OutputType>
15
    <AppDesignerFolder>Properties</AppDesignerFolder>
16
    <AssemblyName>Unity.Model</AssemblyName>
17
    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
18
    <FileAlignment>512</FileAlignment>
19
    <BaseDirectory>.</BaseDirectory>
20 21
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 23
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
24
    <Optimize>false</Optimize>
25
    <OutputPath>Temp\bin\Debug\</OutputPath>
26
    <DefineConstants>DEBUG;TRACE;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_3_6;UNITY_2018_3;UNITY_2018;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_STANDALONE_WIN;PLATFORM_STANDALONE;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_EVENT_QUEUE;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;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;NET452;ILRuntime;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
27 28
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
29
    <NoWarn>0169</NoWarn>
30
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
31 32 33
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
34 35
    <Optimize>true</Optimize>
    <OutputPath>Temp\bin\Release\</OutputPath>
36 37
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
38
    <NoWarn>0169</NoWarn>
39 40 41 42 43 44 45 46
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup>
    <NoConfig>true</NoConfig>
    <NoStdLib>true</NoStdLib>
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
    <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
    <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
47 48 49
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="UnityEngine">
50
      <HintPath>C:\Apps\Unity\2018.3.6f1\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
51
    </Reference>
52
    <Reference Include="UnityEditor">
53
      <HintPath>C:\Apps\Unity\2018.3.6f1\Editor\Data\Managed/UnityEditor.dll</HintPath>
54 55 56
    </Reference>
  </ItemGroup>
  <ItemGroup>
57 58
    <Compile Include="Assets\Model\Base\Async\AsyncETTaskMethodBuilder.cs" />
    <Compile Include="Assets\Model\Base\Async\AsyncETVoidMethodBuilder.cs" />
59 60 61 62
    <Compile Include="Assets\Model\Base\Async\AsyncMethodBuilderAttribute.cs" />
    <Compile Include="Assets\Model\Base\Async\ETTask.cs" />
    <Compile Include="Assets\Model\Base\Async\ETTaskCompletionSource.cs" />
    <Compile Include="Assets\Model\Base\Async\ETTaskFactory.cs" />
63
    <Compile Include="Assets\Model\Base\Async\ETVoid.cs" />
64 65
    <Compile Include="Assets\Model\Base\Async\IAwaiter.cs" />
    <Compile Include="Assets\Model\Base\Async\MoveNextRunner.cs" />
66 67 68 69 70 71 72
    <Compile Include="Assets\Model\Base\DoubleMap.cs" />
    <Compile Include="Assets\Model\Base\Event\Env.cs" />
    <Compile Include="Assets\Model\Base\Event\EnvKey.cs" />
    <Compile Include="Assets\Model\Base\Event\EventAttribute.cs" />
    <Compile Include="Assets\Model\Base\Event\EventIdType.cs" />
    <Compile Include="Assets\Model\Base\Event\IEvent.cs" />
    <Compile Include="Assets\Model\Base\Helper\ByteHelper.cs" />
73
    <Compile Include="Assets\Model\Base\Helper\Dumper.cs" />
74 75 76 77 78 79
    <Compile Include="Assets\Model\Base\Helper\EnumHelper.cs" />
    <Compile Include="Assets\Model\Base\Helper\FileHelper.cs" />
    <Compile Include="Assets\Model\Base\Helper\IdGenerater.cs" />
    <Compile Include="Assets\Model\Base\Helper\JsonHelper.cs" />
    <Compile Include="Assets\Model\Base\Helper\MD5Helper.cs" />
    <Compile Include="Assets\Model\Base\Helper\MethodInfoHelper.cs" />
80
    <Compile Include="Assets\Model\Base\Helper\MongoHelper.cs" />
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
    <Compile Include="Assets\Model\Base\Helper\NetHelper.cs" />
    <Compile Include="Assets\Model\Base\Helper\ObjectHelper.cs" />
    <Compile Include="Assets\Model\Base\Helper\RandomHelper.cs" />
    <Compile Include="Assets\Model\Base\Helper\StringHelper.cs" />
    <Compile Include="Assets\Model\Base\Helper\TimeHelper.cs" />
    <Compile Include="Assets\Model\Base\Helper\ZipHelper.cs" />
    <Compile Include="Assets\Model\Base\IL\Adapt_IMessage.cs" />
    <Compile Include="Assets\Model\Base\IL\IAsyncStateMachineAdaptor.cs" />
    <Compile Include="Assets\Model\Base\IL\IDisposableAdaptor.cs" />
    <Compile Include="Assets\Model\Base\IL\ILAdapterAttribute.cs" />
    <Compile Include="Assets\Model\Base\IL\ILBindingAttribute.cs" />
    <Compile Include="Assets\Model\Base\Log.cs" />
    <Compile Include="Assets\Model\Base\LogType.cs" />
    <Compile Include="Assets\Model\Base\MultiMap.cs" />
    <Compile Include="Assets\Model\Base\Object\BaseAttribute.cs" />
    <Compile Include="Assets\Model\Base\Object\Component.cs" />
    <Compile Include="Assets\Model\Base\Object\ComponentFactory.cs" />
98
    <Compile Include="Assets\Model\Base\Object\ComponentView.cs" />
99 100 101 102 103
    <Compile Include="Assets\Model\Base\Object\ComponentWithId.cs" />
    <Compile Include="Assets\Model\Base\Object\Entity.cs" />
    <Compile Include="Assets\Model\Base\Object\EntityEventAttribute.cs" />
    <Compile Include="Assets\Model\Base\Object\EventProxy.cs" />
    <Compile Include="Assets\Model\Base\Object\EventSystem.cs" />
104
    <Compile Include="Assets\Model\Base\Object\HideInHierarchy.cs" />
105 106
    <Compile Include="Assets\Model\Base\Object\IAwakeSystem.cs" />
    <Compile Include="Assets\Model\Base\Object\IChangeSystem.cs" />
107
    <Compile Include="Assets\Model\Base\Object\IDeserializeSystem.cs" />
108 109 110 111 112 113 114 115 116 117
    <Compile Include="Assets\Model\Base\Object\IDestroySystem.cs" />
    <Compile Include="Assets\Model\Base\Object\ILateUpdateSystem.cs" />
    <Compile Include="Assets\Model\Base\Object\ILoadSystem.cs" />
    <Compile Include="Assets\Model\Base\Object\ISerializeToEntity.cs" />
    <Compile Include="Assets\Model\Base\Object\IStartSystem.cs" />
    <Compile Include="Assets\Model\Base\Object\IUpdateSystem.cs" />
    <Compile Include="Assets\Model\Base\Object\Object.cs" />
    <Compile Include="Assets\Model\Base\Object\ObjectPool.cs" />
    <Compile Include="Assets\Model\Base\Object\ObjectSystemAttribute.cs" />
    <Compile Include="Assets\Model\Base\OneThreadSynchronizationContext.cs" />
118
    <Compile Include="Assets\Model\Base\ProcessHelper.cs" />
119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
    <Compile Include="Assets\Model\Base\QueueDictionary.cs" />
    <Compile Include="Assets\Model\Base\RecyclableMemoryStream\Events.cs" />
    <Compile Include="Assets\Model\Base\RecyclableMemoryStream\RecyclableMemoryStream.cs" />
    <Compile Include="Assets\Model\Base\RecyclableMemoryStream\RecyclableMemoryStreamManager.cs" />
    <Compile Include="Assets\Model\Base\TryLocker.cs" />
    <Compile Include="Assets\Model\Base\UnOrderMultiMap.cs" />
    <Compile Include="Assets\Model\Component\Config\ClientConfig.cs" />
    <Compile Include="Assets\Model\Component\Config\DBConfig.cs" />
    <Compile Include="Assets\Model\Component\Config\GlobalProto.cs" />
    <Compile Include="Assets\Model\Component\Config\HttpConfig.cs" />
    <Compile Include="Assets\Model\Component\Config\InnerConfig.cs" />
    <Compile Include="Assets\Model\Component\Config\OuterConfig.cs" />
    <Compile Include="Assets\Model\Component\Config\RunServerConfig.cs" />
    <Compile Include="Assets\Model\Component\Config\StartConfig.cs" />
    <Compile Include="Assets\Model\Component\GlobalConfigComponent.cs" />
    <Compile Include="Assets\Model\Component\SceneChangeComponent.cs" />
    <Compile Include="Assets\Model\Component\TimerComponent.cs" />
    <Compile Include="Assets\Model\Entity\Game.cs" />
    <Compile Include="Assets\Model\Entity\Hotfix.cs" />
    <Compile Include="Assets\Model\Entity\Scene.cs" />
    <Compile Include="Assets\Model\Entity\UnityWebRequestAsync.cs" />
    <Compile Include="Assets\Model\Helper\ActionHelper.cs" />
    <Compile Include="Assets\Model\Helper\BundleHelper.cs" />
    <Compile Include="Assets\Model\Helper\GameObjectHelper.cs" />
    <Compile Include="Assets\Model\Helper\ILHelper.cs" />
    <Compile Include="Assets\Model\Helper\PathHelper.cs" />
    <Compile Include="Assets\Model\Helper\PositionHelper.cs" />
    <Compile Include="Assets\Model\Helper\ResourcesHelper.cs" />
147 148 149
    <Compile Include="Assets\Model\ILBinding\CLRBindings.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_ActionHelper_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_Actor_Test_Binding.cs" />
T
tanghai 已提交
150 151 152 153 154
    <Compile Include="Assets\Model\ILBinding\ETModel_AnimatorComponent_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_AppTypeHelper_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_AssetBundleHelper_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_AsyncETVoidMethodBuilder_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_ByteHelper_Binding.cs" />
155 156 157
    <Compile Include="Assets\Model\ILBinding\ETModel_C2G_EnterMap_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_Component_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_ComponentFactory_Binding.cs" />
T
tanghai 已提交
158 159
    <Compile Include="Assets\Model\ILBinding\ETModel_ComponentView_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_ConfigAttribute_Binding.cs" />
160
    <Compile Include="Assets\Model\ILBinding\ETModel_Define_Binding.cs" />
161 162 163
    <Compile Include="Assets\Model\ILBinding\ETModel_DoubleMap_2_UInt16_Type_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_Entity_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_ErrorCode_Binding.cs" />
T
tanghai 已提交
164 165
    <Compile Include="Assets\Model\ILBinding\ETModel_ETTask_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_ETTask_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding_Await_t.cs" />
166 167
    <Compile Include="Assets\Model\ILBinding\ETModel_ETTask_1_IResponse_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_ETTask_1_IResponse_Binding_Awaiter_Binding.cs" />
T
tanghai 已提交
168 169 170 171
    <Compile Include="Assets\Model\ILBinding\ETModel_ETTask_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_ETTask_Binding_Awaiter_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_ETTaskCompletionSource_1_Google_Protobuf_Adapt_IMessage_Binding_Adapt_t.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_ETVoid_Binding.cs" />
172 173 174
    <Compile Include="Assets\Model\ILBinding\ETModel_EventAttribute_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_EventProxy_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_EventSystem_Binding.cs" />
T
tanghai 已提交
175 176
    <Compile Include="Assets\Model\ILBinding\ETModel_Frame_ClickMap_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_G2C_EnterMap_Binding.cs" />
177 178
    <Compile Include="Assets\Model\ILBinding\ETModel_Game_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_GameObjectHelper_Binding.cs" />
T
tanghai 已提交
179
    <Compile Include="Assets\Model\ILBinding\ETModel_GizmosDebug_Binding.cs" />
180 181 182 183 184
    <Compile Include="Assets\Model\ILBinding\ETModel_GlobalConfigComponent_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_GlobalProto_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_Hotfix_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_IdGenerater_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_IMessagePacker_Binding.cs" />
T
tanghai 已提交
185
    <Compile Include="Assets\Model\ILBinding\ETModel_LayerNames_Binding.cs" />
186
    <Compile Include="Assets\Model\ILBinding\ETModel_Log_Binding.cs" />
T
tanghai 已提交
187 188
    <Compile Include="Assets\Model\ILBinding\ETModel_M2C_CreateUnits_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_M2C_PathfindingResult_Binding.cs" />
189
    <Compile Include="Assets\Model\ILBinding\ETModel_MessageAttribute_Binding.cs" />
T
tanghai 已提交
190
    <Compile Include="Assets\Model\ILBinding\ETModel_MessageDispatcherComponent_Binding.cs" />
191 192
    <Compile Include="Assets\Model\ILBinding\ETModel_MessageInfo_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_MessageProxy_Binding.cs" />
T
tanghai 已提交
193
    <Compile Include="Assets\Model\ILBinding\ETModel_MongoHelper_Binding.cs" />
194
    <Compile Include="Assets\Model\ILBinding\ETModel_NetworkComponent_Binding.cs" />
T
tanghai 已提交
195
    <Compile Include="Assets\Model\ILBinding\ETModel_OpcodeHelper_Binding.cs" />
196 197 198 199 200
    <Compile Include="Assets\Model\ILBinding\ETModel_OpcodeTypeComponent_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_Player_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_PlayerComponent_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_ResourcesComponent_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_RpcException_Binding.cs" />
T
tanghai 已提交
201
    <Compile Include="Assets\Model\ILBinding\ETModel_SceneChangeComponent_Binding.cs" />
202 203 204
    <Compile Include="Assets\Model\ILBinding\ETModel_Session_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_SessionCallbackComponent_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_SessionComponent_Binding.cs" />
205
    <Compile Include="Assets\Model\ILBinding\ETModel_StringHelper_Binding.cs" />
T
tanghai 已提交
206
    <Compile Include="Assets\Model\ILBinding\ETModel_Unit_Binding.cs" />
207 208
    <Compile Include="Assets\Model\ILBinding\ETModel_UnitComponent_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_UnitFactory_Binding.cs" />
T
tanghai 已提交
209 210
    <Compile Include="Assets\Model\ILBinding\ETModel_UnitInfo_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_UnitPathComponent_Binding.cs" />
211
    <Compile Include="Assets\Model\ILBinding\ETModel_UnOrderMultiMap_2_Type_ILTypeInstance_Binding.cs" />
T
tanghai 已提交
212
    <Compile Include="Assets\Model\ILBinding\Google_Protobuf_ByteString_Binding.cs" />
213 214 215 216 217
    <Compile Include="Assets\Model\ILBinding\Google_Protobuf_CodedInputStream_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\Google_Protobuf_CodedOutputStream_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_Google_Protobuf_Adapt_IMessage_Bi_t.cs" />
    <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_Int32_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_Int64_Binding.cs" />
T
tanghai 已提交
218
    <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_Single_Binding.cs" />
219 220 221 222 223 224 225 226 227
    <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_String_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_UnitInfo_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\Google_Protobuf_FieldCodec_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\Google_Protobuf_MessageParser_1_Google_Protobuf_Adapt_IMessage_Binding_Adapto_t.cs" />
    <Compile Include="Assets\Model\ILBinding\Google_Protobuf_ProtoPreconditions_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\LitJson_JsonMapper_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ReferenceCollector_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Action_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Activator_Binding.cs" />
T
tanghai 已提交
228
    <Compile Include="Assets\Model\ILBinding\System_Array_Binding.cs" />
229 230 231 232 233 234 235
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Int32_Action_1_Google_Protobuf_Adapt__t.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Int64_ILTypeInstance_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding_ValueCo_t.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding_ValueCo_t_t.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_String_List_1_ILTypeInstance_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding.cs" />
236
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_Enumerato_t.cs" />
237 238 239 240 241 242 243 244
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_ValueColl_t.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_ValueColl_t_t.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Type_Queue_1_Object_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_UInt16_List_1_ILTypeInstance_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_UInt16_Object_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_HashSet_1_ILTypeInstance_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_HashSet_1_ILTypeInstance_Binding_Enumerator_Bindin_t.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_IEnumerator_1_UnitInfo_Binding.cs" />
245
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_KeyValuePair_2_Type_ILTypeInstance_Binding.cs" />
246 247 248 249 250
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_ILTypeInstance_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_ILTypeInstance_Binding_Enumerator_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_Object_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_Type_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_Type_Binding_Enumerator_Binding.cs" />
T
tanghai 已提交
251
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_Vector3_Binding.cs" />
252 253 254 255
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Queue_1_ILTypeInstance_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Queue_1_Int64_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Queue_1_Object_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Collections_IDictionary_Binding.cs" />
T
tanghai 已提交
256
    <Compile Include="Assets\Model\ILBinding\System_Collections_IEnumerable_Binding.cs" />
257 258 259 260 261 262 263
    <Compile Include="Assets\Model\ILBinding\System_Collections_IEnumerator_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Exception_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_IDisposable_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Linq_Enumerable_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_NotImplementedException_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Object_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Reflection_MemberInfo_Binding.cs" />
T
tanghai 已提交
264 265
    <Compile Include="Assets\Model\ILBinding\System_Reflection_MethodBase_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Reflection_PropertyInfo_Binding.cs" />
266
    <Compile Include="Assets\Model\ILBinding\System_String_Binding.cs" />
T
tanghai 已提交
267
    <Compile Include="Assets\Model\ILBinding\System_Text_StringBuilder_Binding.cs" />
268 269 270
    <Compile Include="Assets\Model\ILBinding\System_Threading_CancellationToken_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Type_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\UnityEngine_Camera_Binding.cs" />
T
tanghai 已提交
271
    <Compile Include="Assets\Model\ILBinding\UnityEngine_Canvas_Binding.cs" />
272
    <Compile Include="Assets\Model\ILBinding\UnityEngine_Component_Binding.cs" />
T
tanghai 已提交
273
    <Compile Include="Assets\Model\ILBinding\UnityEngine_Debug_Binding.cs" />
274 275 276 277 278 279 280 281 282 283 284
    <Compile Include="Assets\Model\ILBinding\UnityEngine_GameObject_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\UnityEngine_Input_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\UnityEngine_LayerMask_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\UnityEngine_Object_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\UnityEngine_Physics_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\UnityEngine_RaycastHit_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\UnityEngine_TextAsset_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\UnityEngine_Transform_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\UnityEngine_UI_Button_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\UnityEngine_UI_InputField_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\UnityEngine_Vector3_Binding.cs" />
285
    <Compile Include="Assets\Model\Init.cs" />
286
    <Compile Include="Assets\Model\Module\Actor\IActorMessage.cs" />
287
    <Compile Include="Assets\Model\Module\ActorLocation\IActorLocationMessage.cs" />
288 289 290 291 292 293 294 295 296 297 298
    <Compile Include="Assets\Model\Module\AssetsBundle\AssetsBundleLoaderAsync.cs" />
    <Compile Include="Assets\Model\Module\AssetsBundle\AssetsLoaderAsync.cs" />
    <Compile Include="Assets\Model\Module\AssetsBundle\BundleDownloaderComponent.cs" />
    <Compile Include="Assets\Model\Module\AssetsBundle\ResourcesComponent.cs" />
    <Compile Include="Assets\Model\Module\AssetsBundle\VersionConfig.cs" />
    <Compile Include="Assets\Model\Module\Config\ACategory.cs" />
    <Compile Include="Assets\Model\Module\Config\AConfigComponent.cs" />
    <Compile Include="Assets\Model\Module\Config\ConfigAttribute.cs" />
    <Compile Include="Assets\Model\Module\Config\ConfigComponent.cs" />
    <Compile Include="Assets\Model\Module\Config\ConfigHelper.cs" />
    <Compile Include="Assets\Model\Module\Config\IConfig.cs" />
299 300
    <Compile Include="Assets\Model\Module\Demo\AnimatorComponent.cs" />
    <Compile Include="Assets\Model\Module\Demo\CameraComponent.cs" />
301
    <Compile Include="Assets\Model\Module\Demo\Config\UnitConfig.cs" />
302 303 304 305 306
    <Compile Include="Assets\Model\Module\Demo\MoveComponent.cs" />
    <Compile Include="Assets\Model\Module\Demo\Player.cs" />
    <Compile Include="Assets\Model\Module\Demo\PlayerComponent.cs" />
    <Compile Include="Assets\Model\Module\Demo\PlayerFactory.cs" />
    <Compile Include="Assets\Model\Module\Demo\SessionComponent.cs" />
T
tanghai 已提交
307
    <Compile Include="Assets\Model\Module\Demo\TurnComponent.cs" />
308 309 310 311
    <Compile Include="Assets\Model\Module\Demo\UI\UILoading\Component\UILoadingComponent.cs" />
    <Compile Include="Assets\Model\Module\Demo\UI\UILoading\System\LoadingBeginEvent_CreateLoadingUI.cs" />
    <Compile Include="Assets\Model\Module\Demo\UI\UILoading\System\LoadingFinishEvent_RemoveLoadingUI.cs" />
    <Compile Include="Assets\Model\Module\Demo\UI\UILoading\System\UILoadingFactory.cs" />
312 313 314 315
    <Compile Include="Assets\Model\Module\Demo\Unit.cs" />
    <Compile Include="Assets\Model\Module\Demo\UnitComponent.cs" />
    <Compile Include="Assets\Model\Module\Demo\UnitFactory.cs" />
    <Compile Include="Assets\Model\Module\Demo\UnitPathComponent.cs" />
316 317 318 319 320 321 322 323 324 325 326
    <Compile Include="Assets\Model\Module\Filter\FilterAttribute.cs" />
    <Compile Include="Assets\Model\Module\Filter\FilterComponent.cs" />
    <Compile Include="Assets\Model\Module\Filter\FilterEntity.cs" />
    <Compile Include="Assets\Model\Module\Filter\IFilter.cs" />
    <Compile Include="Assets\Model\Module\Message\AMHandler.cs" />
    <Compile Include="Assets\Model\Module\Message\ErrorCode.cs" />
    <Compile Include="Assets\Model\Module\Message\IMessage.cs" />
    <Compile Include="Assets\Model\Module\Message\IMessageDispatcher.cs" />
    <Compile Include="Assets\Model\Module\Message\IMessagePacker.cs" />
    <Compile Include="Assets\Model\Module\Message\IMHandler.cs" />
    <Compile Include="Assets\Model\Module\Message\MessageAttribute.cs" />
327
    <Compile Include="Assets\Model\Module\Message\MessageDispatcherComponent.cs" />
328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364
    <Compile Include="Assets\Model\Module\Message\MessageHandlerAttribute.cs" />
    <Compile Include="Assets\Model\Module\Message\MessageInfo.cs" />
    <Compile Include="Assets\Model\Module\Message\MessagePool.cs" />
    <Compile Include="Assets\Model\Module\Message\MessageProxy.cs" />
    <Compile Include="Assets\Model\Module\Message\NetOuterComponent.cs" />
    <Compile Include="Assets\Model\Module\Message\NetOuterComponentSystem.cs" />
    <Compile Include="Assets\Model\Module\Message\Network\AChannel.cs" />
    <Compile Include="Assets\Model\Module\Message\Network\AService.cs" />
    <Compile Include="Assets\Model\Module\Message\Network\Circularbuffer.cs" />
    <Compile Include="Assets\Model\Module\Message\Network\KCP\KChannel.cs" />
    <Compile Include="Assets\Model\Module\Message\Network\KCP\Kcp.cs" />
    <Compile Include="Assets\Model\Module\Message\Network\KCP\KService.cs" />
    <Compile Include="Assets\Model\Module\Message\Network\NetworkHelper.cs" />
    <Compile Include="Assets\Model\Module\Message\Network\TCP\PacketParser.cs" />
    <Compile Include="Assets\Model\Module\Message\Network\TCP\TChannel.cs" />
    <Compile Include="Assets\Model\Module\Message\Network\TCP\TService.cs" />
    <Compile Include="Assets\Model\Module\Message\Network\WebSocket\WChannel.cs" />
    <Compile Include="Assets\Model\Module\Message\Network\WebSocket\WService.cs" />
    <Compile Include="Assets\Model\Module\Message\NetworkComponent.cs" />
    <Compile Include="Assets\Model\Module\Message\Opcode.cs" />
    <Compile Include="Assets\Model\Module\Message\OpcodeHelper.cs" />
    <Compile Include="Assets\Model\Module\Message\OpcodeTypeComponent.cs" />
    <Compile Include="Assets\Model\Module\Message\OuterMessage.cs" />
    <Compile Include="Assets\Model\Module\Message\OuterMessageDispatcher.cs" />
    <Compile Include="Assets\Model\Module\Message\OuterOpcode.cs" />
    <Compile Include="Assets\Model\Module\Message\ProtobufHelper.cs" />
    <Compile Include="Assets\Model\Module\Message\ProtobufPacker.cs" />
    <Compile Include="Assets\Model\Module\Message\RpcException.cs" />
    <Compile Include="Assets\Model\Module\Message\Session.cs" />
    <Compile Include="Assets\Model\Module\Message\SessionCallbackComponent.cs" />
    <Compile Include="Assets\Model\Module\Numeric\INumericWatcher.cs" />
    <Compile Include="Assets\Model\Module\Numeric\NumericChangeEvent_NotifyWatcher.cs" />
    <Compile Include="Assets\Model\Module\Numeric\NumericComponent.cs" />
    <Compile Include="Assets\Model\Module\Numeric\NumericType.cs" />
    <Compile Include="Assets\Model\Module\Numeric\NumericWatcher_Hp_ShowUI.cs" />
    <Compile Include="Assets\Model\Module\Numeric\NumericWatcherAttribute.cs" />
    <Compile Include="Assets\Model\Module\Numeric\NumericWatcherComponent.cs" />
365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Behaviors\AIDestinationSetter.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Behaviors\Patrol.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\changelog.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AI\AIBase.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AI\AILerp.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AI\AIPath.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AI\IAstarAI.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AI\NavmeshController.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AI\Seeker.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AI\TurnBasedAI.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\astarclasses.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AstarData.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AstarPath.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\GraphUpdateScene.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\GraphUpdateShape.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\AstarDebugger.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\Draw.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\EditorResourceHelper.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\GraphEditorBase.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\GraphModifier.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\GraphUpdateProcessor.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\GraphUtilities.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\MovementUtilities.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\NodeLink.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\PathInterpolator.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\StackPool.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\WorkItemProcessor.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\RVO\RVOAgent.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\RVO\RVOCoreObstacle.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\RVO\RVOCoreSimulator.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\RVO\RVOLine.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\RVO\RVOQuadtree.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\ExampleScenes\Example3_Recast_Navmesh1\MecanimBridge.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\ExampleScenes\ExampleScripts\MineBotAnimation.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\ExampleScenes\ExampleScripts\RecastTileUpdate.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\ExampleScenes\ExampleScripts\RecastTileUpdateHandler.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\ExampleScenes\ExampleScripts\TargetMover.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\ObjImporter.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\RecastBBTree.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\RecastMeshGatherer.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\RecastMeshObj.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\Voxels\VoxelClasses.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\Voxels\VoxelContour.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\Voxels\VoxelMesh.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\Voxels\VoxelPolygonClipper.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\Voxels\VoxelRasterization.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\Voxels\VoxelRegion.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\Voxels\VoxelUtility.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\MathHelper.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Modifiers\AdvancedSmooth.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Modifiers\AlternativePath.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Modifiers\FunnelModifier.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Modifiers\Modifiers.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Modifiers\RadiusModifier.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Modifiers\RaycastModifier.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Modifiers\SimpleSmoothModifier.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Modifiers\StartEndModifier.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Navmesh\RelevantGraphSurface.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\PackageTools\EnumFlagAttribute.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\PackageTools\UniqueComponentAttribute.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\PackageTools\VersionedMonoBehaviour.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\RVO\RVOController.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\RVO\RVONavmesh.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\RVO\RVOObstacle.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\RVO\RVOSimulator.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\RVO\RVOSquareObstacle.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\TurnBased\BlockManager.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\TurnBased\SingleNodeBlocker.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\UnityHelper.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Utilities\AstarParallel.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Utilities\AstarProfiler.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Utilities\GraphGizmoHelper.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Utilities\GraphUpdateUtilities.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Utilities\PathUtilities.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Utilities\ProfileHelper.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Utilities\RetainedGizmos.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Utilities\UnityReferenceHelper.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\ArrayPool.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\AstarChecksum.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\AStarConfig.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\AstarDeserializer.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\AstarMath.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\AstarMemory.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\BBTree.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\BinaryHeap.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\EuclideanEmbedding.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\Funnel.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\GraphNode.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\GraphTransform.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\Guid.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\INavmesh.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\Int3.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\IntRect.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\ListPool.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\NavGraph.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\NavmeshBase.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\NavmeshTile.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\NN.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\ObjectPool.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\Path.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\Pathfinders\ABPath.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\Pathfinders\ConstantPath.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\Pathfinders\FleePath.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\Pathfinders\FloodPath.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\Pathfinders\FloodPathTracer.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\Pathfinders\MultiTargetPath.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\Pathfinders\RandomPath.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\Pathfinders\XPath.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\PathFindHelper.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\PathHandler.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\PathPool.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\PathProcessor.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\PathReturnQueue.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\RecastGenerator.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\Serialization\JsonSerializer.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\Serialization\SimpleZipReplacement.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\Serialization\TinyJson.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\ThreadControlQueue.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\TriangleMeshNode.cs" />
    <Compile Include="Assets\Model\Module\Pathfinding\Recast\WindowsStoreCompatibility.cs" />
485 486 487 488 489 490 491 492
    <Compile Include="Assets\Model\Module\UI\CanvasConfig.cs" />
    <Compile Include="Assets\Model\Module\UI\LayerNames.cs" />
    <Compile Include="Assets\Model\Module\UI\UI.cs" />
    <Compile Include="Assets\Model\Module\UI\UIComponent.cs" />
    <Compile Include="Assets\Model\Module\UI\UIFactoryAttribute.cs" />
    <Compile Include="Assets\Model\Module\UI\UIType.cs" />
    <Compile Include="Assets\Model\Other\AppType.cs" />
    <Compile Include="Assets\Model\Other\Define.cs" />
493
    <Compile Include="Assets\Model\Other\GizmosDebug.cs" />
494
    <Compile Include="Assets\Model\Other\IInstanceMethod.cs" />
T
tanghai 已提交
495 496
    <Compile Include="Assets\Model\Other\ILStaticMethod.cs" />
    <Compile Include="Assets\Model\Other\MonoStaticMethod.cs" />
497 498
    <Compile Include="Assets\Model\Other\MotionType.cs" />
    <Compile Include="Assets\Model\Other\ReferenceCollector.cs" />
499 500 501 502 503 504 505
    <None Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\ExampleScenes\Materials\DiffuseAlwaysVisible.shader" />
    <None Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\ExampleScenes\_Example Scenes.txt" />
    <None Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Readme_upgrading.txt" />
    <None Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\ExampleScenes\Materials\Projector Light.shader" />
    <None Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Readme.txt" />
    <None Include="Assets\Model\Unity.Model.asmdef" />
    <None Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\link.xml" />
506
    <Reference Include="UnityEngine.AIModule">
507
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
508 509
    </Reference>
    <Reference Include="UnityEngine.ARModule">
510
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
511 512
    </Reference>
    <Reference Include="UnityEngine.AccessibilityModule">
513
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
514
    </Reference>
515
    <Reference Include="UnityEngine.AnimationModule">
516
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
517
    </Reference>
518
    <Reference Include="UnityEngine.AssetBundleModule">
519
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
520
    </Reference>
521
    <Reference Include="UnityEngine.AudioModule">
522
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
523 524
    </Reference>
    <Reference Include="UnityEngine.BaselibModule">
525
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll</HintPath>
526 527
    </Reference>
    <Reference Include="UnityEngine.ClothModule">
528
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
T
tanghai 已提交
529 530
    </Reference>
    <Reference Include="UnityEngine.ClusterInputModule">
531
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
T
tanghai 已提交
532 533
    </Reference>
    <Reference Include="UnityEngine.ClusterRendererModule">
534
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
535
    </Reference>
536
    <Reference Include="UnityEngine.CoreModule">
537
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
538
    </Reference>
539
    <Reference Include="UnityEngine.CrashReportingModule">
540
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
541
    </Reference>
542
    <Reference Include="UnityEngine.DirectorModule">
543
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
544 545
    </Reference>
    <Reference Include="UnityEngine.FileSystemHttpModule">
546
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
547 548
    </Reference>
    <Reference Include="UnityEngine.GameCenterModule">
549
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
550 551
    </Reference>
    <Reference Include="UnityEngine.GridModule">
552
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
553 554
    </Reference>
    <Reference Include="UnityEngine.HotReloadModule">
555
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
556 557
    </Reference>
    <Reference Include="UnityEngine.IMGUIModule">
558
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
559
    </Reference>
560
    <Reference Include="UnityEngine.ImageConversionModule">
561
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
562
    </Reference>
563
    <Reference Include="UnityEngine.InputModule">
564
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
565
    </Reference>
566
    <Reference Include="UnityEngine.JSONSerializeModule">
567
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
568
    </Reference>
569
    <Reference Include="UnityEngine.LocalizationModule">
570
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
571
    </Reference>
572
    <Reference Include="UnityEngine.ParticleSystemModule">
573
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
574 575
    </Reference>
    <Reference Include="UnityEngine.PerformanceReportingModule">
576
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
577
    </Reference>
578
    <Reference Include="UnityEngine.PhysicsModule">
579
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
580
    </Reference>
581
    <Reference Include="UnityEngine.Physics2DModule">
582
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
583
    </Reference>
584
    <Reference Include="UnityEngine.ProfilerModule">
585
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
586
    </Reference>
587
    <Reference Include="UnityEngine.ScreenCaptureModule">
588
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
589
    </Reference>
590
    <Reference Include="UnityEngine.SharedInternalsModule">
591
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
592
    </Reference>
593
    <Reference Include="UnityEngine.SpriteMaskModule">
594
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
595
    </Reference>
596
    <Reference Include="UnityEngine.SpriteShapeModule">
597
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
598
    </Reference>
599
    <Reference Include="UnityEngine.StreamingModule">
600
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
601
    </Reference>
602
    <Reference Include="UnityEngine.StyleSheetsModule">
603
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
604
    </Reference>
605
    <Reference Include="UnityEngine.SubstanceModule">
606
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
607
    </Reference>
608
    <Reference Include="UnityEngine.TLSModule">
609
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
610
    </Reference>
611
    <Reference Include="UnityEngine.TerrainModule">
612
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
613
    </Reference>
614
    <Reference Include="UnityEngine.TerrainPhysicsModule">
615
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
616
    </Reference>
617
    <Reference Include="UnityEngine.TextCoreModule">
618
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
619
    </Reference>
620
    <Reference Include="UnityEngine.TextRenderingModule">
621
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
622
    </Reference>
623
    <Reference Include="UnityEngine.TilemapModule">
624
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
625
    </Reference>
626
    <Reference Include="UnityEngine.TimelineModule">
627
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll</HintPath>
628
    </Reference>
629
    <Reference Include="UnityEngine.UIModule">
630
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
631
    </Reference>
632
    <Reference Include="UnityEngine.UIElementsModule">
633
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
634
    </Reference>
635
    <Reference Include="UnityEngine.UNETModule">
636
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
637
    </Reference>
638
    <Reference Include="UnityEngine.UmbraModule">
639
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
640
    </Reference>
641
    <Reference Include="UnityEngine.UnityConnectModule">
642
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
643 644
    </Reference>
    <Reference Include="UnityEngine.UnityTestProtocolModule">
645
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
646 647
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestModule">
648
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
649 650
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
651
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
652 653
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestAudioModule">
654
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
655 656
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestTextureModule">
657
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
658 659
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestWWWModule">
660
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
661 662
    </Reference>
    <Reference Include="UnityEngine.VFXModule">
663
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
664 665
    </Reference>
    <Reference Include="UnityEngine.VehiclesModule">
666
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
667 668
    </Reference>
    <Reference Include="UnityEngine.VideoModule">
669
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
670 671
    </Reference>
    <Reference Include="UnityEngine.WindModule">
672
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
673
    </Reference>
674
    <Reference Include="Unity.Locator">
675
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/Unity.Locator.dll</HintPath>
676
    </Reference>
677
    <Reference Include="UnityEngine.UI">
678
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
679
    </Reference>
680
    <Reference Include="UnityEditor.UI">
681
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
682 683
    </Reference>
    <Reference Include="UnityEditor.TestRunner">
684
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll</HintPath>
685 686
    </Reference>
    <Reference Include="UnityEngine.TestRunner">
687
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
688 689
    </Reference>
    <Reference Include="nunit.framework">
690
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
691 692
    </Reference>
    <Reference Include="UnityEngine.Timeline">
693
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
694 695
    </Reference>
    <Reference Include="UnityEditor.Timeline">
696
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll</HintPath>
697 698
    </Reference>
    <Reference Include="UnityEngine.Networking">
699
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
700 701
    </Reference>
    <Reference Include="UnityEditor.Networking">
702
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
703 704
    </Reference>
    <Reference Include="UnityEditor.GoogleAudioSpatializer">
705
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll</HintPath>
706 707
    </Reference>
    <Reference Include="UnityEngine.GoogleAudioSpatializer">
708
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
709 710
    </Reference>
    <Reference Include="UnityEditor.SpatialTracking">
711
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll</HintPath>
712 713
    </Reference>
    <Reference Include="UnityEngine.SpatialTracking">
714
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
715 716
    </Reference>
    <Reference Include="UnityEditor.VR">
717
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
718 719
    </Reference>
    <Reference Include="UnityEditor.Graphs">
720
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
721
    </Reference>
722 723
    <Reference Include="UnityEditor.WindowsStandalone.Extensions">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
724
    </Reference>
T
tanghai 已提交
725
    <Reference Include="ICSharpCode.SharpZipLib">
726
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll</HintPath>
T
tanghai 已提交
727 728
    </Reference>
    <Reference Include="Pathfinding.ClipperLib">
729 730 731 732
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Clipper/Pathfinding.ClipperLib.dll</HintPath>
    </Reference>
    <Reference Include="Pathfinding.Ionic.Zip.Reduced">
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll</HintPath>
733 734
    </Reference>
    <Reference Include="Pathfinding.Poly2Tri">
735
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Poly2Tri/Pathfinding.Poly2Tri.dll</HintPath>
736
    </Reference>
737
    <Reference Include="JetBrains.Rider.Unity.Editor.Plugin.Repacked">
738 739 740 741
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll</HintPath>
    </Reference>
    <Reference Include="NPOI">
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll</HintPath>
742 743
    </Reference>
    <Reference Include="NPOI.OOXML">
744
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll</HintPath>
745 746
    </Reference>
    <Reference Include="NPOI.OpenXml4Net">
747
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll</HintPath>
748 749
    </Reference>
    <Reference Include="NPOI.OpenXmlFormats">
750
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll</HintPath>
751
    </Reference>
752
    <Reference Include="mscorlib">
753
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
754 755
    </Reference>
    <Reference Include="System">
756
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll</HintPath>
757 758
    </Reference>
    <Reference Include="System.Core">
759
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll</HintPath>
760 761
    </Reference>
    <Reference Include="System.Runtime.Serialization">
762
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll</HintPath>
763 764
    </Reference>
    <Reference Include="System.Xml">
765
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll</HintPath>
766 767
    </Reference>
    <Reference Include="System.Xml.Linq">
768
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll</HintPath>
769 770
    </Reference>
    <Reference Include="System.Numerics">
771
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll</HintPath>
772 773
    </Reference>
    <Reference Include="System.Numerics.Vectors">
774
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll</HintPath>
775 776
    </Reference>
    <Reference Include="System.Net.Http">
777
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll</HintPath>
778 779
    </Reference>
    <Reference Include="Microsoft.CSharp">
780
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll</HintPath>
781 782
    </Reference>
    <Reference Include="System.Data">
783
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll</HintPath>
784 785
    </Reference>
    <Reference Include="Microsoft.Win32.Primitives">
786 787 788 789
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll</HintPath>
    </Reference>
    <Reference Include="netstandard">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll</HintPath>
790 791
    </Reference>
    <Reference Include="System.AppContext">
792
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll</HintPath>
793 794
    </Reference>
    <Reference Include="System.Collections.Concurrent">
795 796 797 798
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll</HintPath>
    </Reference>
    <Reference Include="System.Collections">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll</HintPath>
799 800
    </Reference>
    <Reference Include="System.Collections.NonGeneric">
801
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll</HintPath>
802 803
    </Reference>
    <Reference Include="System.Collections.Specialized">
804
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll</HintPath>
805
    </Reference>
T
tanghai 已提交
806
    <Reference Include="System.ComponentModel.Annotations">
807 808 809 810
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll</HintPath>
    </Reference>
    <Reference Include="System.ComponentModel">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll</HintPath>
811 812
    </Reference>
    <Reference Include="System.ComponentModel.EventBasedAsync">
813
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll</HintPath>
814 815
    </Reference>
    <Reference Include="System.ComponentModel.Primitives">
816
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll</HintPath>
817 818
    </Reference>
    <Reference Include="System.ComponentModel.TypeConverter">
819
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll</HintPath>
820
    </Reference>
821
    <Reference Include="System.Console">
822
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll</HintPath>
823 824
    </Reference>
    <Reference Include="System.Data.Common">
825
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll</HintPath>
826 827
    </Reference>
    <Reference Include="System.Diagnostics.Contracts">
828
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll</HintPath>
829 830
    </Reference>
    <Reference Include="System.Diagnostics.Debug">
831
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll</HintPath>
832 833
    </Reference>
    <Reference Include="System.Diagnostics.FileVersionInfo">
834
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll</HintPath>
835 836
    </Reference>
    <Reference Include="System.Diagnostics.Process">
837
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll</HintPath>
838 839
    </Reference>
    <Reference Include="System.Diagnostics.StackTrace">
840
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll</HintPath>
841 842
    </Reference>
    <Reference Include="System.Diagnostics.TextWriterTraceListener">
843
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
844 845
    </Reference>
    <Reference Include="System.Diagnostics.Tools">
846
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll</HintPath>
847 848
    </Reference>
    <Reference Include="System.Diagnostics.TraceSource">
849
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll</HintPath>
850 851
    </Reference>
    <Reference Include="System.Drawing.Primitives">
852
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll</HintPath>
853 854
    </Reference>
    <Reference Include="System.Dynamic.Runtime">
855
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll</HintPath>
856 857
    </Reference>
    <Reference Include="System.Globalization.Calendars">
858
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll</HintPath>
859
    </Reference>
T
tanghai 已提交
860
    <Reference Include="System.Globalization">
861 862 863 864
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll</HintPath>
    </Reference>
    <Reference Include="System.Globalization.Extensions">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll</HintPath>
865
    </Reference>
T
tanghai 已提交
866
    <Reference Include="System.IO.Compression.ZipFile">
867 868 869 870 871 872 873
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll</HintPath>
    </Reference>
    <Reference Include="System.IO">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll</HintPath>
    </Reference>
    <Reference Include="System.IO.FileSystem">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll</HintPath>
874 875
    </Reference>
    <Reference Include="System.IO.FileSystem.DriveInfo">
876
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll</HintPath>
877 878
    </Reference>
    <Reference Include="System.IO.FileSystem.Primitives">
879
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll</HintPath>
880 881
    </Reference>
    <Reference Include="System.IO.FileSystem.Watcher">
882
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll</HintPath>
883 884
    </Reference>
    <Reference Include="System.IO.IsolatedStorage">
885
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll</HintPath>
886 887
    </Reference>
    <Reference Include="System.IO.MemoryMappedFiles">
888
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll</HintPath>
889 890
    </Reference>
    <Reference Include="System.IO.Pipes">
891
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll</HintPath>
892 893
    </Reference>
    <Reference Include="System.IO.UnmanagedMemoryStream">
894
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll</HintPath>
895
    </Reference>
896 897
    <Reference Include="System.Linq">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll</HintPath>
898 899
    </Reference>
    <Reference Include="System.Linq.Expressions">
900
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll</HintPath>
901 902
    </Reference>
    <Reference Include="System.Linq.Parallel">
903
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll</HintPath>
904 905
    </Reference>
    <Reference Include="System.Linq.Queryable">
906
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll</HintPath>
907
    </Reference>
908
    <Reference Include="System.Net.Http.Rtc">
909
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll</HintPath>
910 911
    </Reference>
    <Reference Include="System.Net.NameResolution">
912
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll</HintPath>
913 914
    </Reference>
    <Reference Include="System.Net.NetworkInformation">
915
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll</HintPath>
916 917
    </Reference>
    <Reference Include="System.Net.Ping">
918
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll</HintPath>
919 920
    </Reference>
    <Reference Include="System.Net.Primitives">
921
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll</HintPath>
922 923
    </Reference>
    <Reference Include="System.Net.Requests">
924
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll</HintPath>
925 926
    </Reference>
    <Reference Include="System.Net.Security">
927
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll</HintPath>
928 929
    </Reference>
    <Reference Include="System.Net.Sockets">
930
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll</HintPath>
931 932
    </Reference>
    <Reference Include="System.Net.WebHeaderCollection">
933
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll</HintPath>
934 935
    </Reference>
    <Reference Include="System.Net.WebSockets.Client">
936
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll</HintPath>
937 938
    </Reference>
    <Reference Include="System.Net.WebSockets">
939
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll</HintPath>
940 941
    </Reference>
    <Reference Include="System.ObjectModel">
942 943 944 945 946 947 948
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll</HintPath>
    </Reference>
    <Reference Include="System.Reflection">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll</HintPath>
    </Reference>
    <Reference Include="System.Reflection.Emit">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll</HintPath>
949 950
    </Reference>
    <Reference Include="System.Reflection.Emit.ILGeneration">
951
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll</HintPath>
952 953
    </Reference>
    <Reference Include="System.Reflection.Emit.Lightweight">
954
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll</HintPath>
955 956
    </Reference>
    <Reference Include="System.Reflection.Extensions">
957
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll</HintPath>
958 959
    </Reference>
    <Reference Include="System.Reflection.Primitives">
960
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll</HintPath>
961 962
    </Reference>
    <Reference Include="System.Resources.Reader">
963
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll</HintPath>
964 965
    </Reference>
    <Reference Include="System.Resources.ResourceManager">
966
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll</HintPath>
967 968
    </Reference>
    <Reference Include="System.Resources.Writer">
969
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll</HintPath>
970 971
    </Reference>
    <Reference Include="System.Runtime.CompilerServices.VisualC">
972 973 974 975
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll</HintPath>
    </Reference>
    <Reference Include="System.Runtime">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll</HintPath>
976 977
    </Reference>
    <Reference Include="System.Runtime.Extensions">
978
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll</HintPath>
979 980
    </Reference>
    <Reference Include="System.Runtime.Handles">
981 982 983 984
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll</HintPath>
    </Reference>
    <Reference Include="System.Runtime.InteropServices">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll</HintPath>
985 986
    </Reference>
    <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
987
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
988 989
    </Reference>
    <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
990
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
991 992
    </Reference>
    <Reference Include="System.Runtime.Numerics">
993
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll</HintPath>
994 995
    </Reference>
    <Reference Include="System.Runtime.Serialization.Formatters">
996
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll</HintPath>
997 998
    </Reference>
    <Reference Include="System.Runtime.Serialization.Json">
999
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll</HintPath>
1000 1001
    </Reference>
    <Reference Include="System.Runtime.Serialization.Primitives">
1002
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll</HintPath>
1003 1004
    </Reference>
    <Reference Include="System.Runtime.Serialization.Xml">
1005
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll</HintPath>
1006 1007
    </Reference>
    <Reference Include="System.Security.Claims">
1008
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll</HintPath>
1009 1010
    </Reference>
    <Reference Include="System.Security.Cryptography.Algorithms">
1011
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll</HintPath>
1012 1013
    </Reference>
    <Reference Include="System.Security.Cryptography.Csp">
1014
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll</HintPath>
1015 1016
    </Reference>
    <Reference Include="System.Security.Cryptography.Encoding">
1017
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll</HintPath>
1018 1019
    </Reference>
    <Reference Include="System.Security.Cryptography.Primitives">
1020
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll</HintPath>
1021 1022
    </Reference>
    <Reference Include="System.Security.Cryptography.X509Certificates">
1023
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll</HintPath>
1024 1025
    </Reference>
    <Reference Include="System.Security.Principal">
1026
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll</HintPath>
1027 1028
    </Reference>
    <Reference Include="System.Security.SecureString">
1029
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll</HintPath>
1030 1031
    </Reference>
    <Reference Include="System.ServiceModel.Duplex">
1032
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll</HintPath>
1033 1034
    </Reference>
    <Reference Include="System.ServiceModel.Http">
1035
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll</HintPath>
1036 1037
    </Reference>
    <Reference Include="System.ServiceModel.NetTcp">
1038
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll</HintPath>
1039 1040
    </Reference>
    <Reference Include="System.ServiceModel.Primitives">
1041
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll</HintPath>
1042 1043
    </Reference>
    <Reference Include="System.ServiceModel.Security">
1044
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll</HintPath>
1045
    </Reference>
T
tanghai 已提交
1046
    <Reference Include="System.Text.Encoding">
1047 1048 1049 1050
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll</HintPath>
    </Reference>
    <Reference Include="System.Text.Encoding.Extensions">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll</HintPath>
1051
    </Reference>
T
tanghai 已提交
1052
    <Reference Include="System.Text.RegularExpressions">
1053
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll</HintPath>
1054
    </Reference>
1055 1056
    <Reference Include="System.Threading">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll</HintPath>
1057
    </Reference>
1058 1059
    <Reference Include="System.Threading.Overlapped">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll</HintPath>
T
tanghai 已提交
1060 1061
    </Reference>
    <Reference Include="System.Threading.Tasks">
1062 1063 1064 1065
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll</HintPath>
    </Reference>
    <Reference Include="System.Threading.Tasks.Parallel">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll</HintPath>
1066 1067
    </Reference>
    <Reference Include="System.Threading.Thread">
1068
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll</HintPath>
1069 1070
    </Reference>
    <Reference Include="System.Threading.ThreadPool">
1071
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll</HintPath>
1072 1073
    </Reference>
    <Reference Include="System.Threading.Timer">
1074
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll</HintPath>
1075 1076
    </Reference>
    <Reference Include="System.ValueTuple">
1077
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll</HintPath>
1078 1079
    </Reference>
    <Reference Include="System.Xml.ReaderWriter">
1080
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll</HintPath>
1081 1082
    </Reference>
    <Reference Include="System.Xml.XDocument">
1083
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll</HintPath>
1084 1085
    </Reference>
    <Reference Include="System.Xml.XmlDocument">
1086
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll</HintPath>
1087 1088
    </Reference>
    <Reference Include="System.Xml.XmlSerializer">
1089
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll</HintPath>
1090
    </Reference>
1091 1092 1093 1094 1095
    <Reference Include="System.Xml.XPath">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll</HintPath>
    </Reference>
    <Reference Include="System.Xml.XPath.XDocument">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll</HintPath>
1096
    </Reference>
1097
    <Reference Include="UnityScript">
1098
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll</HintPath>
1099
    </Reference>
1100
    <Reference Include="UnityScript.Lang">
1101
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll</HintPath>
1102
    </Reference>
1103
    <Reference Include="Boo.Lang">
1104
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll</HintPath>
1105
    </Reference>
1106 1107
  </ItemGroup>
  <ItemGroup>
1108 1109 1110 1111
    <ProjectReference Include="Unity.ThirdParty.csproj">
      <Project>{E15BADD2-3A26-309A-AB0F-DC5B08044350}</Project>
      <Name>Unity.ThirdParty</Name>
    </ProjectReference>
1112 1113
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1114 1115 1116 1117 1118 1119 1120
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
1121 1122 1123 1124 1125
  <ItemGroup>
    <Reference Include="Microsoft.CSharp">
      <HintPath>C:\Apps\Unity\2018.3.6f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Microsoft.CSharp.dll</HintPath>
    </Reference>
  </ItemGroup>
1126
</Project>