Assembly-CSharp-Editor.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  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. </PropertyGroup>
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProductVersion>10.0.20506</ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <RootNamespace></RootNamespace>
  12. <ProjectGuid>{6311E6C6-0A20-383B-320B-694068DE37A5}</ProjectGuid>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <AssemblyName>Assembly-CSharp-Editor</AssemblyName>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <BaseDirectory>Assets</BaseDirectory>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>Temp\bin\Debug\</OutputPath>
  25. <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_1_3;UNITY_2017_1;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_RUNTIME_NAVMESH_BUILDING;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;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_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;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_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;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_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>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <NoWarn>0169</NoWarn>
  29. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>Temp\bin\Release\</OutputPath>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <NoWarn>0169</NoWarn>
  38. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="System" />
  42. <Reference Include="System.Xml" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Runtime.Serialization" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="UnityEngine">
  47. <HintPath>C:/Apps/Unity/Editor/Data/Managed/UnityEngine.dll</HintPath>
  48. </Reference>
  49. <Reference Include="UnityEditor">
  50. <HintPath>C:/Apps/Unity/Editor/Data/Managed/UnityEditor.dll</HintPath>
  51. </Reference>
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="Assets\Editor\BehaviorTreeEditor\BehaviorNodeConfigExtension.cs" />
  55. <Compile Include="Assets\Editor\BehaviorTreeEditor\BehaviorNodeData.cs" />
  56. <Compile Include="Assets\Editor\BehaviorTreeEditor\BehaviorTreeConfigEditor.cs" />
  57. <Compile Include="Assets\Editor\BehaviorTreeEditor\BehaviorTreeConfigExtension.cs" />
  58. <Compile Include="Assets\Editor\BehaviorTreeEditor\BehaviorTreeData.cs" />
  59. <Compile Include="Assets\Editor\BehaviorTreeEditor\BehaviorTreeMenu.cs" />
  60. <Compile Include="Assets\Editor\BehaviorTreeEditor\BehaviorTreeNodeClassPopup.cs" />
  61. <Compile Include="Assets\Editor\BehaviorTreeEditor\BehaviorTreeOperateUtility.cs" />
  62. <Compile Include="Assets\Editor\BehaviorTreeEditor\BehaviorTreeTipsHelper.cs" />
  63. <Compile Include="Assets\Editor\BehaviorTreeEditor\BTBatchOperation.cs" />
  64. <Compile Include="Assets\Editor\BehaviorTreeEditor\BTDesignerUtility.cs" />
  65. <Compile Include="Assets\Editor\BehaviorTreeEditor\BTEditor.cs" />
  66. <Compile Include="Assets\Editor\BehaviorTreeEditor\BTEditorWindow.cs" />
  67. <Compile Include="Assets\Editor\BehaviorTreeEditor\Component\BTDebugComponent.cs" />
  68. <Compile Include="Assets\Editor\BehaviorTreeEditor\Component\BTNodeInfoComponent.cs" />
  69. <Compile Include="Assets\Editor\BehaviorTreeEditor\CustomArrayField.cs" />
  70. <Compile Include="Assets\Editor\BehaviorTreeEditor\Event\BehaviorTreeAfterChangeNodeTypeEvent_SelectNode.cs" />
  71. <Compile Include="Assets\Editor\BehaviorTreeEditor\Event\BehaviorTreeClickNodeEvent_SelectNode.cs" />
  72. <Compile Include="Assets\Editor\BehaviorTreeEditor\Event\BehaviorTreeConnectStateEvent_HandleConnectLines.cs" />
  73. <Compile Include="Assets\Editor\BehaviorTreeEditor\Event\BehaviorTreeCreateNodeEvent_SelectNode.cs" />
  74. <Compile Include="Assets\Editor\BehaviorTreeEditor\Event\BehaviorTreeMouseInNodeEvent_HandleOperate.cs" />
  75. <Compile Include="Assets\Editor\BehaviorTreeEditor\Event\BehaviorTreeNewCreateClickEvent_CreateNode.cs" />
  76. <Compile Include="Assets\Editor\BehaviorTreeEditor\Event\BehaviorTreeOpenEditorEvent_SelectNode.cs" />
  77. <Compile Include="Assets\Editor\BehaviorTreeEditor\Event\BehaviorTreeOpenEditorEvent_UpdatePropList.cs" />
  78. <Compile Include="Assets\Editor\BehaviorTreeEditor\Event\BehaviorTreeReplaceClickEvent_ReplaceNode.cs" />
  79. <Compile Include="Assets\Editor\BehaviorTreeEditor\Event\BehaviorTreeRightDesignerDragEvent_ModifyRightBorder.cs" />
  80. <Compile Include="Assets\Editor\BehaviorTreeEditor\Event\BehaviorTreeRunTreeEvent_ShowDebugInfo.cs" />
  81. <Compile Include="Assets\Editor\BehaviorTreeEditor\FoldoutNode.cs" />
  82. <Compile Include="Assets\Editor\BehaviorTreeEditor\GraphDesigner.cs" />
  83. <Compile Include="Assets\Editor\BehaviorTreeEditor\NodeDesigner.cs" />
  84. <Compile Include="Assets\Editor\BehaviorTreeEditor\NodeExtension.cs" />
  85. <Compile Include="Assets\Editor\BehaviorTreeEditor\NodeMeta.cs" />
  86. <Compile Include="Assets\Editor\BehaviorTreeEditor\NodeMetaHelper.cs" />
  87. <Compile Include="Assets\Editor\BehaviorTreeEditor\PropertyDesigner.cs" />
  88. <Compile Include="Assets\Editor\BuildEditor\BuildEditor.cs" />
  89. <Compile Include="Assets\Editor\BuildEditor\BuildHelper.cs" />
  90. <Compile Include="Assets\Editor\BuildEditor\BuildIOSEditor.cs" />
  91. <Compile Include="Assets\Editor\ExcelExporterEditor\ExcelExporterEditor.cs" />
  92. <Compile Include="Assets\Editor\ExportNavmesh.cs" />
  93. <Compile Include="Assets\Editor\GlobalConfigEditor\GlobalConfigEditor.cs" />
  94. <Compile Include="Assets\Editor\Helper\EditorResHelper.cs" />
  95. <Compile Include="Assets\Editor\Helper\MongoHelper.cs" />
  96. <Compile Include="Assets\Editor\Proto2CsEditor\Proto2CSEditor.cs" />
  97. <Compile Include="Assets\Editor\ReferenceCollectorEditor\ReferenceCollectorEditor.cs" />
  98. <Compile Include="Assets\Editor\RsyncEditor\RsyncConfig.cs" />
  99. <Compile Include="Assets\Editor\RsyncEditor\RsyncEditor.cs" />
  100. <Compile Include="Assets\Editor\ServerCommandLineEditor\ServerCommandLineEditor.cs" />
  101. <Compile Include="Assets\ThirdParty\ILRuntime\Editor\ILRuntimeCLRBinding.cs" />
  102. <Compile Include="Assets\ThirdParty\Protobuf\Editor\protobuf-net.Reflection\CodeGenerator.cs" />
  103. <Compile Include="Assets\ThirdParty\Protobuf\Editor\protobuf-net.Reflection\CodeGenerator.OneOfStub.cs" />
  104. <Compile Include="Assets\ThirdParty\Protobuf\Editor\protobuf-net.Reflection\CSharpCodeGenerator.cs" />
  105. <Compile Include="Assets\ThirdParty\Protobuf\Editor\protobuf-net.Reflection\CustomOptions.cs" />
  106. <Compile Include="Assets\ThirdParty\Protobuf\Editor\protobuf-net.Reflection\Descriptor.cs" />
  107. <Compile Include="Assets\ThirdParty\Protobuf\Editor\protobuf-net.Reflection\NameNormalizer.cs" />
  108. <Compile Include="Assets\ThirdParty\Protobuf\Editor\protobuf-net.Reflection\Parsers.cs" />
  109. <Compile Include="Assets\ThirdParty\Protobuf\Editor\protobuf-net.Reflection\Peekable.cs" />
  110. <Compile Include="Assets\ThirdParty\Protobuf\Editor\protobuf-net.Reflection\Token.cs" />
  111. <Compile Include="Assets\ThirdParty\Protobuf\Editor\protobuf-net.Reflection\TokenExtensions.cs" />
  112. <Compile Include="Assets\ThirdParty\Protobuf\Editor\protobuf-net.Reflection\TokenType.cs" />
  113. <Compile Include="Assets\ThirdParty\Protobuf\Editor\Protogen.cs" />
  114. <None Include="Assets\Res\Config\GlobalProto.txt" />
  115. <None Include="Assets\link.xml" />
  116. <None Include="Assets\Res\Config\BuffConfig.txt" />
  117. <None Include="Assets\Res\Config\UnitConfig.txt" />
  118. <Reference Include="UnityEditor.Advertisements">
  119. <HintPath>C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/Editor/UnityEditor.Advertisements.dll</HintPath>
  120. </Reference>
  121. <Reference Include="UnityEngine.UI">
  122. <HintPath>C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
  123. </Reference>
  124. <Reference Include="UnityEditor.UI">
  125. <HintPath>C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
  126. </Reference>
  127. <Reference Include="UnityEngine.Networking">
  128. <HintPath>C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
  129. </Reference>
  130. <Reference Include="UnityEditor.Networking">
  131. <HintPath>C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
  132. </Reference>
  133. <Reference Include="UnityEditor.TestRunner">
  134. <HintPath>C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll</HintPath>
  135. </Reference>
  136. <Reference Include="UnityEngine.TestRunner">
  137. <HintPath>C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
  138. </Reference>
  139. <Reference Include="nunit.framework">
  140. <HintPath>D:\Source\ET\Unity\Library/resharper-unity-libs/nunit3.5.0/nunit.framework.dll</HintPath>
  141. </Reference>
  142. <Reference Include="UnityEngine.Timeline">
  143. <HintPath>C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
  144. </Reference>
  145. <Reference Include="UnityEditor.Timeline">
  146. <HintPath>C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll</HintPath>
  147. </Reference>
  148. <Reference Include="UnityEditor.TreeEditor">
  149. <HintPath>C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll</HintPath>
  150. </Reference>
  151. <Reference Include="UnityEngine.Analytics">
  152. <HintPath>C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll</HintPath>
  153. </Reference>
  154. <Reference Include="UnityEditor.Analytics">
  155. <HintPath>C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/Editor/UnityEditor.Analytics.dll</HintPath>
  156. </Reference>
  157. <Reference Include="UnityEditor.HoloLens">
  158. <HintPath>C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Editor/UnityEditor.HoloLens.dll</HintPath>
  159. </Reference>
  160. <Reference Include="UnityEngine.HoloLens">
  161. <HintPath>C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
  162. </Reference>
  163. <Reference Include="UnityEditor.Purchasing">
  164. <HintPath>C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/Editor/UnityEditor.Purchasing.dll</HintPath>
  165. </Reference>
  166. <Reference Include="UnityEditor.VR">
  167. <HintPath>C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
  168. </Reference>
  169. <Reference Include="UnityEditor.Graphs">
  170. <HintPath>C:/Apps/Unity/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
  171. </Reference>
  172. <Reference Include="UnityEditor.Android.Extensions">
  173. <HintPath>C:/Apps/Unity/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath>
  174. </Reference>
  175. <Reference Include="UnityEditor.WindowsStandalone.Extensions">
  176. <HintPath>C:/Apps/Unity/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
  177. </Reference>
  178. <Reference Include="SyntaxTree.VisualStudio.Unity.Bridge">
  179. <HintPath>C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/15.0/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll</HintPath>
  180. </Reference>
  181. <Reference Include="ICSharpCode.SharpZipLib">
  182. <HintPath>D:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll</HintPath>
  183. </Reference>
  184. <Reference Include="Newtonsoft.Json">
  185. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Newtonsoft.Json.dll</HintPath>
  186. </Reference>
  187. <Reference Include="NPOI">
  188. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll</HintPath>
  189. </Reference>
  190. <Reference Include="NPOI.OOXML">
  191. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll</HintPath>
  192. </Reference>
  193. <Reference Include="NPOI.OpenXml4Net">
  194. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll</HintPath>
  195. </Reference>
  196. <Reference Include="NPOI.OpenXmlFormats">
  197. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll</HintPath>
  198. </Reference>
  199. </ItemGroup>
  200. <ItemGroup>
  201. <ProjectReference Include="Assembly-CSharp-firstpass.csproj">
  202. <Project>{2662B409-6332-1E56-D797-C9025C53BDD6}</Project>
  203. <Name>Assembly-CSharp-firstpass</Name>
  204. </ProjectReference>
  205. <ProjectReference Include="Assembly-CSharp.csproj">
  206. <Project>{CD8C9303-404B-FB8D-6B9B-21988D5CAC0A}</Project>
  207. <Name>Assembly-CSharp</Name>
  208. </ProjectReference>
  209. <ProjectReference Include="Assembly-CSharp-Editor-firstpass.csproj">
  210. <Project>{F534D6C4-3368-032B-289C-A943CC171719}</Project>
  211. <Name>Assembly-CSharp-Editor-firstpass</Name>
  212. </ProjectReference>
  213. </ItemGroup>
  214. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  215. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  216. Other similar extension points exist, see Microsoft.Common.targets.
  217. <Target Name="BeforeBuild">
  218. </Target>
  219. <Target Name="AfterBuild">
  220. </Target>
  221. -->
  222. </Project>