XmdsServerTestLauncher.csproj 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{9AC3655D-B4D8-4F3C-8A27-24A7485604D5}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>XmdsServerTestLauncher</RootNamespace>
  11. <AssemblyName>XmdsServerTestLauncher</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>x64</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <StartupObject>XmdsServerTestLauncher.Program</StartupObject>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  40. <DebugSymbols>true</DebugSymbols>
  41. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <DebugType>full</DebugType>
  44. <PlatformTarget>x64</PlatformTarget>
  45. <ErrorReport>prompt</ErrorReport>
  46. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  47. <Prefer32Bit>true</Prefer32Bit>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="ICSharpCode.SharpZipLib">
  51. <HintPath>C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Web Tools\DNX\ICSharpCode.SharpZipLib.dll</HintPath>
  52. </Reference>
  53. <Reference Include="NPOI">
  54. <HintPath>..\..\Library\Debug\NPOI.dll</HintPath>
  55. </Reference>
  56. <Reference Include="NPOI.OOXML">
  57. <HintPath>..\..\Library\Debug\NPOI.OOXML.dll</HintPath>
  58. </Reference>
  59. <Reference Include="NPOI.OpenXml4Net">
  60. <HintPath>..\..\Library\Debug\NPOI.OpenXml4Net.dll</HintPath>
  61. </Reference>
  62. <Reference Include="NPOI.OpenXmlFormats">
  63. <HintPath>..\..\Library\Debug\NPOI.OpenXmlFormats.dll</HintPath>
  64. </Reference>
  65. <Reference Include="SuperSocket.Common">
  66. <HintPath>..\..\Common\Library\SuperSocket.Binaries\Net40\Debug\SuperSocket.Common.dll</HintPath>
  67. </Reference>
  68. <Reference Include="SuperSocket.Dlr, Version=1.6.4.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>..\..\Common\Library\SuperSocket.Binaries\Net40\Debug\SuperSocket.Dlr.dll</HintPath>
  71. </Reference>
  72. <Reference Include="SuperSocket.Facility">
  73. <HintPath>..\..\Common\Library\SuperSocket.Binaries\Net40\Debug\SuperSocket.Facility.dll</HintPath>
  74. </Reference>
  75. <Reference Include="SuperSocket.SocketBase">
  76. <HintPath>..\..\Common\Library\SuperSocket.Binaries\Net40\Debug\SuperSocket.SocketBase.dll</HintPath>
  77. </Reference>
  78. <Reference Include="SuperSocket.SocketEngine, Version=1.6.4.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>..\..\Common\Library\SuperSocket.Binaries\Net40\Debug\SuperSocket.SocketEngine.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.Web" />
  85. <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\..\Common\Library\System.Web.Helpers.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Xml.Linq" />
  90. <Reference Include="System.Data.DataSetExtensions" />
  91. <Reference Include="Microsoft.CSharp" />
  92. <Reference Include="System.Data" />
  93. <Reference Include="System.Deployment" />
  94. <Reference Include="System.Drawing" />
  95. <Reference Include="System.Net.Http" />
  96. <Reference Include="System.Windows.Forms" />
  97. <Reference Include="System.Xml" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Compile Include="FormTest.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="FormTest.Designer.cs">
  104. <DependentUpon>FormTest.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="FormTestClient.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="Program.cs" />
  110. <Compile Include="Properties\AssemblyInfo.cs" />
  111. <EmbeddedResource Include="FormTest.resx">
  112. <DependentUpon>FormTest.cs</DependentUpon>
  113. </EmbeddedResource>
  114. <EmbeddedResource Include="Properties\Resources.resx">
  115. <Generator>ResXFileCodeGenerator</Generator>
  116. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  117. <SubType>Designer</SubType>
  118. </EmbeddedResource>
  119. <Compile Include="Properties\Resources.Designer.cs">
  120. <AutoGen>True</AutoGen>
  121. <DependentUpon>Resources.resx</DependentUpon>
  122. <DesignTime>True</DesignTime>
  123. </Compile>
  124. <None Include="Properties\Settings.settings">
  125. <Generator>SettingsSingleFileGenerator</Generator>
  126. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  127. </None>
  128. <Compile Include="Properties\Settings.Designer.cs">
  129. <AutoGen>True</AutoGen>
  130. <DependentUpon>Settings.settings</DependentUpon>
  131. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  132. </Compile>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <None Include="App.config" />
  136. </ItemGroup>
  137. <ItemGroup>
  138. <ProjectReference Include="..\..\Common\CommonAIClient\CommonAIClient.csproj">
  139. <Project>{7990158b-ba84-4177-8eec-84bddc8a527a}</Project>
  140. <Name>CommonAIClient</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="..\..\Common\CommonAIServer.Connector\CommonAIServer.Connector.csproj">
  143. <Project>{d2a14196-3c00-4e3b-b716-fb168d32e343}</Project>
  144. <Name>CommonAIServer.Connector</Name>
  145. </ProjectReference>
  146. <ProjectReference Include="..\..\Common\CommonAIServer\CommonAIServer.csproj">
  147. <Project>{31a89f1e-f7d5-4f64-a1b6-67cb7aba4a18}</Project>
  148. <Name>CommonAIServer</Name>
  149. </ProjectReference>
  150. <ProjectReference Include="..\..\Common\CommonAI\CommonAI.csproj">
  151. <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project>
  152. <Name>CommonAI</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\..\Common\CommonFroms\CommonFroms.csproj">
  155. <Project>{f3594e30-da84-4538-baa3-0959b86aa879}</Project>
  156. <Name>CommonFroms</Name>
  157. </ProjectReference>
  158. <ProjectReference Include="..\..\Common\CommonLang\CommonLang.csproj">
  159. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  160. <Name>CommonLang</Name>
  161. </ProjectReference>
  162. <ProjectReference Include="..\..\Common\CommonNetwork\CommonNetwork.csproj">
  163. <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
  164. <Name>CommonNetwork</Name>
  165. </ProjectReference>
  166. <ProjectReference Include="..\..\Common\CommonServer\CommonServer.csproj">
  167. <Project>{71cc36a4-6899-4bb8-8968-682dba861d98}</Project>
  168. <Name>CommonServer</Name>
  169. </ProjectReference>
  170. <ProjectReference Include="..\..\Common\GameEditorPluginServer\GameEditorPluginServer.csproj">
  171. <Project>{dc5b7f3a-aaf4-47f8-abe5-820fb93016cc}</Project>
  172. <Name>GameEditorPluginServer</Name>
  173. </ProjectReference>
  174. <ProjectReference Include="..\..\Common\GameEditorPlugin\GameEditorPlugin.csproj">
  175. <Project>{539fa0de-4ef2-4035-832d-9e8614e92a48}</Project>
  176. <Name>GameEditorPlugin</Name>
  177. </ProjectReference>
  178. <ProjectReference Include="..\..\XmdsCommonServer\XmdsCommonServer.csproj">
  179. <Project>{847ebc4b-297b-4ec7-ba21-3e3b9212cca3}</Project>
  180. <Name>XmdsCommonServer</Name>
  181. </ProjectReference>
  182. <ProjectReference Include="..\..\XmdsCommon\XmdsCommon.csproj">
  183. <Project>{e739a788-7a95-4427-bb97-a167960db7db}</Project>
  184. <Name>XmdsCommon</Name>
  185. </ProjectReference>
  186. <ProjectReference Include="..\XmdsServerEdgeJS\XmdsServerEdgeJS.csproj">
  187. <Project>{349250d8-79fa-4d70-8423-85fe9e8ba7e2}</Project>
  188. <Name>XmdsServerEdgeJS</Name>
  189. </ProjectReference>
  190. <ProjectReference Include="..\XmdsServerNode\XmdsServerNode.csproj">
  191. <Project>{f9a27810-d5df-4649-b056-ab7fb09f21b8}</Project>
  192. <Name>XmdsServerNode</Name>
  193. </ProjectReference>
  194. <ProjectReference Include="..\XmdsServerTestBots\XmdsServerTestBots.csproj">
  195. <Project>{7f963a07-a596-4056-bb17-ca36ee1a0aab}</Project>
  196. <Name>XmdsServerTestBots</Name>
  197. </ProjectReference>
  198. <ProjectReference Include="..\XmdsServerTest\XmdsServerTest.csproj">
  199. <Project>{7a7f1706-9fb3-4fe1-86dc-8ddab89fcce8}</Project>
  200. <Name>XmdsServerTest</Name>
  201. </ProjectReference>
  202. </ItemGroup>
  203. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  204. <PropertyGroup>
  205. <PreBuildEvent>
  206. </PreBuildEvent>
  207. </PropertyGroup>
  208. <PropertyGroup>
  209. <PostBuildEvent>
  210. </PostBuildEvent>
  211. </PropertyGroup>
  212. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  213. Other similar extension points exist, see Microsoft.Common.targets.
  214. <Target Name="BeforeBuild">
  215. </Target>
  216. <Target Name="AfterBuild">
  217. </Target>
  218. -->
  219. </Project>