tx
8 天以前 e0b138b3e057de6f57021e6c8963868f5c5acc5a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<?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>