XmdsCommonServer.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{847EBC4B-297B-4EC7-BA21-3E3B9212CCA3}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>XmdsCommonServer</RootNamespace>
  11. <AssemblyName>XmdsCommonServer</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\Library\Debug\</OutputPath>
  22. <DefineConstants>TRACE;DEBUG;JSG_CARD_TEST_KILL;JSGProfile</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <DocumentationFile>
  26. </DocumentationFile>
  27. <NoWarn>1591</NoWarn>
  28. <Prefer32Bit>false</Prefer32Bit>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>..\Library\Release\</OutputPath>
  34. <DefineConstants>TRACE;JSGProfile</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <Prefer32Bit>false</Prefer32Bit>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  40. <DebugSymbols>true</DebugSymbols>
  41. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  42. <DefineConstants>TRACE;DEBUG;JSGProfile</DefineConstants>
  43. <NoWarn>1591</NoWarn>
  44. <DebugType>full</DebugType>
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <ErrorReport>prompt</ErrorReport>
  47. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="NPOI, Version=2.0.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\Common\Library\npoi_2.1.3.1\dotnet2\NPOI.dll</HintPath>
  53. </Reference>
  54. <Reference Include="NPOI.OOXML, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\Common\Library\npoi_2.1.3.1\dotnet2\NPOI.OOXML.dll</HintPath>
  57. </Reference>
  58. <Reference Include="NPOI.OpenXml4Net, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\Common\Library\npoi_2.1.3.1\dotnet2\NPOI.OpenXml4Net.dll</HintPath>
  61. </Reference>
  62. <Reference Include="NPOI.OpenXmlFormats, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\Common\Library\npoi_2.1.3.1\dotnet2\NPOI.OpenXmlFormats.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>..\Common\Library\System.Web.Helpers.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.Xml.Linq" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Xml" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="Message\BattleMessageB2R.cs" />
  79. <Compile Include="Message\BattleMessageR2B.cs" />
  80. <Compile Include="Plugin\CardSkill\Base\JSGCardDataBase.cs" />
  81. <Compile Include="Plugin\Base\XmdsGlobalData.cs" />
  82. <Compile Include="Plugin\CardSkill\Base\JSGCardModuleBase.cs" />
  83. <Compile Include="Plugin\CardSkill\Def\JSGOtherCardModule.cs" />
  84. <Compile Include="Plugin\CardSkill\MonsterCardSkill\JSGMonsterCardModule.cs" />
  85. <Compile Include="Plugin\CardSkill\MonsterCardSkill\JSGMonsterCardData.cs" />
  86. <Compile Include="Plugin\CardSkill\PlayerCardSkill\JSGCardInterface.cs" />
  87. <Compile Include="Plugin\CardSkill\PlayerCardSkill\JSGCardRateModule.cs" />
  88. <Compile Include="Plugin\CardSkill\PlayerCardSkill\JSGPlayerCardData.cs" />
  89. <Compile Include="Plugin\CardSkill\PlayerCardSkill\JSGPlayerCardModule.cs" />
  90. <Compile Include="Plugin\CardSkill\PlayerCardSkill\JSNextCardSkillStrengthenhModule.cs" />
  91. <Compile Include="Plugin\Editor\EventsBattleFunction.cs" />
  92. <Compile Include="Plugin\Editor\EventsClientScript.cs" />
  93. <Compile Include="Plugin\Editor\EventsAOI.cs" />
  94. <Compile Include="Plugin\Editor\EventsPlayerQuest.cs" />
  95. <Compile Include="Plugin\Editor\EventTriggers.cs" />
  96. <Compile Include="Plugin\Base\JSGXmdsComInterface.cs" />
  97. <Compile Include="Plugin\JSGModule\JSGXmdsHackerModule.cs" />
  98. <Compile Include="Plugin\JSGModule\JSGMountainKingModule.cs" />
  99. <Compile Include="Plugin\Quest\QuestAdapter.cs" />
  100. <Compile Include="Plugin\Quest\QuestScript.cs" />
  101. <Compile Include="Plugin\Quest\QuestScriptManager.cs" />
  102. <Compile Include="Plugin\Scene\XmdsExtensionZoneAttribute.cs" />
  103. <Compile Include="Plugin\Scene\XmdsPlayerAOI.cs" />
  104. <Compile Include="Plugin\Scene\XmdsSceneFactory.cs" />
  105. <Compile Include="Plugin\Team\XmdsTeamVirtual.cs" />
  106. <Compile Include="Plugin\Units\XmdsInstanceItem.cs" />
  107. <Compile Include="Plugin\Units\XmdsInstanceMonster.cs" />
  108. <Compile Include="Plugin\Units\XmdsInstanceNPC.cs" />
  109. <Compile Include="Plugin\Units\XmdsInstancePet.cs" />
  110. <Compile Include="Plugin\Units\XmdsInstancePlayer.cs" />
  111. <Compile Include="Plugin\Units\XmdsInstanceSummonUnit.cs" />
  112. <Compile Include="Plugin\Units\XmdsInstanceUnitStateMachine.cs" />
  113. <Compile Include="Plugin\Units\XmdsInstanceUtils.cs" />
  114. <Compile Include="Plugin\XmdsBattleHelper.cs" />
  115. <Compile Include="Plugin\XmdsDataMgr.cs" />
  116. <Compile Include="Plugin\XmdsFormula.cs" />
  117. <Compile Include="Plugin\XmdsGameConfig.cs" />
  118. <Compile Include="Plugin\XmdsHateSystem.cs" />
  119. <Compile Include="Plugin\Scene\XmdsServerScene.cs" />
  120. <Compile Include="Plugin\XmdsSkillTemplate\DamageCalculator\XmdsDamageCalculator.cs" />
  121. <Compile Include="Plugin\XmdsSkillTemplate\Skills\XmdsBattleSkill.cs" />
  122. <Compile Include="Plugin\XmdsSkillTemplate\Skills\XmdsSkill.cs" />
  123. <Compile Include="Plugin\XmdsSkillTemplate\XmdsSkillDataMgr.cs" />
  124. <Compile Include="Plugin\XmdsVirtual\XmdsVirtual.cs" />
  125. <Compile Include="Plugin\XmdsVirtual\XmdsVirtual.Damage.cs" />
  126. <Compile Include="Plugin\XmdsVirtual\XmdsVirtual.Event.cs" />
  127. <Compile Include="Plugin\XmdsVirtual\XmdsVirtual.Message.cs" />
  128. <Compile Include="Plugin\XmdsVirtual\XmdsVirtual.Picking.cs" />
  129. <Compile Include="Plugin\XmdsVirtual\XmdsVirtual.Skills.cs" />
  130. <Compile Include="Plugin\XmdsVirtual\XmdsVirtual.Team.cs" />
  131. <Compile Include="Plugin\XmdsVirtual\XmdsVirtual_Monster.cs" />
  132. <Compile Include="Plugin\XmdsVirtual\XmdsVirtual_NPC.cs" />
  133. <Compile Include="Plugin\XmdsVirtual\XmdsVirtual_Pet.cs" />
  134. <Compile Include="Plugin\XmdsVirtual\XmdsVirtual_Player.cs" />
  135. <Compile Include="Plugin\XmdsVirtual\XmdsVirtual_Player.Message.cs" />
  136. <Compile Include="Plugin\XmdsVirtual\XmdsVirtual_Player.Quest.cs" />
  137. <Compile Include="Plugin\XmdsVirtual\XmdsVirtual_SummonUnit.cs" />
  138. <Compile Include="Plugin\XmdsZoneServerFactory.cs" />
  139. <Compile Include="Properties\AssemblyInfo.cs" />
  140. <Compile Include="XLS\Data\MountainKingConfig.cs" />
  141. <Compile Include="XLS\Data\RandomName.cs" />
  142. <Compile Include="XLS\Data\Monster.cs" />
  143. <Compile Include="XLS\Data\MonsterDynamicProp.cs" />
  144. <Compile Include="XLS\Data\MonsterSkills.cs" />
  145. <Compile Include="XLS\Data\NPCData.cs" />
  146. <Compile Include="XLS\Data\XmdsSkillData.cs" />
  147. <Compile Include="XLS\Data\AbyssMutilAddition.cs" />
  148. <Compile Include="XLS\Data\BuffConfig.cs" />
  149. <Compile Include="XLS\Data\ZhanYaoData.cs" />
  150. <Compile Include="XLS\XLSMountainKingConfigLoader.cs" />
  151. <Compile Include="XLS\XLSRandomNameLoader.cs" />
  152. <Compile Include="XLS\XLSBuffConfigLoader.cs" />
  153. <Compile Include="XLS\XLSLoader.cs" />
  154. <Compile Include="XLS\XLSMonsterDataLoader.cs" />
  155. <Compile Include="XLS\XLSMonsterDynamicLoader.cs" />
  156. <Compile Include="XLS\XLSNPCDataLoader.cs" />
  157. <Compile Include="XLS\XLSBSConfigLoader.cs" />
  158. <Compile Include="XLS\XLSRandomMonsterSkillLoader.cs" />
  159. <Compile Include="XLS\XLSSkillCfgLoader.cs" />
  160. <Compile Include="XLS\XLSZhanYaoDataLoader.cs" />
  161. </ItemGroup>
  162. <ItemGroup>
  163. <ProjectReference Include="..\Common\CommonAIClient\CommonAIClient.csproj">
  164. <Project>{7990158b-ba84-4177-8eec-84bddc8a527a}</Project>
  165. <Name>CommonAIClient</Name>
  166. </ProjectReference>
  167. <ProjectReference Include="..\Common\CommonAIServer\CommonAIServer.csproj">
  168. <Project>{31a89f1e-f7d5-4f64-a1b6-67cb7aba4a18}</Project>
  169. <Name>CommonAIServer</Name>
  170. </ProjectReference>
  171. <ProjectReference Include="..\Common\CommonAI\CommonAI.csproj">
  172. <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project>
  173. <Name>CommonAI</Name>
  174. </ProjectReference>
  175. <ProjectReference Include="..\Common\CommonLang\CommonLang.csproj">
  176. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  177. <Name>CommonLang</Name>
  178. </ProjectReference>
  179. <ProjectReference Include="..\XmdsCommon\XmdsCommon.csproj">
  180. <Project>{e739a788-7a95-4427-bb97-a167960db7db}</Project>
  181. <Name>XmdsCommon</Name>
  182. </ProjectReference>
  183. </ItemGroup>
  184. <ItemGroup />
  185. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  186. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  187. Other similar extension points exist, see Microsoft.Common.targets.
  188. <Target Name="BeforeBuild">
  189. </Target>
  190. <Target Name="AfterBuild">
  191. </Target>
  192. -->
  193. </Project>