Unity.Editor.csproj 49.5 KB
Newer Older
T
tanghai 已提交
1
<?xml version="1.0" encoding="utf-8"?>
T
tanghai 已提交
2
<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>
T
tanghai 已提交
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>{CD311104-1830-B119-81B6-5DBEE2467FFB}</ProjectGuid>
T
tanghai 已提交
14
    <OutputType>Library</OutputType>
15 16
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <AssemblyName>Unity.Editor</AssemblyName>
T
tanghai 已提交
17
    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
T
tanghai 已提交
18
    <FileAlignment>512</FileAlignment>
19
    <BaseDirectory>.</BaseDirectory>
20
  </PropertyGroup>
T
tanghai 已提交
21
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 23
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
T
tanghai 已提交
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;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;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;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_ANDROID;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_SUBSTANCE;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_EVENT_QUEUE;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_VR;ENABLE_AR;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;ENABLE_RUNTIME_PERMISSIONS;UNITY_ASTC_ONLY_DECOMPRESS;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;NET45;ILRuntime</DefineConstants>
T
tanghai 已提交
27 28
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
29
    <NoWarn>0169</NoWarn>
30
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
T
tanghai 已提交
31 32 33
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
34 35
    <Optimize>true</Optimize>
    <OutputPath>Temp\bin\Release\</OutputPath>
T
tanghai 已提交
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>
T
tanghai 已提交
47 48
  </PropertyGroup>
  <ItemGroup>
49
    <Reference Include="UnityEngine">
50
      <HintPath>C:\Apps\Unity 2018.3.0b9\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
51
    </Reference>
T
tanghai 已提交
52
    <Reference Include="UnityEditor">
53
      <HintPath>C:\Apps\Unity 2018.3.0b9\Editor\Data\Managed/UnityEditor.dll</HintPath>
54
    </Reference>
55 56
  </ItemGroup>
  <ItemGroup>
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
    <Compile Include="Assets\Editor\AstarPathfindingProject\AIBaseEditor.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\AILerpEditor.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\AstarPathEditor.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\AstarUpdateChecker.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\AstarUpdateWindow.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\CustomGraphEditorAttribute.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\GraphEditors\GraphEditor.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\GraphEditors\RecastGraphEditor.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\GraphUpdateSceneEditor.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\ModifierEditors\RaycastModifierEditor.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\ModifierEditors\SmoothModifierEditor.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\PackageTools\EditorBase.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\PackageTools\EditorGUIx.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\PackageTools\EnumFlagDrawer.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\PackageTools\OptimizationHandler.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\RecastMeshObjEditor.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\RVOControllerEditor.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\RVONavmeshEditor.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\RVOSimulatorEditor.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\RVOSquareObstacleEditor.cs" />
    <Compile Include="Assets\Editor\AstarPathfindingProject\SeekerEditor.cs" />
78 79
    <Compile Include="Assets\Editor\BuildEditor\BuildEditor.cs" />
    <Compile Include="Assets\Editor\BuildEditor\BuildHelper.cs" />
80
    <Compile Include="Assets\Editor\BuildEditor\BuildHotfixEditor.cs" />
81 82 83 84 85 86 87 88 89 90 91 92 93 94
    <Compile Include="Assets\Editor\BuildEditor\BuildIOSEditor.cs" />
    <Compile Include="Assets\Editor\ExcelExporterEditor\ExcelExporterEditor.cs" />
    <Compile Include="Assets\Editor\GlobalConfigEditor\GlobalConfigEditor.cs" />
    <Compile Include="Assets\Editor\Helper\EditorResHelper.cs" />
    <Compile Include="Assets\Editor\Helper\ShellHelper.cs" />
    <Compile Include="Assets\Editor\ILRuntimeEditor\ILRuntimeCLRBinding.cs" />
    <Compile Include="Assets\Editor\LogRedirection.cs" />
    <Compile Include="Assets\Editor\Proto2CsEditor\InnerProto2CS.cs" />
    <Compile Include="Assets\Editor\Proto2CsEditor\Proto2CSEditor.cs" />
    <Compile Include="Assets\Editor\ReferenceCollectorEditor\ReferenceCollectorEditor.cs" />
    <Compile Include="Assets\Editor\RsyncEditor\RsyncConfig.cs" />
    <Compile Include="Assets\Editor\RsyncEditor\RsyncEditor.cs" />
    <Compile Include="Assets\Editor\ServerCommandLineEditor\ServerCommandLineEditor.cs" />
    <Compile Include="Assets\Editor\ServerManagerEditor\ServerManagerEditor.cs" />
95 96 97 98
    <None Include="Assets\Editor\AstarPathfindingProject\EditorAssets\Materials\Navmesh.cginc" />
    <None Include="Assets\Editor\AstarPathfindingProject\EditorAssets\Materials\Navmesh.shader" />
    <None Include="Assets\Editor\Unity.Editor.asmdef" />
    <None Include="Assets\Editor\AstarPathfindingProject\EditorAssets\Materials\NavmeshOutline.shader" />
99
    <Reference Include="UnityEngine.AIModule">
100
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
101 102
    </Reference>
    <Reference Include="UnityEngine.ARModule">
103
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
104 105
    </Reference>
    <Reference Include="UnityEngine.AccessibilityModule">
106
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
107
    </Reference>
108
    <Reference Include="UnityEngine.AnimationModule">
109
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
110
    </Reference>
111
    <Reference Include="UnityEngine.AssetBundleModule">
112
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
113
    </Reference>
114
    <Reference Include="UnityEngine.AudioModule">
115
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
116 117
    </Reference>
    <Reference Include="UnityEngine.BaselibModule">
118
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll</HintPath>
119 120
    </Reference>
    <Reference Include="UnityEngine.ClothModule">
121
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
122
    </Reference>
123
    <Reference Include="UnityEngine.ClusterInputModule">
124
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
125
    </Reference>
126
    <Reference Include="UnityEngine.ClusterRendererModule">
127
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
128
    </Reference>
129
    <Reference Include="UnityEngine.CoreModule">
130
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
131
    </Reference>
132
    <Reference Include="UnityEngine.CrashReportingModule">
133
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
134
    </Reference>
135
    <Reference Include="UnityEngine.DirectorModule">
136
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
137 138
    </Reference>
    <Reference Include="UnityEngine.FileSystemHttpModule">
139
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
140 141
    </Reference>
    <Reference Include="UnityEngine.GameCenterModule">
142
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
143 144
    </Reference>
    <Reference Include="UnityEngine.GridModule">
145
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
146 147
    </Reference>
    <Reference Include="UnityEngine.HotReloadModule">
148
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
149 150
    </Reference>
    <Reference Include="UnityEngine.IMGUIModule">
151
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
152
    </Reference>
153
    <Reference Include="UnityEngine.ImageConversionModule">
154
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
155
    </Reference>
156
    <Reference Include="UnityEngine.InputModule">
157
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
158
    </Reference>
159
    <Reference Include="UnityEngine.JSONSerializeModule">
160
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
161
    </Reference>
162
    <Reference Include="UnityEngine.LocalizationModule">
163
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
164
    </Reference>
165
    <Reference Include="UnityEngine.ParticleSystemModule">
166
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
167 168
    </Reference>
    <Reference Include="UnityEngine.PerformanceReportingModule">
169
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
170
    </Reference>
171
    <Reference Include="UnityEngine.PhysicsModule">
172
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
173
    </Reference>
174
    <Reference Include="UnityEngine.Physics2DModule">
175
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
176
    </Reference>
177
    <Reference Include="UnityEngine.ProfilerModule">
178
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
179
    </Reference>
180
    <Reference Include="UnityEngine.ScreenCaptureModule">
181
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
182
    </Reference>
183
    <Reference Include="UnityEngine.SharedInternalsModule">
184
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
185
    </Reference>
186
    <Reference Include="UnityEngine.SpatialTrackingModule">
187
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpatialTrackingModule.dll</HintPath>
188
    </Reference>
189
    <Reference Include="UnityEngine.SpriteMaskModule">
190
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
191
    </Reference>
192
    <Reference Include="UnityEngine.SpriteShapeModule">
193
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
194
    </Reference>
195
    <Reference Include="UnityEngine.StreamingModule">
196
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
197
    </Reference>
198
    <Reference Include="UnityEngine.StyleSheetsModule">
199
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
200
    </Reference>
201
    <Reference Include="UnityEngine.SubstanceModule">
202
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
203
    </Reference>
204
    <Reference Include="UnityEngine.TLSModule">
205
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
206
    </Reference>
207
    <Reference Include="UnityEngine.TerrainModule">
208
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
209
    </Reference>
210
    <Reference Include="UnityEngine.TerrainPhysicsModule">
211
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
212
    </Reference>
213
    <Reference Include="UnityEngine.TextCoreModule">
214
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
215
    </Reference>
216
    <Reference Include="UnityEngine.TextRenderingModule">
217
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
218
    </Reference>
219
    <Reference Include="UnityEngine.TilemapModule">
220
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
221
    </Reference>
222
    <Reference Include="UnityEngine.TimelineModule">
223
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll</HintPath>
224
    </Reference>
225
    <Reference Include="UnityEngine.UIModule">
226
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
227
    </Reference>
228
    <Reference Include="UnityEngine.UIElementsModule">
229
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
230
    </Reference>
231
    <Reference Include="UnityEngine.UNETModule">
232
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
233
    </Reference>
234
    <Reference Include="UnityEngine.UmbraModule">
235
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
236 237
    </Reference>
    <Reference Include="UnityEngine.UnityAnalyticsModule">
238
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
239 240
    </Reference>
    <Reference Include="UnityEngine.UnityConnectModule">
241
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
242 243
    </Reference>
    <Reference Include="UnityEngine.UnityTestProtocolModule">
244
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
245 246
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestModule">
247
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
248 249
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
250
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
251 252
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestAudioModule">
253
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
254 255
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestTextureModule">
256
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
257 258
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestWWWModule">
259
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
260 261
    </Reference>
    <Reference Include="UnityEngine.VFXModule">
262
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
263 264
    </Reference>
    <Reference Include="UnityEngine.VRModule">
265
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
266 267
    </Reference>
    <Reference Include="UnityEngine.VehiclesModule">
268
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
269 270
    </Reference>
    <Reference Include="UnityEngine.VideoModule">
271
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
272 273
    </Reference>
    <Reference Include="UnityEngine.WindModule">
274
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
T
tanghai 已提交
275
    </Reference>
276
    <Reference Include="UnityEngine.XRModule">
277
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
T
tanghai 已提交
278
    </Reference>
279
    <Reference Include="Unity.Locator">
280
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/Unity.Locator.dll</HintPath>
T
tanghai 已提交
281
    </Reference>
282
    <Reference Include="UnityEngine.UI">
283
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
284
    </Reference>
285
    <Reference Include="UnityEditor.UI">
286 287 288 289 290 291 292 293 294 295
      <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>
296 297
    </Reference>
    <Reference Include="UnityEngine.Timeline">
298
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
299
    </Reference>
300
    <Reference Include="UnityEditor.Timeline">
301
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll</HintPath>
302 303
    </Reference>
    <Reference Include="UnityEngine.Networking">
304
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
305 306
    </Reference>
    <Reference Include="UnityEditor.Networking">
307
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
308 309
    </Reference>
    <Reference Include="UnityEditor.GoogleAudioSpatializer">
310
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll</HintPath>
311 312
    </Reference>
    <Reference Include="UnityEngine.GoogleAudioSpatializer">
313
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
314
    </Reference>
315
    <Reference Include="UnityEditor.SpatialTracking">
316
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll</HintPath>
317 318
    </Reference>
    <Reference Include="UnityEngine.SpatialTracking">
319
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
320
    </Reference>
321
    <Reference Include="UnityEditor.VR">
322
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
323
    </Reference>
T
tanghai 已提交
324
    <Reference Include="UnityEditor.Graphs">
325 326 327 328
      <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>
329
    </Reference>
T
tanghai 已提交
330
    <Reference Include="UnityEditor.WindowsStandalone.Extensions">
331
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
332
    </Reference>
333
    <Reference Include="ICSharpCode.SharpZipLib">
334
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll</HintPath>
335
    </Reference>
336 337 338 339 340 341 342 343 344
    <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>
345 346
    <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>
347
    </Reference>
348
    <Reference Include="NPOI">
349
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll</HintPath>
350
    </Reference>
351
    <Reference Include="NPOI.OOXML">
352
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll</HintPath>
353
    </Reference>
354
    <Reference Include="NPOI.OpenXml4Net">
355
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll</HintPath>
356
    </Reference>
357
    <Reference Include="NPOI.OpenXmlFormats">
358
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll</HintPath>
359
    </Reference>
360
    <Reference Include="UnityEditor.Advertisements">
361
      <HintPath>D:/Source/ET/Unity/Library/PackageCache/com.unity.ads@2.0.8/Editor/UnityEditor.Advertisements.dll</HintPath>
362
    </Reference>
363 364
    <Reference Include="Unity.Analytics.Editor">
      <HintPath>D:/Source/ET/Unity/Library/PackageCache/com.unity.analytics@3.0.9/Unity.Analytics.Editor.dll</HintPath>
365
    </Reference>
366 367 368 369 370 371 372 373
    <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>
374 375
    </Reference>
    <Reference Include="UnityEngine.Purchasing">
376
      <HintPath>D:/Source/ET/Unity/Library/PackageCache/com.unity.purchasing@2.0.1/UnityEngine.Purchasing.dll</HintPath>
377 378
    </Reference>
    <Reference Include="UnityEditor.Purchasing">
379 380 381
      <HintPath>D:/Source/ET/Unity/Library/PackageCache/com.unity.purchasing@2.0.1/Editor/UnityEditor.Purchasing.dll</HintPath>
    </Reference>
    <Reference Include="mscorlib">
382
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
383 384
    </Reference>
    <Reference Include="System">
385
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll</HintPath>
386 387
    </Reference>
    <Reference Include="System.Core">
388
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll</HintPath>
389 390
    </Reference>
    <Reference Include="System.Runtime.Serialization">
391
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll</HintPath>
392 393
    </Reference>
    <Reference Include="System.Xml">
394
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll</HintPath>
395 396
    </Reference>
    <Reference Include="System.Xml.Linq">
397
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll</HintPath>
398 399
    </Reference>
    <Reference Include="System.Numerics">
400
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll</HintPath>
401 402
    </Reference>
    <Reference Include="System.Numerics.Vectors">
403 404 405 406 407 408 409 410 411 412
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll</HintPath>
    </Reference>
    <Reference Include="System.Net.Http">
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.CSharp">
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll</HintPath>
    </Reference>
    <Reference Include="System.Data">
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll</HintPath>
413 414
    </Reference>
    <Reference Include="Microsoft.Win32.Primitives">
415
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll</HintPath>
416 417
    </Reference>
    <Reference Include="netstandard">
418
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll</HintPath>
419 420
    </Reference>
    <Reference Include="System.AppContext">
421
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll</HintPath>
422
    </Reference>
423
    <Reference Include="System.Collections.Concurrent">
424
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll</HintPath>
425 426
    </Reference>
    <Reference Include="System.Collections">
427
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll</HintPath>
428 429
    </Reference>
    <Reference Include="System.Collections.NonGeneric">
430
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll</HintPath>
431 432
    </Reference>
    <Reference Include="System.Collections.Specialized">
433
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll</HintPath>
434 435
    </Reference>
    <Reference Include="System.ComponentModel.Annotations">
436
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll</HintPath>
437 438
    </Reference>
    <Reference Include="System.ComponentModel">
439
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll</HintPath>
440 441
    </Reference>
    <Reference Include="System.ComponentModel.EventBasedAsync">
442
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll</HintPath>
443 444
    </Reference>
    <Reference Include="System.ComponentModel.Primitives">
445
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll</HintPath>
446 447
    </Reference>
    <Reference Include="System.ComponentModel.TypeConverter">
448
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll</HintPath>
449 450
    </Reference>
    <Reference Include="System.Console">
451
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll</HintPath>
452 453
    </Reference>
    <Reference Include="System.Data.Common">
454
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll</HintPath>
455 456
    </Reference>
    <Reference Include="System.Diagnostics.Contracts">
457
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll</HintPath>
458 459
    </Reference>
    <Reference Include="System.Diagnostics.Debug">
460
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll</HintPath>
461 462
    </Reference>
    <Reference Include="System.Diagnostics.FileVersionInfo">
463
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll</HintPath>
464 465
    </Reference>
    <Reference Include="System.Diagnostics.Process">
466
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll</HintPath>
467 468
    </Reference>
    <Reference Include="System.Diagnostics.StackTrace">
469
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll</HintPath>
470 471
    </Reference>
    <Reference Include="System.Diagnostics.TextWriterTraceListener">
472
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
473 474
    </Reference>
    <Reference Include="System.Diagnostics.Tools">
475
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll</HintPath>
476 477
    </Reference>
    <Reference Include="System.Diagnostics.TraceSource">
478
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll</HintPath>
479 480
    </Reference>
    <Reference Include="System.Drawing.Primitives">
481
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll</HintPath>
482 483
    </Reference>
    <Reference Include="System.Dynamic.Runtime">
484
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll</HintPath>
485 486
    </Reference>
    <Reference Include="System.Globalization.Calendars">
487
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll</HintPath>
488 489
    </Reference>
    <Reference Include="System.Globalization">
490
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll</HintPath>
491 492
    </Reference>
    <Reference Include="System.Globalization.Extensions">
493
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll</HintPath>
494 495
    </Reference>
    <Reference Include="System.IO.Compression.ZipFile">
496
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll</HintPath>
497 498
    </Reference>
    <Reference Include="System.IO">
499
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll</HintPath>
500 501
    </Reference>
    <Reference Include="System.IO.FileSystem">
502
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll</HintPath>
503 504
    </Reference>
    <Reference Include="System.IO.FileSystem.DriveInfo">
505
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll</HintPath>
506 507
    </Reference>
    <Reference Include="System.IO.FileSystem.Primitives">
508
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll</HintPath>
509 510
    </Reference>
    <Reference Include="System.IO.FileSystem.Watcher">
511
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll</HintPath>
512 513
    </Reference>
    <Reference Include="System.IO.IsolatedStorage">
514
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll</HintPath>
515 516
    </Reference>
    <Reference Include="System.IO.MemoryMappedFiles">
517
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll</HintPath>
518 519
    </Reference>
    <Reference Include="System.IO.Pipes">
520
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll</HintPath>
521 522
    </Reference>
    <Reference Include="System.IO.UnmanagedMemoryStream">
523
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll</HintPath>
524 525
    </Reference>
    <Reference Include="System.Linq">
526
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll</HintPath>
527 528
    </Reference>
    <Reference Include="System.Linq.Expressions">
529
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll</HintPath>
530 531
    </Reference>
    <Reference Include="System.Linq.Parallel">
532
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll</HintPath>
533 534
    </Reference>
    <Reference Include="System.Linq.Queryable">
535
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll</HintPath>
536 537
    </Reference>
    <Reference Include="System.Net.Http.Rtc">
538
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll</HintPath>
539 540
    </Reference>
    <Reference Include="System.Net.NameResolution">
541
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll</HintPath>
542 543
    </Reference>
    <Reference Include="System.Net.NetworkInformation">
544
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll</HintPath>
545 546
    </Reference>
    <Reference Include="System.Net.Ping">
547
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll</HintPath>
548 549
    </Reference>
    <Reference Include="System.Net.Primitives">
550
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll</HintPath>
551 552
    </Reference>
    <Reference Include="System.Net.Requests">
553
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll</HintPath>
554 555
    </Reference>
    <Reference Include="System.Net.Security">
556
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll</HintPath>
557 558
    </Reference>
    <Reference Include="System.Net.Sockets">
559
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll</HintPath>
560 561
    </Reference>
    <Reference Include="System.Net.WebHeaderCollection">
562
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll</HintPath>
563 564
    </Reference>
    <Reference Include="System.Net.WebSockets.Client">
565
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll</HintPath>
566 567
    </Reference>
    <Reference Include="System.Net.WebSockets">
568
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll</HintPath>
569 570
    </Reference>
    <Reference Include="System.ObjectModel">
571
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll</HintPath>
572 573
    </Reference>
    <Reference Include="System.Reflection">
574
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll</HintPath>
575 576
    </Reference>
    <Reference Include="System.Reflection.Emit">
577
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll</HintPath>
578 579
    </Reference>
    <Reference Include="System.Reflection.Emit.ILGeneration">
580
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll</HintPath>
581 582
    </Reference>
    <Reference Include="System.Reflection.Emit.Lightweight">
583
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll</HintPath>
584 585
    </Reference>
    <Reference Include="System.Reflection.Extensions">
586
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll</HintPath>
587 588
    </Reference>
    <Reference Include="System.Reflection.Primitives">
589
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll</HintPath>
590 591
    </Reference>
    <Reference Include="System.Resources.Reader">
592
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll</HintPath>
593 594
    </Reference>
    <Reference Include="System.Resources.ResourceManager">
595
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll</HintPath>
596 597
    </Reference>
    <Reference Include="System.Resources.Writer">
598
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll</HintPath>
599 600
    </Reference>
    <Reference Include="System.Runtime.CompilerServices.VisualC">
601
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll</HintPath>
602 603
    </Reference>
    <Reference Include="System.Runtime">
604
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll</HintPath>
605 606
    </Reference>
    <Reference Include="System.Runtime.Extensions">
607
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll</HintPath>
608 609
    </Reference>
    <Reference Include="System.Runtime.Handles">
610
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll</HintPath>
611 612
    </Reference>
    <Reference Include="System.Runtime.InteropServices">
613
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll</HintPath>
614 615
    </Reference>
    <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
616
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
617 618
    </Reference>
    <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
619
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
620 621
    </Reference>
    <Reference Include="System.Runtime.Numerics">
622
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll</HintPath>
623 624
    </Reference>
    <Reference Include="System.Runtime.Serialization.Formatters">
625
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll</HintPath>
626 627
    </Reference>
    <Reference Include="System.Runtime.Serialization.Json">
628
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll</HintPath>
629 630
    </Reference>
    <Reference Include="System.Runtime.Serialization.Primitives">
631
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll</HintPath>
632 633
    </Reference>
    <Reference Include="System.Runtime.Serialization.Xml">
634
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll</HintPath>
635 636
    </Reference>
    <Reference Include="System.Security.Claims">
637
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll</HintPath>
638 639
    </Reference>
    <Reference Include="System.Security.Cryptography.Algorithms">
640
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll</HintPath>
641 642
    </Reference>
    <Reference Include="System.Security.Cryptography.Csp">
643
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll</HintPath>
644 645
    </Reference>
    <Reference Include="System.Security.Cryptography.Encoding">
646
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll</HintPath>
647 648
    </Reference>
    <Reference Include="System.Security.Cryptography.Primitives">
649
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll</HintPath>
650 651
    </Reference>
    <Reference Include="System.Security.Cryptography.X509Certificates">
652
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll</HintPath>
653 654
    </Reference>
    <Reference Include="System.Security.Principal">
655
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll</HintPath>
656 657
    </Reference>
    <Reference Include="System.Security.SecureString">
658
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll</HintPath>
659 660
    </Reference>
    <Reference Include="System.ServiceModel.Duplex">
661
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll</HintPath>
662 663
    </Reference>
    <Reference Include="System.ServiceModel.Http">
664
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll</HintPath>
665 666
    </Reference>
    <Reference Include="System.ServiceModel.NetTcp">
667
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll</HintPath>
668 669
    </Reference>
    <Reference Include="System.ServiceModel.Primitives">
670
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll</HintPath>
671 672
    </Reference>
    <Reference Include="System.ServiceModel.Security">
673
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll</HintPath>
674 675
    </Reference>
    <Reference Include="System.Text.Encoding">
676
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll</HintPath>
677 678
    </Reference>
    <Reference Include="System.Text.Encoding.Extensions">
679
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll</HintPath>
680 681
    </Reference>
    <Reference Include="System.Text.RegularExpressions">
682
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll</HintPath>
683 684
    </Reference>
    <Reference Include="System.Threading">
685
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll</HintPath>
686 687
    </Reference>
    <Reference Include="System.Threading.Overlapped">
688
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll</HintPath>
689 690
    </Reference>
    <Reference Include="System.Threading.Tasks">
691
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll</HintPath>
692 693
    </Reference>
    <Reference Include="System.Threading.Tasks.Parallel">
694
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll</HintPath>
695 696
    </Reference>
    <Reference Include="System.Threading.Thread">
697
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll</HintPath>
698 699
    </Reference>
    <Reference Include="System.Threading.ThreadPool">
700
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll</HintPath>
701 702
    </Reference>
    <Reference Include="System.Threading.Timer">
703
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll</HintPath>
704 705
    </Reference>
    <Reference Include="System.ValueTuple">
706
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll</HintPath>
707 708
    </Reference>
    <Reference Include="System.Xml.ReaderWriter">
709
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll</HintPath>
710 711
    </Reference>
    <Reference Include="System.Xml.XDocument">
712
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll</HintPath>
713 714
    </Reference>
    <Reference Include="System.Xml.XmlDocument">
715
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll</HintPath>
716 717
    </Reference>
    <Reference Include="System.Xml.XmlSerializer">
718
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll</HintPath>
719 720
    </Reference>
    <Reference Include="System.Xml.XPath">
721
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll</HintPath>
722 723
    </Reference>
    <Reference Include="System.Xml.XPath.XDocument">
724
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll</HintPath>
725 726
    </Reference>
    <Reference Include="UnityScript">
727
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll</HintPath>
728 729
    </Reference>
    <Reference Include="UnityScript.Lang">
730
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll</HintPath>
731 732
    </Reference>
    <Reference Include="Boo.Lang">
733
      <HintPath>C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll</HintPath>
734
    </Reference>
T
tanghai 已提交
735 736
  </ItemGroup>
  <ItemGroup>
737 738 739
    <ProjectReference Include="Unity.Model.csproj">
      <Project>{B4BF9894-F5D9-41C4-13E3-3F26F7700E29}</Project>
      <Name>Unity.Model</Name>
T
tanghai 已提交
740
    </ProjectReference>
741 742 743
    <ProjectReference Include="Unity.ThirdParty.csproj">
      <Project>{E15BADD2-3A26-309A-AB0F-DC5B08044350}</Project>
      <Name>Unity.ThirdParty</Name>
744
    </ProjectReference>
T
tanghai 已提交
745
  </ItemGroup>
746 747 748 749 750 751 752 753 754
  <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>
  -->
</Project>