Browse Source

項目文件

Dev
18300102974 2 years ago
parent
commit
a52e000f46
  1. 3
      EuroTran/EasyBL.WEBAPP/EasyBL.WEBAPP.csproj
  2. 4
      EuroTran/Entity/Entity.csproj
  3. 5
      EuroTran/WebApp/WebApp.csproj

3
EuroTran/EasyBL.WEBAPP/EasyBL.WEBAPP.csproj

@ -102,6 +102,7 @@
<Compile Include="OPM\OtherBusiness_QryService.cs" />
<Compile Include="OPM\OtherExhibitionTG_QryService.cs" />
<Compile Include="RPT\CostAndProfitReportService.cs" />
<Compile Include="ShowEasy\BasicInfoService.cs" />
<Compile Include="ShowEasy\ExhibInfoDescriptionMaintain_QryService.cs" />
<Compile Include="ShowEasy\ExhibDescriptionMaintain_UpdService.cs" />
<Compile Include="ShowEasy\ExhibInfoMediaMaintain_QryService.cs" />
@ -141,6 +142,8 @@
<Compile Include="ShowEasy\RegionMaintain_UpdService.cs" />
<Compile Include="ShowEasy\SupplierMaintain_QryService.cs" />
<Compile Include="ShowEasy\SupplierMaintain_UpdService.cs" />
<Compile Include="ShowEasy\ThemeMaintain_QryService.cs" />
<Compile Include="ShowEasy\ThemeMaintain_UpdService.cs" />
<Compile Include="ShowEasy\VenueMaintain_QryService.cs" />
<Compile Include="ShowEasy\VenueMaintain_UpdService.cs" />
<Compile Include="SysComService.cs" />

4
EuroTran/Entity/Entity.csproj

@ -68,6 +68,8 @@
<Compile Include="Sugar\SETB_SAL_Question.cs" />
<Compile Include="Sugar\SETB_SAL_Order.cs" />
<Compile Include="Sugar\SETB_SAL_Survey.cs" />
<Compile Include="Sugar\SETB_SAP_BasicInfo.cs" />
<Compile Include="Sugar\SETB_SAP_Theme.cs" />
<Compile Include="Sugar\SETB_SCM_Supplier.cs" />
<Compile Include="Sugar\SETB_CMS_Exhibition.cs" />
<Compile Include="Sugar\SETB_SYS_Language.cs" />
@ -182,6 +184,8 @@
<Compile Include="ViewModels\View_OPM_OtherExhibitionTG.cs" />
<Compile Include="ViewModels\View_OPM_OtherExhibition.cs" />
<Compile Include="ViewModels\View_ORG_Organizer.cs" />
<Compile Include="ViewModels\View_SAP_BasicInfo.cs" />
<Compile Include="ViewModels\View_SAP_Theme.cs" />
<Compile Include="ViewModels\View_SYS_Language.cs" />
<Compile Include="ViewModels\View_SAL_Question.cs" />
<Compile Include="ViewModels\View_SAL_Order.cs" />

5
EuroTran/WebApp/WebApp.csproj

@ -347,6 +347,8 @@
<Content Include="Page\ShowEasy\CountryMaintain_Upd.html" />
<Content Include="Page\ShowEasy\SupplierMaintain_Qry.html" />
<Content Include="Page\ShowEasy\SupplierMaintain_Upd.html" />
<Content Include="Page\ShowEasy\ThemeMaintain_Qry.html" />
<Content Include="Page\ShowEasy\ThemeMaintain_Upd.html" />
<Content Include="Page\ShowEasy\VenueMaintain_Upd.html" />
<Content Include="Page\ShowEasy\VenueMaintain_Qry.html" />
<Content Include="Page\Sys\CurrencySetup_Qry.html" />
@ -877,6 +879,7 @@
<Content Include="Scripts\pages\RPT\DegreeOfContributionByAgent.js" />
<Content Include="Scripts\pages\RPT\CVPAnalysisByExhibition.js" />
<Content Include="Scripts\pages\RPT\CVPAnalysisBySaler.js" />
<Content Include="Scripts\pages\ShowEasy\BasicInfo.js" />
<Content Include="Scripts\pages\ShowEasy\MemberMaintain_Qry.js" />
<Content Include="Scripts\pages\ShowEasy\MemberMaintain_Upd.js" />
<Content Include="Scripts\pages\ShowEasy\DescriptionMaintain_Qry.js" />
@ -902,6 +905,8 @@
<Content Include="Scripts\pages\ShowEasy\CountryMaintain_Upd.js" />
<Content Include="Scripts\pages\ShowEasy\SupplierMaintain_Qry.js" />
<Content Include="Scripts\pages\ShowEasy\SupplierMaintain_Upd.js" />
<Content Include="Scripts\pages\ShowEasy\ThemeMaintain_Qry.js" />
<Content Include="Scripts\pages\ShowEasy\ThemeMaintain_Upd.js" />
<Content Include="Scripts\pages\ShowEasy\VenueMaintain_Qry.js" />
<Content Include="Scripts\pages\ShowEasy\VenueMaintain_Upd.js" />
<Content Include="Scripts\pages\Sys\CurrencySetup_Qry.js" />

Loading…
Cancel
Save