DeviceManager/DeviceRepair.Models/DeviceRepair.Models.csproj

211 lines
11 KiB
XML
Raw Permalink Normal View History

2024-05-28 14:36:38 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{2A1FFB12-B20F-4F9B-905E-1F928F17B4EE}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DeviceRepair.Models</RootNamespace>
<AssemblyName>DeviceRepair.Models</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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>
2024-05-30 15:52:57 +00:00
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
2024-05-28 14:36:38 +00:00
</Reference>
<Reference Include="SqlSugar, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\sqlSugar.5.0.0\lib\SqlSugar.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<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>
2024-07-01 16:52:48 +00:00
<Compile Include="ApiOperationRtn.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="APIResponseData.cs" />
2024-07-27 01:44:19 +00:00
<Compile Include="Attr\BoolConverterAttribute.cs" />
2024-07-17 02:32:45 +00:00
<Compile Include="Attr\ComboBoxItemAttribute.cs" />
2024-07-27 01:44:19 +00:00
<Compile Include="Attr\DomFieldIgnoreAttribute.cs" />
<Compile Include="Attr\DomFieldMapAttribute.cs" />
2024-07-01 16:52:48 +00:00
<Compile Include="Attr\EnumDescriptionAttribute.cs" />
2024-11-09 04:25:57 +00:00
<Compile Include="Attr\HistoryFilterFieldAttribute.cs" />
<Compile Include="Attr\HistoryGridFieldAttribute.cs" />
2024-07-27 01:44:19 +00:00
<Compile Include="Attr\NumberDigitsAttribute.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="Common\AttachmentInfo.cs" />
<Compile Include="Common\AttachmentSubmitModel.cs" />
<Compile Include="Common\CurrentYearPlanSchedule.cs" />
<Compile Include="Common\FieldsInfo.cs" />
<Compile Include="Common\LookUpItemModel.cs" />
<Compile Include="Common\ObjectModelExtend.cs" />
<Compile Include="Common\ServerApiResponse.cs" />
2024-05-29 01:56:37 +00:00
<Compile Include="Common\SfcParams.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="Common\SFCTokenModel.cs" />
<Compile Include="Common\SheetDataItem.cs" />
<Compile Include="Common\SysConfigInfo.cs" />
2024-05-30 15:52:57 +00:00
<Compile Include="Common\SysEmailConfigInfo.cs" />
2024-06-05 17:09:59 +00:00
<Compile Include="DefaultConstValue.cs" />
2024-07-27 01:44:19 +00:00
<Compile Include="DeviceMaintenance\DeviceRunningStatus.cs" />
<Compile Include="DeviceMaintenance\DeviceWarrantyEvaluatorInfo.cs" />
<Compile Include="DeviceMaintenance\DeviceWarrantyRequestAccessoriesInfo.cs" />
<Compile Include="DeviceMaintenance\DeviceWarrantyRequestFormFilter.cs" />
<Compile Include="DeviceMaintenance\DeviceWarrantyRequestFormInfo.cs" />
<Compile Include="DeviceMaintenance\DeviceWarrantyRequestFormStatus.cs" />
<Compile Include="DeviceMaintenance\DeviceWarrantyRequestMaintaionInfo.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="DeviceRepair\DeviceRunningStatus.cs" />
<Compile Include="DeviceRepair\DeviceWarrantyEvaluatorInfo.cs" />
2024-11-09 04:25:57 +00:00
<Compile Include="DeviceRepair\DeviceWarrantyFormVer.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="DeviceRepair\DeviceWarrantyRequestAccessoriesInfo.cs" />
<Compile Include="DeviceRepair\DeviceWarrantyRequestForm.cs" />
<Compile Include="DeviceRepair\DeviceWarrantyRequestFormFilter.cs" />
<Compile Include="DeviceRepair\DeviceWarrantyRequestFormStatus.cs" />
<Compile Include="DeviceRepair\DeviceWarrantyRequestMaintaionInfo.cs" />
2024-06-05 17:09:59 +00:00
<Compile Include="DeviceRepair\ExportView\MaintainOrderView.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="DeviceRepair\View\DeviceWarrantyRequestFormView.cs" />
<Compile Include="DeviceRepair\View\DeviceWarrantyRequestMaintaionView.cs" />
<Compile Include="Device\DeviceAnnPlanView.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="Device\DeviceInformationInfo.cs" />
<Compile Include="Device\DeviceInformationInfoTree.cs" />
<Compile Include="Device\DeviceRouteInfo.cs" />
2024-07-01 16:52:48 +00:00
<Compile Include="Device\View_DeviceRoot.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="Device\View_DriveInfomationModel.cs" />
2024-07-08 02:44:57 +00:00
<Compile Include="Enum\EnumDeviceBelong.cs" />
2024-06-02 16:38:52 +00:00
<Compile Include="Enum\EnumDeviceRouteType.cs" />
2024-07-17 02:32:45 +00:00
<Compile Include="Enum\EnumMaintenanceBanciType.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="Enum\EnumMaintenanceCellType.cs" />
2024-07-17 02:32:45 +00:00
<Compile Include="Enum\EnumMaintenanceOperationType.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="Enum\EnumMaintenanceType.cs" />
<Compile Include="Enum\EnumMonth.cs" />
<Compile Include="Enum\EnumOperationType.cs" />
<Compile Include="Enum\EnumPlanCompleteStatus.cs" />
<Compile Include="Enum\Extensions.cs" />
2024-11-09 04:25:57 +00:00
<Compile Include="Enum\HistoryFilterCtlType.cs" />
<Compile Include="Enum\HistoryType.cs" />
2024-07-22 07:50:10 +00:00
<Compile Include="Enum\SysModelType.cs" />
2024-07-01 16:52:48 +00:00
<Compile Include="Enum\UserConfirmModel.cs" />
<Compile Include="ExtendFuncHelper.cs" />
2024-07-08 02:44:57 +00:00
<Compile Include="Form\MaintenanceFormFilter.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="History\DeviceHistory.cs" />
2024-11-09 04:25:57 +00:00
<Compile Include="OperationHistory\Device\DeviceDataHistory.cs" />
<Compile Include="OperationHistory\Device\DeviceOpsHistory.cs" />
<Compile Include="OperationHistory\Device\v_DeviceDataHistory.cs" />
<Compile Include="OperationHistory\Device\v_DeviceOpsHistory.cs" />
<Compile Include="OperationHistory\Field\FieldDataHistory.cs" />
<Compile Include="OperationHistory\Field\FieldOpsHistory.cs" />
<Compile Include="History\HistoryBase.cs" />
2024-07-01 16:52:48 +00:00
<Compile Include="History\UserConfirmHistory.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="Logs\DeviceMaintenanceLogInfo.cs" />
<Compile Include="History\DriveInformationHistory.cs" />
<Compile Include="History\FormLogInfo.cs" />
<Compile Include="History\MaintenanceFormVersionHistoryInfo.cs" />
<Compile Include="History\MaintenanceRecordHisInfo.cs" />
<Compile Include="History\PlanlogInfo.cs" />
2024-06-10 17:33:11 +00:00
<Compile Include="Logs\OperationFilterModel.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="Logs\RoleAuthLogInfo.cs" />
<Compile Include="History\RoleInfoChangeLogInfo.cs" />
<Compile Include="History\UserInfoChangeLogInfo.cs" />
<Compile Include="Logs\UserLockLogInfo.cs" />
<Compile Include="History\UserPassChangeLogInfo.cs" />
<Compile Include="Logs\UserPwdErrorLogInfo.cs" />
<Compile Include="History\UserRoleLogInfo.cs" />
2024-11-09 04:25:57 +00:00
<Compile Include="OperationHistory\ComboBoxValueStruct.cs" />
<Compile Include="OperationHistory\Field\v_FieldOpsHistory.cs" />
<Compile Include="OperationHistory\HistoryGridColumn.cs" />
<Compile Include="OperationHistory\HistoryQueryParam.cs" />
<Compile Include="OperationHistory\Tag\TagRecordLog.cs" />
<Compile Include="OperationHistory\Tag\TagRecordHistory.cs" />
<Compile Include="OperationHistory\Tag\v_TagRecordLog.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="OperationLog\History\FieldsHistory.cs" />
<Compile Include="OperationLog\Logs\FieldLog.cs" />
<Compile Include="PasswordStrategy.cs" />
<Compile Include="PasswordStrategyType.cs" />
<Compile Include="Plan\AnnualMaintenancePlan.cs" />
2024-07-17 02:32:45 +00:00
<Compile Include="Plan\DailyPlanCompleteStatus.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="Plan\DriveMaintenancePlanExcelModel.cs" />
2024-07-27 01:44:19 +00:00
<Compile Include="Plan\DriveMaintencePlanDailyInfo.cs" />
2024-08-06 06:11:07 +00:00
<Compile Include="Plan\EquipmentJumpPlanCheckInfo.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="Plan\PlanItemDates.cs" />
<Compile Include="Plan\PlanProgress.cs" />
2024-08-02 02:52:45 +00:00
<Compile Include="Plan\PlanRecordFormInfo.cs" />
2024-07-17 02:32:45 +00:00
<Compile Include="Plan\View\DailyPlanDetail.cs" />
2024-08-02 02:52:45 +00:00
<Compile Include="Plan\View\View_AMYearsMaintenancePlansExport.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="Plan\View\View_AnnualMaintenancePlan.cs" />
2024-07-01 16:52:48 +00:00
<Compile Include="Plan\View\View_DeviceRootInfo.cs" />
2024-08-02 02:52:45 +00:00
<Compile Include="Plan\View\View_AM_PLAN.cs" />
2024-07-27 01:44:19 +00:00
<Compile Include="Plan\View\View_PM_PLAN.cs" />
<Compile Include="Plan\View\View_PM_Plan_ProgressInfo.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="Plan\View\View_YearsMaintenancePlansExport.cs" />
2024-07-08 02:44:57 +00:00
<Compile Include="Form\SubmitAssignFormsToDevices.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="Preserve\View\View_AssignMaintenanceFormTree.cs" />
<Compile Include="Preserve\View_MaintenanceRecordList.cs" />
<Compile Include="Preserve\JsonData\ContentData.cs" />
2024-07-08 02:44:57 +00:00
<Compile Include="Form\MaintenanceFormVersionInfo.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="Plan\DriveMaintencePlanInfo.cs" />
<Compile Include="HeaderModel.cs" />
<Compile Include="Logs\UserLogin.cs" />
<Compile Include="Preserve\DriveRepairRecordInfo.cs" />
<Compile Include="Preserve\MaintenanceRecordInfo.cs" />
<Compile Include="Preserve\MaintenanceRecordSubmit.cs" />
<Compile Include="RandomString.cs" />
2024-07-17 02:32:45 +00:00
<Compile Include="Record\MaintenanceFilterModel.cs" />
<Compile Include="Record\MaintenanceRecordHistoryModel.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="Role\AuthModel.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Role\RoleAuthModel.cs" />
<Compile Include="Role\RoleEditSubmitModel.cs" />
<Compile Include="Role\RoleModel.cs" />
2024-06-04 09:25:13 +00:00
<Compile Include="SFC\Addon\PostsInfo.cs" />
2024-05-30 15:52:57 +00:00
<Compile Include="SFC\Addon\ResourceAllocationsInfo.cs" />
<Compile Include="SFC\Addon\StaffsInfo.cs" />
<Compile Include="SFC\Addon\UserPostsInfo.cs" />
<Compile Include="SFC\Data\InspBatchInfo.cs" />
2024-06-02 16:38:52 +00:00
<Compile Include="SFC\Data\UserInfoInfo.cs" />
2024-11-09 04:25:57 +00:00
<Compile Include="SFC\System\UserConfirmHistory.cs" />
2024-07-27 01:44:19 +00:00
<Compile Include="SFC\TsSFCAuths.cs" />
<Compile Include="SFC\TsSFCUserInfo.cs" />
2024-07-01 16:52:48 +00:00
<Compile Include="Tag\TagRecordFilter.cs" />
<Compile Include="Tag\TagRecordInfo.cs" />
2024-07-17 02:32:45 +00:00
<Compile Include="User\AuthCodeConstValue.cs" />
2024-05-28 14:36:38 +00:00
<Compile Include="User\TokenModel.cs" />
<Compile Include="User\UserInfoModel.cs" />
<Compile Include="Plan\View\View_CurrentMonthPlanTips.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>