tangxu
2024-03-20 7947ecd7933cc92f5d9565afb51aff6e744074c5
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
<?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>{4F1A6FA1-9087-4236-A80B-67D9C072746A}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>IStation.Unit</RootNamespace>
    <AssemblyName>IStation.Unit</AssemblyName>
    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <Deterministic>true</Deterministic>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\..\out\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>..\..\out\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <Prefer32Bit>false</Prefer32Bit>
  </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.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="IAxisCalcer.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="加速度\UnitGSpeedHelper.cs" />
    <Compile Include="加速度\eUnitGSpeed.cs" />
    <Compile Include="千吨能耗\UnitWPHelper.cs" />
    <Compile Include="千吨能耗\eUnitWP.cs" />
    <Compile Include="单位枚举\eUnitType.cs" />
    <Compile Include="单位能耗\UnitUWPHelper.cs" />
    <Compile Include="单位能耗\eUnitUWP.cs" />
    <Compile Include="固定参数\Constant.cs" />
    <Compile Include="声音\eUnitSou.cs" />
    <Compile Include="声音\UnitSouHelper.cs" />
    <Compile Include="扬程\eUnitH.cs" />
    <Compile Include="扬程\UnitHHelper.cs" />
    <Compile Include="无功功率\eUnitPQ.cs" />
    <Compile Include="无功功率\UnitPQHelper.cs" />
    <Compile Include="电度_无功\eUnitDegreeQ.cs" />
    <Compile Include="电度_无功\UnitDegreeQHelper.cs" />
    <Compile Include="浊度\eUnitTU.cs" />
    <Compile Include="浊度\UnitTUHelper.cs" />
    <Compile Include="温度\eUnitTP.cs" />
    <Compile Include="温度\UnitTPHelper.cs" />
    <Compile Include="有功功率\eUnitP.cs" />
    <Compile Include="有功功率\UnitPHelper.cs" />
    <Compile Include="电压\eUnitVoltage.cs" />
    <Compile Include="电压\UnitVoltageHelper.cs" />
    <Compile Include="电度_有功\eUnitDegree.cs" />
    <Compile Include="电度_有功\UnitDegreeHelper.cs" />
    <Compile Include="累积时间\eUnitSumTime.cs" />
    <Compile Include="累积时间\UnitSumTimeHelper.cs" />
    <Compile Include="电流\eUnitCurrent.cs" />
    <Compile Include="电流\UnitCurrentHelper.cs" />
    <Compile Include="视在功率\eUnitPs.cs" />
    <Compile Include="视在功率\UnitPsHelper.cs" />
    <Compile Include="转速\eUnitN.cs" />
    <Compile Include="转速\UnitNHelper.cs" />
    <Compile Include="湿度\eUnitHM.cs" />
    <Compile Include="湿度\UnitHMHelper.cs" />
    <Compile Include="效率\eUnitE.cs" />
    <Compile Include="效率\UnitEHelper.cs" />
    <Compile Include="浓度\eUnitCO.cs" />
    <Compile Include="浓度\UnitCOHelper.cs" />
    <Compile Include="电导率\eUnitCond.cs" />
    <Compile Include="电导率\UnitCondHelper.cs" />
    <Compile Include="辅助类\CalcuHelper.cs" />
    <Compile Include="辅助类\IUnitHelper.cs" />
    <Compile Include="压力\eUnitPR.cs" />
    <Compile Include="压力\UnitPRHelper.cs" />
    <Compile Include="流量\eUnitQ.cs" />
    <Compile Include="流量\UnitQHelper.cs" />
    <Compile Include="体积\eUnitVol.cs" />
    <Compile Include="体积\UnitVolHeper.cs" />
    <Compile Include="辅助类\UnitHelper.cs" />
    <Compile Include="速度\UnitSpeedHelper.cs" />
    <Compile Include="速度\eUnitSpeed.cs" />
    <Compile Include="长度\eUnitL.cs" />
    <Compile Include="长度\UnitLHelper.cs" />
    <Compile Include="频率\eUnitHZ.cs" />
    <Compile Include="频率\UnitHZHelper.cs" />
  </ItemGroup>
  <ItemGroup />
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>