Unity.Model.csproj 80.9 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>
4
    <LangVersion>latest</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>
T
tanghai 已提交
12 13
    <RootNamespace>
    </RootNamespace>
14
    <ProjectGuid>{B4BF9894-F5D9-41C4-13E3-3F26F7700E29}</ProjectGuid>
15
    <OutputType>Library</OutputType>
16
    <AppDesignerFolder>Properties</AppDesignerFolder>
17
    <AssemblyName>Unity.Model</AssemblyName>
T
tanghai 已提交
18
    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
19
    <FileAlignment>512</FileAlignment>
20
    <BaseDirectory>.</BaseDirectory>
21 22
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23 24
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
25
    <Optimize>false</Optimize>
26
    <OutputPath>Temp\bin\Debug\</OutputPath>
27
    <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_0;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_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;UNITY_PRO_LICENSE;NET45;ILRuntime</DefineConstants>
28 29
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
30
    <NoWarn>0169</NoWarn>
31
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
32 33 34
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
35 36
    <Optimize>true</Optimize>
    <OutputPath>Temp\bin\Release\</OutputPath>
37 38
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
39
    <NoWarn>0169</NoWarn>
40 41 42 43 44 45 46 47
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup>
    <NoConfig>true</NoConfig>
    <NoStdLib>true</NoStdLib>
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
    <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
    <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
48 49 50
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="UnityEngine">
51
      <HintPath>C:\Apps\Unity 2018.3.0b9\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
52
    </Reference>
53
    <Reference Include="UnityEditor">
54
      <HintPath>C:\Apps\Unity 2018.3.0b9\Editor\Data\Managed/UnityEditor.dll</HintPath>
55 56 57
    </Reference>
  </ItemGroup>
  <ItemGroup>
58 59
    <Compile Include="Assets\Model\Base\Async\AsyncETTaskMethodBuilder.cs" />
    <Compile Include="Assets\Model\Base\Async\AsyncETVoidMethodBuilder.cs" />
60 61 62 63
    <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" />
64
    <Compile Include="Assets\Model\Base\Async\ETVoid.cs" />
65 66
    <Compile Include="Assets\Model\Base\Async\IAwaiter.cs" />
    <Compile Include="Assets\Model\Base\Async\MoveNextRunner.cs" />
67 68 69 70 71 72 73
    <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" />
74
    <Compile Include="Assets\Model\Base\Helper\Dumper.cs" />
75 76 77 78 79 80
    <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" />
81
    <Compile Include="Assets\Model\Base\Helper\MongoHelper.cs" />
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
    <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" />
    <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" />
    <Compile Include="Assets\Model\Base\Object\IAwakeSystem.cs" />
    <Compile Include="Assets\Model\Base\Object\IChangeSystem.cs" />
106
    <Compile Include="Assets\Model\Base\Object\IDeserializeSystem.cs" />
107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
    <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" />
    <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" />
122 123 124 125 126 127 128 129 130 131 132
    <Compile Include="Assets\Model\Base\UnityMath\Color32.cs" />
    <Compile Include="Assets\Model\Base\UnityMath\FrameworkResources.cs" />
    <Compile Include="Assets\Model\Base\UnityMath\Mathf.cs" />
    <Compile Include="Assets\Model\Base\UnityMath\MathHelper.cs" />
    <Compile Include="Assets\Model\Base\UnityMath\Matrix3x3.cs" />
    <Compile Include="Assets\Model\Base\UnityMath\Matrix4x4.cs" />
    <Compile Include="Assets\Model\Base\UnityMath\PackUtils.cs" />
    <Compile Include="Assets\Model\Base\UnityMath\Quaternion.cs" />
    <Compile Include="Assets\Model\Base\UnityMath\Vector2.cs" />
    <Compile Include="Assets\Model\Base\UnityMath\Vector3.cs" />
    <Compile Include="Assets\Model\Base\UnityMath\Vector4.cs" />
133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
    <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\Config\UnitConfig.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" />
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267
    <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" />
    <Compile Include="Assets\Model\ILBinding\ETModel_Actor_TransferRequest_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_C2G_EnterMap_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_CameraComponent_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_CanvasConfig_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_Component_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_ComponentFactory_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_ComponentWithId_Binding.cs" />
    <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" />
    <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" />
    <Compile Include="Assets\Model\ILBinding\ETModel_Game_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_GameObjectHelper_Binding.cs" />
    <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" />
    <Compile Include="Assets\Model\ILBinding\ETModel_Log_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_MessageAttribute_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_MessageDispatherComponent_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_MessageInfo_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_MessageProxy_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_NetworkComponent_Binding.cs" />
    <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" />
    <Compile Include="Assets\Model\ILBinding\ETModel_Scene_Binding.cs" />
    <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" />
    <Compile Include="Assets\Model\ILBinding\ETModel_UIFactoryAttribute_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_UnitComponent_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_UnitFactory_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\ETModel_UnOrderMultiMap_2_Type_ILTypeInstance_Binding.cs" />
    <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" />
    <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" />
    <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" />
    <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_ILTypeInstance_Binding.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" />
    <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_String_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" />
    <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" />
    <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" />
    <Compile Include="Assets\Model\ILBinding\System_Runtime_CompilerServices_AsyncVoidMethodBuilder_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Runtime_CompilerServices_TaskAwaiter_1_Google_Protobuf_Adapt_IMessage__t.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Runtime_CompilerServices_TaskAwaiter_1_IResponse_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_String_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Threading_CancellationToken_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Threading_Tasks_Task_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor__t.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Threading_Tasks_Task_1_IResponse_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Threading_Tasks_TaskCompletionSource_1_Google_Protobuf_Adapt_IMessage__t.cs" />
    <Compile Include="Assets\Model\ILBinding\System_Type_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\UnityEngine_Camera_Binding.cs" />
    <Compile Include="Assets\Model\ILBinding\UnityEngine_Component_Binding.cs" />
    <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" />
268
    <Compile Include="Assets\Model\Init.cs" />
269
    <Compile Include="Assets\Model\Module\Actor\IActorMessage.cs" />
270
    <Compile Include="Assets\Model\Module\ActorLocation\IActorLocationMessage.cs" />
271 272 273 274 275 276 277 278 279 280 281
    <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" />
282 283 284 285 286 287 288
    <Compile Include="Assets\Model\Module\Demo\AnimatorComponent.cs" />
    <Compile Include="Assets\Model\Module\Demo\CameraComponent.cs" />
    <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 已提交
289
    <Compile Include="Assets\Model\Module\Demo\TurnComponent.cs" />
290 291 292 293
    <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" />
294 295 296 297 298 299 300 301 302 303 304
    <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" />
305
    <Compile Include="Assets\Model\Module\Message\MessageDispatcherComponent.cs" />
306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342
    <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" />
343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 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
    <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" />
463 464 465 466 467 468 469 470 471
    <Compile Include="Assets\Model\Module\UI\CanvasConfig.cs" />
    <Compile Include="Assets\Model\Module\UI\IUIFactory.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" />
472
    <Compile Include="Assets\Model\Other\GizmosDebug.cs" />
473
    <Compile Include="Assets\Model\Other\IInstanceMethod.cs" />
T
tanghai 已提交
474 475
    <Compile Include="Assets\Model\Other\ILStaticMethod.cs" />
    <Compile Include="Assets\Model\Other\MonoStaticMethod.cs" />
476 477 478 479 480 481
    <Compile Include="Assets\Model\Other\MotionType.cs" />
    <Compile Include="Assets\Model\Other\ReferenceCollector.cs" />
    <Compile Include="Assets\Model\UI\UILoading\Component\UILoadingComponent.cs" />
    <Compile Include="Assets\Model\UI\UILoading\Event\LoadingBeginEvent_CreateLoadingUI.cs" />
    <Compile Include="Assets\Model\UI\UILoading\Event\LoadingFinishEvent_RemoveLoadingUI.cs" />
    <Compile Include="Assets\Model\UI\UILoading\Factory\UILoadingFactory.cs" />
482 483 484 485 486 487 488
    <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" />
489
    <Reference Include="UnityEngine.AIModule">
490
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
491 492
    </Reference>
    <Reference Include="UnityEngine.ARModule">
493
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
494 495
    </Reference>
    <Reference Include="UnityEngine.AccessibilityModule">
496
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
497
    </Reference>
498
    <Reference Include="UnityEngine.AnimationModule">
499
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
500
    </Reference>
501
    <Reference Include="UnityEngine.AssetBundleModule">
502
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
503
    </Reference>
504
    <Reference Include="UnityEngine.AudioModule">
505
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
506 507
    </Reference>
    <Reference Include="UnityEngine.BaselibModule">
508
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll</HintPath>
509 510
    </Reference>
    <Reference Include="UnityEngine.ClothModule">
511
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
512
    </Reference>
513
    <Reference Include="UnityEngine.ClusterInputModule">
514
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
515
    </Reference>
516
    <Reference Include="UnityEngine.ClusterRendererModule">
517
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
518
    </Reference>
519
    <Reference Include="UnityEngine.CoreModule">
520
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
521
    </Reference>
522
    <Reference Include="UnityEngine.CrashReportingModule">
523
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
524
    </Reference>
525
    <Reference Include="UnityEngine.DirectorModule">
526
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
527 528
    </Reference>
    <Reference Include="UnityEngine.FileSystemHttpModule">
529
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
530 531
    </Reference>
    <Reference Include="UnityEngine.GameCenterModule">
532
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
533 534
    </Reference>
    <Reference Include="UnityEngine.GridModule">
535
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
536 537
    </Reference>
    <Reference Include="UnityEngine.HotReloadModule">
538
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
539 540
    </Reference>
    <Reference Include="UnityEngine.IMGUIModule">
541
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
542
    </Reference>
543
    <Reference Include="UnityEngine.ImageConversionModule">
544
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
545
    </Reference>
546
    <Reference Include="UnityEngine.InputModule">
547
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
548
    </Reference>
549
    <Reference Include="UnityEngine.JSONSerializeModule">
550
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
551
    </Reference>
552
    <Reference Include="UnityEngine.LocalizationModule">
553
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
554
    </Reference>
555
    <Reference Include="UnityEngine.ParticleSystemModule">
556
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
557 558
    </Reference>
    <Reference Include="UnityEngine.PerformanceReportingModule">
559
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
560
    </Reference>
561
    <Reference Include="UnityEngine.PhysicsModule">
562
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
563
    </Reference>
564
    <Reference Include="UnityEngine.Physics2DModule">
565
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
566
    </Reference>
567
    <Reference Include="UnityEngine.ProfilerModule">
568
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
569
    </Reference>
570
    <Reference Include="UnityEngine.ScreenCaptureModule">
571
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
572
    </Reference>
573
    <Reference Include="UnityEngine.SharedInternalsModule">
574
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
575
    </Reference>
576
    <Reference Include="UnityEngine.SpriteMaskModule">
577
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
578
    </Reference>
579
    <Reference Include="UnityEngine.SpriteShapeModule">
580
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
581
    </Reference>
582
    <Reference Include="UnityEngine.StreamingModule">
583
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
584
    </Reference>
585
    <Reference Include="UnityEngine.StyleSheetsModule">
586
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
587
    </Reference>
588
    <Reference Include="UnityEngine.SubstanceModule">
589
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
590
    </Reference>
591
    <Reference Include="UnityEngine.TLSModule">
592
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
593
    </Reference>
594
    <Reference Include="UnityEngine.TerrainModule">
595
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
596
    </Reference>
597
    <Reference Include="UnityEngine.TerrainPhysicsModule">
598
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
599
    </Reference>
600
    <Reference Include="UnityEngine.TextCoreModule">
601
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
602
    </Reference>
603
    <Reference Include="UnityEngine.TextRenderingModule">
604
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
605
    </Reference>
606
    <Reference Include="UnityEngine.TilemapModule">
607
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
608
    </Reference>
609
    <Reference Include="UnityEngine.TimelineModule">
610
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll</HintPath>
611
    </Reference>
612
    <Reference Include="UnityEngine.UIModule">
613
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
614
    </Reference>
615
    <Reference Include="UnityEngine.UIElementsModule">
616
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
617
    </Reference>
618
    <Reference Include="UnityEngine.UNETModule">
619
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
620
    </Reference>
621
    <Reference Include="UnityEngine.UmbraModule">
622
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
623
    </Reference>
624
    <Reference Include="UnityEngine.UnityAnalyticsModule">
625
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
626 627
    </Reference>
    <Reference Include="UnityEngine.UnityConnectModule">
628
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
629 630
    </Reference>
    <Reference Include="UnityEngine.UnityTestProtocolModule">
631
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
632 633
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestModule">
634
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
635 636
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
637
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
638 639
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestAudioModule">
640
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
641 642
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestTextureModule">
643
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
644 645
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestWWWModule">
646
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
647 648
    </Reference>
    <Reference Include="UnityEngine.VFXModule">
649
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
650 651
    </Reference>
    <Reference Include="UnityEngine.VRModule">
652
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
653 654
    </Reference>
    <Reference Include="UnityEngine.VehiclesModule">
655
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
656 657
    </Reference>
    <Reference Include="UnityEngine.VideoModule">
658
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
659 660
    </Reference>
    <Reference Include="UnityEngine.WindModule">
661
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
662
    </Reference>
663
    <Reference Include="UnityEngine.XRModule">
664
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
665
    </Reference>
666
    <Reference Include="Unity.Locator">
667
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/Unity.Locator.dll</HintPath>
668
    </Reference>
669
    <Reference Include="UnityEngine.UI">
670
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
671
    </Reference>
672
    <Reference Include="UnityEditor.UI">
673 674 675 676 677 678 679 680 681 682
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
    </Reference>
    <Reference Include="UnityEditor.TestRunner">
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.TestRunner">
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
    </Reference>
    <Reference Include="nunit.framework">
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
683 684
    </Reference>
    <Reference Include="UnityEngine.Timeline">
685
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
686 687
    </Reference>
    <Reference Include="UnityEditor.Timeline">
688
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll</HintPath>
689 690
    </Reference>
    <Reference Include="UnityEngine.Networking">
691
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
692 693
    </Reference>
    <Reference Include="UnityEditor.Networking">
694
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
695 696
    </Reference>
    <Reference Include="UnityEditor.GoogleAudioSpatializer">
697
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll</HintPath>
698 699
    </Reference>
    <Reference Include="UnityEngine.GoogleAudioSpatializer">
700
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
701 702
    </Reference>
    <Reference Include="UnityEditor.SpatialTracking">
703
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll</HintPath>
704 705
    </Reference>
    <Reference Include="UnityEngine.SpatialTracking">
706
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
707 708
    </Reference>
    <Reference Include="UnityEditor.VR">
709
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
710 711
    </Reference>
    <Reference Include="UnityEditor.Graphs">
712 713 714 715
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
    </Reference>
    <Reference Include="UnityEditor.Android.Extensions">
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath>
716 717
    </Reference>
    <Reference Include="UnityEditor.WindowsStandalone.Extensions">
718
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
719 720 721 722
    </Reference>
    <Reference Include="ICSharpCode.SharpZipLib">
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll</HintPath>
    </Reference>
723 724 725 726 727 728 729 730 731
    <Reference Include="Pathfinding.ClipperLib">
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Clipper/Pathfinding.ClipperLib.dll</HintPath>
    </Reference>
    <Reference Include="Pathfinding.Ionic.Zip.Reduced">
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll</HintPath>
    </Reference>
    <Reference Include="Pathfinding.Poly2Tri">
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Poly2Tri/Pathfinding.Poly2Tri.dll</HintPath>
    </Reference>
732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747
    <Reference Include="JetBrains.Rider.Unity.Editor.Plugin.Repacked">
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll</HintPath>
    </Reference>
    <Reference Include="NPOI">
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll</HintPath>
    </Reference>
    <Reference Include="NPOI.OOXML">
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll</HintPath>
    </Reference>
    <Reference Include="NPOI.OpenXml4Net">
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll</HintPath>
    </Reference>
    <Reference Include="NPOI.OpenXmlFormats">
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll</HintPath>
    </Reference>
    <Reference Include="UnityEditor.Advertisements">
748
      <HintPath>D:/Source/ET/Unity/Library/PackageCache/com.unity.ads@2.0.8/Editor/UnityEditor.Advertisements.dll</HintPath>
749
    </Reference>
750 751
    <Reference Include="Unity.Analytics.Editor">
      <HintPath>D:/Source/ET/Unity/Library/PackageCache/com.unity.analytics@3.0.9/Unity.Analytics.Editor.dll</HintPath>
752
    </Reference>
753 754 755 756 757 758 759 760
    <Reference Include="Unity.Analytics.StandardEvents">
      <HintPath>D:/Source/ET/Unity/Library/PackageCache/com.unity.analytics@3.0.9/Unity.Analytics.StandardEvents.dll</HintPath>
    </Reference>
    <Reference Include="Unity.Analytics.Tracker">
      <HintPath>D:/Source/ET/Unity/Library/PackageCache/com.unity.analytics@3.0.9/Unity.Analytics.Tracker.dll</HintPath>
    </Reference>
    <Reference Include="Unity.Analytics">
      <HintPath>D:/Source/ET/Unity/Library/PackageCache/com.unity.analytics@3.0.9/Android/Unity.Analytics.dll</HintPath>
761 762
    </Reference>
    <Reference Include="UnityEngine.Purchasing">
763
      <HintPath>D:/Source/ET/Unity/Library/PackageCache/com.unity.purchasing@2.0.1/UnityEngine.Purchasing.dll</HintPath>
764 765
    </Reference>
    <Reference Include="UnityEditor.Purchasing">
766 767 768
      <HintPath>D:/Source/ET/Unity/Library/PackageCache/com.unity.purchasing@2.0.1/Editor/UnityEditor.Purchasing.dll</HintPath>
    </Reference>
    <Reference Include="netstandard">
769
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/ref/2.0.0/netstandard.dll</HintPath>
770 771
    </Reference>
    <Reference Include="Microsoft.Win32.Primitives">
772
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll</HintPath>
773 774
    </Reference>
    <Reference Include="System.AppContext">
775
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.AppContext.dll</HintPath>
776 777
    </Reference>
    <Reference Include="System.Collections.Concurrent">
778
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Concurrent.dll</HintPath>
779 780
    </Reference>
    <Reference Include="System.Collections">
781
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.dll</HintPath>
782 783
    </Reference>
    <Reference Include="System.Collections.NonGeneric">
784
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.NonGeneric.dll</HintPath>
785 786
    </Reference>
    <Reference Include="System.Collections.Specialized">
787
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll</HintPath>
788 789
    </Reference>
    <Reference Include="System.ComponentModel">
790
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.dll</HintPath>
791 792
    </Reference>
    <Reference Include="System.ComponentModel.EventBasedAsync">
793
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll</HintPath>
794 795
    </Reference>
    <Reference Include="System.ComponentModel.Primitives">
796
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.Primitives.dll</HintPath>
797 798
    </Reference>
    <Reference Include="System.ComponentModel.TypeConverter">
799
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.TypeConverter.dll</HintPath>
800
    </Reference>
801
    <Reference Include="System.Console">
802
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Console.dll</HintPath>
803 804
    </Reference>
    <Reference Include="System.Data.Common">
805
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Data.Common.dll</HintPath>
806 807
    </Reference>
    <Reference Include="System.Diagnostics.Contracts">
808
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Contracts.dll</HintPath>
809 810
    </Reference>
    <Reference Include="System.Diagnostics.Debug">
811
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Debug.dll</HintPath>
812 813
    </Reference>
    <Reference Include="System.Diagnostics.FileVersionInfo">
814
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll</HintPath>
815 816
    </Reference>
    <Reference Include="System.Diagnostics.Process">
817
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Process.dll</HintPath>
818 819
    </Reference>
    <Reference Include="System.Diagnostics.StackTrace">
820
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.StackTrace.dll</HintPath>
821 822
    </Reference>
    <Reference Include="System.Diagnostics.TextWriterTraceListener">
823
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
824 825
    </Reference>
    <Reference Include="System.Diagnostics.Tools">
826
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tools.dll</HintPath>
827 828
    </Reference>
    <Reference Include="System.Diagnostics.TraceSource">
829
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll</HintPath>
830 831
    </Reference>
    <Reference Include="System.Diagnostics.Tracing">
832
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll</HintPath>
833 834
    </Reference>
    <Reference Include="System.Drawing.Primitives">
835
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Drawing.Primitives.dll</HintPath>
836 837
    </Reference>
    <Reference Include="System.Dynamic.Runtime">
838
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Dynamic.Runtime.dll</HintPath>
839 840
    </Reference>
    <Reference Include="System.Globalization.Calendars">
841
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Calendars.dll</HintPath>
842 843
    </Reference>
    <Reference Include="System.Globalization">
844
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.dll</HintPath>
845 846
    </Reference>
    <Reference Include="System.Globalization.Extensions">
847
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll</HintPath>
848 849
    </Reference>
    <Reference Include="System.IO.Compression">
850
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll</HintPath>
851 852
    </Reference>
    <Reference Include="System.IO.Compression.ZipFile">
853
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.ZipFile.dll</HintPath>
854 855
    </Reference>
    <Reference Include="System.IO">
856
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.dll</HintPath>
857 858
    </Reference>
    <Reference Include="System.IO.FileSystem">
859
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.dll</HintPath>
860 861
    </Reference>
    <Reference Include="System.IO.FileSystem.DriveInfo">
862
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll</HintPath>
863 864
    </Reference>
    <Reference Include="System.IO.FileSystem.Primitives">
865
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Primitives.dll</HintPath>
866 867
    </Reference>
    <Reference Include="System.IO.FileSystem.Watcher">
868
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Watcher.dll</HintPath>
869 870
    </Reference>
    <Reference Include="System.IO.IsolatedStorage">
871
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.IsolatedStorage.dll</HintPath>
872 873
    </Reference>
    <Reference Include="System.IO.MemoryMappedFiles">
874
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.MemoryMappedFiles.dll</HintPath>
875 876
    </Reference>
    <Reference Include="System.IO.Pipes">
877
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Pipes.dll</HintPath>
878 879
    </Reference>
    <Reference Include="System.IO.UnmanagedMemoryStream">
880
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll</HintPath>
881 882
    </Reference>
    <Reference Include="System.Linq">
883
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.dll</HintPath>
884 885
    </Reference>
    <Reference Include="System.Linq.Expressions">
886
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Expressions.dll</HintPath>
887 888
    </Reference>
    <Reference Include="System.Linq.Parallel">
889
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Parallel.dll</HintPath>
890 891
    </Reference>
    <Reference Include="System.Linq.Queryable">
892
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Queryable.dll</HintPath>
893 894
    </Reference>
    <Reference Include="System.Net.Http">
895
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http.dll</HintPath>
896 897
    </Reference>
    <Reference Include="System.Net.NameResolution">
898
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NameResolution.dll</HintPath>
899 900
    </Reference>
    <Reference Include="System.Net.NetworkInformation">
901
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NetworkInformation.dll</HintPath>
902 903
    </Reference>
    <Reference Include="System.Net.Ping">
904
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Ping.dll</HintPath>
905 906
    </Reference>
    <Reference Include="System.Net.Primitives">
907
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Primitives.dll</HintPath>
908 909
    </Reference>
    <Reference Include="System.Net.Requests">
910
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Requests.dll</HintPath>
911 912
    </Reference>
    <Reference Include="System.Net.Security">
913
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Security.dll</HintPath>
914 915
    </Reference>
    <Reference Include="System.Net.Sockets">
916
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Sockets.dll</HintPath>
917 918
    </Reference>
    <Reference Include="System.Net.WebHeaderCollection">
919
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebHeaderCollection.dll</HintPath>
920 921
    </Reference>
    <Reference Include="System.Net.WebSockets.Client">
922
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.Client.dll</HintPath>
923 924
    </Reference>
    <Reference Include="System.Net.WebSockets">
925
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.dll</HintPath>
926 927
    </Reference>
    <Reference Include="System.ObjectModel">
928
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ObjectModel.dll</HintPath>
929 930
    </Reference>
    <Reference Include="System.Reflection">
931
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll</HintPath>
932 933
    </Reference>
    <Reference Include="System.Reflection.Extensions">
934
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Extensions.dll</HintPath>
935 936
    </Reference>
    <Reference Include="System.Reflection.Primitives">
937
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Primitives.dll</HintPath>
938 939
    </Reference>
    <Reference Include="System.Resources.Reader">
940
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Reader.dll</HintPath>
941 942
    </Reference>
    <Reference Include="System.Resources.ResourceManager">
943
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.ResourceManager.dll</HintPath>
944 945
    </Reference>
    <Reference Include="System.Resources.Writer">
946
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Writer.dll</HintPath>
947 948
    </Reference>
    <Reference Include="System.Runtime.CompilerServices.VisualC">
949
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll</HintPath>
950 951
    </Reference>
    <Reference Include="System.Runtime">
952
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.dll</HintPath>
953 954
    </Reference>
    <Reference Include="System.Runtime.Extensions">
955
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Extensions.dll</HintPath>
956 957
    </Reference>
    <Reference Include="System.Runtime.Handles">
958
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Handles.dll</HintPath>
959 960
    </Reference>
    <Reference Include="System.Runtime.InteropServices">
961
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.dll</HintPath>
962 963
    </Reference>
    <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
964
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
965 966
    </Reference>
    <Reference Include="System.Runtime.Numerics">
967
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Numerics.dll</HintPath>
968 969
    </Reference>
    <Reference Include="System.Runtime.Serialization.Formatters">
970
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll</HintPath>
971 972
    </Reference>
    <Reference Include="System.Runtime.Serialization.Json">
973
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Json.dll</HintPath>
974 975
    </Reference>
    <Reference Include="System.Runtime.Serialization.Primitives">
976
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll</HintPath>
977 978
    </Reference>
    <Reference Include="System.Runtime.Serialization.Xml">
979
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Xml.dll</HintPath>
980 981
    </Reference>
    <Reference Include="System.Security.Claims">
982
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Claims.dll</HintPath>
983 984
    </Reference>
    <Reference Include="System.Security.Cryptography.Algorithms">
985
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll</HintPath>
986 987
    </Reference>
    <Reference Include="System.Security.Cryptography.Csp">
988
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Csp.dll</HintPath>
989 990
    </Reference>
    <Reference Include="System.Security.Cryptography.Encoding">
991
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Encoding.dll</HintPath>
992 993
    </Reference>
    <Reference Include="System.Security.Cryptography.Primitives">
994
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Primitives.dll</HintPath>
995 996
    </Reference>
    <Reference Include="System.Security.Cryptography.X509Certificates">
997
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll</HintPath>
998 999
    </Reference>
    <Reference Include="System.Security.Principal">
1000
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Principal.dll</HintPath>
1001 1002
    </Reference>
    <Reference Include="System.Security.SecureString">
1003
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll</HintPath>
1004 1005
    </Reference>
    <Reference Include="System.Text.Encoding">
1006
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.dll</HintPath>
1007 1008
    </Reference>
    <Reference Include="System.Text.Encoding.Extensions">
1009
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.Extensions.dll</HintPath>
1010 1011
    </Reference>
    <Reference Include="System.Text.RegularExpressions">
1012
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.RegularExpressions.dll</HintPath>
1013 1014
    </Reference>
    <Reference Include="System.Threading">
1015
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.dll</HintPath>
1016 1017
    </Reference>
    <Reference Include="System.Threading.Overlapped">
1018
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Overlapped.dll</HintPath>
1019 1020
    </Reference>
    <Reference Include="System.Threading.Tasks">
1021
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.dll</HintPath>
1022 1023
    </Reference>
    <Reference Include="System.Threading.Tasks.Parallel">
1024
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.Parallel.dll</HintPath>
1025 1026
    </Reference>
    <Reference Include="System.Threading.Thread">
1027
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Thread.dll</HintPath>
1028 1029
    </Reference>
    <Reference Include="System.Threading.ThreadPool">
1030
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.ThreadPool.dll</HintPath>
1031 1032
    </Reference>
    <Reference Include="System.Threading.Timer">
1033
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Timer.dll</HintPath>
1034 1035
    </Reference>
    <Reference Include="System.ValueTuple">
1036
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ValueTuple.dll</HintPath>
1037 1038
    </Reference>
    <Reference Include="System.Xml.ReaderWriter">
1039
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.ReaderWriter.dll</HintPath>
1040 1041
    </Reference>
    <Reference Include="System.Xml.XDocument">
1042
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XDocument.dll</HintPath>
1043 1044
    </Reference>
    <Reference Include="System.Xml.XmlDocument">
1045
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlDocument.dll</HintPath>
1046 1047
    </Reference>
    <Reference Include="System.Xml.XmlSerializer">
1048
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlSerializer.dll</HintPath>
1049 1050
    </Reference>
    <Reference Include="System.Xml.XPath">
1051
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.dll</HintPath>
1052 1053
    </Reference>
    <Reference Include="System.Xml.XPath.XDocument">
1054
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll</HintPath>
1055 1056
    </Reference>
    <Reference Include="System.Numerics.Vectors">
1057
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll</HintPath>
1058 1059
    </Reference>
    <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
1060
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
1061 1062
    </Reference>
    <Reference Include="mscorlib">
1063
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll</HintPath>
1064 1065
    </Reference>
    <Reference Include="System.ComponentModel.Composition">
1066
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll</HintPath>
1067 1068
    </Reference>
    <Reference Include="System.Core">
1069
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll</HintPath>
1070 1071
    </Reference>
    <Reference Include="System.Data">
1072
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll</HintPath>
1073 1074
    </Reference>
    <Reference Include="System">
1075
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.dll</HintPath>
1076 1077
    </Reference>
    <Reference Include="System.Drawing">
1078
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll</HintPath>
1079 1080
    </Reference>
    <Reference Include="System.IO.Compression.FileSystem">
1081
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll</HintPath>
1082 1083
    </Reference>
    <Reference Include="System.Net">
1084
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll</HintPath>
1085 1086
    </Reference>
    <Reference Include="System.Numerics">
1087
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll</HintPath>
1088 1089
    </Reference>
    <Reference Include="System.Runtime.Serialization">
1090
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll</HintPath>
1091 1092
    </Reference>
    <Reference Include="System.ServiceModel.Web">
1093
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll</HintPath>
1094 1095
    </Reference>
    <Reference Include="System.Transactions">
1096
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll</HintPath>
1097 1098
    </Reference>
    <Reference Include="System.Web">
1099
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll</HintPath>
1100 1101
    </Reference>
    <Reference Include="System.Windows">
1102
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll</HintPath>
1103 1104
    </Reference>
    <Reference Include="System.Xml">
1105
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll</HintPath>
1106 1107
    </Reference>
    <Reference Include="System.Xml.Linq">
1108
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll</HintPath>
1109 1110
    </Reference>
    <Reference Include="System.Xml.Serialization">
1111
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll</HintPath>
1112
    </Reference>
1113 1114
  </ItemGroup>
  <ItemGroup>
1115 1116 1117 1118
    <ProjectReference Include="Unity.ThirdParty.csproj">
      <Project>{E15BADD2-3A26-309A-AB0F-DC5B08044350}</Project>
      <Name>Unity.ThirdParty</Name>
    </ProjectReference>
1119 1120
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1121 1122 1123 1124 1125 1126 1127
  <!-- 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>
  -->
1128
</Project>