<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.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>{5EB2E7CA-A040-4E2B-921C-AB26C5542A0C}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>XmdsBotTest</RootNamespace>
    <AssemblyName>XmdsBotTest</AssemblyName>
    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <TargetFrameworkProfile />
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <PlatformTarget>x64</PlatformTarget>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <DocumentationFile>
    </DocumentationFile>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup>
    <StartupObject>XmdsBotTest.Program</StartupObject>
  </PropertyGroup>
  <PropertyGroup />
  <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>x64</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="PomeloShare">
      <HintPath>..\..\Library\Debug\PomeloShare.dll</HintPath>
    </Reference>
    <Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\Library\Debug\protobuf-net.dll</HintPath>
    </Reference>
    <Reference Include="ProtobufSerializer, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\Library\Debug\ProtobufSerializer.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Core" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Runtime.Serialization" />
    <Reference Include="System.ServiceModel" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="ConfigBase.cs" />
    <Compile Include="AddBotConfig.cs" />
    <Compile Include="Runner\Func\ChatFunc.cs" />
    <Compile Include="Runner\Func\CombineFunc.cs" />
    <Compile Include="Runner\Func\EquipMeltFunc.cs" />
    <Compile Include="Runner\Func\OneDragonFunc.cs" />
    <Compile Include="Runner\Func\Five2FiveFunc.cs" />
    <Compile Include="Runner\Func\MountSkinFunc.cs" />
    <Compile Include="Runner\Func\IllsionFunc.cs" />
    <Compile Include="Runner\Func\DemonTowerFunc.cs" />
    <Compile Include="Runner\Func\SimpleDungeonFunc.cs" />
    <Compile Include="Runner\Func\AutoHookFunc.cs" />
    <Compile Include="Runner\Func\TeamDungeonFunc.cs" />
    <Compile Include="Runner\Func\AreanFunc.cs" />
    <Compile Include="Runner\Func\SoloFunc.cs" />
    <Compile Include="Runner\ModuleEquip.cs" />
    <Compile Include="Runner\ModuleGuild.cs" />
    <Compile Include="Runner\ModuleInventory.cs" />
    <Compile Include="Runner\ModuleMount.cs" />
    <Compile Include="Runner\ProtoModule\AutionProto.cs" />
    <Compile Include="Runner\ProtoModule\BuyIntergalItemProto.cs" />
    <Compile Include="Runner\ProtoModule\BuyMallProto.cs" />
    <Compile Include="Runner\Warn\PrepaidOrderIdWarn.cs" />
    <Compile Include="Runner\Warn\FriendsWarn.cs" />
    <Compile Include="Runner\Warn\AchievementsWarn.cs" />
    <Compile Include="Runner\Warn\GuildWarn.cs" />
    <Compile Include="Runner\Warn\DailyWarn.cs" />
    <Compile Include="Runner\Warn\AttendanceWarn.cs" />
    <Compile Include="Runner\Warn\ConsignmentWarn.cs" />
    <Compile Include="Runner\Warn\RankWarn.cs" />
    <Compile Include="Runner\ModuleReconnect.cs" />
    <Compile Include="Runner\ModuleSkill.cs" />
    <Compile Include="Runner\ModuleTask.cs" />
    <Compile Include="Runner\BotRunner.cs" />
    <Compile Include="FormBotTest.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FormBotTest.Designer.cs">
      <DependentUpon>FormBotTest.cs</DependentUpon>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.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\CommonFroms\CommonFroms.csproj">
      <Project>{f3594e30-da84-4538-baa3-0959b86aa879}</Project>
      <Name>CommonFroms</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\GameEditorPlugin\GameEditorPlugin.csproj">
      <Project>{539fa0de-4ef2-4035-832d-9e8614e92a48}</Project>
      <Name>GameEditorPlugin</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>
    <ProjectReference Include="..\XmdsBattleClientBot\XmdsBattleClientBot.csproj">
      <Project>{c4ed2236-a13a-415b-8d78-6b2e9d6dbbbb}</Project>
      <Name>XmdsBattleClientBot</Name>
    </ProjectReference>
    <ProjectReference Include="..\XmdsBattleClientWin32\XmdsBattleClientWin32.csproj">
      <Project>{abaef73b-57e3-417d-8a07-7248949b7add}</Project>
      <Name>XmdsBattleClientWin32</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="FormBotTest.resx">
      <DependentUpon>FormBotTest.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="run_bot.bat" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="ChatData.txt">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include=".NETFramework,Version=v4.5">
      <Visible>False</Visible>
      <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>