Unity.Editor.csproj 50.0 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>
T
tanghai 已提交
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>
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_6;UNITY_2018_3;UNITY_2018;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_STANDALONE_WIN;PLATFORM_STANDALONE;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_EVENT_QUEUE;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;NET452;ILRuntime;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
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.6f1\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
51
    </Reference>
T
tanghai 已提交
52
    <Reference Include="UnityEditor">
53
      <HintPath>C:\Apps\Unity\2018.3.6f1\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 95 96 97 98 99 100 101 102
    <Compile Include="Assets\Editor\ComponentViewEditor\ComponentViewEditor.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\Entity\EditorLayout.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\Entity\SerializationTypeExtension.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\ITypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\AnimationCurveTypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\BoolTypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\BoundsTypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\CharTypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\ColorTypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\DateTimeTypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\DoubleTypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\EnumTypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\FloatTypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\IntTypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\LongTypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\RectTypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\StringTypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\UnityObjectTypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\Vector2TypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\Vector3TypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawer\Vector4TypeDrawer.cs" />
    <Compile Include="Assets\Editor\ComponentViewEditor\TypeDrawerAttribute.cs" />
103 104 105 106 107 108 109 110 111 112 113
    <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\ILRuntimeEditor\ILRuntimeCLRBinding.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" />
114 115 116 117
    <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" />
118
    <Reference Include="UnityEngine.AIModule">
119
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
120 121
    </Reference>
    <Reference Include="UnityEngine.ARModule">
122
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
123 124
    </Reference>
    <Reference Include="UnityEngine.AccessibilityModule">
125
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
126
    </Reference>
127
    <Reference Include="UnityEngine.AnimationModule">
128
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
129
    </Reference>
130
    <Reference Include="UnityEngine.AssetBundleModule">
131
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
132
    </Reference>
133
    <Reference Include="UnityEngine.AudioModule">
134
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
135 136
    </Reference>
    <Reference Include="UnityEngine.BaselibModule">
137
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll</HintPath>
138 139
    </Reference>
    <Reference Include="UnityEngine.ClothModule">
140
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
141
    </Reference>
142
    <Reference Include="UnityEngine.ClusterInputModule">
143
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
144
    </Reference>
145
    <Reference Include="UnityEngine.ClusterRendererModule">
146
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
147
    </Reference>
148
    <Reference Include="UnityEngine.CoreModule">
149
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
150
    </Reference>
151
    <Reference Include="UnityEngine.CrashReportingModule">
152
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
153
    </Reference>
154
    <Reference Include="UnityEngine.DirectorModule">
155
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
156 157
    </Reference>
    <Reference Include="UnityEngine.FileSystemHttpModule">
158
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
159 160
    </Reference>
    <Reference Include="UnityEngine.GameCenterModule">
161
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
162 163
    </Reference>
    <Reference Include="UnityEngine.GridModule">
164
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
165 166
    </Reference>
    <Reference Include="UnityEngine.HotReloadModule">
167
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
168 169
    </Reference>
    <Reference Include="UnityEngine.IMGUIModule">
170
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
171
    </Reference>
172
    <Reference Include="UnityEngine.ImageConversionModule">
173
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
174
    </Reference>
175
    <Reference Include="UnityEngine.InputModule">
176
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
177
    </Reference>
178
    <Reference Include="UnityEngine.JSONSerializeModule">
179
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
180
    </Reference>
181
    <Reference Include="UnityEngine.LocalizationModule">
182
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
183
    </Reference>
184
    <Reference Include="UnityEngine.ParticleSystemModule">
185
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
186 187
    </Reference>
    <Reference Include="UnityEngine.PerformanceReportingModule">
188
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
189
    </Reference>
190
    <Reference Include="UnityEngine.PhysicsModule">
191
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
192
    </Reference>
193
    <Reference Include="UnityEngine.Physics2DModule">
194
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
195
    </Reference>
196
    <Reference Include="UnityEngine.ProfilerModule">
197
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
198
    </Reference>
199
    <Reference Include="UnityEngine.ScreenCaptureModule">
200
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
201
    </Reference>
202
    <Reference Include="UnityEngine.SharedInternalsModule">
203
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
204
    </Reference>
205
    <Reference Include="UnityEngine.SpatialTrackingModule">
206
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpatialTrackingModule.dll</HintPath>
207
    </Reference>
208
    <Reference Include="UnityEngine.SpriteMaskModule">
209
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
210
    </Reference>
211
    <Reference Include="UnityEngine.SpriteShapeModule">
212
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
213
    </Reference>
214
    <Reference Include="UnityEngine.StreamingModule">
215
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
216
    </Reference>
217
    <Reference Include="UnityEngine.StyleSheetsModule">
218
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
219
    </Reference>
220
    <Reference Include="UnityEngine.SubstanceModule">
221
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
222
    </Reference>
223
    <Reference Include="UnityEngine.TLSModule">
224
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
225
    </Reference>
226
    <Reference Include="UnityEngine.TerrainModule">
227
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
228
    </Reference>
229
    <Reference Include="UnityEngine.TerrainPhysicsModule">
230
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
231
    </Reference>
232
    <Reference Include="UnityEngine.TextCoreModule">
233
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
234
    </Reference>
235
    <Reference Include="UnityEngine.TextRenderingModule">
236
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
237
    </Reference>
238
    <Reference Include="UnityEngine.TilemapModule">
239
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
240
    </Reference>
241
    <Reference Include="UnityEngine.TimelineModule">
242
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll</HintPath>
243
    </Reference>
244
    <Reference Include="UnityEngine.UIModule">
245
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
246
    </Reference>
247
    <Reference Include="UnityEngine.UIElementsModule">
248
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
249
    </Reference>
250
    <Reference Include="UnityEngine.UNETModule">
251
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
252
    </Reference>
253
    <Reference Include="UnityEngine.UmbraModule">
254
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
255 256
    </Reference>
    <Reference Include="UnityEngine.UnityAnalyticsModule">
257
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
258 259
    </Reference>
    <Reference Include="UnityEngine.UnityConnectModule">
260
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
261 262
    </Reference>
    <Reference Include="UnityEngine.UnityTestProtocolModule">
263
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
264 265
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestModule">
266
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
267 268
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
269
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
270 271
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestAudioModule">
272
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
273 274
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestTextureModule">
275
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
276 277
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestWWWModule">
278
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
279 280
    </Reference>
    <Reference Include="UnityEngine.VFXModule">
281
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
282 283
    </Reference>
    <Reference Include="UnityEngine.VRModule">
284
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
285 286
    </Reference>
    <Reference Include="UnityEngine.VehiclesModule">
287
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
288 289
    </Reference>
    <Reference Include="UnityEngine.VideoModule">
290
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
291 292
    </Reference>
    <Reference Include="UnityEngine.WindModule">
293
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
T
tanghai 已提交
294
    </Reference>
295
    <Reference Include="UnityEngine.XRModule">
296
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
T
tanghai 已提交
297
    </Reference>
298
    <Reference Include="Unity.Locator">
299
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/Unity.Locator.dll</HintPath>
T
tanghai 已提交
300
    </Reference>
301
    <Reference Include="UnityEngine.UI">
302
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
303
    </Reference>
304
    <Reference Include="UnityEditor.UI">
305
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
306 307
    </Reference>
    <Reference Include="UnityEditor.TestRunner">
308
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll</HintPath>
309 310
    </Reference>
    <Reference Include="UnityEngine.TestRunner">
311
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
312 313
    </Reference>
    <Reference Include="nunit.framework">
314
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
315 316
    </Reference>
    <Reference Include="UnityEngine.Timeline">
317
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
318
    </Reference>
319
    <Reference Include="UnityEditor.Timeline">
320
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll</HintPath>
321 322
    </Reference>
    <Reference Include="UnityEngine.Networking">
323
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
324 325
    </Reference>
    <Reference Include="UnityEditor.Networking">
326
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
327 328
    </Reference>
    <Reference Include="UnityEditor.GoogleAudioSpatializer">
329
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll</HintPath>
330 331
    </Reference>
    <Reference Include="UnityEngine.GoogleAudioSpatializer">
332
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
333
    </Reference>
334
    <Reference Include="UnityEditor.SpatialTracking">
335
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll</HintPath>
336 337
    </Reference>
    <Reference Include="UnityEngine.SpatialTracking">
338
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
339
    </Reference>
340
    <Reference Include="UnityEditor.VR">
341
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
342
    </Reference>
T
tanghai 已提交
343
    <Reference Include="UnityEditor.Graphs">
344
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
345
    </Reference>
346 347
    <Reference Include="UnityEditor.WindowsStandalone.Extensions">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
348
    </Reference>
T
tanghai 已提交
349
    <Reference Include="ICSharpCode.SharpZipLib">
350
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll</HintPath>
T
tanghai 已提交
351 352
    </Reference>
    <Reference Include="Pathfinding.ClipperLib">
353 354 355 356
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Clipper/Pathfinding.ClipperLib.dll</HintPath>
    </Reference>
    <Reference Include="Pathfinding.Ionic.Zip.Reduced">
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll</HintPath>
357 358
    </Reference>
    <Reference Include="Pathfinding.Poly2Tri">
359
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Poly2Tri/Pathfinding.Poly2Tri.dll</HintPath>
360
    </Reference>
361
    <Reference Include="JetBrains.Rider.Unity.Editor.Plugin.Repacked">
362 363 364 365
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll</HintPath>
    </Reference>
    <Reference Include="NPOI">
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll</HintPath>
366
    </Reference>
367
    <Reference Include="NPOI.OOXML">
368
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll</HintPath>
369
    </Reference>
370
    <Reference Include="NPOI.OpenXml4Net">
371
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll</HintPath>
372
    </Reference>
373
    <Reference Include="NPOI.OpenXmlFormats">
374
      <HintPath>C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll</HintPath>
375
    </Reference>
376
    <Reference Include="mscorlib">
377
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
378 379
    </Reference>
    <Reference Include="System">
380
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll</HintPath>
381 382
    </Reference>
    <Reference Include="System.Core">
383
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll</HintPath>
384 385
    </Reference>
    <Reference Include="System.Runtime.Serialization">
386
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll</HintPath>
387 388
    </Reference>
    <Reference Include="System.Xml">
389
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll</HintPath>
390 391
    </Reference>
    <Reference Include="System.Xml.Linq">
392
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll</HintPath>
393 394
    </Reference>
    <Reference Include="System.Numerics">
395
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll</HintPath>
396 397
    </Reference>
    <Reference Include="System.Numerics.Vectors">
398
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll</HintPath>
399 400
    </Reference>
    <Reference Include="System.Net.Http">
401
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll</HintPath>
402 403
    </Reference>
    <Reference Include="Microsoft.CSharp">
404
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll</HintPath>
405 406
    </Reference>
    <Reference Include="System.Data">
407
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll</HintPath>
408 409
    </Reference>
    <Reference Include="Microsoft.Win32.Primitives">
410 411 412 413
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll</HintPath>
    </Reference>
    <Reference Include="netstandard">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll</HintPath>
414 415
    </Reference>
    <Reference Include="System.AppContext">
416
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll</HintPath>
417
    </Reference>
418
    <Reference Include="System.Collections.Concurrent">
419 420 421 422
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll</HintPath>
    </Reference>
    <Reference Include="System.Collections">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll</HintPath>
423 424
    </Reference>
    <Reference Include="System.Collections.NonGeneric">
425
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll</HintPath>
426 427
    </Reference>
    <Reference Include="System.Collections.Specialized">
428
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll</HintPath>
429
    </Reference>
T
tanghai 已提交
430
    <Reference Include="System.ComponentModel.Annotations">
431 432 433 434
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll</HintPath>
    </Reference>
    <Reference Include="System.ComponentModel">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll</HintPath>
435 436
    </Reference>
    <Reference Include="System.ComponentModel.EventBasedAsync">
437
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll</HintPath>
438 439
    </Reference>
    <Reference Include="System.ComponentModel.Primitives">
440
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll</HintPath>
441 442
    </Reference>
    <Reference Include="System.ComponentModel.TypeConverter">
443
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll</HintPath>
444 445
    </Reference>
    <Reference Include="System.Console">
446
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll</HintPath>
447 448
    </Reference>
    <Reference Include="System.Data.Common">
449
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll</HintPath>
450 451
    </Reference>
    <Reference Include="System.Diagnostics.Contracts">
452
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll</HintPath>
453 454
    </Reference>
    <Reference Include="System.Diagnostics.Debug">
455
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll</HintPath>
456 457
    </Reference>
    <Reference Include="System.Diagnostics.FileVersionInfo">
458
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll</HintPath>
459 460
    </Reference>
    <Reference Include="System.Diagnostics.Process">
461
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll</HintPath>
462 463
    </Reference>
    <Reference Include="System.Diagnostics.StackTrace">
464
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll</HintPath>
465 466
    </Reference>
    <Reference Include="System.Diagnostics.TextWriterTraceListener">
467
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
468 469
    </Reference>
    <Reference Include="System.Diagnostics.Tools">
470
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll</HintPath>
471 472
    </Reference>
    <Reference Include="System.Diagnostics.TraceSource">
473
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll</HintPath>
474 475
    </Reference>
    <Reference Include="System.Drawing.Primitives">
476
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll</HintPath>
477 478
    </Reference>
    <Reference Include="System.Dynamic.Runtime">
479
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll</HintPath>
480 481
    </Reference>
    <Reference Include="System.Globalization.Calendars">
482
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll</HintPath>
483
    </Reference>
T
tanghai 已提交
484
    <Reference Include="System.Globalization">
485 486 487 488
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll</HintPath>
    </Reference>
    <Reference Include="System.Globalization.Extensions">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll</HintPath>
489
    </Reference>
T
tanghai 已提交
490
    <Reference Include="System.IO.Compression.ZipFile">
491 492 493 494 495 496 497
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll</HintPath>
    </Reference>
    <Reference Include="System.IO">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll</HintPath>
    </Reference>
    <Reference Include="System.IO.FileSystem">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll</HintPath>
498 499
    </Reference>
    <Reference Include="System.IO.FileSystem.DriveInfo">
500
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll</HintPath>
501 502
    </Reference>
    <Reference Include="System.IO.FileSystem.Primitives">
503
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll</HintPath>
504 505
    </Reference>
    <Reference Include="System.IO.FileSystem.Watcher">
506
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll</HintPath>
507 508
    </Reference>
    <Reference Include="System.IO.IsolatedStorage">
509
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll</HintPath>
510 511
    </Reference>
    <Reference Include="System.IO.MemoryMappedFiles">
512
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll</HintPath>
513 514
    </Reference>
    <Reference Include="System.IO.Pipes">
515
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll</HintPath>
516 517
    </Reference>
    <Reference Include="System.IO.UnmanagedMemoryStream">
518
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll</HintPath>
519
    </Reference>
520 521
    <Reference Include="System.Linq">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll</HintPath>
522 523
    </Reference>
    <Reference Include="System.Linq.Expressions">
524
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll</HintPath>
525 526
    </Reference>
    <Reference Include="System.Linq.Parallel">
527
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll</HintPath>
528 529
    </Reference>
    <Reference Include="System.Linq.Queryable">
530
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll</HintPath>
531 532
    </Reference>
    <Reference Include="System.Net.Http.Rtc">
533
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll</HintPath>
534 535
    </Reference>
    <Reference Include="System.Net.NameResolution">
536
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll</HintPath>
537 538
    </Reference>
    <Reference Include="System.Net.NetworkInformation">
539
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll</HintPath>
540 541
    </Reference>
    <Reference Include="System.Net.Ping">
542
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll</HintPath>
543 544
    </Reference>
    <Reference Include="System.Net.Primitives">
545
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll</HintPath>
546 547
    </Reference>
    <Reference Include="System.Net.Requests">
548
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll</HintPath>
549 550
    </Reference>
    <Reference Include="System.Net.Security">
551
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll</HintPath>
552 553
    </Reference>
    <Reference Include="System.Net.Sockets">
554
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll</HintPath>
555 556
    </Reference>
    <Reference Include="System.Net.WebHeaderCollection">
557
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll</HintPath>
558 559
    </Reference>
    <Reference Include="System.Net.WebSockets.Client">
560
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll</HintPath>
561 562
    </Reference>
    <Reference Include="System.Net.WebSockets">
563
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll</HintPath>
564 565
    </Reference>
    <Reference Include="System.ObjectModel">
566 567 568 569 570 571 572
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll</HintPath>
    </Reference>
    <Reference Include="System.Reflection">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll</HintPath>
    </Reference>
    <Reference Include="System.Reflection.Emit">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll</HintPath>
573 574
    </Reference>
    <Reference Include="System.Reflection.Emit.ILGeneration">
575
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll</HintPath>
576 577
    </Reference>
    <Reference Include="System.Reflection.Emit.Lightweight">
578
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll</HintPath>
579 580
    </Reference>
    <Reference Include="System.Reflection.Extensions">
581
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll</HintPath>
582 583
    </Reference>
    <Reference Include="System.Reflection.Primitives">
584
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll</HintPath>
585 586
    </Reference>
    <Reference Include="System.Resources.Reader">
587
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll</HintPath>
588 589
    </Reference>
    <Reference Include="System.Resources.ResourceManager">
590
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll</HintPath>
591 592
    </Reference>
    <Reference Include="System.Resources.Writer">
593
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll</HintPath>
594 595
    </Reference>
    <Reference Include="System.Runtime.CompilerServices.VisualC">
596 597 598 599
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll</HintPath>
    </Reference>
    <Reference Include="System.Runtime">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll</HintPath>
600 601
    </Reference>
    <Reference Include="System.Runtime.Extensions">
602
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll</HintPath>
603 604
    </Reference>
    <Reference Include="System.Runtime.Handles">
605 606 607 608
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll</HintPath>
    </Reference>
    <Reference Include="System.Runtime.InteropServices">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll</HintPath>
609 610
    </Reference>
    <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
611
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
612 613
    </Reference>
    <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
614
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
615 616
    </Reference>
    <Reference Include="System.Runtime.Numerics">
617
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll</HintPath>
618 619
    </Reference>
    <Reference Include="System.Runtime.Serialization.Formatters">
620
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll</HintPath>
621 622
    </Reference>
    <Reference Include="System.Runtime.Serialization.Json">
623
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll</HintPath>
624 625
    </Reference>
    <Reference Include="System.Runtime.Serialization.Primitives">
626
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll</HintPath>
627 628
    </Reference>
    <Reference Include="System.Runtime.Serialization.Xml">
629
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll</HintPath>
630 631
    </Reference>
    <Reference Include="System.Security.Claims">
632
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll</HintPath>
633 634
    </Reference>
    <Reference Include="System.Security.Cryptography.Algorithms">
635
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll</HintPath>
636 637
    </Reference>
    <Reference Include="System.Security.Cryptography.Csp">
638
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll</HintPath>
639 640
    </Reference>
    <Reference Include="System.Security.Cryptography.Encoding">
641
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll</HintPath>
642 643
    </Reference>
    <Reference Include="System.Security.Cryptography.Primitives">
644
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll</HintPath>
645 646
    </Reference>
    <Reference Include="System.Security.Cryptography.X509Certificates">
647
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll</HintPath>
648 649
    </Reference>
    <Reference Include="System.Security.Principal">
650
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll</HintPath>
651 652
    </Reference>
    <Reference Include="System.Security.SecureString">
653
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll</HintPath>
654 655
    </Reference>
    <Reference Include="System.ServiceModel.Duplex">
656
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll</HintPath>
657 658
    </Reference>
    <Reference Include="System.ServiceModel.Http">
659
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll</HintPath>
660 661
    </Reference>
    <Reference Include="System.ServiceModel.NetTcp">
662
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll</HintPath>
663 664
    </Reference>
    <Reference Include="System.ServiceModel.Primitives">
665
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll</HintPath>
666 667
    </Reference>
    <Reference Include="System.ServiceModel.Security">
668
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll</HintPath>
669
    </Reference>
T
tanghai 已提交
670
    <Reference Include="System.Text.Encoding">
671 672 673 674
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll</HintPath>
    </Reference>
    <Reference Include="System.Text.Encoding.Extensions">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll</HintPath>
675
    </Reference>
T
tanghai 已提交
676
    <Reference Include="System.Text.RegularExpressions">
677
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll</HintPath>
678
    </Reference>
679 680
    <Reference Include="System.Threading">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll</HintPath>
681
    </Reference>
682 683
    <Reference Include="System.Threading.Overlapped">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll</HintPath>
T
tanghai 已提交
684 685
    </Reference>
    <Reference Include="System.Threading.Tasks">
686 687 688 689
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll</HintPath>
    </Reference>
    <Reference Include="System.Threading.Tasks.Parallel">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll</HintPath>
690 691
    </Reference>
    <Reference Include="System.Threading.Thread">
692
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll</HintPath>
693 694
    </Reference>
    <Reference Include="System.Threading.ThreadPool">
695
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll</HintPath>
696 697
    </Reference>
    <Reference Include="System.Threading.Timer">
698
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll</HintPath>
699 700
    </Reference>
    <Reference Include="System.ValueTuple">
701
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll</HintPath>
702 703
    </Reference>
    <Reference Include="System.Xml.ReaderWriter">
704
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll</HintPath>
705 706
    </Reference>
    <Reference Include="System.Xml.XDocument">
707
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll</HintPath>
708 709
    </Reference>
    <Reference Include="System.Xml.XmlDocument">
710
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll</HintPath>
711 712
    </Reference>
    <Reference Include="System.Xml.XmlSerializer">
713
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll</HintPath>
714
    </Reference>
715 716 717 718 719
    <Reference Include="System.Xml.XPath">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll</HintPath>
    </Reference>
    <Reference Include="System.Xml.XPath.XDocument">
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll</HintPath>
720 721
    </Reference>
    <Reference Include="UnityScript">
722
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll</HintPath>
723 724
    </Reference>
    <Reference Include="UnityScript.Lang">
725
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll</HintPath>
726 727
    </Reference>
    <Reference Include="Boo.Lang">
728
      <HintPath>C:/Apps/Unity/2018.3.6f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll</HintPath>
729
    </Reference>
T
tanghai 已提交
730 731
  </ItemGroup>
  <ItemGroup>
732 733 734
    <ProjectReference Include="Unity.Model.csproj">
      <Project>{B4BF9894-F5D9-41C4-13E3-3F26F7700E29}</Project>
      <Name>Unity.Model</Name>
T
tanghai 已提交
735
    </ProjectReference>
736 737 738
    <ProjectReference Include="Unity.ThirdParty.csproj">
      <Project>{E15BADD2-3A26-309A-AB0F-DC5B08044350}</Project>
      <Name>Unity.ThirdParty</Name>
739
    </ProjectReference>
T
tanghai 已提交
740
  </ItemGroup>
741 742 743 744 745 746 747 748
  <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>
  -->
749 750 751 752 753
  <ItemGroup>
    <Reference Include="Microsoft.CSharp">
      <HintPath>C:\Apps\Unity\2018.3.6f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Microsoft.CSharp.dll</HintPath>
    </Reference>
  </ItemGroup>
754
</Project>