123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- <?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>{ABAEF73B-57E3-417D-8A07-7248949B7ADD}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>XmdsBattleClientWin32</RootNamespace>
- <AssemblyName>XmdsBattleClientWin32</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile>
- </TargetFrameworkProfile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </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="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.configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.ServiceModel" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Battle\BattlePanelContainer.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Battle\BattlePanelContainer.Designer.cs">
- <DependentUpon>BattlePanelContainer.cs</DependentUpon>
- </Compile>
- <Compile Include="Battle\PanelBattle.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Func\FormTC.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Func\FormTC.Designer.cs">
- <DependentUpon>FormTC.cs</DependentUpon>
- </Compile>
- <Compile Include="WinForm\FormCreateRole.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="WinForm\FormCreateRole.Designer.cs">
- <DependentUpon>FormCreateRole.cs</DependentUpon>
- </Compile>
- <Compile Include="WinForm\FormLogin.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="WinForm\FormLogin.Designer.cs">
- <DependentUpon>FormLogin.cs</DependentUpon>
- </Compile>
- <Compile Include="WinForm\FormBot.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="WinForm\FormBot.Designer.cs">
- <DependentUpon>FormBot.cs</DependentUpon>
- </Compile>
- <Compile Include="FormLauncher.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FormLauncher.Designer.cs">
- <DependentUpon>FormLauncher.cs</DependentUpon>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <EmbeddedResource Include="Battle\BattlePanelContainer.resx">
- <DependentUpon>BattlePanelContainer.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Func\FormTC.resx">
- <DependentUpon>FormTC.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="WinForm\FormCreateRole.resx">
- <DependentUpon>FormCreateRole.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="WinForm\FormLogin.resx">
- <DependentUpon>FormLogin.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="WinForm\FormBot.resx">
- <DependentUpon>FormBot.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FormLauncher.resx">
- <DependentUpon>FormLauncher.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- <DesignTime>True</DesignTime>
- </Compile>
- <None Include="app.config" />
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- </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\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\CommonUI_Unity3D\CommonUI_Unity3D.csproj">
- <Project>{3054ced6-df3b-4ddf-bead-03fcba15f6f0}</Project>
- <Name>CommonUI_Unity3D</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="..\..\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>
- </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>
|