Robot.csproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{5D6ECBCD-BE14-4DCB-BAEC-57089748B164}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Modules.Robot</RootNamespace>
  11. <AssemblyName>Robot</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\..\..\Bin\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>..\..\..\Bin\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Accessibility" />
  36. <Reference Include="EntityFramework">
  37. <HintPath>..\..\..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Microsoft.Practices.Prism">
  40. <HintPath>..\..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  43. <HintPath>..\..\..\packages\Prism.MEFExtensions.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  44. </Reference>
  45. <Reference Include="MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\..\..\packages\MySql.Data.6.5.4\lib\net40\MySql.Data.dll</HintPath>
  48. </Reference>
  49. <Reference Include="MySql.Data.Entity, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\..\..\packages\MySQL.Data.Entities.6.5.4.0\lib\net40\MySql.Data.Entity.dll</HintPath>
  52. </Reference>
  53. <Reference Include="PresentationCore" />
  54. <Reference Include="PresentationFramework" />
  55. <Reference Include="PresentationUI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  56. <Reference Include="ReachFramework" />
  57. <Reference Include="System" />
  58. <Reference Include="System.ComponentModel.Composition" />
  59. <Reference Include="System.ComponentModel.DataAnnotations" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Data.Entity" />
  63. <Reference Include="System.Deployment" />
  64. <Reference Include="System.Printing" />
  65. <Reference Include="System.Runtime.Serialization" />
  66. <Reference Include="System.Security" />
  67. <Reference Include="System.Xaml" />
  68. <Reference Include="System.Xml" />
  69. <Reference Include="UIAutomationProvider" />
  70. <Reference Include="UIAutomationTypes" />
  71. <Reference Include="WindowsBase" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="DataCenter.Context.cs">
  75. <AutoGen>True</AutoGen>
  76. <DesignTime>True</DesignTime>
  77. <DependentUpon>DataCenter.Context.tt</DependentUpon>
  78. </Compile>
  79. <Compile Include="DataCenter.cs">
  80. <AutoGen>True</AutoGen>
  81. <DesignTime>True</DesignTime>
  82. <DependentUpon>DataCenter.tt</DependentUpon>
  83. </Compile>
  84. <Compile Include="DataCenter.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DesignTime>True</DesignTime>
  87. <DependentUpon>DataCenter.edmx</DependentUpon>
  88. </Compile>
  89. <Compile Include="Robot.cs" />
  90. <Compile Include="RobotModule.cs" />
  91. <Compile Include="RobotViewModel.cs" />
  92. <Compile Include="RobotView.xaml.cs">
  93. <DependentUpon>RobotView.xaml</DependentUpon>
  94. </Compile>
  95. <Compile Include="ServerViewModel.cs" />
  96. <Compile Include="t_account.cs">
  97. <DependentUpon>DataCenter.tt</DependentUpon>
  98. </Compile>
  99. <Compile Include="t_account_active_code.cs">
  100. <DependentUpon>DataCenter.tt</DependentUpon>
  101. </Compile>
  102. <Compile Include="t_account_login_auth_response_cookie.cs">
  103. <DependentUpon>DataCenter.tt</DependentUpon>
  104. </Compile>
  105. <Compile Include="t_account_tutorial_status_info.cs">
  106. <DependentUpon>DataCenter.tt</DependentUpon>
  107. </Compile>
  108. <Compile Include="t_active_code.cs">
  109. <DependentUpon>DataCenter.tt</DependentUpon>
  110. </Compile>
  111. <Compile Include="t_attribute.cs">
  112. <DependentUpon>DataCenter.tt</DependentUpon>
  113. </Compile>
  114. <Compile Include="t_auction_item.cs">
  115. <DependentUpon>DataCenter.tt</DependentUpon>
  116. </Compile>
  117. <Compile Include="t_available_map.cs">
  118. <DependentUpon>DataCenter.tt</DependentUpon>
  119. </Compile>
  120. <Compile Include="t_battle_gameover_statistic.cs">
  121. <DependentUpon>DataCenter.tt</DependentUpon>
  122. </Compile>
  123. <Compile Include="t_battle_kill_detail.cs">
  124. <DependentUpon>DataCenter.tt</DependentUpon>
  125. </Compile>
  126. <Compile Include="t_battle_summary.cs">
  127. <DependentUpon>DataCenter.tt</DependentUpon>
  128. </Compile>
  129. <Compile Include="t_beginner_group_config.cs">
  130. <DependentUpon>DataCenter.tt</DependentUpon>
  131. </Compile>
  132. <Compile Include="t_beginner_group_cong.cs">
  133. <DependentUpon>DataCenter.tt</DependentUpon>
  134. </Compile>
  135. <Compile Include="t_beginner_group_event.cs">
  136. <DependentUpon>DataCenter.tt</DependentUpon>
  137. </Compile>
  138. <Compile Include="t_celebration_reward.cs">
  139. <DependentUpon>DataCenter.tt</DependentUpon>
  140. </Compile>
  141. <Compile Include="t_challenge_activity.cs">
  142. <DependentUpon>DataCenter.tt</DependentUpon>
  143. </Compile>
  144. <Compile Include="t_challenge_activity_schedule.cs">
  145. <DependentUpon>DataCenter.tt</DependentUpon>
  146. </Compile>
  147. <Compile Include="t_challenge_character_elect_hero.cs">
  148. <DependentUpon>DataCenter.tt</DependentUpon>
  149. </Compile>
  150. <Compile Include="t_challenge_elect_hero_stat.cs">
  151. <DependentUpon>DataCenter.tt</DependentUpon>
  152. </Compile>
  153. <Compile Include="t_challenge_exp_buff.cs">
  154. <DependentUpon>DataCenter.tt</DependentUpon>
  155. </Compile>
  156. <Compile Include="t_challenge_game_player.cs">
  157. <DependentUpon>DataCenter.tt</DependentUpon>
  158. </Compile>
  159. <Compile Include="t_challenge_guess_game_over.cs">
  160. <DependentUpon>DataCenter.tt</DependentUpon>
  161. </Compile>
  162. <Compile Include="t_challenge_guess_reward.cs">
  163. <DependentUpon>DataCenter.tt</DependentUpon>
  164. </Compile>
  165. <Compile Include="t_challenge_kfz_hero.cs">
  166. <DependentUpon>DataCenter.tt</DependentUpon>
  167. </Compile>
  168. <Compile Include="t_challenge_statue_info.cs">
  169. <DependentUpon>DataCenter.tt</DependentUpon>
  170. </Compile>
  171. <Compile Include="t_challenge_task_reward.cs">
  172. <DependentUpon>DataCenter.tt</DependentUpon>
  173. </Compile>
  174. <Compile Include="t_character.cs">
  175. <DependentUpon>DataCenter.tt</DependentUpon>
  176. </Compile>
  177. <Compile Include="t_character_achievement.cs">
  178. <DependentUpon>DataCenter.tt</DependentUpon>
  179. </Compile>
  180. <Compile Include="t_character_appearance.cs">
  181. <DependentUpon>DataCenter.tt</DependentUpon>
  182. </Compile>
  183. <Compile Include="t_character_assets.cs">
  184. <DependentUpon>DataCenter.tt</DependentUpon>
  185. </Compile>
  186. <Compile Include="t_character_default_fighting_options.cs">
  187. <DependentUpon>DataCenter.tt</DependentUpon>
  188. </Compile>
  189. <Compile Include="t_character_info.cs">
  190. <DependentUpon>DataCenter.tt</DependentUpon>
  191. </Compile>
  192. <Compile Include="t_character_item.cs">
  193. <DependentUpon>DataCenter.tt</DependentUpon>
  194. </Compile>
  195. <Compile Include="t_character_options.cs">
  196. <DependentUpon>DataCenter.tt</DependentUpon>
  197. </Compile>
  198. <Compile Include="t_character_questionnaire.cs">
  199. <DependentUpon>DataCenter.tt</DependentUpon>
  200. </Compile>
  201. <Compile Include="t_charge_list.cs">
  202. <DependentUpon>DataCenter.tt</DependentUpon>
  203. </Compile>
  204. <Compile Include="t_city_buff.cs">
  205. <DependentUpon>DataCenter.tt</DependentUpon>
  206. </Compile>
  207. <Compile Include="t_city_position.cs">
  208. <DependentUpon>DataCenter.tt</DependentUpon>
  209. </Compile>
  210. <Compile Include="t_city_task_finish_sub_state.cs">
  211. <DependentUpon>DataCenter.tt</DependentUpon>
  212. </Compile>
  213. <Compile Include="t_city_task_info.cs">
  214. <DependentUpon>DataCenter.tt</DependentUpon>
  215. </Compile>
  216. <Compile Include="t_client_config.cs">
  217. <DependentUpon>DataCenter.tt</DependentUpon>
  218. </Compile>
  219. <Compile Include="t_common_spell.cs">
  220. <DependentUpon>DataCenter.tt</DependentUpon>
  221. </Compile>
  222. <Compile Include="t_daily_online_time.cs">
  223. <DependentUpon>DataCenter.tt</DependentUpon>
  224. </Compile>
  225. <Compile Include="t_employee_info.cs">
  226. <DependentUpon>DataCenter.tt</DependentUpon>
  227. </Compile>
  228. <Compile Include="t_employee_notice.cs">
  229. <DependentUpon>DataCenter.tt</DependentUpon>
  230. </Compile>
  231. <Compile Include="t_employer_notice.cs">
  232. <DependentUpon>DataCenter.tt</DependentUpon>
  233. </Compile>
  234. <Compile Include="t_employ_notice_status.cs">
  235. <DependentUpon>DataCenter.tt</DependentUpon>
  236. </Compile>
  237. <Compile Include="t_employ_relation.cs">
  238. <DependentUpon>DataCenter.tt</DependentUpon>
  239. </Compile>
  240. <Compile Include="t_fighting_evaluation_info.cs">
  241. <DependentUpon>DataCenter.tt</DependentUpon>
  242. </Compile>
  243. <Compile Include="t_friend.cs">
  244. <DependentUpon>DataCenter.tt</DependentUpon>
  245. </Compile>
  246. <Compile Include="t_friend_group.cs">
  247. <DependentUpon>DataCenter.tt</DependentUpon>
  248. </Compile>
  249. <Compile Include="t_game_hero_use_info.cs">
  250. <DependentUpon>DataCenter.tt</DependentUpon>
  251. </Compile>
  252. <Compile Include="t_game_info.cs">
  253. <DependentUpon>DataCenter.tt</DependentUpon>
  254. </Compile>
  255. <Compile Include="t_gs_code.cs">
  256. <DependentUpon>DataCenter.tt</DependentUpon>
  257. </Compile>
  258. <Compile Include="t_hero_color_scheme.cs">
  259. <DependentUpon>DataCenter.tt</DependentUpon>
  260. </Compile>
  261. <Compile Include="t_hero_level_state.cs">
  262. <DependentUpon>DataCenter.tt</DependentUpon>
  263. </Compile>
  264. <Compile Include="t_hero_pet.cs">
  265. <DependentUpon>DataCenter.tt</DependentUpon>
  266. </Compile>
  267. <Compile Include="t_hero_suggest_equipment.cs">
  268. <DependentUpon>DataCenter.tt</DependentUpon>
  269. </Compile>
  270. <Compile Include="t_hero_talent_info.cs">
  271. <DependentUpon>DataCenter.tt</DependentUpon>
  272. </Compile>
  273. <Compile Include="t_hero_talent_info_sub_state.cs">
  274. <DependentUpon>DataCenter.tt</DependentUpon>
  275. </Compile>
  276. <Compile Include="t_hero_unlock_hero.cs">
  277. <DependentUpon>DataCenter.tt</DependentUpon>
  278. </Compile>
  279. <Compile Include="t_illegal_term_rules.cs">
  280. <DependentUpon>DataCenter.tt</DependentUpon>
  281. </Compile>
  282. <Compile Include="t_item_roll_list.cs">
  283. <DependentUpon>DataCenter.tt</DependentUpon>
  284. </Compile>
  285. <Compile Include="t_login_reward.cs">
  286. <DependentUpon>DataCenter.tt</DependentUpon>
  287. </Compile>
  288. <Compile Include="t_mail.cs">
  289. <DependentUpon>DataCenter.tt</DependentUpon>
  290. </Compile>
  291. <Compile Include="t_mail_item.cs">
  292. <DependentUpon>DataCenter.tt</DependentUpon>
  293. </Compile>
  294. <Compile Include="t_mall_items_sales_count.cs">
  295. <DependentUpon>DataCenter.tt</DependentUpon>
  296. </Compile>
  297. <Compile Include="t_map_play_info.cs">
  298. <DependentUpon>DataCenter.tt</DependentUpon>
  299. </Compile>
  300. <Compile Include="t_meta.cs">
  301. <DependentUpon>DataCenter.tt</DependentUpon>
  302. </Compile>
  303. <Compile Include="t_offline_message.cs">
  304. <DependentUpon>DataCenter.tt</DependentUpon>
  305. </Compile>
  306. <Compile Include="t_player_offline_message.cs">
  307. <DependentUpon>DataCenter.tt</DependentUpon>
  308. </Compile>
  309. <Compile Include="t_pve_equipment_scheme.cs">
  310. <DependentUpon>DataCenter.tt</DependentUpon>
  311. </Compile>
  312. <Compile Include="t_pve_equipment_strength.cs">
  313. <DependentUpon>DataCenter.tt</DependentUpon>
  314. </Compile>
  315. <Compile Include="t_questionnaire.cs">
  316. <DependentUpon>DataCenter.tt</DependentUpon>
  317. </Compile>
  318. <Compile Include="t_roll_log.cs">
  319. <DependentUpon>DataCenter.tt</DependentUpon>
  320. </Compile>
  321. <Compile Include="t_rune_scheme.cs">
  322. <DependentUpon>DataCenter.tt</DependentUpon>
  323. </Compile>
  324. <Compile Include="t_social_group_basic.cs">
  325. <DependentUpon>DataCenter.tt</DependentUpon>
  326. </Compile>
  327. <Compile Include="t_social_group_manager.cs">
  328. <DependentUpon>DataCenter.tt</DependentUpon>
  329. </Compile>
  330. <Compile Include="t_social_group_member.cs">
  331. <DependentUpon>DataCenter.tt</DependentUpon>
  332. </Compile>
  333. <Compile Include="t_title_info.cs">
  334. <DependentUpon>DataCenter.tt</DependentUpon>
  335. </Compile>
  336. <Compile Include="t_tran_log.cs">
  337. <DependentUpon>DataCenter.tt</DependentUpon>
  338. </Compile>
  339. <Compile Include="t_tutorial.cs">
  340. <DependentUpon>DataCenter.tt</DependentUpon>
  341. </Compile>
  342. <Compile Include="t_tutorial_status_info.cs">
  343. <DependentUpon>DataCenter.tt</DependentUpon>
  344. </Compile>
  345. <Compile Include="t_world_character.cs">
  346. <DependentUpon>DataCenter.tt</DependentUpon>
  347. </Compile>
  348. </ItemGroup>
  349. <ItemGroup>
  350. <Page Include="RobotView.xaml">
  351. <SubType>Designer</SubType>
  352. <Generator>MSBuild:Compile</Generator>
  353. </Page>
  354. </ItemGroup>
  355. <ItemGroup>
  356. <ProjectReference Include="..\..\..\Platform\ENet\ENet.csproj">
  357. <Project>{d0b4cfac-a368-4742-9863-68776cfa9938}</Project>
  358. <Name>ENet</Name>
  359. </ProjectReference>
  360. <ProjectReference Include="..\..\..\Platform\Helper\Helper.csproj">
  361. <Project>{24233CD5-A5DF-484B-A482-B79CB7A0D9CB}</Project>
  362. <Name>Helper</Name>
  363. </ProjectReference>
  364. <ProjectReference Include="..\..\..\Platform\Log\Log.csproj">
  365. <Project>{72e16572-fc1f-4a9e-bc96-035417239298}</Project>
  366. <Name>Log</Name>
  367. </ProjectReference>
  368. <ProjectReference Include="..\..\BossClient\BossClient.csproj">
  369. <Project>{8650195a-7904-4ebc-9d81-b392a7e9b9b3}</Project>
  370. <Name>BossClient</Name>
  371. </ProjectReference>
  372. <ProjectReference Include="..\..\Config\Config.csproj">
  373. <Project>{1d1aec85-08c1-4b6b-9615-8a79fd9ed377}</Project>
  374. <Name>Config</Name>
  375. </ProjectReference>
  376. <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj">
  377. <Project>{48a2e149-0dac-41b4-bb54-dfbccd6d42b3}</Project>
  378. <Name>Infrastructure</Name>
  379. </ProjectReference>
  380. </ItemGroup>
  381. <ItemGroup>
  382. <Folder Include="Properties\" />
  383. </ItemGroup>
  384. <ItemGroup>
  385. <None Include="App.config" />
  386. <EntityDeploy Include="DataCenter.edmx">
  387. <Generator>EntityModelCodeGenerator</Generator>
  388. <LastGenOutput>DataCenter.Designer.cs</LastGenOutput>
  389. </EntityDeploy>
  390. <None Include="DataCenter.Context.tt">
  391. <Generator>TextTemplatingFileGenerator</Generator>
  392. <DependentUpon>DataCenter.edmx</DependentUpon>
  393. <LastGenOutput>DataCenter.Context.cs</LastGenOutput>
  394. </None>
  395. <None Include="DataCenter.edmx.diagram">
  396. <DependentUpon>DataCenter.edmx</DependentUpon>
  397. </None>
  398. <None Include="DataCenter.tt">
  399. <Generator>TextTemplatingFileGenerator</Generator>
  400. <DependentUpon>DataCenter.edmx</DependentUpon>
  401. <LastGenOutput>DataCenter.cs</LastGenOutput>
  402. </None>
  403. <None Include="Packages.config" />
  404. </ItemGroup>
  405. <ItemGroup>
  406. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  407. </ItemGroup>
  408. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  409. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  410. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  411. Other similar extension points exist, see Microsoft.Common.targets.
  412. <Target Name="BeforeBuild">
  413. </Target>
  414. <Target Name="AfterBuild">
  415. </Target>
  416. -->
  417. </Project>