123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" 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>{419A1527-B87B-4102-B760-61754C856C98}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>travelExport</RootNamespace>
- <AssemblyName>travelExport</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <Deterministic>true</Deterministic>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <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' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Aspose.Words">
- <HintPath>..\packages\Aspose.Words.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
- </Reference>
- <Reference Include="JsonDiffPatchDotNet, Version=2.3.0.0, Culture=neutral, PublicKeyToken=a407b9994a6d66d5, processorArchitecture=MSIL">
- <HintPath>..\packages\JsonDiffPatch.Net.2.3.0\lib\net45\JsonDiffPatchDotNet.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <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.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Air_TicketBlackCode.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Bus_ConfItem.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Bus_ConfItemList.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Bus_MsgPost.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Crm_ClientDataAndBusiness.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Crm_ClientDataAndUser.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Crm_CustomerCert.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Crm_CustomerCert_Data.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Crm_CustomerCompany.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Crm_CustomerCompany_Data.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Crm_CustomerFile.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Crm_DeleClient.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Crm_DeleClient_Data.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Crm_GroupCustomer.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Crm_NewClientData.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Crm_NewClientData_Encryption.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Crm_TableOperationRecord.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Crm_VisaCustomerCompany.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Crm_VisaCustomerFamily.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Crm_VisaCustomerSchool.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="DB.Context.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>DB.Context.tt</DependentUpon>
- </Compile>
- <Compile Include="DB.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="DB.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>DB.edmx</DependentUpon>
- </Compile>
- <Compile Include="Dis_City.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Dis_Country.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Dis_Intercontinental.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Fin_Commission.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Fin_DailyFeePayment.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Fin_DailyFeePaymentContent.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Fin_ForeignReceivables.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Fin_GroupExtraCost.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Fin_LocalGuideRelevancyOverspend.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Fin_OtherPrice.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Fin_OverSpendRelevancyCollectionStatement.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Fin_PaymentRefundAndOtherMoney.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Fin_ProceedsReceived.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Fin_RoyaltyConfirm.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Fin_RoyaltyForm.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_ApprovalTravel.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_ApprovalTravelDetails.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_DayAndCostDraft.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_DayOtherPrice.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_DayOtherPriceDraft.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_EnterExitCostDraft.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_EnterExitCostDraftPermission.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_EnterExitCostPermission.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_GroupModelFile.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_HotelInquiry.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_HotelReservationsContent.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_OfficialDutyLinkTranslator.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_Opinionaire.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_RestaurantInfo.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_VisaCommission.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_VisaInfo.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_VisitingClients.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Home.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Home.Designer.cs">
- <DependentUpon>Home.cs</DependentUpon>
- </Compile>
- <Compile Include="Grp_AirInquiry.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_AirPrice.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_AirTicketReservations.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_CarGuides.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_CarInfo.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_CarTouristGuideGroundReservations.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_CarTouristGuideGroundReservationsContent.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_CarTouristGuideGroundReservationsContentOld.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_CarTouristGuideGroundReservationsOld.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_CheckBoxs.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_CostTypeHotelNumber.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_CreditCardPayment.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_Customers.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_DayAndCost.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_DecreasePayments.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_DeleClientNeeds.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_DeleFile.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_DelegationEnData.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_DelegationInfo.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_DelegationJoinCustomer.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_DeleMeetingNeeds.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_EnterExitCost.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_GroupCost.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_GroupCostParameter.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_GroupsTaskAssignment.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_GuidesInfo.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_HotelReservations.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_InsuranceCost.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_InvertedList.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_InvertedListVisaCountry.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_InvitationOfficialActivities.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_NationalTravelFee.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_ScenicSpotInfo.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_Schedule.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_ScheduleDetail.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_SchedulePerson.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_TeamRate.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_TourClientList.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_TravelList.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_VisaFeeInfo.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_VisaProgress.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_VisaProgressCustomer.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Grp_VisaProgressCustomerPicture.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Per_AssessmentContentSetting.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Per_AssessmentScore.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Per_AssessmentSetting.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Pm_GoodsInfo.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Pm_GoodsReceive.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Pm_GoodsStorage.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Pm_TaskAllocation.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Pm_TaskJobRelevancy.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Pm_TaskRelevanceUser.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Pm_WageIssueWorkingDay.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Pm_WageSheet.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Popover.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Popover.Designer.cs">
- <DependentUpon>Popover.cs</DependentUpon>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Res_AirCompany.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_AirTicketAgent.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_AskData.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_BasicInsuranceCost.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_CarData.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_CarGuides.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_CarInfo.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_CompanyEnglishComparison.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_CountryFeeCost.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_GuidesInfo.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_HotelData.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_InvitationOfficialActivityData.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_InvitationOfficialActivityData_Data.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_ItemDetail.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_ItemType.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_ItemVendor.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_LocalGuideData.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_MediaSuppliers.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_Memo.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_OfficialActivities.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_OfficialActivities0426.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_PositionEnglishComparison.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_ScenicSpotInfo.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_ThreeCode.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_TranslatorLibrary.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Res_TranslatorLibrary_Encryption.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="show.cs" />
- <Compile Include="sysdiagrams.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Calendar.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Cities.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Company.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Continent.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Countries.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Department.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_DeviceToken.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_ExchangeRateRecord.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_JobPost.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_JobPostAuthority.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Message.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_MessageReadAuth.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_PageFunctionPermission.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_SetData.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_SetDataType.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_SystemMenuAndFunction.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_SystemMenuPermission.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_UserAuthority.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Users.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="Sys_Users_Encryption.cs">
- <DependentUpon>DB.tt</DependentUpon>
- </Compile>
- <Compile Include="utility\HttpClientHelper.cs" />
- <Compile Include="utility\versions.cs" />
- <EmbeddedResource Include="Home.resx">
- <DependentUpon>Home.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Popover.resx">
- <DependentUpon>Popover.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <EntityDeploy Include="DB.edmx">
- <Generator>EntityModelCodeGenerator</Generator>
- <LastGenOutput>DB.Designer.cs</LastGenOutput>
- </EntityDeploy>
- <None Include="DB.edmx.diagram">
- <DependentUpon>DB.edmx</DependentUpon>
- </None>
- <None Include="packages.config" />
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="DB.Context.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>DB.Context.cs</LastGenOutput>
- <DependentUpon>DB.edmx</DependentUpon>
- </Content>
- <Content Include="DB.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <DependentUpon>DB.edmx</DependentUpon>
- <LastGenOutput>DB.cs</LastGenOutput>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|