Unity.Hotfix.csproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <LangVersion>6</LangVersion>
  5. <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. </PropertyGroup>
  7. <PropertyGroup>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ProductVersion>10.0.20506</ProductVersion>
  11. <SchemaVersion>2.0</SchemaVersion>
  12. <RootNamespace></RootNamespace>
  13. <ProjectGuid>{1066F652-6A89-D1C4-9881-1A19DF7AB80E}</ProjectGuid>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <AssemblyName>Unity.Hotfix</AssemblyName>
  17. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  18. <FileAlignment>512</FileAlignment>
  19. <BaseDirectory>Assets</BaseDirectory>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>Temp\bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_11;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>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <NoWarn>0169</NoWarn>
  30. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>Temp\bin\Release\</OutputPath>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <NoWarn>0169</NoWarn>
  39. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System" />
  43. <Reference Include="System.Xml" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Runtime.Serialization" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="UnityEngine">
  48. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.dll</HintPath>
  49. </Reference>
  50. <Reference Include="UnityEditor">
  51. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEditor.dll</HintPath>
  52. </Reference>
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="Assets\Hotfix\Base\Event\EventIdType.cs" />
  56. <Compile Include="Assets\Hotfix\Base\Event\IEvent.cs" />
  57. <Compile Include="Assets\Hotfix\Base\Helper\ArrayHelper.cs" />
  58. <Compile Include="Assets\Hotfix\Base\Helper\AssetBundleHelper.cs" />
  59. <Compile Include="Assets\Hotfix\Base\Helper\ExceptionHelper.cs" />
  60. <Compile Include="Assets\Hotfix\Base\Helper\JsonHelper.cs" />
  61. <Compile Include="Assets\Hotfix\Base\Helper\Log.cs" />
  62. <Compile Include="Assets\Hotfix\Base\Object\Component.cs" />
  63. <Compile Include="Assets\Hotfix\Base\Object\ComponentFactory.cs" />
  64. <Compile Include="Assets\Hotfix\Base\Object\ComponentWithId.cs" />
  65. <Compile Include="Assets\Hotfix\Base\Object\Entity.cs" />
  66. <Compile Include="Assets\Hotfix\Base\Object\EntityType.cs" />
  67. <Compile Include="Assets\Hotfix\Base\Object\EventSystem.cs" />
  68. <Compile Include="Assets\Hotfix\Base\Object\IAwakeSystem.cs" />
  69. <Compile Include="Assets\Hotfix\Base\Object\IChangeSystem.cs" />
  70. <Compile Include="Assets\Hotfix\Base\Object\IComponentSerialize.cs" />
  71. <Compile Include="Assets\Hotfix\Base\Object\IDestroySystem.cs" />
  72. <Compile Include="Assets\Hotfix\Base\Object\ILateUpdateSystem.cs" />
  73. <Compile Include="Assets\Hotfix\Base\Object\ILoadSystem.cs" />
  74. <Compile Include="Assets\Hotfix\Base\Object\ISerializeToEntity.cs" />
  75. <Compile Include="Assets\Hotfix\Base\Object\IStartSystem.cs" />
  76. <Compile Include="Assets\Hotfix\Base\Object\IUpdateSystem.cs" />
  77. <Compile Include="Assets\Hotfix\Base\Object\Object.cs" />
  78. <Compile Include="Assets\Hotfix\Base\Object\ObjectPool.cs" />
  79. <Compile Include="Assets\Hotfix\Entity\Config\UnitConfig.cs" />
  80. <Compile Include="Assets\Hotfix\Entity\Game.cs" />
  81. <Compile Include="Assets\Hotfix\Entity\Scene.cs" />
  82. <Compile Include="Assets\Hotfix\Init.cs" />
  83. <Compile Include="Assets\Hotfix\Module\Actor\IActorMessage.cs" />
  84. <Compile Include="Assets\Hotfix\Module\ActorLocation\IActorLocationMessage.cs" />
  85. <Compile Include="Assets\Hotfix\Module\Config\ACategory.cs" />
  86. <Compile Include="Assets\Hotfix\Module\Config\ConfigComponent.cs" />
  87. <Compile Include="Assets\Hotfix\Module\Config\ConfigHelper.cs" />
  88. <Compile Include="Assets\Hotfix\Module\Config\IConfig.cs" />
  89. <Compile Include="Assets\Hotfix\Module\FrameSync\Actor_CreateUnitsHandler.cs" />
  90. <Compile Include="Assets\Hotfix\Module\FrameSync\Actor_TestHandler.cs" />
  91. <Compile Include="Assets\Hotfix\Module\FrameSync\Frame_ClickMapHandler.cs" />
  92. <Compile Include="Assets\Hotfix\Module\FrameSync\G2C_TestHotfixHandler.cs" />
  93. <Compile Include="Assets\Hotfix\Module\FrameSync\OperaComponent.cs" />
  94. <Compile Include="Assets\Hotfix\Module\FrameSync\TestHotfixSubscribMonoEvent_LogString.cs" />
  95. <Compile Include="Assets\Hotfix\Module\Message\AMHandler.cs" />
  96. <Compile Include="Assets\Hotfix\Module\Message\HotfixMessage.cs" />
  97. <Compile Include="Assets\Hotfix\Module\Message\HotfixMessageDispatcher.cs" />
  98. <Compile Include="Assets\Hotfix\Module\Message\HotfixOpcode.cs" />
  99. <Compile Include="Assets\Hotfix\Module\Message\IMessage.cs" />
  100. <Compile Include="Assets\Hotfix\Module\Message\IMHandler.cs" />
  101. <Compile Include="Assets\Hotfix\Module\Message\MessageDispatherComponent.cs" />
  102. <Compile Include="Assets\Hotfix\Module\Message\MessagePool.cs" />
  103. <Compile Include="Assets\Hotfix\Module\Message\OpcodeTypeComponent.cs" />
  104. <Compile Include="Assets\Hotfix\Module\Message\Session.cs" />
  105. <Compile Include="Assets\Hotfix\Module\Message\SessionComponent.cs" />
  106. <Compile Include="Assets\Hotfix\Module\UI\IUIFactory.cs" />
  107. <Compile Include="Assets\Hotfix\Module\UI\UI.cs" />
  108. <Compile Include="Assets\Hotfix\Module\UI\UIComponent.cs" />
  109. <Compile Include="Assets\Hotfix\Module\UI\UIType.cs" />
  110. <Compile Include="Assets\Hotfix\Properties\AssemblyInfo.cs" />
  111. <Compile Include="Assets\Hotfix\UI\UILobby\Component\UILobbyComponent.cs" />
  112. <Compile Include="Assets\Hotfix\UI\UILobby\Factory\UILobbyFactory.cs" />
  113. <Compile Include="Assets\Hotfix\UI\UILogin\Component\UILoginComponent.cs" />
  114. <Compile Include="Assets\Hotfix\UI\UILogin\Event\InitSceneStart_CreateLoginUI.cs" />
  115. <Compile Include="Assets\Hotfix\UI\UILogin\Factory\UILoginFactory.cs" />
  116. <None Include="Assets\Hotfix\Unity.Hotfix.asmdef" />
  117. <Reference Include="UnityEngine.CoreModule">
  118. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
  119. </Reference>
  120. <Reference Include="UnityEngine.AccessibilityModule">
  121. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
  122. </Reference>
  123. <Reference Include="UnityEngine.ParticleSystemModule">
  124. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
  125. </Reference>
  126. <Reference Include="UnityEngine.PhysicsModule">
  127. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
  128. </Reference>
  129. <Reference Include="UnityEngine.VehiclesModule">
  130. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
  131. </Reference>
  132. <Reference Include="UnityEngine.ClothModule">
  133. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
  134. </Reference>
  135. <Reference Include="UnityEngine.AIModule">
  136. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
  137. </Reference>
  138. <Reference Include="UnityEngine.AnimationModule">
  139. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
  140. </Reference>
  141. <Reference Include="UnityEngine.TextRenderingModule">
  142. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
  143. </Reference>
  144. <Reference Include="UnityEngine.UIModule">
  145. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
  146. </Reference>
  147. <Reference Include="UnityEngine.TerrainPhysicsModule">
  148. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
  149. </Reference>
  150. <Reference Include="UnityEngine.IMGUIModule">
  151. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
  152. </Reference>
  153. <Reference Include="UnityEngine.ClusterInputModule">
  154. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
  155. </Reference>
  156. <Reference Include="UnityEngine.ClusterRendererModule">
  157. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
  158. </Reference>
  159. <Reference Include="UnityEngine.UNETModule">
  160. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
  161. </Reference>
  162. <Reference Include="UnityEngine.DirectorModule">
  163. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
  164. </Reference>
  165. <Reference Include="UnityEngine.UnityAnalyticsModule">
  166. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
  167. </Reference>
  168. <Reference Include="UnityEngine.PerformanceReportingModule">
  169. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
  170. </Reference>
  171. <Reference Include="UnityEngine.UnityConnectModule">
  172. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
  173. </Reference>
  174. <Reference Include="UnityEngine.WebModule">
  175. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.WebModule.dll</HintPath>
  176. </Reference>
  177. <Reference Include="UnityEngine.ARModule">
  178. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
  179. </Reference>
  180. <Reference Include="UnityEngine.VRModule">
  181. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
  182. </Reference>
  183. <Reference Include="UnityEngine.UIElementsModule">
  184. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
  185. </Reference>
  186. <Reference Include="UnityEngine.StyleSheetsModule">
  187. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
  188. </Reference>
  189. <Reference Include="UnityEngine.AssetBundleModule">
  190. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
  191. </Reference>
  192. <Reference Include="UnityEngine.AudioModule">
  193. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
  194. </Reference>
  195. <Reference Include="UnityEngine.CrashReportingModule">
  196. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
  197. </Reference>
  198. <Reference Include="UnityEngine.GameCenterModule">
  199. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
  200. </Reference>
  201. <Reference Include="UnityEngine.GridModule">
  202. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
  203. </Reference>
  204. <Reference Include="UnityEngine.ImageConversionModule">
  205. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
  206. </Reference>
  207. <Reference Include="UnityEngine.InputModule">
  208. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
  209. </Reference>
  210. <Reference Include="UnityEngine.JSONSerializeModule">
  211. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
  212. </Reference>
  213. <Reference Include="UnityEngine.ParticlesLegacyModule">
  214. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ParticlesLegacyModule.dll</HintPath>
  215. </Reference>
  216. <Reference Include="UnityEngine.Physics2DModule">
  217. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
  218. </Reference>
  219. <Reference Include="UnityEngine.ScreenCaptureModule">
  220. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
  221. </Reference>
  222. <Reference Include="UnityEngine.SharedInternalsModule">
  223. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
  224. </Reference>
  225. <Reference Include="UnityEngine.SpriteMaskModule">
  226. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
  227. </Reference>
  228. <Reference Include="UnityEngine.SpriteShapeModule">
  229. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
  230. </Reference>
  231. <Reference Include="UnityEngine.TerrainModule">
  232. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
  233. </Reference>
  234. <Reference Include="UnityEngine.TilemapModule">
  235. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
  236. </Reference>
  237. <Reference Include="UnityEngine.UnityWebRequestModule">
  238. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
  239. </Reference>
  240. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  241. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  242. </Reference>
  243. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  244. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  245. </Reference>
  246. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  247. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  248. </Reference>
  249. <Reference Include="UnityEngine.VideoModule">
  250. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
  251. </Reference>
  252. <Reference Include="UnityEngine.WindModule">
  253. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
  254. </Reference>
  255. <Reference Include="UnityEngine.UI">
  256. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
  257. </Reference>
  258. <Reference Include="UnityEditor.UI">
  259. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
  260. </Reference>
  261. <Reference Include="UnityEditor.TestRunner">
  262. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll</HintPath>
  263. </Reference>
  264. <Reference Include="UnityEngine.TestRunner">
  265. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
  266. </Reference>
  267. <Reference Include="nunit.framework">
  268. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
  269. </Reference>
  270. <Reference Include="UnityEngine.Timeline">
  271. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
  272. </Reference>
  273. <Reference Include="UnityEditor.Timeline">
  274. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll</HintPath>
  275. </Reference>
  276. <Reference Include="UnityEditor.TreeEditor">
  277. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll</HintPath>
  278. </Reference>
  279. <Reference Include="UnityEngine.UIAutomation">
  280. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UIAutomation/UnityEngine.UIAutomation.dll</HintPath>
  281. </Reference>
  282. <Reference Include="UnityEditor.UIAutomation">
  283. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UIAutomation/Editor/UnityEditor.UIAutomation.dll</HintPath>
  284. </Reference>
  285. <Reference Include="UnityEngine.Networking">
  286. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
  287. </Reference>
  288. <Reference Include="UnityEditor.Networking">
  289. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
  290. </Reference>
  291. <Reference Include="UnityEditor.GoogleAudioSpatializer">
  292. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll</HintPath>
  293. </Reference>
  294. <Reference Include="UnityEngine.GoogleAudioSpatializer">
  295. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
  296. </Reference>
  297. <Reference Include="UnityEditor.HoloLens">
  298. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Editor/UnityEditor.HoloLens.dll</HintPath>
  299. </Reference>
  300. <Reference Include="UnityEngine.HoloLens">
  301. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
  302. </Reference>
  303. <Reference Include="UnityEditor.SpatialTracking">
  304. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll</HintPath>
  305. </Reference>
  306. <Reference Include="UnityEngine.SpatialTracking">
  307. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
  308. </Reference>
  309. <Reference Include="UnityEditor.VR">
  310. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
  311. </Reference>
  312. <Reference Include="UnityEditor.Graphs">
  313. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
  314. </Reference>
  315. <Reference Include="UnityEditor.Android.Extensions">
  316. <HintPath>C:/Apps/Unity2017/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath>
  317. </Reference>
  318. <Reference Include="UnityEditor.WindowsStandalone.Extensions">
  319. <HintPath>C:/Apps/Unity2017/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
  320. </Reference>
  321. <Reference Include="ICSharpCode.SharpZipLib">
  322. <HintPath>D:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll</HintPath>
  323. </Reference>
  324. <Reference Include="JetBrains.Rider.Unity.Editor.Plugin.Repacked">
  325. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll</HintPath>
  326. </Reference>
  327. <Reference Include="NPOI">
  328. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll</HintPath>
  329. </Reference>
  330. <Reference Include="NPOI.OOXML">
  331. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll</HintPath>
  332. </Reference>
  333. <Reference Include="NPOI.OpenXml4Net">
  334. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll</HintPath>
  335. </Reference>
  336. <Reference Include="NPOI.OpenXmlFormats">
  337. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll</HintPath>
  338. </Reference>
  339. <Reference Include="UnityEditor.Advertisements">
  340. <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.ads@2.0.8/Editor/UnityEditor.Advertisements.dll</HintPath>
  341. </Reference>
  342. <Reference Include="UnityEngine.Analytics">
  343. <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.analytics@2.0.13/UnityEngine.Analytics.dll</HintPath>
  344. </Reference>
  345. <Reference Include="UnityEditor.Analytics">
  346. <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.analytics@2.0.13/Editor/UnityEditor.Analytics.dll</HintPath>
  347. </Reference>
  348. <Reference Include="UnityEngine.Purchasing">
  349. <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.purchasing@0.0.19/UnityEngine.Purchasing.dll</HintPath>
  350. </Reference>
  351. <Reference Include="UnityEditor.Purchasing">
  352. <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.purchasing@0.0.19/Editor/UnityEditor.Purchasing.dll</HintPath>
  353. </Reference>
  354. <Reference Include="UnityEngine.StandardEvents">
  355. <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.standardevents@1.0.10/UnityEngine.StandardEvents.dll</HintPath>
  356. </Reference>
  357. </ItemGroup>
  358. <ItemGroup>
  359. <ProjectReference Include="Unity.Model.csproj">
  360. <Project>{B4BF9894-F5D9-41C4-13E3-3F26F7700E29}</Project>
  361. <Name>Unity.Model</Name>
  362. </ProjectReference>
  363. <ProjectReference Include="Unity.ThirdParty.csproj">
  364. <Project>{E15BADD2-3A26-309A-AB0F-DC5B08044350}</Project>
  365. <Name>Unity.ThirdParty</Name>
  366. </ProjectReference>
  367. </ItemGroup>
  368. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  369. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  370. Other similar extension points exist, see Microsoft.Common.targets.
  371. <Target Name="BeforeBuild">
  372. </Target>
  373. <Target Name="AfterBuild">
  374. </Target>
  375. -->
  376. <ItemGroup>
  377. <Reference Include="Microsoft.CSharp">
  378. <HintPath>C:\Apps\Unity2017\Editor\Data\MonoBleedingEdge\lib\mono\4.6.2-api\Microsoft.CSharp.dll</HintPath>
  379. </Reference>
  380. </ItemGroup>
  381. </Project>