|
@@ -0,0 +1,361 @@
|
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
+ <PropertyGroup>
|
|
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
+ <ProjectGuid>{A829A025-5E90-4085-8DD4-E3B8C1282635}</ProjectGuid>
|
|
|
|
|
+ <OutputType>Library</OutputType>
|
|
|
|
|
+ <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
+ <RootNamespace>DataCenter</RootNamespace>
|
|
|
|
|
+ <AssemblyName>DataCenter</AssemblyName>
|
|
|
|
|
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
+ <FileAlignment>512</FileAlignment>
|
|
|
|
|
+ <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
|
|
|
|
|
+ <RestorePackages>true</RestorePackages>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
|
|
+ <DebugType>full</DebugType>
|
|
|
|
|
+ <Optimize>false</Optimize>
|
|
|
|
|
+ <OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
|
|
+ <Optimize>true</Optimize>
|
|
|
|
|
+ <OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <Reference Include="EntityFramework">
|
|
|
|
|
+ <HintPath>..\..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
|
|
+ <Reference Include="MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
|
|
+ <HintPath>..\..\packages\MySql.Data.6.5.4\lib\net40\MySql.Data.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
|
|
+ <Reference Include="MySql.Data.Entity, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
|
|
+ <HintPath>..\..\packages\MySQL.Data.Entities.6.5.4.0\lib\net40\MySql.Data.Entity.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
|
|
+ <Reference Include="System" />
|
|
|
|
|
+ <Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
|
+ <Reference Include="System.Core" />
|
|
|
|
|
+ <Reference Include="System.Data.Entity" />
|
|
|
|
|
+ <Reference Include="System.Runtime.Serialization" />
|
|
|
|
|
+ <Reference Include="System.Security" />
|
|
|
|
|
+ <Reference Include="System.Xml.Linq" />
|
|
|
|
|
+ <Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
+ <Reference Include="Microsoft.CSharp" />
|
|
|
|
|
+ <Reference Include="System.Data" />
|
|
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <Compile Include="DataCenter.Context.cs">
|
|
|
|
|
+ <AutoGen>True</AutoGen>
|
|
|
|
|
+ <DesignTime>True</DesignTime>
|
|
|
|
|
+ <DependentUpon>DataCenter.Context.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="DataCenter.cs">
|
|
|
|
|
+ <AutoGen>True</AutoGen>
|
|
|
|
|
+ <DesignTime>True</DesignTime>
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="DataCenter.Designer.cs">
|
|
|
|
|
+ <AutoGen>True</AutoGen>
|
|
|
|
|
+ <DesignTime>True</DesignTime>
|
|
|
|
|
+ <DependentUpon>DataCenter.edmx</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
+ <Compile Include="t_account.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_account_active_code.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_account_login_auth_response_cookie.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_account_tutorial_status_info.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_active_code.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_attribute.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_auction_item.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_available_map.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_battle_gameover_statistic.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_battle_kill_detail.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_battle_summary.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_beginner_group_config.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_beginner_group_cong.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_beginner_group_event.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_celebration_reward.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_challenge_activity.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_challenge_activity_schedule.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_challenge_character_elect_hero.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_challenge_elect_hero_stat.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_challenge_exp_buff.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_challenge_game_player.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_challenge_guess_game_over.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_challenge_guess_reward.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_challenge_kfz_hero.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_challenge_statue_info.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_challenge_task_reward.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_character.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_character_achievement.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_character_appearance.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_character_assets.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_character_default_fighting_options.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_character_info.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_character_item.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_character_options.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_character_questionnaire.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_charge_list.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_city_buff.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_city_position.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_city_task_finish_sub_state.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_city_task_info.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_client_config.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_common_spell.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_daily_online_time.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_employee_info.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_employee_notice.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_employer_notice.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_employ_notice_status.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_employ_relation.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_fighting_evaluation_info.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_friend.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_friend_group.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_game_hero_use_info.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_game_info.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_gs_code.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_hero_color_scheme.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_hero_level_state.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_hero_pet.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_hero_suggest_equipment.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_hero_talent_info.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_hero_talent_info_sub_state.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_hero_unlock_hero.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_illegal_term_rules.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_item_roll_list.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_login_reward.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_mail.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_mail_item.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_mall_items_sales_count.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_map_play_info.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_meta.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_offline_message.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_player_offline_message.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_pve_equipment_scheme.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_pve_equipment_strength.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_questionnaire.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_roll_log.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_rune_scheme.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_social_group_basic.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_social_group_manager.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_social_group_member.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_title_info.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_tran_log.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_tutorial.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_tutorial_status_info.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="t_world_character.cs">
|
|
|
|
|
+ <DependentUpon>DataCenter.tt</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <None Include="App.config" />
|
|
|
|
|
+ <EntityDeploy Include="DataCenter.edmx">
|
|
|
|
|
+ <Generator>EntityModelCodeGenerator</Generator>
|
|
|
|
|
+ <LastGenOutput>DataCenter.Designer.cs</LastGenOutput>
|
|
|
|
|
+ </EntityDeploy>
|
|
|
|
|
+ <None Include="DataCenter.Context.tt">
|
|
|
|
|
+ <Generator>TextTemplatingFileGenerator</Generator>
|
|
|
|
|
+ <DependentUpon>DataCenter.edmx</DependentUpon>
|
|
|
|
|
+ <LastGenOutput>DataCenter.Context.cs</LastGenOutput>
|
|
|
|
|
+ </None>
|
|
|
|
|
+ <None Include="DataCenter.edmx.diagram">
|
|
|
|
|
+ <DependentUpon>DataCenter.edmx</DependentUpon>
|
|
|
|
|
+ </None>
|
|
|
|
|
+ <None Include="DataCenter.tt">
|
|
|
|
|
+ <Generator>TextTemplatingFileGenerator</Generator>
|
|
|
|
|
+ <DependentUpon>DataCenter.edmx</DependentUpon>
|
|
|
|
|
+ <LastGenOutput>DataCenter.cs</LastGenOutput>
|
|
|
|
|
+ </None>
|
|
|
|
|
+ <None Include="Packages.config" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
+ <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
|
|
|
|
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
+ Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
+ <Target Name="BeforeBuild">
|
|
|
|
|
+ </Target>
|
|
|
|
|
+ <Target Name="AfterBuild">
|
|
|
|
|
+ </Target>
|
|
|
|
|
+ -->
|
|
|
|
|
+</Project>
|