DeviceManager/DeviceRepair.Models/DeviceRepair.Models.csproj

139 lines
7.0 KiB
XML

<?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>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</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>
<Compile Include="APIResponseData.cs" />
<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" />
<Compile Include="Common\SFCTokenModel.cs" />
<Compile Include="Common\SheetDataItem.cs" />
<Compile Include="Common\SysConfigInfo.cs" />
<Compile Include="DeviceRepair\DeviceRunningStatus.cs" />
<Compile Include="DeviceRepair\DeviceWarrantyEvaluatorInfo.cs" />
<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" />
<Compile Include="DeviceRepair\View\DeviceWarrantyRequestFormView.cs" />
<Compile Include="DeviceRepair\View\DeviceWarrantyRequestMaintaionView.cs" />
<Compile Include="Device\DeviceAnnPlanView.cs" />
<Compile Include="Device\DeviceInformationInfo.cs" />
<Compile Include="Device\DeviceInformationInfoTree.cs" />
<Compile Include="Device\DeviceRouteInfo.cs" />
<Compile Include="Device\View_DriveInfomationModel.cs" />
<Compile Include="Enum\EnumMaintenanceCellType.cs" />
<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" />
<Compile Include="History\DeviceHistory.cs" />
<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" />
<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" />
<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" />
<Compile Include="Plan\DriveMaintenancePlanExcelModel.cs" />
<Compile Include="Plan\PlanItemDates.cs" />
<Compile Include="Plan\PlanProgress.cs" />
<Compile Include="Plan\View\View_AnnualMaintenancePlan.cs" />
<Compile Include="Plan\View\View_YearsMaintenancePlansExport.cs" />
<Compile Include="Preserve\SubmitAssignFormsToDevices.cs" />
<Compile Include="Preserve\View\View_AssignMaintenanceFormTree.cs" />
<Compile Include="Preserve\View_MaintenanceRecordList.cs" />
<Compile Include="Preserve\JsonData\ContentData.cs" />
<Compile Include="Preserve\MaintenanceFormVersionInfo.cs" />
<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" />
<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" />
<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>