123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <?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>{0FE5652B-7FC1-46E5-8BEF-EAA90DA99A8B}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>ZeusServerTestClient</RootNamespace>
- <AssemblyName>ZeusServerTestClient</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </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>
- </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>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject>ZeusServerTestClient.Program</StartupObject>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <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="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\CommonAIServer.Connector\CommonAIServer.Connector.csproj">
- <Project>{d2a14196-3c00-4e3b-b716-fb168d32e343}</Project>
- <Name>CommonAIServer.Connector</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\CommonAIServer\CommonAIServer.csproj">
- <Project>{31a89f1e-f7d5-4f64-a1b6-67cb7aba4a18}</Project>
- <Name>CommonAIServer</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\CommonNetwork\CommonNetwork.csproj">
- <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
- <Name>CommonNetwork</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\CommonServer.SSocket\CommonServer.SSocket.csproj">
- <Project>{9fb63fa2-2dcc-45ab-bd74-3c158e313ee9}</Project>
- <Name>CommonServer.SSocket</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\CommonServer\CommonServer.csproj">
- <Project>{71cc36a4-6899-4bb8-8968-682dba861d98}</Project>
- <Name>CommonServer</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\GameEditorPluginServer\GameEditorPluginServer.csproj">
- <Project>{dc5b7f3a-aaf4-47f8-abe5-820fb93016cc}</Project>
- <Name>GameEditorPluginServer</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\GameEditorPlugin\GameEditorPlugin.csproj">
- <Project>{539fa0de-4ef2-4035-832d-9e8614e92a48}</Project>
- <Name>GameEditorPlugin</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\ZeusCommon\ZeusCommon.csproj">
- <Project>{e739a788-7a95-4427-bb97-a167960db7db}</Project>
- <Name>ZeusCommon</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>
|