XmdsServerTest.csproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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>{7A7F1706-9FB3-4FE1-86DC-8DDAB89FCCE8}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>XmdsServerTest</RootNamespace>
  11. <AssemblyName>XmdsServerTest</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>x64</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Prefer32Bit>false</Prefer32Bit>
  41. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. <Prefer32Bit>false</Prefer32Bit>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <StartupObject>XmdsServerTest.Program</StartupObject>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  57. <DebugSymbols>true</DebugSymbols>
  58. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  59. <DefineConstants>DEBUG;TRACE</DefineConstants>
  60. <DebugType>full</DebugType>
  61. <PlatformTarget>AnyCPU</PlatformTarget>
  62. <ErrorReport>prompt</ErrorReport>
  63. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="ICSharpCode.SharpZipLib">
  67. <HintPath>C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Web Tools\DNX\ICSharpCode.SharpZipLib.dll</HintPath>
  68. </Reference>
  69. <Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\..\Library\Release\log4net.dll</HintPath>
  72. </Reference>
  73. <Reference Include="NPOI">
  74. <HintPath>..\..\Library\Release\NPOI.dll</HintPath>
  75. </Reference>
  76. <Reference Include="NPOI.OOXML">
  77. <HintPath>..\..\Library\Release\NPOI.OOXML.dll</HintPath>
  78. </Reference>
  79. <Reference Include="NPOI.OpenXml4Net">
  80. <HintPath>..\..\Library\Release\NPOI.OpenXml4Net.dll</HintPath>
  81. </Reference>
  82. <Reference Include="NPOI.OpenXmlFormats">
  83. <HintPath>..\..\Library\Release\NPOI.OpenXmlFormats.dll</HintPath>
  84. </Reference>
  85. <Reference Include="SuperSocket.Common">
  86. <HintPath>..\..\Common\Library\SuperSocket.Binaries\Net40\Debug\SuperSocket.Common.dll</HintPath>
  87. </Reference>
  88. <Reference Include="SuperSocket.Dlr">
  89. <HintPath>..\..\Common\Library\SuperSocket.Binaries\Net40\Debug\SuperSocket.Dlr.dll</HintPath>
  90. </Reference>
  91. <Reference Include="SuperSocket.Facility">
  92. <HintPath>..\..\Common\Library\SuperSocket.Binaries\Net40\Debug\SuperSocket.Facility.dll</HintPath>
  93. </Reference>
  94. <Reference Include="SuperSocket.SocketBase">
  95. <HintPath>..\..\Common\Library\SuperSocket.Binaries\Net40\Debug\SuperSocket.SocketBase.dll</HintPath>
  96. </Reference>
  97. <Reference Include="SuperSocket.SocketEngine">
  98. <HintPath>..\..\Common\Library\SuperSocket.Binaries\Net40\Debug\SuperSocket.SocketEngine.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System" />
  101. <Reference Include="System.Core" />
  102. <Reference Include="System.Xml.Linq" />
  103. <Reference Include="System.Data.DataSetExtensions" />
  104. <Reference Include="Microsoft.CSharp" />
  105. <Reference Include="System.Data" />
  106. <Reference Include="System.Deployment" />
  107. <Reference Include="System.Drawing" />
  108. <Reference Include="System.Windows.Forms" />
  109. <Reference Include="System.Xml" />
  110. <Reference Include="UnityEngine">
  111. <HintPath>..\..\Library\UnityEngine.dll</HintPath>
  112. </Reference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Compile Include="Program.cs" />
  116. <Compile Include="Properties\AssemblyInfo.cs" />
  117. <Compile Include="Server\NodeTestConsoleCommands.cs" />
  118. <Compile Include="Server\NodeTestServer.cs" />
  119. <EmbeddedResource Include="Properties\Resources.resx">
  120. <Generator>ResXFileCodeGenerator</Generator>
  121. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  122. <SubType>Designer</SubType>
  123. </EmbeddedResource>
  124. <Compile Include="Properties\Resources.Designer.cs">
  125. <AutoGen>True</AutoGen>
  126. <DependentUpon>Resources.resx</DependentUpon>
  127. <DesignTime>True</DesignTime>
  128. </Compile>
  129. <None Include="app.config" />
  130. <None Include="Properties\Settings.settings">
  131. <Generator>SettingsSingleFileGenerator</Generator>
  132. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  133. </None>
  134. <Compile Include="Properties\Settings.Designer.cs">
  135. <AutoGen>True</AutoGen>
  136. <DependentUpon>Settings.settings</DependentUpon>
  137. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  138. </Compile>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  142. <Visible>False</Visible>
  143. <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
  144. <Install>true</Install>
  145. </BootstrapperPackage>
  146. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  147. <Visible>False</Visible>
  148. <ProductName>.NET Framework 3.5 SP1</ProductName>
  149. <Install>false</Install>
  150. </BootstrapperPackage>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <ProjectReference Include="..\..\Common\CommonAIClient\CommonAIClient.csproj">
  154. <Project>{7990158b-ba84-4177-8eec-84bddc8a527a}</Project>
  155. <Name>CommonAIClient</Name>
  156. </ProjectReference>
  157. <ProjectReference Include="..\..\Common\CommonAIServer.Connector\CommonAIServer.Connector.csproj">
  158. <Project>{d2a14196-3c00-4e3b-b716-fb168d32e343}</Project>
  159. <Name>CommonAIServer.Connector</Name>
  160. </ProjectReference>
  161. <ProjectReference Include="..\..\Common\CommonAIServer\CommonAIServer.csproj">
  162. <Project>{31a89f1e-f7d5-4f64-a1b6-67cb7aba4a18}</Project>
  163. <Name>CommonAIServer</Name>
  164. </ProjectReference>
  165. <ProjectReference Include="..\..\Common\CommonAI\CommonAI.csproj">
  166. <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project>
  167. <Name>CommonAI</Name>
  168. </ProjectReference>
  169. <ProjectReference Include="..\..\Common\CommonLang\CommonLang.csproj">
  170. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  171. <Name>CommonLang</Name>
  172. </ProjectReference>
  173. <ProjectReference Include="..\..\Common\CommonServer.SSocket\CommonServer.SSocket.csproj">
  174. <Project>{9fb63fa2-2dcc-45ab-bd74-3c158e313ee9}</Project>
  175. <Name>CommonServer.SSocket</Name>
  176. </ProjectReference>
  177. <ProjectReference Include="..\..\Common\CommonServer\CommonServer.csproj">
  178. <Project>{71cc36a4-6899-4bb8-8968-682dba861d98}</Project>
  179. <Name>CommonServer</Name>
  180. </ProjectReference>
  181. <ProjectReference Include="..\..\XmdsCommonServer\XmdsCommonServer.csproj">
  182. <Project>{847ebc4b-297b-4ec7-ba21-3e3b9212cca3}</Project>
  183. <Name>XmdsCommonServer</Name>
  184. </ProjectReference>
  185. <ProjectReference Include="..\..\XmdsCommon\XmdsCommon.csproj">
  186. <Project>{e739a788-7a95-4427-bb97-a167960db7db}</Project>
  187. <Name>XmdsCommon</Name>
  188. </ProjectReference>
  189. <ProjectReference Include="..\XmdsServerNode\XmdsServerNode.csproj">
  190. <Project>{f9a27810-d5df-4649-b056-ab7fb09f21b8}</Project>
  191. <Name>XmdsServerNode</Name>
  192. </ProjectReference>
  193. </ItemGroup>
  194. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  195. <PropertyGroup>
  196. <PreBuildEvent>
  197. </PreBuildEvent>
  198. </PropertyGroup>
  199. <PropertyGroup>
  200. <PostBuildEvent>
  201. </PostBuildEvent>
  202. </PropertyGroup>
  203. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  204. Other similar extension points exist, see Microsoft.Common.targets.
  205. <Target Name="BeforeBuild">
  206. </Target>
  207. <Target Name="AfterBuild">
  208. </Target>
  209. -->
  210. </Project>