<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProductVersion>8.0.30703</ProductVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
<ProjectGuid>{53995DBB-9836-4647-AD22-865884FDEB9E}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>TProduct.Model</RootNamespace>
|
<AssemblyName>TProduct.Model.Main</AssemblyName>
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<TargetFrameworkProfile />
|
</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>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<OutputPath>..\..\..\Out\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<Optimize>true</Optimize>
|
<DebugType>pdbonly</DebugType>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<ErrorReport>prompt</ErrorReport>
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DebugType>full</DebugType>
|
<PlatformTarget>x86</PlatformTarget>
|
<LangVersion>7.3</LangVersion>
|
<ErrorReport>prompt</ErrorReport>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
<OutputPath>bin\x86\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<Optimize>true</Optimize>
|
<DebugType>pdbonly</DebugType>
|
<PlatformTarget>x86</PlatformTarget>
|
<LangVersion>7.3</LangVersion>
|
<ErrorReport>prompt</ErrorReport>
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="Eventech.Common, Version=4.1.1.21118, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\LibInterior\Eventech.Common.dll</HintPath>
|
</Reference>
|
<Reference Include="Eventech.Common.Curve, Version=4.1.1.21127, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\LibInterior\Eventech.Common.Curve.dll</HintPath>
|
</Reference>
|
<Reference Include="Eventech.Model, Version=4.1.1.21116, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\LibInterior\Eventech.Model.dll</HintPath>
|
</Reference>
|
<Reference Include="Eventech.Model.Pump, Version=4.1.1.21116, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\LibInterior\Eventech.Model.Pump.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.configuration" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Runtime.Serialization" />
|
<Reference Include="System.Web" />
|
<Reference Include="System.Web.Extensions" />
|
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="产品设备\设备系列\eSpeedSimuMethod.cs" />
|
<Compile Include="产品设备\设备系列\ProductSeriesParas.cs" />
|
<Compile Include="仪表\FlowMeter.cs" />
|
<Compile Include="测试台\基本信息\LinkInfo4Bench.cs" />
|
<Compile Include="测试台\基本信息\MeterInfo4Bench.cs" />
|
<Compile Include="测试台\测试测点\MonitorPointParas.cs" />
|
<Compile Include="测试台\测试测点\ValueCoeffParas.cs" />
|
<Compile Include="测试台\测试测点\WorkBenchMonitorPointMap.cs" />
|
<Compile Include="测试注意点\TestNoticeItemEx.cs" />
|
<Compile Include="测试注意点\TestNoticeItem.cs" />
|
<Compile Include="测试注意点\TestNoticeItemGroup.cs" />
|
<Compile Include="测试注意点\TestNoticeItemTree.cs" />
|
<Compile Include="测试注意点\TestNoticeMattter.cs" />
|
<Compile Include="产品设备\泵\ProductMainExPumpPart.cs" />
|
<Compile Include="产品设备\泵\PumpSampleCurve.cs" />
|
<Compile Include="产品设备\电机\ProductMainExMotorPart.cs" />
|
<Compile Include="产品设备\额定参数\Valve.cs" />
|
<Compile Include="产品设备\额定参数\Motor.cs" />
|
<Compile Include="产品设备\额定参数\Pump.cs" />
|
<Compile Include="产品设备\产品\PartBase.cs" />
|
<Compile Include="产品设备\泵\ProductMainExPump.cs" />
|
<Compile Include="产品设备\电机\ProductMainExMotor.cs" />
|
<Compile Include="产品设备\阀门\ProductMainExValve.cs" />
|
<Compile Include="仪表\PressureMeter.cs" />
|
<Compile Include="枚举\eSupplyCurrentType.cs" />
|
<Compile Include="泵站\StationBase.cs" />
|
<Compile Include="测点\eMonitorType.cs" />
|
<Compile Include="测点\MonitorPointValuePure.cs" />
|
<Compile Include="测点\MonitorTypeHelper.cs" />
|
<Compile Include="测点\MonitorTypeProperty.cs" />
|
<Compile Include="测试台\仪表参数%28科迪%29\eKediInstrumentType.cs" />
|
<Compile Include="测试台\仪表参数%28科迪%29\WorkBenchInstrumentKedi.cs" />
|
<Compile Include="测试台\仪表参数%28顺舟%29\WorkBenchInstrumentShunExPort.cs" />
|
<Compile Include="测试台\枚举\eLinkType.cs" />
|
<Compile Include="测试台\枚举\ePortType.cs" />
|
<Compile Include="测试台\仪表参数%28顺舟%29\eShunInstrumentType.cs" />
|
<Compile Include="测试台\基本信息\PipeParas4Valve.cs" />
|
<Compile Include="测试台\基本信息\WorkBenchMethod4Valve.cs" />
|
<Compile Include="测试台\基本信息\WorkBenchSetting4Valve.cs" />
|
<Compile Include="测试台\基本信息\WorkBenchSetting4Pump.cs" />
|
<Compile Include="测试台\基本信息\WorkBenchMethod4Pump.cs" />
|
<Compile Include="测试台\基本信息\PipeParas4Pump.cs" />
|
<Compile Include="测试台\基本信息\WorkBenchBaseExShunInstrument.cs" />
|
<Compile Include="测试台\测试测点\DigitalMonitorPointParas.cs" />
|
<Compile Include="测试台\测试测点\AnalogMonitorPointParas.cs" />
|
<Compile Include="测试台\测试测点\eMonitorPointSourceType.cs" />
|
<Compile Include="测试枚举\eTestMethod.cs" />
|
<Compile Include="测试枚举\eTestType.cs" />
|
<Compile Include="测点\ReceiveMsgEventHandler.cs" />
|
<Compile Include="测点\MonitorPointValue.cs" />
|
<Compile Include="测试台\枚举\eAnalogDataType.cs" />
|
<Compile Include="枚举\eLoginStatus.cs" />
|
<Compile Include="基础数据\用户\LoginUser_Response.cs" />
|
<Compile Include="测试标准\eTestJudgeResult.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="产品设备\泵\ProductPump.cs" />
|
<Compile Include="产品设备\电机\ProductMotor.cs" />
|
<Compile Include="产品设备\设备分类\ProductStyle.cs" />
|
<Compile Include="产品设备\设备型号\ProductMain.cs" />
|
<Compile Include="产品设备\设备系列\ProductSeries.cs" />
|
<Compile Include="产品设备\阀门\ProductValve.cs" />
|
<Compile Include="基础数据\用户\LoginUser.cs" />
|
<Compile Include="基础数据\设备送检方\Senderbase.cs" />
|
<Compile Include="测点\MonitorTypeProperty标签.cs" />
|
<Compile Include="枚举\eSupplyCurrentPhase.cs" />
|
<Compile Include="测点\MonitorPointBase.cs" />
|
<Compile Include="测试标准\TestResultViewModel.cs" />
|
<Compile Include="测试标准\TestStandard.cs" />
|
<Compile Include="测试台\仪表参数%28顺舟%29\WorkBenchInstrumentShunBundle.cs" />
|
<Compile Include="测试台\仪表参数%28顺舟%29\WorkBenchInstrumentShunPortRS485.cs" />
|
<Compile Include="测试台\仪表参数%28顺舟%29\WorkBenchInstrumentShunPortAna.cs" />
|
<Compile Include="测试台\基本信息\WorkBenchBase.cs" />
|
<Compile Include="基础数据\设备生产商\ManufacturerBase.cs" />
|
<Compile Include="测试台\仪表参数%28顺舟%29\WorkBenchInstrumentShun.cs" />
|
<Compile Include="测试台\测试测点\WorkBenchMonitorPoint.cs" />
|
<Compile Include="测试标准\eTestJudgeItemType.cs" />
|
<Compile Include="测试标准\TestGradeJudgeItem.cs" />
|
<Compile Include="测试标准\TestGrade.cs" />
|
<Compile Include="测试标准\TestStandardHelper.cs" />
|
<Compile Include="测试标准\TestStandardHelper_ISO9906.cs" />
|
<Compile Include="测试标准\TestStandardHelper_GB3216.cs" />
|
<Compile Include="软件设置\eSkinStyle.cs" />
|
<Compile Include="软件设置\SoftSetting.cs" />
|
<Compile Include="阀坐标\ValveCoordinateParas.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\TProduct.Model.Core\TProduct.Model.Core.csproj">
|
<Project>{45a930f4-f24d-4535-8fde-9e2f02b1ea17}</Project>
|
<Name>TProduct.Model.Core</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="app.config" />
|
</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>
|