BSServer.csproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Label="Globals">
  4. <PublishUrl>publish\</PublishUrl>
  5. <Install>true</Install>
  6. <InstallFrom>Disk</InstallFrom>
  7. <UpdateEnabled>false</UpdateEnabled>
  8. <UpdateMode>Foreground</UpdateMode>
  9. <UpdateInterval>7</UpdateInterval>
  10. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  11. <UpdatePeriodically>false</UpdatePeriodically>
  12. <UpdateRequired>false</UpdateRequired>
  13. <MapFileExtensions>true</MapFileExtensions>
  14. <ApplicationRevision>0</ApplicationRevision>
  15. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  16. <UseApplicationTrust>false</UseApplicationTrust>
  17. <BootstrapperEnabled>true</BootstrapperEnabled>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. <TargetFrameworkProfile />
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  23. <DebugSymbols>true</DebugSymbols>
  24. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  25. <DefineConstants>TRACE;DEBUG;JSGProfile</DefineConstants>
  26. <DebugType>full</DebugType>
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <ErrorReport>prompt</ErrorReport>
  29. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  30. <Prefer32Bit>true</Prefer32Bit>
  31. </PropertyGroup>
  32. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  33. <PropertyGroup>
  34. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  35. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  36. <ProjectGuid>{A55AFCCE-D413-4B6D-AA8C-50E1FCD546FA}</ProjectGuid>
  37. <OutputType>Exe</OutputType>
  38. <AppDesignerFolder>Properties</AppDesignerFolder>
  39. <RootNamespace>xmds_battle_server</RootNamespace>
  40. <AssemblyName>xmds-battle-server</AssemblyName>
  41. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  42. <FileAlignment>512</FileAlignment>
  43. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  44. <IsWebBootstrapper>false</IsWebBootstrapper>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  47. <PlatformTarget>AnyCPU</PlatformTarget>
  48. <DebugSymbols>true</DebugSymbols>
  49. <DebugType>full</DebugType>
  50. <Optimize>false</Optimize>
  51. <OutputPath>bin\Debug\</OutputPath>
  52. <DefineConstants>TRACE;DEBUG;r</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. </PropertyGroup>
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  57. <PlatformTarget>AnyCPU</PlatformTarget>
  58. <DebugType>pdbonly</DebugType>
  59. <Optimize>true</Optimize>
  60. <OutputPath>bin\Release\</OutputPath>
  61. <DefineConstants>TRACE</DefineConstants>
  62. <ErrorReport>prompt</ErrorReport>
  63. <WarningLevel>4</WarningLevel>
  64. <Prefer32Bit>false</Prefer32Bit>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <TargetZone>LocalIntranet</TargetZone>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <GenerateManifests>true</GenerateManifests>
  71. </PropertyGroup>
  72. <PropertyGroup>
  73. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  74. </PropertyGroup>
  75. <ItemGroup>
  76. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>..\Common\Library\npoi_2.2.0.0\dotnet4\ICSharpCode.SharpZipLib.dll</HintPath>
  79. </Reference>
  80. <Reference Include="log4net">
  81. <HintPath>..\Library\log4net.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Newtonsoft.Json">
  84. <HintPath>..\Library\Debug\Newtonsoft.Json.dll</HintPath>
  85. </Reference>
  86. <Reference Include="SuperSocket.Common">
  87. <HintPath>..\Common\Library\SuperSocket.2022.3.10\Release\SuperSocket.Common.dll</HintPath>
  88. </Reference>
  89. <Reference Include="SuperSocket.Dlr">
  90. <HintPath>..\Common\Library\SuperSocket.2022.3.10\Release\SuperSocket.Dlr.dll</HintPath>
  91. </Reference>
  92. <Reference Include="SuperSocket.Facility">
  93. <HintPath>..\Common\Library\SuperSocket.2022.3.10\Release\SuperSocket.Facility.dll</HintPath>
  94. </Reference>
  95. <Reference Include="SuperSocket.SocketBase">
  96. <HintPath>..\Common\Library\SuperSocket.2022.3.10\Release\SuperSocket.SocketBase.dll</HintPath>
  97. </Reference>
  98. <Reference Include="SuperSocket.SocketEngine">
  99. <HintPath>..\Common\Library\SuperSocket.2022.3.10\Release\SuperSocket.SocketEngine.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System" />
  102. <Reference Include="System.Configuration" />
  103. <Reference Include="System.Core" />
  104. <Reference Include="System.Web.Extensions" />
  105. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  106. <SpecificVersion>False</SpecificVersion>
  107. <HintPath>..\Common\Library\System.Web.Helpers.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  110. <SpecificVersion>False</SpecificVersion>
  111. <HintPath>..\Common\Library\System.Web.WebPages.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Xml.Linq" />
  114. <Reference Include="System.Data.DataSetExtensions" />
  115. <Reference Include="Microsoft.CSharp" />
  116. <Reference Include="System.Data" />
  117. <Reference Include="System.Net.Http" />
  118. <Reference Include="System.Xml" />
  119. <Reference Include="UnityEngine">
  120. <HintPath>..\Library\UnityEngine.dll</HintPath>
  121. </Reference>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Compile Include="Program.cs" />
  125. <Compile Include="Properties\AssemblyInfo.cs" />
  126. <Compile Include="Properties\Settings.Designer.cs">
  127. <AutoGen>True</AutoGen>
  128. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  129. <DependentUpon>Settings.settings</DependentUpon>
  130. </Compile>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <None Include="app.config">
  134. <SubType>Designer</SubType>
  135. </None>
  136. <None Include="Properties\app.manifest" />
  137. <None Include="Properties\Settings.settings">
  138. <Generator>SettingsSingleFileGenerator</Generator>
  139. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  140. </None>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <ProjectReference Include="..\Common\CommonAIServer\CommonAIServer.csproj">
  144. <Project>{31a89f1e-f7d5-4f64-a1b6-67cb7aba4a18}</Project>
  145. <Name>CommonAIServer</Name>
  146. </ProjectReference>
  147. <ProjectReference Include="..\Common\CommonAI\CommonAI.csproj">
  148. <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project>
  149. <Name>CommonAI</Name>
  150. </ProjectReference>
  151. <ProjectReference Include="..\Common\CommonLang\CommonLang.csproj">
  152. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  153. <Name>CommonLang</Name>
  154. </ProjectReference>
  155. <ProjectReference Include="..\Common\Pomelo\PomeloShare\PomeloShare.csproj">
  156. <Project>{733e5fb8-1bbe-4cbb-b8b1-9f6d023db4c0}</Project>
  157. <Name>PomeloShare</Name>
  158. </ProjectReference>
  159. <ProjectReference Include="..\XmdsCommonServer\XmdsCommonServer.csproj">
  160. <Project>{847ebc4b-297b-4ec7-ba21-3e3b9212cca3}</Project>
  161. <Name>XmdsCommonServer</Name>
  162. </ProjectReference>
  163. <ProjectReference Include="..\XmdsCommon\XmdsCommon.csproj">
  164. <Project>{e739a788-7a95-4427-bb97-a167960db7db}</Project>
  165. <Name>XmdsCommon</Name>
  166. </ProjectReference>
  167. <ProjectReference Include="..\XmdsServerCS\XmdsServerEdgeJS\XmdsServerEdgeJS.csproj">
  168. <Project>{349250d8-79fa-4d70-8423-85fe9e8ba7e2}</Project>
  169. <Name>XmdsServerEdgeJS</Name>
  170. </ProjectReference>
  171. <ProjectReference Include="..\XmdsServerCS\XmdsServerNode\XmdsServerNode.csproj">
  172. <Project>{f9a27810-d5df-4649-b056-ab7fb09f21b8}</Project>
  173. <Name>XmdsServerNode</Name>
  174. </ProjectReference>
  175. <ProjectReference Include="..\XmdsVSPlugins\XmdsCommonQuest\XmdsCommonQuest.csproj">
  176. <Project>{70a38a7f-053c-4757-a38e-eb8aae9c6005}</Project>
  177. <Name>XmdsCommonQuest</Name>
  178. </ProjectReference>
  179. <ProjectReference Include="..\XmdsVSPlugins\XmdsCommonSkill\XmdsCommonSkill.csproj">
  180. <Project>{9af3ee1e-3b5d-47f4-8385-7566c23866bc}</Project>
  181. <Name>XmdsCommonSkill</Name>
  182. </ProjectReference>
  183. <ProjectReference Include="..\XmdsVSPlugins\XmdsCommonZone\XmdsCommonZone.csproj">
  184. <Project>{93d1c0bf-c266-4033-9a5f-87638b305db8}</Project>
  185. <Name>XmdsCommonZone</Name>
  186. </ProjectReference>
  187. </ItemGroup>
  188. <ItemGroup>
  189. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  190. <Visible>False</Visible>
  191. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 和 x64%29</ProductName>
  192. <Install>true</Install>
  193. </BootstrapperPackage>
  194. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  195. <Visible>False</Visible>
  196. <ProductName>.NET Framework 3.5 SP1</ProductName>
  197. <Install>false</Install>
  198. </BootstrapperPackage>
  199. </ItemGroup>
  200. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  201. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  202. Other similar extension points exist, see Microsoft.Common.targets.
  203. <Target Name="BeforeBuild">
  204. </Target>
  205. <Target Name="AfterBuild">
  206. </Target>
  207. -->
  208. </Project>