GameEditorPluginServer.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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>{DC5B7F3A-AAF4-47F8-ABE5-820FB93016CC}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>GameEditorPluginServer</RootNamespace>
  11. <AssemblyName>GameEditorPluginServer</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</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\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <DocumentationFile>
  25. </DocumentationFile>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>..\..\Library\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  38. <DebugSymbols>true</DebugSymbols>
  39. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <DebugType>full</DebugType>
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <ErrorReport>prompt</ErrorReport>
  44. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="SuperSocket.Common, Version=1.6.7.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>..\Library\SuperSocket.2022.3.10\Release\SuperSocket.Common.dll</HintPath>
  50. </Reference>
  51. <Reference Include="SuperSocket.Dlr, Version=1.6.7.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\Library\SuperSocket.2022.3.10\Release\SuperSocket.Dlr.dll</HintPath>
  54. </Reference>
  55. <Reference Include="SuperSocket.Facility, Version=1.6.7.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\Library\SuperSocket.2022.3.10\Release\SuperSocket.Facility.dll</HintPath>
  58. </Reference>
  59. <Reference Include="SuperSocket.SocketBase, Version=1.6.7.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\Library\SuperSocket.2022.3.10\Release\SuperSocket.SocketBase.dll</HintPath>
  62. </Reference>
  63. <Reference Include="SuperSocket.SocketEngine, Version=1.6.7.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\Library\SuperSocket.2022.3.10\Release\SuperSocket.SocketEngine.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System" />
  68. <Reference Include="System.Core" />
  69. <Reference Include="System.Drawing" />
  70. <Reference Include="System.Windows.Forms" />
  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. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="Client\FormTestClient.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. <Compile Include="Server\FormMsgBytes.cs">
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="Server\FormMsgBytes.Designer.cs">
  86. <DependentUpon>FormMsgBytes.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="Server\FormServer.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="Server\FormServer.Designer.cs">
  92. <DependentUpon>FormServer.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="Server\ServerNode.cs" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <ProjectReference Include="..\CommonAIClient\CommonAIClient.csproj">
  98. <Project>{7990158b-ba84-4177-8eec-84bddc8a527a}</Project>
  99. <Name>CommonAIClient</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\CommonAIServer.Connector\CommonAIServer.Connector.csproj">
  102. <Project>{d2a14196-3c00-4e3b-b716-fb168d32e343}</Project>
  103. <Name>CommonAIServer.Connector</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\CommonAIServer\CommonAIServer.csproj">
  106. <Project>{31a89f1e-f7d5-4f64-a1b6-67cb7aba4a18}</Project>
  107. <Name>CommonAIServer</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\CommonAI\CommonAI.csproj">
  110. <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project>
  111. <Name>CommonAI</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\CommonFroms\CommonFroms.csproj">
  114. <Project>{f3594e30-da84-4538-baa3-0959b86aa879}</Project>
  115. <Name>CommonFroms</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\CommonLang\CommonLang.csproj">
  118. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  119. <Name>CommonLang</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\CommonNetwork\CommonNetwork.csproj">
  122. <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
  123. <Name>CommonNetwork</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\CommonServer.SSocket\CommonServer.SSocket.csproj">
  126. <Project>{9fb63fa2-2dcc-45ab-bd74-3c158e313ee9}</Project>
  127. <Name>CommonServer.SSocket</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\CommonServer\CommonServer.csproj">
  130. <Project>{71cc36a4-6899-4bb8-8968-682dba861d98}</Project>
  131. <Name>CommonServer</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\GameEditorPlugin\GameEditorPlugin.csproj">
  134. <Project>{539fa0de-4ef2-4035-832d-9e8614e92a48}</Project>
  135. <Name>GameEditorPlugin</Name>
  136. </ProjectReference>
  137. </ItemGroup>
  138. <ItemGroup>
  139. <EmbeddedResource Include="Client\FormTestClient.resx">
  140. <DependentUpon>FormTestClient.cs</DependentUpon>
  141. </EmbeddedResource>
  142. <EmbeddedResource Include="Server\FormMsgBytes.resx">
  143. <DependentUpon>FormMsgBytes.cs</DependentUpon>
  144. </EmbeddedResource>
  145. <EmbeddedResource Include="Server\FormServer.resx">
  146. <DependentUpon>FormServer.cs</DependentUpon>
  147. </EmbeddedResource>
  148. </ItemGroup>
  149. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  150. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  151. Other similar extension points exist, see Microsoft.Common.targets.
  152. <Target Name="BeforeBuild">
  153. </Target>
  154. <Target Name="AfterBuild">
  155. </Target>
  156. -->
  157. </Project>