PomeloShare.csproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\..\..\packages\zeroc.icebuilder.msbuild.5.0.9\build\zeroc.icebuilder.msbuild.props" Condition="Exists('..\..\..\packages\zeroc.icebuilder.msbuild.5.0.9\build\zeroc.icebuilder.msbuild.props')" />
  4. <PropertyGroup Label="Globals">
  5. <ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <TargetFrameworkProfile />
  7. <NuGetPackageImportStamp>
  8. </NuGetPackageImportStamp>
  9. </PropertyGroup>
  10. <PropertyGroup>
  11. <StartupObject />
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  14. <DebugSymbols>true</DebugSymbols>
  15. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  16. <DefineConstants>DEBUG;TRACE</DefineConstants>
  17. <DebugType>full</DebugType>
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <ErrorReport>prompt</ErrorReport>
  20. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  21. </PropertyGroup>
  22. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  23. <PropertyGroup>
  24. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  25. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  26. <ProjectGuid>{733E5FB8-1BBE-4CBB-B8B1-9F6D023DB4C0}</ProjectGuid>
  27. <OutputType>Library</OutputType>
  28. <AppDesignerFolder>Properties</AppDesignerFolder>
  29. <RootNamespace>Pomelo</RootNamespace>
  30. <AssemblyName>PomeloShare</AssemblyName>
  31. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  32. <FileAlignment>512</FileAlignment>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>..\..\..\Library\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DocumentationFile>
  44. </DocumentationFile>
  45. <Prefer32Bit>false</Prefer32Bit>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>..\..\Library\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <Prefer32Bit>false</Prefer32Bit>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="Ice, Version=3.6.4.0, Culture=neutral, PublicKeyToken=cdd571ade22f2f16, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\..\..\..\StarEscort\DotNet\library\Ice.dll</HintPath>
  60. </Reference>
  61. <Reference Include="log4net">
  62. <HintPath>..\..\..\Library\log4net.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\..\Library\SuperSocket(1.6.6).Binaries\Net45\Release\Newtonsoft.Json.dll</HintPath>
  68. </Reference>
  69. <Reference Include="SuperSocket.Common, Version=1.6.7.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\..\Library\SuperSocket.2022.3.10\Release\SuperSocket.Common.dll</HintPath>
  72. </Reference>
  73. <Reference Include="SuperSocket.Dlr, Version=1.6.7.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\..\Library\SuperSocket.2022.3.10\Release\SuperSocket.Dlr.dll</HintPath>
  76. </Reference>
  77. <Reference Include="SuperSocket.Facility, Version=1.6.7.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\..\Library\SuperSocket.2022.3.10\Release\SuperSocket.Facility.dll</HintPath>
  80. </Reference>
  81. <Reference Include="SuperSocket.SocketBase, Version=1.6.7.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\..\Library\SuperSocket.2022.3.10\Release\SuperSocket.SocketBase.dll</HintPath>
  84. </Reference>
  85. <Reference Include="SuperSocket.SocketEngine, Version=1.6.7.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\..\Library\SuperSocket.2022.3.10\Release\SuperSocket.SocketEngine.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System" />
  90. <Reference Include="System.Core" />
  91. <Reference Include="System.Web.Helpers">
  92. <HintPath>..\..\Library\System.Web.Helpers.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System.Xml.Linq" />
  95. <Reference Include="System.Data.DataSetExtensions" />
  96. <Reference Include="System.Data" />
  97. <Reference Include="System.Xml" />
  98. <Reference Include="UnityEngine">
  99. <HintPath>..\..\..\Library\UnityEngine.dll</HintPath>
  100. </Reference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Compile Include="EdgeJS.cs" />
  104. <Compile Include="FastStream.cs" />
  105. <Compile Include="FastStream_old.cs" />
  106. <Compile Include="FuckFastStream.cs" />
  107. <Compile Include="generated\ZoneManager.cs" />
  108. <Compile Include="IceManager.cs" />
  109. <Compile Include="Interface\IZone.cs" />
  110. <Compile Include="JSGModule\PomeloData.cs" />
  111. <Compile Include="PomeloLog.cs" />
  112. <Compile Include="Properties\AssemblyInfo.cs" />
  113. <Compile Include="ZoneManagerI.cs" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <Content Include="class_config.properties">
  117. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  118. </Content>
  119. <None Include="log4net">
  120. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  121. </None>
  122. <None Include="log4net.config">
  123. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  124. </None>
  125. <None Include="packages.config" />
  126. <SliceCompile Include="slice\ZoneManager.ice">
  127. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  128. </SliceCompile>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <ProjectReference Include="..\..\CommonLang\CommonLang.csproj">
  132. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  133. <Name>CommonLang</Name>
  134. </ProjectReference>
  135. </ItemGroup>
  136. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  137. <PropertyGroup>
  138. <PostBuildEvent>
  139. </PostBuildEvent>
  140. </PropertyGroup>
  141. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  142. <PropertyGroup>
  143. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  144. </PropertyGroup>
  145. <Error Condition="!Exists('..\..\..\packages\zeroc.icebuilder.msbuild.5.0.9\build\zeroc.icebuilder.msbuild.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\zeroc.icebuilder.msbuild.5.0.9\build\zeroc.icebuilder.msbuild.props'))" />
  146. <Error Condition="!Exists('..\..\..\packages\zeroc.icebuilder.msbuild.5.0.9\build\zeroc.icebuilder.msbuild.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\zeroc.icebuilder.msbuild.5.0.9\build\zeroc.icebuilder.msbuild.targets'))" />
  147. </Target>
  148. <Import Project="..\..\..\packages\zeroc.icebuilder.msbuild.5.0.9\build\zeroc.icebuilder.msbuild.targets" Condition="Exists('..\..\..\packages\zeroc.icebuilder.msbuild.5.0.9\build\zeroc.icebuilder.msbuild.targets')" />
  149. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  150. Other similar extension points exist, see Microsoft.Common.targets.
  151. <Target Name="BeforeBuild">
  152. </Target>
  153. <Target Name="AfterBuild">
  154. </Target>
  155. -->
  156. </Project>