123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>10.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{0752F53D-46EF-44E2-AAA9-F2FAB9F0C4FA}</ProjectGuid>
- <OutputType>Library</OutputType>
- <RootNamespace>pomelodotnetClient</RootNamespace>
- <AssemblyName>pomelo-dotnetClient</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <TargetFrameworkProfile>
- </TargetFrameworkProfile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\Library\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG;SIMPLE_JSON_NO_LINQ_EXPRESSION;NEW_POMELO;LOCK_SERIALIZER</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ConsolePause>false</ConsolePause>
- <DocumentationFile>
- </DocumentationFile>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\Library\Release\</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ConsolePause>false</ConsolePause>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <PropertyGroup>
- <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\Debug_JSGProfile\</OutputPath>
- <DefineConstants>TRACE;DEBUG;SIMPLE_JSON_NO_LINQ_EXPRESSION;NEW_POMELO;LOCK_SERIALIZER</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.XML" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Login\HttpUtil.cs" />
- <Compile Include="NetClient\BaseBattleClient.cs" />
- <Compile Include="NetClient\BaseNetClient.cs" />
- <Compile Include="Login\BigInteger.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="src_new\client\CommonMsg.cs" />
- <Compile Include="src_new\client\EventManager.cs" />
- <Compile Include="src_new\client\Message.cs" />
- <Compile Include="src_new\client\PomeloClient.cs" />
- <Compile Include="src_new\client\PomeloClient.TCP.cs" />
- <Compile Include="src_new\client\PomeloClientFactory.cs" />
- <Compile Include="src_new\client\PomeloDecoder.cs" />
- <Compile Include="src_new\client\PomeloStatus.cs" />
- <Compile Include="src_new\client\TickTime.cs" />
- <Compile Include="src_new\client\UTF8BytesCache.cs" />
- <Compile Include="src_new\simplejson\SimpleJson.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\CommonAIClient\CommonAIClient.csproj">
- <Project>{7990158b-ba84-4177-8eec-84bddc8a527a}</Project>
- <Name>CommonAIClient</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\CommonAI\CommonAI_C.csproj">
- <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project>
- <Name>CommonAI_C</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\CommonLang\CommonLang_C.csproj">
- <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
- <Name>CommonLang_C</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\CommonNetwork\CommonNetwork.csproj">
- <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
- <Name>CommonNetwork</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup />
- <PropertyGroup>
- <PostBuildEvent>
- </PostBuildEvent>
- </PropertyGroup>
- </Project>
|