machenyang 7 yıl önce
ebeveyn
işleme
29ff45cde8

+ 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="telloc_users.cs" />
49 50
     <Compile Include="T_Call_Blacklist.cs" />
50 51
     <Compile Include="T_Call_CallRecords.cs" />
51 52
     <Compile Include="T_Call_CallRecordsLD.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="telloc_users.cs" />
49 50
     <Compile Include="T_Call_Blacklist.cs" />
50 51
     <Compile Include="T_Call_CallRecords.cs" />
51 52
     <Compile Include="T_Call_CallRecordsLD.cs" />

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

@@ -25,6 +25,7 @@
25 25
     <NuGetPackageImportStamp>
26 26
     </NuGetPackageImportStamp>
27 27
     <TargetFrameworkProfile />
28
+    <Use64BitIISExpress />
28 29
   </PropertyGroup>
29 30
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30 31
     <DebugSymbols>true</DebugSymbols>
@@ -80,6 +81,9 @@
80 81
       <Private>True</Private>
81 82
     </Reference>
82 83
     <Reference Include="Microsoft.CSharp" />
84
+    <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
85
+      <HintPath>..\..\..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
86
+    </Reference>
83 87
     <Reference Include="NPOI, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
84 88
       <SpecificVersion>False</SpecificVersion>
85 89
       <HintPath>..\..\..\packages\NPOI.2.3.0\lib\net40\NPOI.dll</HintPath>

+ 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="telloc_users.cs" />
52 53
     <Compile Include="TreeModel.cs" />
53 54
     <Compile Include="T_Call_Blacklist.cs" />
54 55
     <Compile Include="T_Call_CallRecords.cs" />

+ 6 - 1
codegit/CallCenterCommon/CallCenter.Utility/CallCenter.Utility.csproj

@@ -117,7 +117,12 @@
117 117
   <ItemGroup>
118 118
     <WCFMetadata Include="Service References\" />
119 119
   </ItemGroup>
120
-  <ItemGroup />
120
+  <ItemGroup>
121
+    <ProjectReference Include="..\..\CallCenterApi\CallCenterApi.DB\CallCenterApi.DB.csproj">
122
+      <Project>{ae933bfc-b06c-4fe8-a352-0ce16db082d7}</Project>
123
+      <Name>CallCenterApi.DB</Name>
124
+    </ProjectReference>
125
+  </ItemGroup>
121 126
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122 127
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
123 128
        Other similar extension points exist, see Microsoft.Common.targets.