123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{C4ED2236-A13A-415B-8D78-6B2E9D6DBBBB}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>XmdsBattleClientBot</RootNamespace>
- <AssemblyName>XmdsBattleClientBot</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile>
- </TargetFrameworkProfile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\Library\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DocumentationFile>
- </DocumentationFile>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\Library\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\Debug_JSGProfile\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="KopiLua, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Common\Library\KLI-1.2\KopiLua.dll</HintPath>
- </Reference>
- <Reference Include="KopiLuaDll, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Common\Library\KLI-1.2\KopiLuaDll.dll</HintPath>
- </Reference>
- <Reference Include="KopiLuaInterface, Version=2.0.0.27009, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Common\Library\KLI-1.2\KopiLuaInterface.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="protobuf-net">
- <HintPath>..\..\Library\Debug\protobuf-net.dll</HintPath>
- </Reference>
- <Reference Include="ProtobufSerializer">
- <HintPath>..\..\Library\Debug\ProtobufSerializer.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Bot\BotClient.Inventory.cs" />
- <Compile Include="Bot\BotClient.Task.cs" />
- <Compile Include="Bot\BotClient.cs" />
- <Compile Include="Bot\BotClient.Scene.cs" />
- <Compile Include="Bot\BotClient.Gate.cs" />
- <Compile Include="BotClientManager.cs" />
- <Compile Include="Bot\IBotListViewItem.cs" />
- <Compile Include="Bot\ThreadBotClient.cs" />
- <Compile Include="BotConfig.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Bot\BotClient.GM.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Common\CommonAIClient\CommonAIClient.csproj">
- <Project>{7990158b-ba84-4177-8eec-84bddc8a527a}</Project>
- <Name>CommonAIClient</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\CommonAI\CommonAI.csproj">
- <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project>
- <Name>CommonAI</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\CommonFileSystem\CommonMPQ.csproj">
- <Project>{e6f4820c-30d4-4ddf-8890-517c9efd92a8}</Project>
- <Name>CommonMPQ</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\CommonLang\CommonLang.csproj">
- <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
- <Name>CommonLang</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\CommonNetwork\CommonNetwork.csproj">
- <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
- <Name>CommonNetwork</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\Pomelo\pomelo-dotnetClient\pomelo-dotnetClient.csproj">
- <Project>{0752f53d-46ef-44e2-aaa9-f2fab9f0c4fa}</Project>
- <Name>pomelo-dotnetClient</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\ProtoGen\output\handlers\xmds-handlers.csproj">
- <Project>{c72f73a9-ae1c-4ff8-bb28-82c4dd5f3ead}</Project>
- <Name>xmds-handlers</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\ProtoGen\output\proto\xmds-proto.csproj">
- <Project>{b5a9ab4f-77f7-4d9e-87d9-c5fc6dd3c506}</Project>
- <Name>xmds-proto</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\XmdsBattleClient\XmdsBattleClient.csproj">
- <Project>{046b6c3a-4d94-4b40-bf11-d43fce2050c7}</Project>
- <Name>XmdsBattleClient</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\XmdsCommonServer\XmdsCommonServer.csproj">
- <Project>{847ebc4b-297b-4ec7-ba21-3e3b9212cca3}</Project>
- <Name>XmdsCommonServer</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\XmdsCommon\XmdsCommon.csproj">
- <Project>{e739a788-7a95-4427-bb97-a167960db7db}</Project>
- <Name>XmdsCommon</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-
- </Project>
|