WeEngine.Base.csproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{761A67FC-700E-4CC2-9821-2D30AA05CDEB}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WeEngine</RootNamespace>
  11. <AssemblyName>WeEngine.Base</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <NoWarn>1591</NoWarn>
  25. <DocumentationFile>
  26. </DocumentationFile>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Abp, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  38. <HintPath>..\..\packages\Abp.4.8.1\lib\netstandard2.0\Abp.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  41. <HintPath>..\..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Castle.Facilities.Logging, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  44. <HintPath>..\..\packages\Castle.LoggingFacility.5.0.0\lib\net45\Castle.Facilities.Logging.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Castle.Windsor, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  47. <HintPath>..\..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll</HintPath>
  48. </Reference>
  49. <Reference Include="JetBrains.Annotations, Version=2019.1.1.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
  50. <HintPath>..\..\packages\JetBrains.Annotations.2019.1.1\lib\net20\JetBrains.Annotations.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  53. <HintPath>..\..\packages\Microsoft.Extensions.Caching.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Microsoft.Extensions.Caching.Memory, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  56. <HintPath>..\..\packages\Microsoft.Extensions.Caching.Memory.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Memory.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  59. <HintPath>..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Microsoft.Extensions.Options, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  62. <HintPath>..\..\packages\Microsoft.Extensions.Options.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Microsoft.Extensions.Primitives, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  65. <HintPath>..\..\packages\Microsoft.Extensions.Primitives.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  68. <HintPath>..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Nito.AsyncEx.Context, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  71. <HintPath>..\..\packages\Nito.AsyncEx.Context.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Context.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Nito.AsyncEx.Coordination, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  74. <HintPath>..\..\packages\Nito.AsyncEx.Coordination.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Coordination.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Nito.AsyncEx.Tasks, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  77. <HintPath>..\..\packages\Nito.AsyncEx.Tasks.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Tasks.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Nito.Collections.Deque, Version=1.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  80. <HintPath>..\..\packages\Nito.Collections.Deque.1.0.4\lib\netstandard2.0\Nito.Collections.Deque.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Nito.Disposables, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  83. <HintPath>..\..\packages\Nito.Disposables.2.0.0\lib\netstandard2.0\Nito.Disposables.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System" />
  86. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  87. <HintPath>..\..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  90. <HintPath>..\..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  93. <HintPath>..\..\packages\System.ComponentModel.Annotations.4.5.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.ComponentModel.DataAnnotations" />
  96. <Reference Include="System.Configuration" />
  97. <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  98. <HintPath>..\..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System.Core" />
  101. <Reference Include="System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  102. <HintPath>..\..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath>
  103. <Private>True</Private>
  104. <Private>True</Private>
  105. </Reference>
  106. <Reference Include="System.Data.OracleClient" />
  107. <Reference Include="System.Drawing" />
  108. <Reference Include="System.Linq.Dynamic.Core, Version=1.0.16.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
  109. <HintPath>..\..\packages\System.Linq.Dynamic.Core.1.0.16\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
  110. </Reference>
  111. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  112. <HintPath>..\..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll</HintPath>
  113. </Reference>
  114. <Reference Include="System.Net" />
  115. <Reference Include="System.Numerics" />
  116. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  117. <HintPath>..\..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  120. <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.1\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Runtime.Remoting" />
  123. <Reference Include="System.Runtime.Serialization" />
  124. <Reference Include="System.Runtime.Serialization.Formatters, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  125. <HintPath>..\..\packages\System.Runtime.Serialization.Formatters.4.3.0\lib\net46\System.Runtime.Serialization.Formatters.dll</HintPath>
  126. <Private>True</Private>
  127. <Private>True</Private>
  128. </Reference>
  129. <Reference Include="System.Runtime.Serialization.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  130. <HintPath>..\..\packages\System.Runtime.Serialization.Primitives.4.3.0\lib\net46\System.Runtime.Serialization.Primitives.dll</HintPath>
  131. <Private>True</Private>
  132. <Private>True</Private>
  133. </Reference>
  134. <Reference Include="System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  135. <HintPath>..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  136. </Reference>
  137. <Reference Include="System.Security.Claims, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  138. <HintPath>..\..\packages\System.Security.Claims.4.3.0\lib\net46\System.Security.Claims.dll</HintPath>
  139. <Private>True</Private>
  140. <Private>True</Private>
  141. </Reference>
  142. <Reference Include="System.Security.Permissions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  143. <HintPath>..\..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll</HintPath>
  144. </Reference>
  145. <Reference Include="System.Security.Principal.Windows, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  146. <HintPath>..\..\packages\System.Security.Principal.Windows.4.5.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  147. </Reference>
  148. <Reference Include="System.ServiceProcess" />
  149. <Reference Include="System.Transactions" />
  150. <Reference Include="System.Web" />
  151. <Reference Include="System.Xml.Linq" />
  152. <Reference Include="System.Data.DataSetExtensions" />
  153. <Reference Include="Microsoft.CSharp" />
  154. <Reference Include="System.Data" />
  155. <Reference Include="System.Net.Http" />
  156. <Reference Include="System.Xml" />
  157. <Reference Include="System.Xml.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  158. <HintPath>..\..\packages\System.Xml.XmlDocument.4.3.0\lib\net46\System.Xml.XmlDocument.dll</HintPath>
  159. <Private>True</Private>
  160. <Private>True</Private>
  161. </Reference>
  162. <Reference Include="System.Xml.XPath, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  163. <HintPath>..\..\packages\System.Xml.XPath.4.3.0\lib\net46\System.Xml.XPath.dll</HintPath>
  164. <Private>True</Private>
  165. <Private>True</Private>
  166. </Reference>
  167. <Reference Include="System.Xml.XPath.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  168. <HintPath>..\..\packages\System.Xml.XPath.XmlDocument.4.3.0\lib\net46\System.Xml.XPath.XmlDocument.dll</HintPath>
  169. </Reference>
  170. <Reference Include="TimeZoneConverter, Version=3.2.0.0, Culture=neutral, PublicKeyToken=e20ab7d0d9479841, processorArchitecture=MSIL">
  171. <HintPath>..\..\packages\TimeZoneConverter.3.2.0\lib\net461\TimeZoneConverter.dll</HintPath>
  172. </Reference>
  173. </ItemGroup>
  174. <ItemGroup>
  175. <Compile Include="CommonDto\GuidePushDto.cs" />
  176. <Compile Include="CommonDto\MsgClientDto.cs" />
  177. <Compile Include="CommonDto\PortraitDto\RoundScoreDto.cs" />
  178. <Compile Include="CommonDto\ReportDto\BehaviorDto.cs" />
  179. <Compile Include="CommonDto\ReportDto\ReportBehaviorTagDto.cs" />
  180. <Compile Include="CommonDto\ReportDto\ReportRoundSceneDto.cs" />
  181. <Compile Include="CommonDto\ReportDto\ReportSceneDto.cs" />
  182. <Compile Include="Statistic\PlayingCampDto.cs" />
  183. <Compile Include="Statistic\StatisticCampDto.cs" />
  184. <Compile Include="Statistic\StatisticDto.cs" />
  185. <Compile Include="Statistic\StatisticUserDto.cs" />
  186. <Compile Include="Enum\EvalTargetType.cs" />
  187. <Compile Include="Message\ScenePusher.cs" />
  188. <Compile Include="Message\ScenePushMessage.cs" />
  189. <Compile Include="ModelInfo\ModelBase.cs" />
  190. <Compile Include="ModelInfo\PackageModel.cs" />
  191. <Compile Include="CommonDto\WeInfo\WeBehaviorDto.cs" />
  192. <Compile Include="CommonDto\WeInfo\WeBehaviorTagDto.cs" />
  193. <Compile Include="CommonDto\WeInfo\WeCmdMatchSuccessDto.cs" />
  194. <Compile Include="CommonDto\WeInfo\WeEnvironResourceDto.cs" />
  195. <Compile Include="CommonDto\WeInfo\WeGuideDto.cs" />
  196. <Compile Include="CommonDto\WeInfo\WePackageDetailDto.cs" />
  197. <Compile Include="CommonDto\RoundScoreInfo.cs" />
  198. <Compile Include="CommonDto\RunGroupPackageDto.cs" />
  199. <Compile Include="CommonDto\RunOperationDto.cs" />
  200. <Compile Include="CommonDto\RunStartPackageDto.cs" />
  201. <Compile Include="CommonDto\WeInfo\WePackageDto.cs" />
  202. <Compile Include="CommonDto\WeInfo\WePackageXmlDto.cs" />
  203. <Compile Include="CommonDto\WeInfo\WeRoleDto.cs" />
  204. <Compile Include="CommonDto\WeInfo\WeSceneDto.cs" />
  205. <Compile Include="ComponentInfo\CompStmtType.cs" />
  206. <Compile Include="ComponentInfo\EngineComponent.cs" />
  207. <Compile Include="Enum\BehaviorRoleLogicType.cs" />
  208. <Compile Include="Enum\BehaviorScoreType.cs" />
  209. <Compile Include="Enum\BehaviorType.cs" />
  210. <Compile Include="Enum\DataLibType.cs" />
  211. <Compile Include="Enum\EnumTypeEx.cs" />
  212. <Compile Include="Enum\GuideType.cs" />
  213. <Compile Include="Enum\MessageType.cs" />
  214. <Compile Include="Enum\ModelType.cs" />
  215. <Compile Include="Enum\NodeState.cs" />
  216. <Compile Include="Enum\NodeType.cs" />
  217. <Compile Include="Enum\SceneFlowBlockType.cs" />
  218. <Compile Include="Enum\SceneFlowType.cs" />
  219. <Compile Include="Enum\SceneType.cs" />
  220. <Compile Include="Enum\OperationType.cs" />
  221. <Compile Include="DefaultVariable.cs" />
  222. <Compile Include="Message\IMessageSender.cs" />
  223. <Compile Include="PackageHelper.cs" />
  224. <Compile Include="Packages\ComponentNode.cs" />
  225. <Compile Include="Packages\PackageDataNode.cs" />
  226. <Compile Include="Packages\EnvironResourceNode.cs" />
  227. <Compile Include="Packages\GuideNode.cs" />
  228. <Compile Include="Packages\NodeBase.cs" />
  229. <Compile Include="Packages\PackageNode.cs" />
  230. <Compile Include="Properties\AssemblyInfo.cs" />
  231. <Compile Include="Strategy\Eval\EvalManager.cs" />
  232. <Compile Include="Strategy\Eval\IEvalManager.cs" />
  233. <Compile Include="Strategy\Eval\IEvalStrategy.cs" />
  234. <Compile Include="Strategy\IStrategy.cs" />
  235. <Compile Include="Strategy\IStrategyManager.cs" />
  236. <Compile Include="Strategy\Runner\IRunnerManager.cs" />
  237. <Compile Include="Strategy\Runner\IRunnerStrategy.cs" />
  238. <Compile Include="Strategy\Runner\RunnerManager.cs" />
  239. <Compile Include="WeEngineConst.cs" />
  240. <Compile Include="Message\WeMessage.cs" />
  241. </ItemGroup>
  242. <ItemGroup>
  243. <ProjectReference Include="..\..\We.Zero\IwbYue.Zero\IwbYue.Zero.csproj">
  244. <Project>{4E62E9A7-D3A8-4C3F-ABB5-1E37FB57E48B}</Project>
  245. <Name>IwbYue.Zero</Name>
  246. </ProjectReference>
  247. </ItemGroup>
  248. <ItemGroup>
  249. <None Include="app.config" />
  250. <None Include="packages.config" />
  251. </ItemGroup>
  252. <ItemGroup />
  253. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  254. <PropertyGroup>
  255. <PostBuildEvent>
  256. </PostBuildEvent>
  257. </PropertyGroup>
  258. </Project>