You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
4.2 KiB
XML
95 lines
4.2 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>{0BE2B727-F537-41B8-98FD-A644FE673B54}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MaterialTraceability.Entity</RootNamespace>
|
|
<AssemblyName>MaterialTraceability.Entity</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</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="SqlSugar">
|
|
<HintPath>..\dll\SqlSugar.dll</HintPath>
|
|
</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="Config\AbAddress.cs" />
|
|
<Compile Include="Config\LyAddress.cs" />
|
|
<Compile Include="Config\MqAddress.cs" />
|
|
<Compile Include="Config\TbAddress.cs" />
|
|
<Compile Include="DAO\ComPay.cs" />
|
|
<Compile Include="DAO\ProBindInfo.cs" />
|
|
<Compile Include="DAO\ProDownRecord.cs" />
|
|
<Compile Include="DAO\ProductionInfo.cs" />
|
|
<Compile Include="DAO\ProEquip.cs" />
|
|
<Compile Include="DAO\ProReadRecord.cs" />
|
|
<Compile Include="DAO\ProShaftInfo.cs" />
|
|
<Compile Include="DAO\ProSignalRecord.cs" />
|
|
<Compile Include="DAO\ProUpRecord.cs" />
|
|
<Compile Include="DAO\ProTagInfo.cs" />
|
|
<Compile Include="DAO\RecordLogInfo.cs" />
|
|
<Compile Include="DAO\RecordMesWebServiceRequest.cs" />
|
|
<Compile Include="DAO\SysClient.cs" />
|
|
<Compile Include="DAO\SysUserInfo.cs" />
|
|
<Compile Include="DTO\AppConfigDto.cs" />
|
|
<Compile Include="DTO\ParamValueDto.cs" />
|
|
<Compile Include="DTO\ProDownRecordDto.cs" />
|
|
<Compile Include="DTO\SingalStep.cs" />
|
|
<Compile Include="DTO\ViewModelDto.cs" />
|
|
<Compile Include="Enum\LogType.cs" />
|
|
<Compile Include="PageModel.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="UpLoad\AlarmInfo.cs" />
|
|
<Compile Include="UpLoad\DeviceInfo.cs" />
|
|
<Compile Include="UpLoad\DownRecord.cs" />
|
|
<Compile Include="UpLoad\LogRecord.cs" />
|
|
<Compile Include="UpLoad\LyUpLoad.cs" />
|
|
<Compile Include="UpLoad\MqUpLoad.cs" />
|
|
<Compile Include="UpLoad\ReadRecord.cs" />
|
|
<Compile Include="UpLoad\SysUser.cs" />
|
|
<Compile Include="UpLoad\UpRecord.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MaterialTraceability.Common\MaterialTraceability.Common.csproj">
|
|
<Project>{2D42D575-A6FC-492B-98E4-986B7E6227E3}</Project>
|
|
<Name>MaterialTraceability.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\MaterialTraceability.Rfid\MaterialTraceability.Rfid.csproj">
|
|
<Project>{F03070FD-99DB-4E3C-90EC-98A16D3DACB6}</Project>
|
|
<Name>MaterialTraceability.Rfid</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |