pomelo-dotnetClient.csproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{0752F53D-46EF-44E2-AAA9-F2FAB9F0C4FA}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>pomelodotnetClient</RootNamespace>
  11. <AssemblyName>pomelo-dotnetClient</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <TargetFrameworkProfile>
  14. </TargetFrameworkProfile>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\..\Library\Debug\</OutputPath>
  21. <DefineConstants>TRACE;DEBUG;SIMPLE_JSON_NO_LINQ_EXPRESSION;NEW_POMELO;LOCK_SERIALIZER</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <PlatformTarget>AnyCPU</PlatformTarget>
  25. <ConsolePause>false</ConsolePause>
  26. <DocumentationFile>
  27. </DocumentationFile>
  28. <Prefer32Bit>false</Prefer32Bit>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>none</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>..\..\Library\Release\</OutputPath>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <PlatformTarget>AnyCPU</PlatformTarget>
  37. <ConsolePause>false</ConsolePause>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <StartupObject />
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  47. <DebugSymbols>true</DebugSymbols>
  48. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  49. <DefineConstants>TRACE;DEBUG;SIMPLE_JSON_NO_LINQ_EXPRESSION;NEW_POMELO;LOCK_SERIALIZER</DefineConstants>
  50. <DebugType>full</DebugType>
  51. <PlatformTarget>AnyCPU</PlatformTarget>
  52. <ErrorReport>prompt</ErrorReport>
  53. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  54. </PropertyGroup>
  55. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  56. <ItemGroup>
  57. <Reference Include="System" />
  58. <Reference Include="System.XML" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="Login\HttpUtil.cs" />
  62. <Compile Include="NetClient\BaseBattleClient.cs" />
  63. <Compile Include="NetClient\BaseNetClient.cs" />
  64. <Compile Include="Login\BigInteger.cs" />
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. <Compile Include="src_new\client\CommonMsg.cs" />
  67. <Compile Include="src_new\client\EventManager.cs" />
  68. <Compile Include="src_new\client\Message.cs" />
  69. <Compile Include="src_new\client\PomeloClient.cs" />
  70. <Compile Include="src_new\client\PomeloClient.TCP.cs" />
  71. <Compile Include="src_new\client\PomeloClientFactory.cs" />
  72. <Compile Include="src_new\client\PomeloDecoder.cs" />
  73. <Compile Include="src_new\client\PomeloStatus.cs" />
  74. <Compile Include="src_new\client\TickTime.cs" />
  75. <Compile Include="src_new\client\UTF8BytesCache.cs" />
  76. <Compile Include="src_new\simplejson\SimpleJson.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <ProjectReference Include="..\..\CommonAIClient\CommonAIClient.csproj">
  80. <Project>{7990158b-ba84-4177-8eec-84bddc8a527a}</Project>
  81. <Name>CommonAIClient</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\..\CommonAI\CommonAI_C.csproj">
  84. <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project>
  85. <Name>CommonAI_C</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\..\CommonLang\CommonLang_C.csproj">
  88. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  89. <Name>CommonLang_C</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\..\CommonNetwork\CommonNetwork.csproj">
  92. <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
  93. <Name>CommonNetwork</Name>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <ItemGroup />
  97. <PropertyGroup>
  98. <PostBuildEvent>
  99. </PostBuildEvent>
  100. </PropertyGroup>
  101. </Project>