XmdsBattleClientWin32.csproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  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>{ABAEF73B-57E3-417D-8A07-7248949B7ADD}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>XmdsBattleClientWin32</RootNamespace>
  11. <AssemblyName>XmdsBattleClientWin32</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</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. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  27. <Prefer32Bit>false</Prefer32Bit>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <Prefer32Bit>false</Prefer32Bit>
  38. </PropertyGroup>
  39. <PropertyGroup>
  40. <StartupObject />
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  43. <DebugSymbols>true</DebugSymbols>
  44. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  47. <DebugType>full</DebugType>
  48. <PlatformTarget>AnyCPU</PlatformTarget>
  49. <ErrorReport>prompt</ErrorReport>
  50. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="protobuf-net">
  54. <HintPath>..\..\Library\Debug\protobuf-net.dll</HintPath>
  55. </Reference>
  56. <Reference Include="ProtobufSerializer">
  57. <HintPath>..\..\Library\Debug\ProtobufSerializer.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.configuration" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Runtime.Serialization" />
  63. <Reference Include="System.ServiceModel" />
  64. <Reference Include="System.Xml.Linq" />
  65. <Reference Include="System.Data.DataSetExtensions" />
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Deployment" />
  69. <Reference Include="System.Drawing" />
  70. <Reference Include="System.Windows.Forms" />
  71. <Reference Include="System.Xml" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="Battle\BattlePanelContainer.cs">
  75. <SubType>UserControl</SubType>
  76. </Compile>
  77. <Compile Include="Battle\BattlePanelContainer.Designer.cs">
  78. <DependentUpon>BattlePanelContainer.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="Battle\PanelBattle.cs">
  81. <SubType>UserControl</SubType>
  82. </Compile>
  83. <Compile Include="Func\FormTC.cs">
  84. <SubType>Form</SubType>
  85. </Compile>
  86. <Compile Include="Func\FormTC.Designer.cs">
  87. <DependentUpon>FormTC.cs</DependentUpon>
  88. </Compile>
  89. <Compile Include="WinForm\FormCreateRole.cs">
  90. <SubType>Form</SubType>
  91. </Compile>
  92. <Compile Include="WinForm\FormCreateRole.Designer.cs">
  93. <DependentUpon>FormCreateRole.cs</DependentUpon>
  94. </Compile>
  95. <Compile Include="WinForm\FormLogin.cs">
  96. <SubType>Form</SubType>
  97. </Compile>
  98. <Compile Include="WinForm\FormLogin.Designer.cs">
  99. <DependentUpon>FormLogin.cs</DependentUpon>
  100. </Compile>
  101. <Compile Include="WinForm\FormBot.cs">
  102. <SubType>Form</SubType>
  103. </Compile>
  104. <Compile Include="WinForm\FormBot.Designer.cs">
  105. <DependentUpon>FormBot.cs</DependentUpon>
  106. </Compile>
  107. <Compile Include="FormLauncher.cs">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. <Compile Include="FormLauncher.Designer.cs">
  111. <DependentUpon>FormLauncher.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="Program.cs" />
  114. <Compile Include="Properties\AssemblyInfo.cs" />
  115. <EmbeddedResource Include="Battle\BattlePanelContainer.resx">
  116. <DependentUpon>BattlePanelContainer.cs</DependentUpon>
  117. </EmbeddedResource>
  118. <EmbeddedResource Include="Func\FormTC.resx">
  119. <DependentUpon>FormTC.cs</DependentUpon>
  120. </EmbeddedResource>
  121. <EmbeddedResource Include="WinForm\FormCreateRole.resx">
  122. <DependentUpon>FormCreateRole.cs</DependentUpon>
  123. </EmbeddedResource>
  124. <EmbeddedResource Include="WinForm\FormLogin.resx">
  125. <DependentUpon>FormLogin.cs</DependentUpon>
  126. </EmbeddedResource>
  127. <EmbeddedResource Include="WinForm\FormBot.resx">
  128. <DependentUpon>FormBot.cs</DependentUpon>
  129. </EmbeddedResource>
  130. <EmbeddedResource Include="FormLauncher.resx">
  131. <DependentUpon>FormLauncher.cs</DependentUpon>
  132. </EmbeddedResource>
  133. <EmbeddedResource Include="Properties\Resources.resx">
  134. <Generator>ResXFileCodeGenerator</Generator>
  135. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  136. <SubType>Designer</SubType>
  137. </EmbeddedResource>
  138. <Compile Include="Properties\Resources.Designer.cs">
  139. <AutoGen>True</AutoGen>
  140. <DependentUpon>Resources.resx</DependentUpon>
  141. <DesignTime>True</DesignTime>
  142. </Compile>
  143. <None Include="app.config" />
  144. <None Include="Properties\Settings.settings">
  145. <Generator>SettingsSingleFileGenerator</Generator>
  146. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  147. </None>
  148. <Compile Include="Properties\Settings.Designer.cs">
  149. <AutoGen>True</AutoGen>
  150. <DependentUpon>Settings.settings</DependentUpon>
  151. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  152. </Compile>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <ProjectReference Include="..\..\Common\CommonAIClient\CommonAIClient.csproj">
  156. <Project>{7990158b-ba84-4177-8eec-84bddc8a527a}</Project>
  157. <Name>CommonAIClient</Name>
  158. </ProjectReference>
  159. <ProjectReference Include="..\..\Common\CommonAI\CommonAI.csproj">
  160. <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project>
  161. <Name>CommonAI</Name>
  162. </ProjectReference>
  163. <ProjectReference Include="..\..\Common\CommonFileSystem\CommonMPQ.csproj">
  164. <Project>{e6f4820c-30d4-4ddf-8890-517c9efd92a8}</Project>
  165. <Name>CommonMPQ</Name>
  166. </ProjectReference>
  167. <ProjectReference Include="..\..\Common\CommonFroms\CommonFroms.csproj">
  168. <Project>{f3594e30-da84-4538-baa3-0959b86aa879}</Project>
  169. <Name>CommonFroms</Name>
  170. </ProjectReference>
  171. <ProjectReference Include="..\..\Common\CommonLang\CommonLang.csproj">
  172. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  173. <Name>CommonLang</Name>
  174. </ProjectReference>
  175. <ProjectReference Include="..\..\Common\CommonUI_Unity3D\CommonUI_Unity3D.csproj">
  176. <Project>{3054ced6-df3b-4ddf-bead-03fcba15f6f0}</Project>
  177. <Name>CommonUI_Unity3D</Name>
  178. </ProjectReference>
  179. <ProjectReference Include="..\..\Common\GameEditorPlugin\GameEditorPlugin.csproj">
  180. <Project>{539fa0de-4ef2-4035-832d-9e8614e92a48}</Project>
  181. <Name>GameEditorPlugin</Name>
  182. </ProjectReference>
  183. <ProjectReference Include="..\..\Common\Pomelo\pomelo-dotnetClient\pomelo-dotnetClient.csproj">
  184. <Project>{0752f53d-46ef-44e2-aaa9-f2fab9f0c4fa}</Project>
  185. <Name>pomelo-dotnetClient</Name>
  186. </ProjectReference>
  187. <ProjectReference Include="..\..\ProtoGen\output\handlers\xmds-handlers.csproj">
  188. <Project>{c72f73a9-ae1c-4ff8-bb28-82c4dd5f3ead}</Project>
  189. <Name>xmds-handlers</Name>
  190. </ProjectReference>
  191. <ProjectReference Include="..\..\ProtoGen\output\proto\xmds-proto.csproj">
  192. <Project>{b5a9ab4f-77f7-4d9e-87d9-c5fc6dd3c506}</Project>
  193. <Name>xmds-proto</Name>
  194. </ProjectReference>
  195. <ProjectReference Include="..\..\XmdsBattleClient\XmdsBattleClient.csproj">
  196. <Project>{046b6c3a-4d94-4b40-bf11-d43fce2050c7}</Project>
  197. <Name>XmdsBattleClient</Name>
  198. </ProjectReference>
  199. <ProjectReference Include="..\..\XmdsCommon\XmdsCommon.csproj">
  200. <Project>{e739a788-7a95-4427-bb97-a167960db7db}</Project>
  201. <Name>XmdsCommon</Name>
  202. </ProjectReference>
  203. <ProjectReference Include="..\XmdsBattleClientBot\XmdsBattleClientBot.csproj">
  204. <Project>{c4ed2236-a13a-415b-8d78-6b2e9d6dbbbb}</Project>
  205. <Name>XmdsBattleClientBot</Name>
  206. </ProjectReference>
  207. </ItemGroup>
  208. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  209. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  210. Other similar extension points exist, see Microsoft.Common.targets.
  211. <Target Name="BeforeBuild">
  212. </Target>
  213. <Target Name="AfterBuild">
  214. </Target>
  215. -->
  216. </Project>