XmdsServerNode_lyj.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{F9A27810-D5DF-4649-B056-AB7FB09F21B8}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ZeusServerNode</RootNamespace>
  11. <AssemblyName>ZeusServerNode</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  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\</OutputPath>
  21. <DefineConstants>TRACE;DEBUG</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <Prefer32Bit>false</Prefer32Bit>
  25. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <Prefer32Bit>false</Prefer32Bit>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="CommonAI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\Library\CommonAI.dll</HintPath>
  40. </Reference>
  41. <Reference Include="CommonAIClient, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\Library\CommonAIClient.dll</HintPath>
  44. </Reference>
  45. <Reference Include="CommonAIServer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\Library\CommonAIServer.dll</HintPath>
  48. </Reference>
  49. <Reference Include="CommonLang, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\Library\CommonLang.dll</HintPath>
  52. </Reference>
  53. <Reference Include="NPOI, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\Library\NPOI.dll</HintPath>
  56. </Reference>
  57. <Reference Include="NPOI.OOXML, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\Library\NPOI.OOXML.dll</HintPath>
  60. </Reference>
  61. <Reference Include="NPOI.OpenXml4Net, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\Library\NPOI.OpenXml4Net.dll</HintPath>
  64. </Reference>
  65. <Reference Include="NPOI.OpenXmlFormats, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\Library\NPOI.OpenXmlFormats.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="Microsoft.CSharp" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Xml" />
  76. <Reference Include="ZeusCommon, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>..\Library\ZeusCommon.dll</HintPath>
  79. </Reference>
  80. <Reference Include="ZeusCommonQuest, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>..\Library\ZeusCommonQuest.dll</HintPath>
  83. </Reference>
  84. <Reference Include="ZeusCommonServer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  85. <SpecificVersion>False</SpecificVersion>
  86. <HintPath>..\Library\ZeusCommonServer.dll</HintPath>
  87. </Reference>
  88. <Reference Include="ZeusCommonSkill, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  89. <SpecificVersion>False</SpecificVersion>
  90. <HintPath>..\Library\ZeusCommonSkill.dll</HintPath>
  91. </Reference>
  92. <Reference Include="ZeusCommonZone, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  93. <SpecificVersion>False</SpecificVersion>
  94. <HintPath>..\Library\ZeusCommonZone.dll</HintPath>
  95. </Reference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Compile Include="CheatingDeath\CheatingDeathManager.cs" />
  99. <Compile Include="CheatingDeath\CheatingDeathConfig.cs" />
  100. <Compile Include="CheatingDeath\GapChecker.cs" />
  101. <Compile Include="Node\Interface\IPlayer.cs" />
  102. <Compile Include="Node\Interface\IServerProxy.cs" />
  103. <Compile Include="Node\ZoneNode.cs" />
  104. <Compile Include="Node\ZoneNodeCodec.cs" />
  105. <Compile Include="Node\ZoneNodeConfig.cs" />
  106. <Compile Include="Node\ZoneNodeData.cs" />
  107. <Compile Include="Node\ZoneNodeManager.cs" />
  108. <Compile Include="Node\ZoneNodeZoneFactory.cs" />
  109. <Compile Include="Properties\AssemblyInfo.cs" />
  110. <Compile Include="R2NotifyMessageDefined.cs" />
  111. <Compile Include="TaskExecutor.cs" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Content Include="Zeus战斗服核心逻辑.txt" />
  115. <Content Include="zone_server_config.properties">
  116. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  117. </Content>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Content Include="cheating_death_config.properties">
  121. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  122. </Content>
  123. </ItemGroup>
  124. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  125. <PropertyGroup>
  126. <PreBuildEvent>
  127. </PreBuildEvent>
  128. </PropertyGroup>
  129. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  130. Other similar extension points exist, see Microsoft.Common.targets.
  131. <Target Name="BeforeBuild">
  132. </Target>
  133. <Target Name="AfterBuild">
  134. </Target>
  135. -->
  136. </Project>