Browse Source

项目工程文件

liyuanyuan 4 years ago
parent
commit
a6faee521e

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

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

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

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

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

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

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

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