XmdsBattleClientBot.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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>{C4ED2236-A13A-415B-8D78-6B2E9D6DBBBB}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>XmdsBattleClientBot</RootNamespace>
  11. <AssemblyName>XmdsBattleClientBot</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>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  26. <DocumentationFile>
  27. </DocumentationFile>
  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</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>DEBUG;TRACE</DefineConstants>
  43. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  44. <DebugType>full</DebugType>
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <ErrorReport>prompt</ErrorReport>
  47. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="KopiLua, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\..\Common\Library\KLI-1.2\KopiLua.dll</HintPath>
  53. </Reference>
  54. <Reference Include="KopiLuaDll, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\..\Common\Library\KLI-1.2\KopiLuaDll.dll</HintPath>
  57. </Reference>
  58. <Reference Include="KopiLuaInterface, Version=2.0.0.27009, Culture=neutral, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\..\Common\Library\KLI-1.2\KopiLuaInterface.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Microsoft.CSharp" />
  63. <Reference Include="protobuf-net">
  64. <HintPath>..\..\Library\Debug\protobuf-net.dll</HintPath>
  65. </Reference>
  66. <Reference Include="ProtobufSerializer">
  67. <HintPath>..\..\Library\Debug\ProtobufSerializer.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="System.Windows.Forms" />
  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="Bot\BotClient.Inventory.cs" />
  79. <Compile Include="Bot\BotClient.Task.cs" />
  80. <Compile Include="Bot\BotClient.cs" />
  81. <Compile Include="Bot\BotClient.Scene.cs" />
  82. <Compile Include="Bot\BotClient.Gate.cs" />
  83. <Compile Include="BotClientManager.cs" />
  84. <Compile Include="Bot\IBotListViewItem.cs" />
  85. <Compile Include="Bot\ThreadBotClient.cs" />
  86. <Compile Include="BotConfig.cs" />
  87. <Compile Include="Properties\AssemblyInfo.cs" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="Bot\BotClient.GM.cs" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <ProjectReference Include="..\..\Common\CommonAIClient\CommonAIClient.csproj">
  94. <Project>{7990158b-ba84-4177-8eec-84bddc8a527a}</Project>
  95. <Name>CommonAIClient</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\Common\CommonAI\CommonAI.csproj">
  98. <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project>
  99. <Name>CommonAI</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\..\Common\CommonFileSystem\CommonMPQ.csproj">
  102. <Project>{e6f4820c-30d4-4ddf-8890-517c9efd92a8}</Project>
  103. <Name>CommonMPQ</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\..\Common\CommonLang\CommonLang.csproj">
  106. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  107. <Name>CommonLang</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\..\Common\CommonNetwork\CommonNetwork.csproj">
  110. <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
  111. <Name>CommonNetwork</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\..\Common\Pomelo\pomelo-dotnetClient\pomelo-dotnetClient.csproj">
  114. <Project>{0752f53d-46ef-44e2-aaa9-f2fab9f0c4fa}</Project>
  115. <Name>pomelo-dotnetClient</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\..\ProtoGen\output\handlers\xmds-handlers.csproj">
  118. <Project>{c72f73a9-ae1c-4ff8-bb28-82c4dd5f3ead}</Project>
  119. <Name>xmds-handlers</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\..\ProtoGen\output\proto\xmds-proto.csproj">
  122. <Project>{b5a9ab4f-77f7-4d9e-87d9-c5fc6dd3c506}</Project>
  123. <Name>xmds-proto</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\..\XmdsBattleClient\XmdsBattleClient.csproj">
  126. <Project>{046b6c3a-4d94-4b40-bf11-d43fce2050c7}</Project>
  127. <Name>XmdsBattleClient</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\..\XmdsCommonServer\XmdsCommonServer.csproj">
  130. <Project>{847ebc4b-297b-4ec7-ba21-3e3b9212cca3}</Project>
  131. <Name>XmdsCommonServer</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\..\XmdsCommon\XmdsCommon.csproj">
  134. <Project>{e739a788-7a95-4427-bb97-a167960db7db}</Project>
  135. <Name>XmdsCommon</Name>
  136. </ProjectReference>
  137. </ItemGroup>
  138. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  139. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  140. Other similar extension points exist, see Microsoft.Common.targets.
  141. <Target Name="BeforeBuild">
  142. </Target>
  143. <Target Name="AfterBuild">
  144. </Target>
  145. -->
  146. </Project>