347 lines
17 KiB
XML
347 lines
17 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{B4898AC6-AE5C-441E-9D8A-1303F9EA6B18}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>DataService</RootNamespace>
|
|
<AssemblyName>DataService</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Maticsoft.Common">
|
|
<HintPath>..\packages\Maticsoft.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Maticsoft.DBUtility">
|
|
<HintPath>..\packages\Maticsoft.DBUtility.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MySql.Data">
|
|
<HintPath>..\packages\MySql.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.ComponentModel" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Configuration.Install" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Memory.4.5.3\lib\netstandard1.1\System.Memory.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Transactions" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BLL\admin_auth.cs" />
|
|
<Compile Include="BLL\admin_city.cs" />
|
|
<Compile Include="BLL\admin_config.cs" />
|
|
<Compile Include="BLL\admin_depart.cs" />
|
|
<Compile Include="BLL\admin_log.cs" />
|
|
<Compile Include="BLL\admin_menu.cs" />
|
|
<Compile Include="BLL\admin_province.cs" />
|
|
<Compile Include="BLL\admin_role.cs" />
|
|
<Compile Include="BLL\admin_role_auth.cs" />
|
|
<Compile Include="BLL\admin_school.cs" />
|
|
<Compile Include="BLL\admin_unit.cs" />
|
|
<Compile Include="BLL\admin_user.cs" />
|
|
<Compile Include="BLL\admin_user_role.cs" />
|
|
<Compile Include="BLL\base_major.cs" />
|
|
<Compile Include="BLL\breakpoint_continuation.cs" />
|
|
<Compile Include="BLL\exam_config_answer.cs" />
|
|
<Compile Include="BLL\exam_config_cache.cs" />
|
|
<Compile Include="BLL\exam_result.cs" />
|
|
<Compile Include="BLL\exam_result_detail.cs" />
|
|
<Compile Include="BLL\exam_result_detail_config.cs" />
|
|
<Compile Include="BLL\exam_result_detail_shixun.cs" />
|
|
<Compile Include="BLL\exam_result_match.cs" />
|
|
<Compile Include="BLL\exam_result_match_detail.cs" />
|
|
<Compile Include="BLL\exam_result_match_record.cs" />
|
|
<Compile Include="BLL\exam_subject.cs" />
|
|
<Compile Include="BLL\exam_subject_match.cs" />
|
|
<Compile Include="BLL\Match\pro_scene_base.cs" />
|
|
<Compile Include="BLL\Match\pro_scene_open.cs" />
|
|
<Compile Include="BLL\pro_device.cs" />
|
|
<Compile Include="BLL\pro_edition.cs" />
|
|
<Compile Include="BLL\pro_exam_batch.cs" />
|
|
<Compile Include="BLL\pro_fault.cs" />
|
|
<Compile Include="BLL\pro_fault_batch_user.cs" />
|
|
<Compile Include="BLL\pro_fault_exam.cs" />
|
|
<Compile Include="BLL\pro_fault_exam_paper.cs" />
|
|
<Compile Include="BLL\pro_fault_exam_paper_item.cs" />
|
|
<Compile Include="BLL\pro_file.cs" />
|
|
<Compile Include="BLL\pro_flow.cs" />
|
|
<Compile Include="BLL\pro_know.cs" />
|
|
<Compile Include="BLL\pro_para.cs" />
|
|
<Compile Include="BLL\pro_result.cs" />
|
|
<Compile Include="BLL\pro_result_detail.cs" />
|
|
<Compile Include="BLL\pro_scene.cs" />
|
|
<Compile Include="BLL\pro_subject.cs" />
|
|
<Compile Include="BLL\pro_subject_batch_user.cs" />
|
|
<Compile Include="BLL\pro_subject_proc.cs" />
|
|
<Compile Include="BLL\pro_teach.cs" />
|
|
<Compile Include="BLL\pro_teach_know.cs" />
|
|
<Compile Include="BLL\pro_type_manage.cs" />
|
|
<Compile Include="BLL\set_data_acquisition.cs" />
|
|
<Compile Include="BLL\subsubject.cs" />
|
|
<Compile Include="BLL\subsubjectstep.cs" />
|
|
<Compile Include="BLL\Theory\base_config.cs" />
|
|
<Compile Include="BLL\Theory\pro_class_info.cs" />
|
|
<Compile Include="BLL\Theory\pro_examination.cs" />
|
|
<Compile Include="BLL\Theory\pro_exam_batch_result.cs" />
|
|
<Compile Include="BLL\Theory\pro_exam_batch_result_detail.cs" />
|
|
<Compile Include="BLL\Theory\pro_exam_class.cs" />
|
|
<Compile Include="BLL\Theory\pro_exam_theory.cs" />
|
|
<Compile Include="BLL\Theory\pro_lianxi_batch.cs" />
|
|
<Compile Include="BLL\Theory\pro_lianxi_batch_result.cs" />
|
|
<Compile Include="BLL\Theory\pro_lianxi_batch_result_detail.cs" />
|
|
<Compile Include="BLL\Theory\pro_theory_base.cs" />
|
|
<Compile Include="BLL\Theory\pro_theory_base_cache.cs" />
|
|
<Compile Include="BLL\Theory\pro_theory_base_cache_item.cs" />
|
|
<Compile Include="BLL\Theory\pro_theory_base_item.cs" />
|
|
<Compile Include="BLL\TH\pro_base_device.cs" />
|
|
<Compile Include="BLL\TH\pro_base_device_point.cs" />
|
|
<Compile Include="BLL\TH\pro_base_gateway.cs" />
|
|
<Compile Include="BLL\TH\pro_base_sensor.cs" />
|
|
<Compile Include="BLL\ZHC\zhc_dev.cs" />
|
|
<Compile Include="BLL\ZHC\zhc_fault_dev.cs" />
|
|
<Compile Include="BLL\ZHC\zhc_fault_list.cs" />
|
|
<Compile Include="BLL\ZHC\zhc_fault_tree.cs" />
|
|
<Compile Include="BLL\ZHC\zhc_menu_tree.cs" />
|
|
<Compile Include="BLL\ZHC\zhc_task.cs" />
|
|
<Compile Include="BLL\ZHC\zhc_task_material.cs" />
|
|
<Compile Include="BLL\ZHC\zhc_task_proc.cs" />
|
|
<Compile Include="BLL\ZHC\zhc_task_proc_material.cs" />
|
|
<Compile Include="DAL\admin_auth.cs" />
|
|
<Compile Include="DAL\admin_city.cs" />
|
|
<Compile Include="DAL\admin_config.cs" />
|
|
<Compile Include="DAL\admin_depart.cs" />
|
|
<Compile Include="DAL\admin_log.cs" />
|
|
<Compile Include="DAL\admin_menu.cs" />
|
|
<Compile Include="DAL\admin_province.cs" />
|
|
<Compile Include="DAL\admin_role.cs" />
|
|
<Compile Include="DAL\admin_role_auth.cs" />
|
|
<Compile Include="DAL\admin_school.cs" />
|
|
<Compile Include="DAL\admin_unit.cs" />
|
|
<Compile Include="DAL\admin_user.cs" />
|
|
<Compile Include="DAL\admin_user_role.cs" />
|
|
<Compile Include="DAL\base_major.cs" />
|
|
<Compile Include="DAL\breakpoint_continuation.cs" />
|
|
<Compile Include="DAL\exam_config_answer.cs" />
|
|
<Compile Include="DAL\exam_config_cache.cs" />
|
|
<Compile Include="DAL\exam_result.cs" />
|
|
<Compile Include="DAL\exam_result_detail.cs" />
|
|
<Compile Include="DAL\exam_result_detail_config.cs" />
|
|
<Compile Include="DAL\exam_result_detail_shixun.cs" />
|
|
<Compile Include="DAL\exam_result_match.cs" />
|
|
<Compile Include="DAL\exam_result_match_detail.cs" />
|
|
<Compile Include="DAL\exam_result_match_record.cs" />
|
|
<Compile Include="DAL\exam_subject.cs" />
|
|
<Compile Include="DAL\exam_subject_match.cs" />
|
|
<Compile Include="DAL\Match\pro_scene_base.cs" />
|
|
<Compile Include="DAL\Match\pro_scene_open.cs" />
|
|
<Compile Include="DAL\pro_device.cs" />
|
|
<Compile Include="DAL\pro_edition.cs" />
|
|
<Compile Include="DAL\pro_exam_batch.cs" />
|
|
<Compile Include="DAL\pro_fault.cs" />
|
|
<Compile Include="DAL\pro_fault_batch_user.cs" />
|
|
<Compile Include="DAL\pro_fault_exam.cs" />
|
|
<Compile Include="DAL\pro_fault_exam_paper.cs" />
|
|
<Compile Include="DAL\pro_fault_exam_paper_item.cs" />
|
|
<Compile Include="DAL\pro_file.cs" />
|
|
<Compile Include="DAL\pro_flow.cs" />
|
|
<Compile Include="DAL\pro_know.cs" />
|
|
<Compile Include="DAL\pro_para.cs" />
|
|
<Compile Include="DAL\pro_result.cs" />
|
|
<Compile Include="DAL\pro_result_detail.cs" />
|
|
<Compile Include="DAL\pro_scene.cs" />
|
|
<Compile Include="DAL\pro_subject.cs" />
|
|
<Compile Include="DAL\pro_subject_batch_user.cs" />
|
|
<Compile Include="DAL\pro_subject_proc.cs" />
|
|
<Compile Include="DAL\pro_teach.cs" />
|
|
<Compile Include="DAL\pro_teach_know.cs" />
|
|
<Compile Include="DAL\pro_type_manage.cs" />
|
|
<Compile Include="DAL\set_data_acquisition.cs" />
|
|
<Compile Include="DAL\subsubject.cs" />
|
|
<Compile Include="DAL\subsubjectstep.cs" />
|
|
<Compile Include="DAL\Theory\base_config.cs" />
|
|
<Compile Include="DAL\Theory\pro_class_info.cs" />
|
|
<Compile Include="DAL\Theory\pro_examination.cs" />
|
|
<Compile Include="DAL\Theory\pro_exam_batch_result.cs" />
|
|
<Compile Include="DAL\Theory\pro_exam_batch_result_detail.cs" />
|
|
<Compile Include="DAL\Theory\pro_exam_class.cs" />
|
|
<Compile Include="DAL\Theory\pro_exam_theory.cs" />
|
|
<Compile Include="DAL\Theory\pro_lianxi_batch.cs" />
|
|
<Compile Include="DAL\Theory\pro_lianxi_batch_result.cs" />
|
|
<Compile Include="DAL\Theory\pro_lianxi_batch_result_detail.cs" />
|
|
<Compile Include="DAL\Theory\pro_theory_base.cs" />
|
|
<Compile Include="DAL\Theory\pro_theory_base_cache.cs" />
|
|
<Compile Include="DAL\Theory\pro_theory_base_cache_item.cs" />
|
|
<Compile Include="DAL\Theory\pro_theory_base_item.cs" />
|
|
<Compile Include="DAL\TH\pro_base_device.cs" />
|
|
<Compile Include="DAL\TH\pro_base_device_point.cs" />
|
|
<Compile Include="DAL\TH\pro_base_gateway.cs" />
|
|
<Compile Include="DAL\TH\pro_base_sensor.cs" />
|
|
<Compile Include="DAL\ZHC\zhc_dev.cs" />
|
|
<Compile Include="DAL\ZHC\zhc_fault_dev.cs" />
|
|
<Compile Include="DAL\ZHC\zhc_fault_list.cs" />
|
|
<Compile Include="DAL\ZHC\zhc_fault_tree.cs" />
|
|
<Compile Include="DAL\ZHC\zhc_menu_tree.cs" />
|
|
<Compile Include="DAL\ZHC\zhc_task.cs" />
|
|
<Compile Include="DAL\ZHC\zhc_task_material.cs" />
|
|
<Compile Include="DAL\ZHC\zhc_task_proc.cs" />
|
|
<Compile Include="DAL\ZHC\zhc_task_proc_material.cs" />
|
|
<Compile Include="Digital\BLL\digital_alert.cs" />
|
|
<Compile Include="Digital\BLL\digital_area.cs" />
|
|
<Compile Include="Digital\BLL\digital_device.cs" />
|
|
<Compile Include="Digital\BLL\digital_device_attr.cs" />
|
|
<Compile Include="Digital\BLL\digital_device_type.cs" />
|
|
<Compile Include="Digital\BLL\digital_device_type_attr.cs" />
|
|
<Compile Include="Digital\BLL\digital_state_type.cs" />
|
|
<Compile Include="Digital\DAL\digital_alert.cs" />
|
|
<Compile Include="Digital\DAL\digital_area.cs" />
|
|
<Compile Include="Digital\DAL\digital_device.cs" />
|
|
<Compile Include="Digital\DAL\digital_device_attr.cs" />
|
|
<Compile Include="Digital\DAL\digital_device_type.cs" />
|
|
<Compile Include="Digital\DAL\digital_device_type_attr.cs" />
|
|
<Compile Include="Digital\DAL\digital_state_type.cs" />
|
|
<Compile Include="Digital\Model\digital_alert.cs" />
|
|
<Compile Include="Digital\Model\digital_area.cs" />
|
|
<Compile Include="Digital\Model\digital_device.cs" />
|
|
<Compile Include="Digital\Model\digital_device_attr.cs" />
|
|
<Compile Include="Digital\Model\digital_device_type.cs" />
|
|
<Compile Include="Digital\Model\digital_device_type_attr.cs" />
|
|
<Compile Include="Digital\Model\digital_state_type.cs" />
|
|
<Compile Include="Model\admin_auth.cs" />
|
|
<Compile Include="Model\admin_city.cs" />
|
|
<Compile Include="Model\admin_config.cs" />
|
|
<Compile Include="Model\admin_depart.cs" />
|
|
<Compile Include="Model\admin_log.cs" />
|
|
<Compile Include="Model\admin_menu.cs" />
|
|
<Compile Include="Model\admin_province.cs" />
|
|
<Compile Include="Model\admin_role.cs" />
|
|
<Compile Include="Model\admin_role_auth.cs" />
|
|
<Compile Include="Model\admin_school.cs" />
|
|
<Compile Include="Model\admin_unit.cs" />
|
|
<Compile Include="Model\admin_user.cs" />
|
|
<Compile Include="Model\admin_user_role.cs" />
|
|
<Compile Include="Model\base_major.cs" />
|
|
<Compile Include="Model\breakpoint_continuation.cs" />
|
|
<Compile Include="Model\exam_config_answer.cs" />
|
|
<Compile Include="Model\exam_config_cache.cs" />
|
|
<Compile Include="Model\exam_result.cs" />
|
|
<Compile Include="Model\exam_result_detail.cs" />
|
|
<Compile Include="Model\exam_result_detail_config.cs" />
|
|
<Compile Include="Model\exam_result_detail_shixun.cs" />
|
|
<Compile Include="Model\exam_result_match.cs" />
|
|
<Compile Include="Model\exam_result_match_detail.cs" />
|
|
<Compile Include="Model\exam_result_match_record.cs" />
|
|
<Compile Include="Model\exam_subject.cs" />
|
|
<Compile Include="Model\exam_subject_match.cs" />
|
|
<Compile Include="Model\import_chwx.cs" />
|
|
<Compile Include="Model\import_chyx.cs" />
|
|
<Compile Include="Model\import_ckwx.cs" />
|
|
<Compile Include="Model\import_ckyx.cs" />
|
|
<Compile Include="Model\import_ydpz_wgpz.cs" />
|
|
<Compile Include="Model\import_ydpz_wgwh_cs.cs" />
|
|
<Compile Include="Model\inport_dbwx.cs" />
|
|
<Compile Include="Model\inport_dbyx.cs" />
|
|
<Compile Include="Model\import_gywz_wx.cs" />
|
|
<Compile Include="Model\import_gywz_yx.cs" />
|
|
<Compile Include="Model\Match\pro_scene_base.cs" />
|
|
<Compile Include="Model\Match\pro_scene_open.cs" />
|
|
<Compile Include="Model\pro_device.cs" />
|
|
<Compile Include="Model\pro_edition.cs" />
|
|
<Compile Include="Model\pro_exam_batch.cs" />
|
|
<Compile Include="Model\pro_fault.cs" />
|
|
<Compile Include="Model\pro_fault_batch_user.cs" />
|
|
<Compile Include="Model\pro_fault_exam.cs" />
|
|
<Compile Include="Model\pro_fault_exam_paper.cs" />
|
|
<Compile Include="Model\pro_fault_exam_paper_item.cs" />
|
|
<Compile Include="Model\pro_file.cs" />
|
|
<Compile Include="Model\pro_flow.cs" />
|
|
<Compile Include="Model\pro_know.cs" />
|
|
<Compile Include="Model\pro_para.cs" />
|
|
<Compile Include="Model\pro_result.cs" />
|
|
<Compile Include="Model\pro_result_detail.cs" />
|
|
<Compile Include="Model\pro_scene.cs" />
|
|
<Compile Include="Model\pro_subject.cs" />
|
|
<Compile Include="Model\pro_subject_batch_user.cs" />
|
|
<Compile Include="Model\pro_subject_proc.cs" />
|
|
<Compile Include="Model\pro_teach.cs" />
|
|
<Compile Include="Model\pro_teach_know.cs" />
|
|
<Compile Include="Model\pro_type_manage.cs" />
|
|
<Compile Include="Model\set_data_acquisition.cs" />
|
|
<Compile Include="Model\SubDetailInfos.cs" />
|
|
<Compile Include="Model\subsubject.cs" />
|
|
<Compile Include="Model\subsubjectstep.cs" />
|
|
<Compile Include="Model\Theory\base_config.cs" />
|
|
<Compile Include="Model\Theory\pro_class_info.cs" />
|
|
<Compile Include="Model\Theory\pro_examination.cs" />
|
|
<Compile Include="Model\Theory\pro_exam_batch_result.cs" />
|
|
<Compile Include="Model\Theory\pro_exam_batch_result_detail.cs" />
|
|
<Compile Include="Model\Theory\pro_exam_class.cs" />
|
|
<Compile Include="Model\Theory\pro_exam_theory.cs" />
|
|
<Compile Include="Model\Theory\pro_lianxi_batch.cs" />
|
|
<Compile Include="Model\Theory\pro_lianxi_batch_result.cs" />
|
|
<Compile Include="Model\Theory\pro_lianxi_batch_result_detail.cs" />
|
|
<Compile Include="Model\Theory\pro_theory_base.cs" />
|
|
<Compile Include="Model\Theory\pro_theory_base_cache.cs" />
|
|
<Compile Include="Model\Theory\pro_theory_base_cache_item.cs" />
|
|
<Compile Include="Model\Theory\pro_theory_base_item.cs" />
|
|
<Compile Include="Model\Theory\pro_theory_base_score.cs" />
|
|
<Compile Include="Model\TH\import_gyfhq.cs" />
|
|
<Compile Include="Model\TH\import_gywg.cs" />
|
|
<Compile Include="Model\TH\pro_base_device.cs" />
|
|
<Compile Include="Model\TH\pro_base_device_point.cs" />
|
|
<Compile Include="Model\TH\pro_base_gateway.cs" />
|
|
<Compile Include="Model\TH\pro_base_sensor.cs" />
|
|
<Compile Include="Model\ZHC\zhc_dev.cs" />
|
|
<Compile Include="Model\ZHC\zhc_fault_dev.cs" />
|
|
<Compile Include="Model\ZHC\zhc_fault_list.cs" />
|
|
<Compile Include="Model\ZHC\zhc_fault_tree.cs" />
|
|
<Compile Include="Model\ZHC\zhc_fault_tree_node.cs" />
|
|
<Compile Include="Model\ZHC\zhc_menu_tree.cs" />
|
|
<Compile Include="Model\ZHC\zhc_task.cs" />
|
|
<Compile Include="Model\ZHC\zhc_task_material.cs" />
|
|
<Compile Include="Model\ZHC\zhc_task_proc.cs" />
|
|
<Compile Include="Model\ZHC\zhc_task_proc_material.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |