Unity.Hotfix.csproj 49.1 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>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 13
    <RootNamespace></RootNamespace>
    <ProjectGuid>{1066F652-6A89-D1C4-9881-1A19DF7AB80E}</ProjectGuid>
14
    <OutputType>Library</OutputType>
15
    <AppDesignerFolder>Properties</AppDesignerFolder>
16
    <AssemblyName>Unity.Hotfix</AssemblyName>
17
    <TargetFrameworkVersion>v4.7.1</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_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_4_6;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>
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
  </PropertyGroup>
  <ItemGroup>
49
    <Reference Include="UnityEngine">
50
      <HintPath>C:\Apps\Unity 2018.3.0b5\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
51 52
    </Reference>
    <Reference Include="UnityEditor">
53
      <HintPath>C:\Apps\Unity 2018.3.0b5\Editor\Data\Managed/UnityEditor.dll</HintPath>
54
    </Reference>
55 56 57 58 59 60
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Assets\Hotfix\Base\Event\EventIdType.cs" />
    <Compile Include="Assets\Hotfix\Base\Event\IEvent.cs" />
    <Compile Include="Assets\Hotfix\Base\Helper\ArrayHelper.cs" />
    <Compile Include="Assets\Hotfix\Base\Helper\AssetBundleHelper.cs" />
61
    <Compile Include="Assets\Hotfix\Base\Helper\Dumper.cs" />
62 63
    <Compile Include="Assets\Hotfix\Base\Helper\ExceptionHelper.cs" />
    <Compile Include="Assets\Hotfix\Base\Helper\JsonHelper.cs" />
64
    <Compile Include="Assets\Hotfix\Base\Log.cs" />
65 66 67 68 69 70 71 72
    <Compile Include="Assets\Hotfix\Base\Object\Component.cs" />
    <Compile Include="Assets\Hotfix\Base\Object\ComponentFactory.cs" />
    <Compile Include="Assets\Hotfix\Base\Object\ComponentWithId.cs" />
    <Compile Include="Assets\Hotfix\Base\Object\Entity.cs" />
    <Compile Include="Assets\Hotfix\Base\Object\EntityType.cs" />
    <Compile Include="Assets\Hotfix\Base\Object\EventSystem.cs" />
    <Compile Include="Assets\Hotfix\Base\Object\IAwakeSystem.cs" />
    <Compile Include="Assets\Hotfix\Base\Object\IChangeSystem.cs" />
73
    <Compile Include="Assets\Hotfix\Base\Object\IDeserializeSystem.cs" />
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
    <Compile Include="Assets\Hotfix\Base\Object\IDestroySystem.cs" />
    <Compile Include="Assets\Hotfix\Base\Object\ILateUpdateSystem.cs" />
    <Compile Include="Assets\Hotfix\Base\Object\ILoadSystem.cs" />
    <Compile Include="Assets\Hotfix\Base\Object\ISerializeToEntity.cs" />
    <Compile Include="Assets\Hotfix\Base\Object\IStartSystem.cs" />
    <Compile Include="Assets\Hotfix\Base\Object\IUpdateSystem.cs" />
    <Compile Include="Assets\Hotfix\Base\Object\Object.cs" />
    <Compile Include="Assets\Hotfix\Base\Object\ObjectPool.cs" />
    <Compile Include="Assets\Hotfix\Entity\Config\UnitConfig.cs" />
    <Compile Include="Assets\Hotfix\Entity\Game.cs" />
    <Compile Include="Assets\Hotfix\Entity\Scene.cs" />
    <Compile Include="Assets\Hotfix\Init.cs" />
    <Compile Include="Assets\Hotfix\Module\Actor\IActorMessage.cs" />
    <Compile Include="Assets\Hotfix\Module\ActorLocation\IActorLocationMessage.cs" />
    <Compile Include="Assets\Hotfix\Module\Config\ACategory.cs" />
    <Compile Include="Assets\Hotfix\Module\Config\ConfigComponent.cs" />
    <Compile Include="Assets\Hotfix\Module\Config\ConfigHelper.cs" />
    <Compile Include="Assets\Hotfix\Module\Config\IConfig.cs" />
92 93
    <Compile Include="Assets\Hotfix\Module\Demo\Actor_TestHandler.cs" />
    <Compile Include="Assets\Hotfix\Module\Demo\G2C_TestHotfixHandler.cs" />
94
    <Compile Include="Assets\Hotfix\Module\Demo\M2C_CreateUnitsHandler.cs" />
95 96 97
    <Compile Include="Assets\Hotfix\Module\Demo\M2C_PathfindingResultHandler.cs" />
    <Compile Include="Assets\Hotfix\Module\Demo\OperaComponent.cs" />
    <Compile Include="Assets\Hotfix\Module\Demo\TestHotfixSubscribMonoEvent_LogString.cs" />
98 99 100 101 102 103
    <Compile Include="Assets\Hotfix\Module\Message\AMHandler.cs" />
    <Compile Include="Assets\Hotfix\Module\Message\HotfixMessage.cs" />
    <Compile Include="Assets\Hotfix\Module\Message\HotfixMessageDispatcher.cs" />
    <Compile Include="Assets\Hotfix\Module\Message\HotfixOpcode.cs" />
    <Compile Include="Assets\Hotfix\Module\Message\IMessage.cs" />
    <Compile Include="Assets\Hotfix\Module\Message\IMHandler.cs" />
104
    <Compile Include="Assets\Hotfix\Module\Message\MessageDispatcherComponent.cs" />
105 106 107 108 109 110 111 112 113 114 115 116 117 118
    <Compile Include="Assets\Hotfix\Module\Message\MessagePool.cs" />
    <Compile Include="Assets\Hotfix\Module\Message\OpcodeTypeComponent.cs" />
    <Compile Include="Assets\Hotfix\Module\Message\Session.cs" />
    <Compile Include="Assets\Hotfix\Module\Message\SessionComponent.cs" />
    <Compile Include="Assets\Hotfix\Module\UI\IUIFactory.cs" />
    <Compile Include="Assets\Hotfix\Module\UI\UI.cs" />
    <Compile Include="Assets\Hotfix\Module\UI\UIComponent.cs" />
    <Compile Include="Assets\Hotfix\Module\UI\UIType.cs" />
    <Compile Include="Assets\Hotfix\Properties\AssemblyInfo.cs" />
    <Compile Include="Assets\Hotfix\UI\UILobby\Component\UILobbyComponent.cs" />
    <Compile Include="Assets\Hotfix\UI\UILobby\Factory\UILobbyFactory.cs" />
    <Compile Include="Assets\Hotfix\UI\UILogin\Component\UILoginComponent.cs" />
    <Compile Include="Assets\Hotfix\UI\UILogin\Event\InitSceneStart_CreateLoginUI.cs" />
    <Compile Include="Assets\Hotfix\UI\UILogin\Factory\UILoginFactory.cs" />
119
    <None Include="Assets\Hotfix\Unity.Hotfix.asmdef" />
120 121 122 123 124
    <Reference Include="UnityEngine.AIModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.ARModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
125 126
    </Reference>
    <Reference Include="UnityEngine.AccessibilityModule">
127
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
128
    </Reference>
129 130
    <Reference Include="UnityEngine.AnimationModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
131
    </Reference>
132 133
    <Reference Include="UnityEngine.AssetBundleModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
134
    </Reference>
135 136 137 138 139
    <Reference Include="UnityEngine.AudioModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.BaselibModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll</HintPath>
140 141
    </Reference>
    <Reference Include="UnityEngine.ClothModule">
142
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
143
    </Reference>
144 145
    <Reference Include="UnityEngine.ClusterInputModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
146
    </Reference>
147 148
    <Reference Include="UnityEngine.ClusterRendererModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
149
    </Reference>
150 151
    <Reference Include="UnityEngine.CoreModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
152
    </Reference>
153 154
    <Reference Include="UnityEngine.CrashReportingModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
155
    </Reference>
156 157 158 159 160 161 162 163 164 165 166 167 168 169
    <Reference Include="UnityEngine.DirectorModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.FileSystemHttpModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.GameCenterModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.GridModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.HotReloadModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
170 171
    </Reference>
    <Reference Include="UnityEngine.IMGUIModule">
172
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
173
    </Reference>
174 175
    <Reference Include="UnityEngine.ImageConversionModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
176
    </Reference>
177 178
    <Reference Include="UnityEngine.InputModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
179
    </Reference>
180 181
    <Reference Include="UnityEngine.JSONSerializeModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
182
    </Reference>
183 184
    <Reference Include="UnityEngine.LocalizationModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
185
    </Reference>
186 187
    <Reference Include="UnityEngine.ParticleSystemModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
188 189
    </Reference>
    <Reference Include="UnityEngine.PerformanceReportingModule">
190
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
191
    </Reference>
192 193
    <Reference Include="UnityEngine.PhysicsModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
194
    </Reference>
195 196
    <Reference Include="UnityEngine.Physics2DModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
197
    </Reference>
198 199
    <Reference Include="UnityEngine.ProfilerModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
200
    </Reference>
201 202
    <Reference Include="UnityEngine.ScreenCaptureModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
203
    </Reference>
204 205
    <Reference Include="UnityEngine.SharedInternalsModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
206
    </Reference>
207 208
    <Reference Include="UnityEngine.SpatialTrackingModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.SpatialTrackingModule.dll</HintPath>
209
    </Reference>
210 211
    <Reference Include="UnityEngine.SpriteMaskModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
212
    </Reference>
213 214
    <Reference Include="UnityEngine.SpriteShapeModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
215
    </Reference>
216 217
    <Reference Include="UnityEngine.StreamingModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
218
    </Reference>
219 220
    <Reference Include="UnityEngine.StyleSheetsModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
221
    </Reference>
222 223
    <Reference Include="UnityEngine.SubstanceModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
224
    </Reference>
225 226
    <Reference Include="UnityEngine.TLSModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
227
    </Reference>
228 229
    <Reference Include="UnityEngine.TerrainModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
230
    </Reference>
231 232
    <Reference Include="UnityEngine.TerrainPhysicsModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
233
    </Reference>
234 235
    <Reference Include="UnityEngine.TextCoreModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
236
    </Reference>
237 238
    <Reference Include="UnityEngine.TextRenderingModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
239
    </Reference>
240 241
    <Reference Include="UnityEngine.TilemapModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
242
    </Reference>
243 244
    <Reference Include="UnityEngine.TimelineModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll</HintPath>
245
    </Reference>
246 247
    <Reference Include="UnityEngine.UIModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
248
    </Reference>
249 250
    <Reference Include="UnityEngine.UIElementsModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
251
    </Reference>
252 253
    <Reference Include="UnityEngine.UNETModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
254
    </Reference>
255 256 257 258 259 260 261 262 263 264 265
    <Reference Include="UnityEngine.UmbraModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.UnityAnalyticsModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.UnityConnectModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.UnityTestProtocolModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
266 267
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestModule">
268 269 270 271
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
272 273
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestAudioModule">
274
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
275 276
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestTextureModule">
277
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
278 279
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestWWWModule">
280 281 282 283 284 285 286 287 288 289
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.VFXModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.VRModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.VehiclesModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
290 291
    </Reference>
    <Reference Include="UnityEngine.VideoModule">
292
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
293 294
    </Reference>
    <Reference Include="UnityEngine.WindModule">
295
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
296
    </Reference>
297 298
    <Reference Include="UnityEngine.XRModule">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
299
    </Reference>
300 301
    <Reference Include="Unity.Locator">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/Unity.Locator.dll</HintPath>
302
    </Reference>
303 304
    <Reference Include="UnityEngine.UI">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
305
    </Reference>
306 307
    <Reference Include="UnityEditor.UI">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
308 309
    </Reference>
    <Reference Include="UnityEngine.Timeline">
310
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
311 312
    </Reference>
    <Reference Include="UnityEditor.Timeline">
313
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll</HintPath>
314 315
    </Reference>
    <Reference Include="UnityEngine.Networking">
316
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
317 318
    </Reference>
    <Reference Include="UnityEditor.Networking">
319
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
320 321
    </Reference>
    <Reference Include="UnityEditor.GoogleAudioSpatializer">
322
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll</HintPath>
323 324
    </Reference>
    <Reference Include="UnityEngine.GoogleAudioSpatializer">
325
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
326 327
    </Reference>
    <Reference Include="UnityEditor.SpatialTracking">
328
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll</HintPath>
329 330
    </Reference>
    <Reference Include="UnityEngine.SpatialTracking">
331
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
332 333
    </Reference>
    <Reference Include="UnityEditor.VR">
334
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
335 336
    </Reference>
    <Reference Include="UnityEditor.Graphs">
337
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
338 339
    </Reference>
    <Reference Include="UnityEditor.WindowsStandalone.Extensions">
340
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
341 342
    </Reference>
    <Reference Include="ICSharpCode.SharpZipLib">
343
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll</HintPath>
344
    </Reference>
345 346 347 348 349 350 351 352 353
    <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>
354
    <Reference Include="JetBrains.Rider.Unity.Editor.Plugin.Repacked">
355
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll</HintPath>
356 357
    </Reference>
    <Reference Include="NPOI">
358
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll</HintPath>
359 360
    </Reference>
    <Reference Include="NPOI.OOXML">
361
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll</HintPath>
362 363
    </Reference>
    <Reference Include="NPOI.OpenXml4Net">
364
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll</HintPath>
365 366
    </Reference>
    <Reference Include="NPOI.OpenXmlFormats">
367
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll</HintPath>
368 369
    </Reference>
    <Reference Include="UnityEditor.Advertisements">
370
      <HintPath>D:/Source/ET/Unity/Library/PackageCache/com.unity.ads@2.0.8/Editor/UnityEditor.Advertisements.dll</HintPath>
371
    </Reference>
372 373
    <Reference Include="Unity.Analytics.Editor">
      <HintPath>D:/Source/ET/Unity/Library/PackageCache/com.unity.analytics@3.0.9/Unity.Analytics.Editor.dll</HintPath>
374
    </Reference>
375 376 377 378 379 380 381 382
    <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>
383 384
    </Reference>
    <Reference Include="UnityEngine.Purchasing">
385
      <HintPath>D:/Source/ET/Unity/Library/PackageCache/com.unity.purchasing@2.0.1/UnityEngine.Purchasing.dll</HintPath>
386 387
    </Reference>
    <Reference Include="UnityEditor.Purchasing">
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
      <HintPath>D:/Source/ET/Unity/Library/PackageCache/com.unity.purchasing@2.0.1/Editor/UnityEditor.Purchasing.dll</HintPath>
    </Reference>
    <Reference Include="mscorlib">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
    </Reference>
    <Reference Include="System">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll</HintPath>
    </Reference>
    <Reference Include="System.Core">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll</HintPath>
    </Reference>
    <Reference Include="System.Runtime.Serialization">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll</HintPath>
    </Reference>
    <Reference Include="System.Xml">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll</HintPath>
    </Reference>
    <Reference Include="System.Xml.Linq">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll</HintPath>
    </Reference>
    <Reference Include="System.Numerics">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll</HintPath>
    </Reference>
    <Reference Include="System.Numerics.Vectors">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.Win32.Primitives">
      <HintPath>C:/Apps/Unity 2018.3.0b5/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.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll</HintPath>
    </Reference>
    <Reference Include="System.AppContext">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll</HintPath>
422
    </Reference>
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 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733
    <Reference Include="System.Collections.Concurrent">
      <HintPath>C:/Apps/Unity 2018.3.0b5/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.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll</HintPath>
    </Reference>
    <Reference Include="System.Collections.NonGeneric">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll</HintPath>
    </Reference>
    <Reference Include="System.Collections.Specialized">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll</HintPath>
    </Reference>
    <Reference Include="System.ComponentModel.Annotations">
      <HintPath>C:/Apps/Unity 2018.3.0b5/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.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll</HintPath>
    </Reference>
    <Reference Include="System.ComponentModel.EventBasedAsync">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll</HintPath>
    </Reference>
    <Reference Include="System.ComponentModel.Primitives">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll</HintPath>
    </Reference>
    <Reference Include="System.ComponentModel.TypeConverter">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll</HintPath>
    </Reference>
    <Reference Include="System.Console">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll</HintPath>
    </Reference>
    <Reference Include="System.Data.Common">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll</HintPath>
    </Reference>
    <Reference Include="System.Diagnostics.Contracts">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll</HintPath>
    </Reference>
    <Reference Include="System.Diagnostics.Debug">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll</HintPath>
    </Reference>
    <Reference Include="System.Diagnostics.FileVersionInfo">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll</HintPath>
    </Reference>
    <Reference Include="System.Diagnostics.Process">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll</HintPath>
    </Reference>
    <Reference Include="System.Diagnostics.StackTrace">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll</HintPath>
    </Reference>
    <Reference Include="System.Diagnostics.TextWriterTraceListener">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
    </Reference>
    <Reference Include="System.Diagnostics.Tools">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll</HintPath>
    </Reference>
    <Reference Include="System.Diagnostics.TraceSource">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll</HintPath>
    </Reference>
    <Reference Include="System.Drawing.Primitives">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll</HintPath>
    </Reference>
    <Reference Include="System.Dynamic.Runtime">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll</HintPath>
    </Reference>
    <Reference Include="System.Globalization.Calendars">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll</HintPath>
    </Reference>
    <Reference Include="System.Globalization">
      <HintPath>C:/Apps/Unity 2018.3.0b5/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.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll</HintPath>
    </Reference>
    <Reference Include="System.IO.Compression.ZipFile">
      <HintPath>C:/Apps/Unity 2018.3.0b5/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.0b5/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.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll</HintPath>
    </Reference>
    <Reference Include="System.IO.FileSystem.DriveInfo">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll</HintPath>
    </Reference>
    <Reference Include="System.IO.FileSystem.Primitives">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll</HintPath>
    </Reference>
    <Reference Include="System.IO.FileSystem.Watcher">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll</HintPath>
    </Reference>
    <Reference Include="System.IO.IsolatedStorage">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll</HintPath>
    </Reference>
    <Reference Include="System.IO.MemoryMappedFiles">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll</HintPath>
    </Reference>
    <Reference Include="System.IO.Pipes">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll</HintPath>
    </Reference>
    <Reference Include="System.IO.UnmanagedMemoryStream">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll</HintPath>
    </Reference>
    <Reference Include="System.Linq">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll</HintPath>
    </Reference>
    <Reference Include="System.Linq.Expressions">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll</HintPath>
    </Reference>
    <Reference Include="System.Linq.Parallel">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll</HintPath>
    </Reference>
    <Reference Include="System.Linq.Queryable">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll</HintPath>
    </Reference>
    <Reference Include="System.Net.Http.Rtc">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll</HintPath>
    </Reference>
    <Reference Include="System.Net.NameResolution">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll</HintPath>
    </Reference>
    <Reference Include="System.Net.NetworkInformation">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll</HintPath>
    </Reference>
    <Reference Include="System.Net.Ping">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll</HintPath>
    </Reference>
    <Reference Include="System.Net.Primitives">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll</HintPath>
    </Reference>
    <Reference Include="System.Net.Requests">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll</HintPath>
    </Reference>
    <Reference Include="System.Net.Security">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll</HintPath>
    </Reference>
    <Reference Include="System.Net.Sockets">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll</HintPath>
    </Reference>
    <Reference Include="System.Net.WebHeaderCollection">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll</HintPath>
    </Reference>
    <Reference Include="System.Net.WebSockets.Client">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll</HintPath>
    </Reference>
    <Reference Include="System.Net.WebSockets">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll</HintPath>
    </Reference>
    <Reference Include="System.ObjectModel">
      <HintPath>C:/Apps/Unity 2018.3.0b5/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.0b5/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.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll</HintPath>
    </Reference>
    <Reference Include="System.Reflection.Emit.ILGeneration">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll</HintPath>
    </Reference>
    <Reference Include="System.Reflection.Emit.Lightweight">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll</HintPath>
    </Reference>
    <Reference Include="System.Reflection.Extensions">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll</HintPath>
    </Reference>
    <Reference Include="System.Reflection.Primitives">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll</HintPath>
    </Reference>
    <Reference Include="System.Resources.Reader">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll</HintPath>
    </Reference>
    <Reference Include="System.Resources.ResourceManager">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll</HintPath>
    </Reference>
    <Reference Include="System.Resources.Writer">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll</HintPath>
    </Reference>
    <Reference Include="System.Runtime.CompilerServices.VisualC">
      <HintPath>C:/Apps/Unity 2018.3.0b5/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.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll</HintPath>
    </Reference>
    <Reference Include="System.Runtime.Extensions">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll</HintPath>
    </Reference>
    <Reference Include="System.Runtime.Handles">
      <HintPath>C:/Apps/Unity 2018.3.0b5/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.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll</HintPath>
    </Reference>
    <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
    </Reference>
    <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
    </Reference>
    <Reference Include="System.Runtime.Numerics">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll</HintPath>
    </Reference>
    <Reference Include="System.Runtime.Serialization.Formatters">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll</HintPath>
    </Reference>
    <Reference Include="System.Runtime.Serialization.Json">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll</HintPath>
    </Reference>
    <Reference Include="System.Runtime.Serialization.Primitives">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll</HintPath>
    </Reference>
    <Reference Include="System.Runtime.Serialization.Xml">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll</HintPath>
    </Reference>
    <Reference Include="System.Security.Claims">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll</HintPath>
    </Reference>
    <Reference Include="System.Security.Cryptography.Algorithms">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll</HintPath>
    </Reference>
    <Reference Include="System.Security.Cryptography.Csp">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll</HintPath>
    </Reference>
    <Reference Include="System.Security.Cryptography.Encoding">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll</HintPath>
    </Reference>
    <Reference Include="System.Security.Cryptography.Primitives">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll</HintPath>
    </Reference>
    <Reference Include="System.Security.Cryptography.X509Certificates">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll</HintPath>
    </Reference>
    <Reference Include="System.Security.Principal">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll</HintPath>
    </Reference>
    <Reference Include="System.Security.SecureString">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll</HintPath>
    </Reference>
    <Reference Include="System.ServiceModel.Duplex">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll</HintPath>
    </Reference>
    <Reference Include="System.ServiceModel.Http">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll</HintPath>
    </Reference>
    <Reference Include="System.ServiceModel.NetTcp">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll</HintPath>
    </Reference>
    <Reference Include="System.ServiceModel.Primitives">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll</HintPath>
    </Reference>
    <Reference Include="System.ServiceModel.Security">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll</HintPath>
    </Reference>
    <Reference Include="System.Text.Encoding">
      <HintPath>C:/Apps/Unity 2018.3.0b5/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.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll</HintPath>
    </Reference>
    <Reference Include="System.Text.RegularExpressions">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll</HintPath>
    </Reference>
    <Reference Include="System.Threading">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll</HintPath>
    </Reference>
    <Reference Include="System.Threading.Overlapped">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll</HintPath>
    </Reference>
    <Reference Include="System.Threading.Tasks">
      <HintPath>C:/Apps/Unity 2018.3.0b5/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.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll</HintPath>
    </Reference>
    <Reference Include="System.Threading.Thread">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll</HintPath>
    </Reference>
    <Reference Include="System.Threading.ThreadPool">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll</HintPath>
    </Reference>
    <Reference Include="System.Threading.Timer">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll</HintPath>
    </Reference>
    <Reference Include="System.ValueTuple">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll</HintPath>
    </Reference>
    <Reference Include="System.Xml.ReaderWriter">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll</HintPath>
    </Reference>
    <Reference Include="System.Xml.XDocument">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll</HintPath>
    </Reference>
    <Reference Include="System.Xml.XmlDocument">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll</HintPath>
    </Reference>
    <Reference Include="System.Xml.XmlSerializer">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll</HintPath>
    </Reference>
    <Reference Include="System.Xml.XPath">
      <HintPath>C:/Apps/Unity 2018.3.0b5/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.0b5/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll</HintPath>
    </Reference>
    <Reference Include="UnityScript">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll</HintPath>
    </Reference>
    <Reference Include="UnityScript.Lang">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll</HintPath>
    </Reference>
    <Reference Include="Boo.Lang">
      <HintPath>C:/Apps/Unity 2018.3.0b5/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll</HintPath>
734 735 736 737
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="Unity.Model.csproj">
738
      <Project>{B4BF9894-F5D9-41C4-13E3-3F26F7700E29}</Project>
739 740
      <Name>Unity.Model</Name>
    </ProjectReference>
741
    <ProjectReference Include="Unity.ThirdParty.csproj">
742
      <Project>{E15BADD2-3A26-309A-AB0F-DC5B08044350}</Project>
743 744
      <Name>Unity.ThirdParty</Name>
    </ProjectReference>
745
  </ItemGroup>
746 747 748 749 750 751 752 753
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- 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>
  -->
754
</Project>