ningshuxia
2023-02-02 3106276fd6dd3df1ba91d8693f95f8d94e573cf5
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
<?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>{205FA8C3-2FC2-40CC-A3E6-7D67BE855550}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>IStation</RootNamespace>
    <AssemblyName>IStation.Unit</AssemblyName>
    <TargetFrameworkVersion>v4.6.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="System" />
    <Reference Include="System.ComponentModel.DataAnnotations" />
    <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="Properties\AssemblyInfo.cs" />
    <Compile Include="体积\eUnitVol.cs" />
    <Compile Include="体积\UnitVolHeper.cs" />
    <Compile Include="加速度\eUnitGSpeed.cs" />
    <Compile Include="加速度\UnitGSpeedHelper.cs" />
    <Compile Include="千吨能耗\eUnitWP.cs" />
    <Compile Include="千吨能耗\UnitWPHelper.cs" />
    <Compile Include="单位枚举\eUnitType.cs" />
    <Compile Include="单位能耗\eUnitUWP.cs" />
    <Compile Include="单位能耗\UnitUWPHelper.cs" />
    <Compile Include="压力\eUnitPR.cs" />
    <Compile Include="压力\UnitPRHelper.cs" />
    <Compile Include="声音\eUnitSou.cs" />
    <Compile Include="声音\UnitSouHelper.cs" />
    <Compile Include="扬程\eUnitH.cs" />
    <Compile Include="扬程\UnitHHelper.cs" />
    <Compile Include="效率\eUnitE.cs" />
    <Compile Include="效率\UnitEHelper.cs" />
    <Compile Include="无功功率\eUnitPQ.cs" />
    <Compile Include="无功功率\UnitPQHelper.cs" />
    <Compile Include="有功功率\eUnitP.cs" />
    <Compile Include="有功功率\UnitPHelper.cs" />
    <Compile Include="流量\eUnitQ.cs" />
    <Compile Include="流量\UnitQHelper.cs" />
    <Compile Include="浊度\eUnitTU.cs" />
    <Compile Include="浊度\UnitTUHelper.cs" />
    <Compile Include="浓度\eUnitCO.cs" />
    <Compile Include="浓度\UnitCOHelper.cs" />
    <Compile Include="温度\eUnitTP.cs" />
    <Compile Include="温度\UnitTPHelper.cs" />
    <Compile Include="湿度\eUnitHM.cs" />
    <Compile Include="湿度\UnitHMHelper.cs" />
    <Compile Include="电压\eUnitVoltage.cs" />
    <Compile Include="电压\UnitVoltageHelper.cs" />
    <Compile Include="电导率\eUnitCond.cs" />
    <Compile Include="电导率\UnitCondHelper.cs" />
    <Compile Include="电度_无功\eUnitDegreeQ.cs" />
    <Compile Include="电度_无功\UnitDegreeQHelper.cs" />
    <Compile Include="电度_有功\eUnitDegree.cs" />
    <Compile Include="电度_有功\UnitDegreeHelper.cs" />
    <Compile Include="电流\eUnitCurrent.cs" />
    <Compile Include="电流\UnitCurrentHelper.cs" />
    <Compile Include="累积时间\eUnitSumTime.cs" />
    <Compile Include="累积时间\UnitSumTimeHelper.cs" />
    <Compile Include="视在功率\eUnitPs.cs" />
    <Compile Include="视在功率\UnitPsHelper.cs" />
    <Compile Include="转速\eUnitN.cs" />
    <Compile Include="转速\UnitNHelper.cs" />
    <Compile Include="辅助类\IUnitHelper.cs" />
    <Compile Include="辅助类\UnitHelper.cs" />
    <Compile Include="速度\eUnitSpeed.cs" />
    <Compile Include="速度\UnitSpeedHelper.cs" />
    <Compile Include="长度\eUnitL.cs" />
    <Compile Include="长度\UnitLHelper.cs" />
    <Compile Include="频率\eUnitHZ.cs" />
    <Compile Include="频率\UnitHZHelper.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\BLL\BLL\IStation.BLL.MonitorDataSet\IStation.BLL.MonitorDataSet.csproj">
      <Project>{786b0835-f603-4b64-baf0-e32b20aecca9}</Project>
      <Name>IStation.BLL.MonitorDataSet</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Model\IStation.Model.MonitorDataSet\IStation.Model.MonitorDataSet.csproj">
      <Project>{e4d87139-f3a2-48c1-9415-90c4dc1d2031}</Project>
      <Name>IStation.Model.MonitorDataSet</Name>
    </ProjectReference>
    <ProjectReference Include="..\IStation.Formula\IStation.Formula.csproj">
      <Project>{9c961491-ebf6-4eda-97dc-10aac58debb2}</Project>
      <Name>IStation.Formula</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>