DataCenter.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  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>{A829A025-5E90-4085-8DD4-E3B8C1282635}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>DataCenter</RootNamespace>
  11. <AssemblyName>DataCenter</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\Debug\</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\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="EntityFramework">
  36. <HintPath>..\..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
  37. </Reference>
  38. <Reference Include="MySql.Data, Version=6.6.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\..\packages\MySql.Data.6.6.4\lib\net40\MySql.Data.dll</HintPath>
  41. </Reference>
  42. <Reference Include="MySql.Data.Entity, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\..\packages\MySQL.Data.Entities.6.5.4.0\lib\net40\MySql.Data.Entity.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.ComponentModel.Composition" />
  48. <Reference Include="System.ComponentModel.DataAnnotations" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Data.Entity" />
  51. <Reference Include="System.Runtime.Serialization" />
  52. <Reference Include="System.Security" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Xml" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="DataCenter.Context.cs">
  61. <AutoGen>True</AutoGen>
  62. <DesignTime>True</DesignTime>
  63. <DependentUpon>DataCenter.Context.tt</DependentUpon>
  64. </Compile>
  65. <Compile Include="DataCenter.cs">
  66. <AutoGen>True</AutoGen>
  67. <DesignTime>True</DesignTime>
  68. <DependentUpon>DataCenter.tt</DependentUpon>
  69. </Compile>
  70. <Compile Include="DataCenter.Designer.cs">
  71. <AutoGen>True</AutoGen>
  72. <DesignTime>True</DesignTime>
  73. <DependentUpon>DataCenter.edmx</DependentUpon>
  74. </Compile>
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. <Compile Include="t_account.cs">
  77. <DependentUpon>DataCenter.tt</DependentUpon>
  78. </Compile>
  79. <Compile Include="t_account_active_code.cs">
  80. <DependentUpon>DataCenter.tt</DependentUpon>
  81. </Compile>
  82. <Compile Include="t_account_login_auth_response_cookie.cs">
  83. <DependentUpon>DataCenter.tt</DependentUpon>
  84. </Compile>
  85. <Compile Include="t_account_tutorial_status_info.cs">
  86. <DependentUpon>DataCenter.tt</DependentUpon>
  87. </Compile>
  88. <Compile Include="t_active_code.cs">
  89. <DependentUpon>DataCenter.tt</DependentUpon>
  90. </Compile>
  91. <Compile Include="t_attribute.cs">
  92. <DependentUpon>DataCenter.tt</DependentUpon>
  93. </Compile>
  94. <Compile Include="t_auction_item.cs">
  95. <DependentUpon>DataCenter.tt</DependentUpon>
  96. </Compile>
  97. <Compile Include="t_available_map.cs">
  98. <DependentUpon>DataCenter.tt</DependentUpon>
  99. </Compile>
  100. <Compile Include="t_battle_gameover_statistic.cs">
  101. <DependentUpon>DataCenter.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="t_battle_kill_detail.cs">
  104. <DependentUpon>DataCenter.tt</DependentUpon>
  105. </Compile>
  106. <Compile Include="t_battle_summary.cs">
  107. <DependentUpon>DataCenter.tt</DependentUpon>
  108. </Compile>
  109. <Compile Include="t_beginner_group_config.cs">
  110. <DependentUpon>DataCenter.tt</DependentUpon>
  111. </Compile>
  112. <Compile Include="t_beginner_group_cong.cs">
  113. <DependentUpon>DataCenter.tt</DependentUpon>
  114. </Compile>
  115. <Compile Include="t_beginner_group_event.cs">
  116. <DependentUpon>DataCenter.tt</DependentUpon>
  117. </Compile>
  118. <Compile Include="t_celebration_reward.cs">
  119. <DependentUpon>DataCenter.tt</DependentUpon>
  120. </Compile>
  121. <Compile Include="t_challenge_activity.cs">
  122. <DependentUpon>DataCenter.tt</DependentUpon>
  123. </Compile>
  124. <Compile Include="t_challenge_activity_schedule.cs">
  125. <DependentUpon>DataCenter.tt</DependentUpon>
  126. </Compile>
  127. <Compile Include="t_challenge_character_elect_hero.cs">
  128. <DependentUpon>DataCenter.tt</DependentUpon>
  129. </Compile>
  130. <Compile Include="t_challenge_elect_hero_stat.cs">
  131. <DependentUpon>DataCenter.tt</DependentUpon>
  132. </Compile>
  133. <Compile Include="t_challenge_exp_buff.cs">
  134. <DependentUpon>DataCenter.tt</DependentUpon>
  135. </Compile>
  136. <Compile Include="t_challenge_game_player.cs">
  137. <DependentUpon>DataCenter.tt</DependentUpon>
  138. </Compile>
  139. <Compile Include="t_challenge_guess_game_over.cs">
  140. <DependentUpon>DataCenter.tt</DependentUpon>
  141. </Compile>
  142. <Compile Include="t_challenge_guess_reward.cs">
  143. <DependentUpon>DataCenter.tt</DependentUpon>
  144. </Compile>
  145. <Compile Include="t_challenge_kfz_hero.cs">
  146. <DependentUpon>DataCenter.tt</DependentUpon>
  147. </Compile>
  148. <Compile Include="t_challenge_statue_info.cs">
  149. <DependentUpon>DataCenter.tt</DependentUpon>
  150. </Compile>
  151. <Compile Include="t_challenge_task_reward.cs">
  152. <DependentUpon>DataCenter.tt</DependentUpon>
  153. </Compile>
  154. <Compile Include="t_character.cs">
  155. <DependentUpon>DataCenter.tt</DependentUpon>
  156. </Compile>
  157. <Compile Include="t_character_achievement.cs">
  158. <DependentUpon>DataCenter.tt</DependentUpon>
  159. </Compile>
  160. <Compile Include="t_character_appearance.cs">
  161. <DependentUpon>DataCenter.tt</DependentUpon>
  162. </Compile>
  163. <Compile Include="t_character_assets.cs">
  164. <DependentUpon>DataCenter.tt</DependentUpon>
  165. </Compile>
  166. <Compile Include="t_character_default_fighting_options.cs">
  167. <DependentUpon>DataCenter.tt</DependentUpon>
  168. </Compile>
  169. <Compile Include="t_character_info.cs">
  170. <DependentUpon>DataCenter.tt</DependentUpon>
  171. </Compile>
  172. <Compile Include="t_character_item.cs">
  173. <DependentUpon>DataCenter.tt</DependentUpon>
  174. </Compile>
  175. <Compile Include="t_character_options.cs">
  176. <DependentUpon>DataCenter.tt</DependentUpon>
  177. </Compile>
  178. <Compile Include="t_character_questionnaire.cs">
  179. <DependentUpon>DataCenter.tt</DependentUpon>
  180. </Compile>
  181. <Compile Include="t_charge_list.cs">
  182. <DependentUpon>DataCenter.tt</DependentUpon>
  183. </Compile>
  184. <Compile Include="t_city_buff.cs">
  185. <DependentUpon>DataCenter.tt</DependentUpon>
  186. </Compile>
  187. <Compile Include="t_city_position.cs">
  188. <DependentUpon>DataCenter.tt</DependentUpon>
  189. </Compile>
  190. <Compile Include="t_city_task_finish_sub_state.cs">
  191. <DependentUpon>DataCenter.tt</DependentUpon>
  192. </Compile>
  193. <Compile Include="t_city_task_info.cs">
  194. <DependentUpon>DataCenter.tt</DependentUpon>
  195. </Compile>
  196. <Compile Include="t_client_config.cs">
  197. <DependentUpon>DataCenter.tt</DependentUpon>
  198. </Compile>
  199. <Compile Include="t_common_spell.cs">
  200. <DependentUpon>DataCenter.tt</DependentUpon>
  201. </Compile>
  202. <Compile Include="t_daily_online_time.cs">
  203. <DependentUpon>DataCenter.tt</DependentUpon>
  204. </Compile>
  205. <Compile Include="t_employee_info.cs">
  206. <DependentUpon>DataCenter.tt</DependentUpon>
  207. </Compile>
  208. <Compile Include="t_employee_notice.cs">
  209. <DependentUpon>DataCenter.tt</DependentUpon>
  210. </Compile>
  211. <Compile Include="t_employer_notice.cs">
  212. <DependentUpon>DataCenter.tt</DependentUpon>
  213. </Compile>
  214. <Compile Include="t_employ_notice_status.cs">
  215. <DependentUpon>DataCenter.tt</DependentUpon>
  216. </Compile>
  217. <Compile Include="t_employ_relation.cs">
  218. <DependentUpon>DataCenter.tt</DependentUpon>
  219. </Compile>
  220. <Compile Include="t_fighting_evaluation_info.cs">
  221. <DependentUpon>DataCenter.tt</DependentUpon>
  222. </Compile>
  223. <Compile Include="t_friend.cs">
  224. <DependentUpon>DataCenter.tt</DependentUpon>
  225. </Compile>
  226. <Compile Include="t_friend_group.cs">
  227. <DependentUpon>DataCenter.tt</DependentUpon>
  228. </Compile>
  229. <Compile Include="t_game_hero_use_info.cs">
  230. <DependentUpon>DataCenter.tt</DependentUpon>
  231. </Compile>
  232. <Compile Include="t_game_info.cs">
  233. <DependentUpon>DataCenter.tt</DependentUpon>
  234. </Compile>
  235. <Compile Include="t_gs_code.cs">
  236. <DependentUpon>DataCenter.tt</DependentUpon>
  237. </Compile>
  238. <Compile Include="t_hero_color_scheme.cs">
  239. <DependentUpon>DataCenter.tt</DependentUpon>
  240. </Compile>
  241. <Compile Include="t_hero_level_state.cs">
  242. <DependentUpon>DataCenter.tt</DependentUpon>
  243. </Compile>
  244. <Compile Include="t_hero_pet.cs">
  245. <DependentUpon>DataCenter.tt</DependentUpon>
  246. </Compile>
  247. <Compile Include="t_hero_suggest_equipment.cs">
  248. <DependentUpon>DataCenter.tt</DependentUpon>
  249. </Compile>
  250. <Compile Include="t_hero_talent_info.cs">
  251. <DependentUpon>DataCenter.tt</DependentUpon>
  252. </Compile>
  253. <Compile Include="t_hero_talent_info_sub_state.cs">
  254. <DependentUpon>DataCenter.tt</DependentUpon>
  255. </Compile>
  256. <Compile Include="t_hero_unlock_hero.cs">
  257. <DependentUpon>DataCenter.tt</DependentUpon>
  258. </Compile>
  259. <Compile Include="t_illegal_term_rules.cs">
  260. <DependentUpon>DataCenter.tt</DependentUpon>
  261. </Compile>
  262. <Compile Include="t_item_roll_list.cs">
  263. <DependentUpon>DataCenter.tt</DependentUpon>
  264. </Compile>
  265. <Compile Include="t_login_reward.cs">
  266. <DependentUpon>DataCenter.tt</DependentUpon>
  267. </Compile>
  268. <Compile Include="t_mail.cs">
  269. <DependentUpon>DataCenter.tt</DependentUpon>
  270. </Compile>
  271. <Compile Include="t_mail_item.cs">
  272. <DependentUpon>DataCenter.tt</DependentUpon>
  273. </Compile>
  274. <Compile Include="t_mall_items_sales_count.cs">
  275. <DependentUpon>DataCenter.tt</DependentUpon>
  276. </Compile>
  277. <Compile Include="t_map_play_info.cs">
  278. <DependentUpon>DataCenter.tt</DependentUpon>
  279. </Compile>
  280. <Compile Include="t_map_play_info_hero.cs">
  281. <DependentUpon>DataCenter.tt</DependentUpon>
  282. </Compile>
  283. <Compile Include="t_map_play_info_hero_pet.cs">
  284. <DependentUpon>DataCenter.tt</DependentUpon>
  285. </Compile>
  286. <Compile Include="t_meta.cs">
  287. <DependentUpon>DataCenter.tt</DependentUpon>
  288. </Compile>
  289. <Compile Include="t_offline_message.cs">
  290. <DependentUpon>DataCenter.tt</DependentUpon>
  291. </Compile>
  292. <Compile Include="t_player_offline_message.cs">
  293. <DependentUpon>DataCenter.tt</DependentUpon>
  294. </Compile>
  295. <Compile Include="t_pve_equipment_scheme.cs">
  296. <DependentUpon>DataCenter.tt</DependentUpon>
  297. </Compile>
  298. <Compile Include="t_pve_equipment_strength.cs">
  299. <DependentUpon>DataCenter.tt</DependentUpon>
  300. </Compile>
  301. <Compile Include="t_questionnaire.cs">
  302. <DependentUpon>DataCenter.tt</DependentUpon>
  303. </Compile>
  304. <Compile Include="t_roll_log.cs">
  305. <DependentUpon>DataCenter.tt</DependentUpon>
  306. </Compile>
  307. <Compile Include="t_rune_scheme.cs">
  308. <DependentUpon>DataCenter.tt</DependentUpon>
  309. </Compile>
  310. <Compile Include="t_social_group_basic.cs">
  311. <DependentUpon>DataCenter.tt</DependentUpon>
  312. </Compile>
  313. <Compile Include="t_social_group_manager.cs">
  314. <DependentUpon>DataCenter.tt</DependentUpon>
  315. </Compile>
  316. <Compile Include="t_social_group_member.cs">
  317. <DependentUpon>DataCenter.tt</DependentUpon>
  318. </Compile>
  319. <Compile Include="t_title_info.cs">
  320. <DependentUpon>DataCenter.tt</DependentUpon>
  321. </Compile>
  322. <Compile Include="t_tran_log.cs">
  323. <DependentUpon>DataCenter.tt</DependentUpon>
  324. </Compile>
  325. <Compile Include="t_tutorial.cs">
  326. <DependentUpon>DataCenter.tt</DependentUpon>
  327. </Compile>
  328. <Compile Include="t_tutorial_status_info.cs">
  329. <DependentUpon>DataCenter.tt</DependentUpon>
  330. </Compile>
  331. <Compile Include="t_world_character.cs">
  332. <DependentUpon>DataCenter.tt</DependentUpon>
  333. </Compile>
  334. </ItemGroup>
  335. <ItemGroup>
  336. <EntityDeploy Include="DataCenter.edmx">
  337. <Generator>EntityModelCodeGenerator</Generator>
  338. <LastGenOutput>DataCenter.Designer.cs</LastGenOutput>
  339. </EntityDeploy>
  340. <None Include="App.config" />
  341. <None Include="DataCenter.Context.tt">
  342. <Generator>TextTemplatingFileGenerator</Generator>
  343. <DependentUpon>DataCenter.edmx</DependentUpon>
  344. <LastGenOutput>DataCenter.Context.cs</LastGenOutput>
  345. </None>
  346. <None Include="DataCenter.edmx.diagram">
  347. <DependentUpon>DataCenter.edmx</DependentUpon>
  348. <SubType>Designer</SubType>
  349. </None>
  350. <None Include="DataCenter.tt">
  351. <Generator>TextTemplatingFileGenerator</Generator>
  352. <DependentUpon>DataCenter.edmx</DependentUpon>
  353. <LastGenOutput>DataCenter.cs</LastGenOutput>
  354. </None>
  355. <None Include="Packages.config" />
  356. </ItemGroup>
  357. <ItemGroup>
  358. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  359. </ItemGroup>
  360. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  361. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  362. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  363. Other similar extension points exist, see Microsoft.Common.targets.
  364. <Target Name="BeforeBuild">
  365. </Target>
  366. <Target Name="AfterBuild">
  367. </Target>
  368. -->
  369. </Project>