|
|
@@ -162,6 +162,7 @@
|
|
162
|
162
|
<Compile Include="App_Start\FilterConfig.cs" />
|
|
163
|
163
|
<Compile Include="App_Start\ErrorAttribute.cs" />
|
|
164
|
164
|
<Compile Include="App_Start\RouteConfig.cs" />
|
|
|
165
|
+ <Compile Include="App_Start\SqlErrorAttribute.cs" />
|
|
165
|
166
|
<Compile Include="App_Start\WechatActionFilter.cs" />
|
|
166
|
167
|
<Compile Include="Controllers\APPController.cs" />
|
|
167
|
168
|
<Compile Include="Controllers\AreaController.cs" />
|
|
|
@@ -195,6 +196,7 @@
|
|
195
|
196
|
<Compile Include="Controllers\knowledge\KnowledgeController.cs" />
|
|
196
|
197
|
<Compile Include="Controllers\knowledge\RepositoryController.cs" />
|
|
197
|
198
|
<Compile Include="Controllers\LogController.cs" />
|
|
|
199
|
+ <Compile Include="Controllers\Login\AES256Controller.cs" />
|
|
198
|
200
|
<Compile Include="Controllers\Login\LoginController.cs" />
|
|
199
|
201
|
<Compile Include="Controllers\FunctionController.cs" />
|
|
200
|
202
|
<Compile Include="Controllers\MaterialController.cs" />
|
|
|
@@ -237,6 +239,8 @@
|
|
237
|
239
|
<Compile Include="Controllers\weixin\WxCustomController.cs" />
|
|
238
|
240
|
<Compile Include="Controllers\weixin\WxLoginController.cs" />
|
|
239
|
241
|
<Compile Include="Controllers\weixin\WxReceiveController.cs" />
|
|
|
242
|
+ <Compile Include="Controllers\workorder\AYWorkOrderController.cs" />
|
|
|
243
|
+ <Compile Include="Controllers\workorder\NLWorkOrderController.cs" />
|
|
240
|
244
|
<Compile Include="Controllers\workorder\WorkOrderController.cs" />
|
|
241
|
245
|
<Compile Include="Controllers\workorder\WOVisitRecordsController.cs" />
|
|
242
|
246
|
<Compile Include="Global.asax.cs">
|
|
|
@@ -274,7 +278,9 @@
|
|
274
|
278
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
275
|
279
|
</Content>
|
|
276
|
280
|
<Content Include="Configs\log4net.config" />
|
|
277
|
|
- <Content Include="Configs\system.config" />
|
|
|
281
|
+ <Content Include="Configs\system.config">
|
|
|
282
|
+ <SubType>Designer</SubType>
|
|
|
283
|
+ </Content>
|
|
278
|
284
|
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
|
|
279
|
285
|
<None Include="Web.Debug.config">
|
|
280
|
286
|
<DependentUpon>Web.config</DependentUpon>
|
|
|
@@ -285,6 +291,9 @@
|
|
285
|
291
|
</ItemGroup>
|
|
286
|
292
|
<ItemGroup>
|
|
287
|
293
|
<Folder Include="App_Data\" />
|
|
|
294
|
+ <Folder Include="Views\AES256\" />
|
|
|
295
|
+ <Folder Include="Views\AYWorkOrder\" />
|
|
|
296
|
+ <Folder Include="Views\NLWorkOrder\" />
|
|
288
|
297
|
</ItemGroup>
|
|
289
|
298
|
<ItemGroup>
|
|
290
|
299
|
<ProjectReference Include="..\..\..\CallCenterCommon\CallCenter.QuartzService\CallCenter.QuartzService.csproj">
|