duhongyu лет назад: 4
Родитель
Сommit
43abeaf746

+ 1 - 0
codegit/CallCenterApi/CallCenterApi.BLL/CallCenterApi.BLL.csproj

@@ -46,6 +46,7 @@
46 46
     <Compile Include="orders.cs" />
47 47
     <Compile Include="PagerBLL.cs" />
48 48
     <Compile Include="Properties\AssemblyInfo.cs" />
49
+    <Compile Include="Rotation.cs" />
49 50
     <Compile Include="telloc_users.cs" />
50 51
     <Compile Include="T_Bus_Follow.cs" />
51 52
     <Compile Include="T_Bus_Operation.cs" />

+ 1 - 0
codegit/CallCenterApi/CallCenterApi.DAL/CallCenterApi.DAL.csproj

@@ -46,6 +46,7 @@
46 46
     <Compile Include="orders.cs" />
47 47
     <Compile Include="PagerDAL.cs" />
48 48
     <Compile Include="Properties\AssemblyInfo.cs" />
49
+    <Compile Include="Rotation.cs" />
49 50
     <Compile Include="telloc_users.cs" />
50 51
     <Compile Include="T_Bus_Follow.cs" />
51 52
     <Compile Include="T_Bus_Operation.cs" />

+ 8 - 0
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/CallCenterApi.Interface.csproj

@@ -395,6 +395,10 @@
395 395
     <Folder Include="Views\ZuoXiWorkTotal\" />
396 396
   </ItemGroup>
397 397
   <ItemGroup>
398
+    <ProjectReference Include="..\..\..\CallCenterCommon\CallCenter.QuartzService\CallCenter.QuartzService.csproj">
399
+      <Project>{8de4b8bc-1e88-4530-b129-e79c5119d6fd}</Project>
400
+      <Name>CallCenter.QuartzService</Name>
401
+    </ProjectReference>
398 402
     <ProjectReference Include="..\..\..\CallCenterCommon\CallCenter.Utility\CallCenter.Utility.csproj">
399 403
       <Project>{4DA219CC-911E-4C81-BB0B-DF5183FD50FF}</Project>
400 404
       <Name>CallCenter.Utility</Name>
@@ -411,6 +415,10 @@
411 415
       <Project>{61507db3-6539-4161-9812-2103c794d209}</Project>
412 416
       <Name>CallCenterApi.Common</Name>
413 417
     </ProjectReference>
418
+    <ProjectReference Include="..\..\CallCenterApi.DAL\CallCenterApi.DAL.csproj">
419
+      <Project>{f5b5967d-b96d-434d-b06d-d1f9d8a98ba1}</Project>
420
+      <Name>CallCenterApi.DAL</Name>
421
+    </ProjectReference>
414 422
     <ProjectReference Include="..\..\CallCenterApi.DB\CallCenterApi.DB.csproj">
415 423
       <Project>{ae933bfc-b06c-4fe8-a352-0ce16db082d7}</Project>
416 424
       <Name>CallCenterApi.DB</Name>

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/CallCenterApi.Interface.csproj.user

@@ -1,7 +1,7 @@
1 1
 <?xml version="1.0" encoding="utf-8"?>
2 2
 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 3
   <PropertyGroup>
4
-    <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
4
+    <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
5 5
     <NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
6 6
     <Controller_SelectedScaffolderID>MvcControllerEmptyScaffolder</Controller_SelectedScaffolderID>
7 7
     <Controller_SelectedScaffolderCategoryPath>root/Controller</Controller_SelectedScaffolderCategoryPath>

+ 1 - 0
codegit/CallCenterApi/CallCenterApi.Model/CallCenterApi.Model.csproj

@@ -49,6 +49,7 @@
49 49
     <Compile Include="PageData.cs" />
50 50
     <Compile Include="Properties\AssemblyInfo.cs" />
51 51
     <Compile Include="QCModel.cs" />
52
+    <Compile Include="Rotation.cs" />
52 53
     <Compile Include="telloc_users.cs" />
53 54
     <Compile Include="TreeModel.cs" />
54 55
     <Compile Include="T_Bus_Follow.cs" />