Przeglądaj źródła

项目工程文件

liyuanyuan 4 lat temu
rodzic
commit
a6faee521e

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

41
   </ItemGroup>
41
   </ItemGroup>
42
   <ItemGroup>
42
   <ItemGroup>
43
     <Compile Include="archives.cs" />
43
     <Compile Include="archives.cs" />
44
+    <Compile Include="archivesNew.cs" />
44
     <Compile Include="article.cs" />
45
     <Compile Include="article.cs" />
45
     <Compile Include="article_category.cs" />
46
     <Compile Include="article_category.cs" />
46
     <Compile Include="CallResult.cs" />
47
     <Compile Include="CallResult.cs" />

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

41
   </ItemGroup>
41
   </ItemGroup>
42
   <ItemGroup>
42
   <ItemGroup>
43
     <Compile Include="archives.cs" />
43
     <Compile Include="archives.cs" />
44
+    <Compile Include="archivesNew.cs" />
44
     <Compile Include="article.cs" />
45
     <Compile Include="article.cs" />
45
     <Compile Include="article_category.cs" />
46
     <Compile Include="article_category.cs" />
46
     <Compile Include="CallRecords.cs" />
47
     <Compile Include="CallRecords.cs" />

+ 6 - 0
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/CallCenterApi.Interface.csproj.user

11
     <NameOfLastUsedPublishProfile>sycw</NameOfLastUsedPublishProfile>
11
     <NameOfLastUsedPublishProfile>sycw</NameOfLastUsedPublishProfile>
12
     <ProjectView>ShowAllFiles</ProjectView>
12
     <ProjectView>ShowAllFiles</ProjectView>
13
     <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
13
     <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
14
+    <Use64BitIISExpress />
15
+    <IISExpressSSLPort />
16
+    <IISExpressAnonymousAuthentication />
17
+    <IISExpressWindowsAuthentication />
18
+    <IISExpressUseClassicPipelineMode />
19
+    <UseGlobalApplicationHostFile />
14
   </PropertyGroup>
20
   </PropertyGroup>
15
   <ProjectExtensions>
21
   <ProjectExtensions>
16
     <VisualStudio>
22
     <VisualStudio>

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

41
     <Reference Include="System.Xml" />
41
     <Reference Include="System.Xml" />
42
   </ItemGroup>
42
   </ItemGroup>
43
   <ItemGroup>
43
   <ItemGroup>
44
+    <Compile Include="addupdatelog.cs" />
44
     <Compile Include="archives.cs" />
45
     <Compile Include="archives.cs" />
46
+    <Compile Include="archivesNew.cs" />
45
     <Compile Include="archivestate.cs" />
47
     <Compile Include="archivestate.cs" />
46
     <Compile Include="article.cs" />
48
     <Compile Include="article.cs" />
47
     <Compile Include="article_category.cs" />
49
     <Compile Include="article_category.cs" />
48
     <Compile Include="CallResult.cs" />
50
     <Compile Include="CallResult.cs" />
49
     <Compile Include="CsqkInfo.cs" />
51
     <Compile Include="CsqkInfo.cs" />
50
     <Compile Include="customerBorrow.cs" />
52
     <Compile Include="customerBorrow.cs" />
53
+    <Compile Include="externalOperator.cs" />
51
     <Compile Include="insideOperation.cs" />
54
     <Compile Include="insideOperation.cs" />
55
+    <Compile Include="internalOperator.cs" />
52
     <Compile Include="ManageCustomer.cs" />
56
     <Compile Include="ManageCustomer.cs" />
53
     <Compile Include="ManagementUser.cs" />
57
     <Compile Include="ManagementUser.cs" />
54
     <Compile Include="Operationlog.cs" />
58
     <Compile Include="Operationlog.cs" />