Unity.Editor.csproj 20.9 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 4 5 6
  <PropertyGroup>
    <LangVersion>6</LangVersion>
    <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 17
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <AssemblyName>Unity.Editor</AssemblyName>
    <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
T
tanghai 已提交
18
    <FileAlignment>512</FileAlignment>
19
    <BaseDirectory>Assets</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_2017_4_13;UNITY_2017_4;UNITY_2017;PLATFORM_ARCH_64;UNITY_64;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_RAKNET;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_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;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_EVENT_QUEUE;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_NATIVE_ARRAY_CHECKS;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
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
T
tanghai 已提交
40 41
  </PropertyGroup>
  <ItemGroup>
42 43 44 45 46 47 48
    <Reference Include="System" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Core" />
    <Reference Include="System.Runtime.Serialization" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="UnityEngine">
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.dll</HintPath>
49
    </Reference>
T
tanghai 已提交
50
    <Reference Include="UnityEditor">
51
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEditor.dll</HintPath>
52
    </Reference>
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Assets\Editor\BuildEditor\BuildEditor.cs" />
    <Compile Include="Assets\Editor\BuildEditor\BuildHelper.cs" />
    <Compile Include="Assets\Editor\BuildEditor\BuildHotifxEditor.cs" />
    <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\MongoHelper.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" />
73
    <None Include="Assets\Editor\Unity.Editor.asmdef" />
74
    <Reference Include="UnityEngine.CoreModule">
75
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
76 77
    </Reference>
    <Reference Include="UnityEngine.AccessibilityModule">
78
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
79 80
    </Reference>
    <Reference Include="UnityEngine.ParticleSystemModule">
81
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
82 83
    </Reference>
    <Reference Include="UnityEngine.PhysicsModule">
84
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
85 86
    </Reference>
    <Reference Include="UnityEngine.VehiclesModule">
87
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
88 89
    </Reference>
    <Reference Include="UnityEngine.ClothModule">
90
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
91 92
    </Reference>
    <Reference Include="UnityEngine.AIModule">
93
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
94 95
    </Reference>
    <Reference Include="UnityEngine.AnimationModule">
96
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
97 98
    </Reference>
    <Reference Include="UnityEngine.TextRenderingModule">
99
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
100 101
    </Reference>
    <Reference Include="UnityEngine.UIModule">
102
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
103 104
    </Reference>
    <Reference Include="UnityEngine.TerrainPhysicsModule">
105
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
106 107
    </Reference>
    <Reference Include="UnityEngine.IMGUIModule">
108
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
109 110
    </Reference>
    <Reference Include="UnityEngine.ClusterInputModule">
111
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
112 113
    </Reference>
    <Reference Include="UnityEngine.ClusterRendererModule">
114
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
115 116
    </Reference>
    <Reference Include="UnityEngine.UNETModule">
117
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
118 119
    </Reference>
    <Reference Include="UnityEngine.DirectorModule">
120
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
121 122
    </Reference>
    <Reference Include="UnityEngine.UnityAnalyticsModule">
123
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
124 125
    </Reference>
    <Reference Include="UnityEngine.PerformanceReportingModule">
126
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
127 128
    </Reference>
    <Reference Include="UnityEngine.UnityConnectModule">
129
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
130 131
    </Reference>
    <Reference Include="UnityEngine.WebModule">
132
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.WebModule.dll</HintPath>
133 134
    </Reference>
    <Reference Include="UnityEngine.ARModule">
135
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
136 137
    </Reference>
    <Reference Include="UnityEngine.VRModule">
138
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
139 140
    </Reference>
    <Reference Include="UnityEngine.UIElementsModule">
141
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
142 143
    </Reference>
    <Reference Include="UnityEngine.StyleSheetsModule">
144
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
145 146
    </Reference>
    <Reference Include="UnityEngine.AssetBundleModule">
147
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
148 149
    </Reference>
    <Reference Include="UnityEngine.AudioModule">
150
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
151 152
    </Reference>
    <Reference Include="UnityEngine.CrashReportingModule">
153
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
154 155
    </Reference>
    <Reference Include="UnityEngine.GameCenterModule">
156
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
157 158
    </Reference>
    <Reference Include="UnityEngine.GridModule">
159
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
160 161
    </Reference>
    <Reference Include="UnityEngine.ImageConversionModule">
162
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
163 164
    </Reference>
    <Reference Include="UnityEngine.InputModule">
165
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
166 167
    </Reference>
    <Reference Include="UnityEngine.JSONSerializeModule">
168
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
169 170
    </Reference>
    <Reference Include="UnityEngine.ParticlesLegacyModule">
171
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ParticlesLegacyModule.dll</HintPath>
172 173
    </Reference>
    <Reference Include="UnityEngine.Physics2DModule">
174
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
175 176
    </Reference>
    <Reference Include="UnityEngine.ScreenCaptureModule">
177
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
178 179
    </Reference>
    <Reference Include="UnityEngine.SharedInternalsModule">
180
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
181 182
    </Reference>
    <Reference Include="UnityEngine.SpriteMaskModule">
183
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
184 185
    </Reference>
    <Reference Include="UnityEngine.SpriteShapeModule">
186
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
187 188
    </Reference>
    <Reference Include="UnityEngine.TerrainModule">
189
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
190 191
    </Reference>
    <Reference Include="UnityEngine.TilemapModule">
192
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
193 194
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestModule">
195
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
196 197
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestAudioModule">
198
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
199 200
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestTextureModule">
201
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
202 203
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestWWWModule">
204
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
205 206
    </Reference>
    <Reference Include="UnityEngine.VideoModule">
207
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
208 209
    </Reference>
    <Reference Include="UnityEngine.WindModule">
210
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
T
tanghai 已提交
211 212
    </Reference>
    <Reference Include="UnityEngine.UI">
213
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
T
tanghai 已提交
214 215
    </Reference>
    <Reference Include="UnityEditor.UI">
216
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
T
tanghai 已提交
217
    </Reference>
218
    <Reference Include="UnityEditor.TestRunner">
219
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll</HintPath>
220 221
    </Reference>
    <Reference Include="UnityEngine.TestRunner">
222
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
223 224
    </Reference>
    <Reference Include="nunit.framework">
225
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
226 227
    </Reference>
    <Reference Include="UnityEngine.Timeline">
228
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
229
    </Reference>
230
    <Reference Include="UnityEditor.Timeline">
231
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll</HintPath>
232
    </Reference>
T
tanghai 已提交
233
    <Reference Include="UnityEditor.TreeEditor">
234
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll</HintPath>
T
tanghai 已提交
235
    </Reference>
236
    <Reference Include="UnityEngine.UIAutomation">
237
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UIAutomation/UnityEngine.UIAutomation.dll</HintPath>
238
    </Reference>
239
    <Reference Include="UnityEditor.UIAutomation">
240 241 242 243 244 245 246
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UIAutomation/Editor/UnityEditor.UIAutomation.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.Networking">
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
    </Reference>
    <Reference Include="UnityEditor.Networking">
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
247 248
    </Reference>
    <Reference Include="UnityEditor.GoogleAudioSpatializer">
249
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll</HintPath>
250 251
    </Reference>
    <Reference Include="UnityEngine.GoogleAudioSpatializer">
252
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
253 254
    </Reference>
    <Reference Include="UnityEditor.HoloLens">
255
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Editor/UnityEditor.HoloLens.dll</HintPath>
256 257
    </Reference>
    <Reference Include="UnityEngine.HoloLens">
258
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
259
    </Reference>
260
    <Reference Include="UnityEditor.SpatialTracking">
261
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll</HintPath>
262 263
    </Reference>
    <Reference Include="UnityEngine.SpatialTracking">
264
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
265
    </Reference>
266
    <Reference Include="UnityEditor.VR">
267
      <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
268
    </Reference>
T
tanghai 已提交
269
    <Reference Include="UnityEditor.Graphs">
270
      <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
T
tanghai 已提交
271
    </Reference>
272
    <Reference Include="UnityEditor.Android.Extensions">
273
      <HintPath>C:/Apps/Unity2017/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath>
274
    </Reference>
T
tanghai 已提交
275
    <Reference Include="UnityEditor.WindowsStandalone.Extensions">
276
      <HintPath>C:/Apps/Unity2017/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
277
    </Reference>
278
    <Reference Include="ICSharpCode.SharpZipLib">
279
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll</HintPath>
280
    </Reference>
281 282
    <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>
283
    </Reference>
284
    <Reference Include="NPOI">
285
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll</HintPath>
286
    </Reference>
287
    <Reference Include="NPOI.OOXML">
288
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll</HintPath>
289
    </Reference>
290
    <Reference Include="NPOI.OpenXml4Net">
291
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll</HintPath>
292
    </Reference>
293
    <Reference Include="NPOI.OpenXmlFormats">
294
      <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll</HintPath>
295
    </Reference>
296
    <Reference Include="UnityEditor.Advertisements">
297
      <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.ads@2.0.8/Editor/UnityEditor.Advertisements.dll</HintPath>
298 299
    </Reference>
    <Reference Include="UnityEngine.Analytics">
300
      <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.analytics@2.0.13/UnityEngine.Analytics.dll</HintPath>
301 302
    </Reference>
    <Reference Include="UnityEditor.Analytics">
303
      <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.analytics@2.0.13/Editor/UnityEditor.Analytics.dll</HintPath>
304 305
    </Reference>
    <Reference Include="UnityEngine.Purchasing">
306
      <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.purchasing@0.0.19/UnityEngine.Purchasing.dll</HintPath>
307 308
    </Reference>
    <Reference Include="UnityEditor.Purchasing">
309
      <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.purchasing@0.0.19/Editor/UnityEditor.Purchasing.dll</HintPath>
310 311
    </Reference>
    <Reference Include="UnityEngine.StandardEvents">
312
      <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.standardevents@1.0.10/UnityEngine.StandardEvents.dll</HintPath>
313
    </Reference>
T
tanghai 已提交
314 315
  </ItemGroup>
  <ItemGroup>
316 317 318
    <ProjectReference Include="Unity.Model.csproj">
      <Project>{B4BF9894-F5D9-41C4-13E3-3F26F7700E29}</Project>
      <Name>Unity.Model</Name>
T
tanghai 已提交
319
    </ProjectReference>
320 321 322
    <ProjectReference Include="Unity.ThirdParty.csproj">
      <Project>{E15BADD2-3A26-309A-AB0F-DC5B08044350}</Project>
      <Name>Unity.ThirdParty</Name>
323
    </ProjectReference>
T
tanghai 已提交
324
  </ItemGroup>
325 326 327 328 329 330 331 332
  <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>
  -->
T
tanghai 已提交
333
  <ItemGroup>
334 335 336
    <Reference Include="Microsoft.CSharp">
      <HintPath>C:\Apps\Unity2017\Editor\Data\MonoBleedingEdge\lib\mono\4.6.2-api\Microsoft.CSharp.dll</HintPath>
    </Reference>
T
tanghai 已提交
337
  </ItemGroup>
338
</Project>