tangxu
2024-05-29 14725e33b8edeaa2235e01792c0440d79a0d9b83
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>{768DFBA7-383A-4780-BB29-D3F73997EE6B}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>IStation.Model</RootNamespace>
    <AssemblyName>IStation.Model.Basic</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>
  </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>
  </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="elec_price\ElecPrice.cs" />
    <Compile Include="elec_price\ElecPriceHourSetting.cs" />
    <Compile Include="elec_price\ElecPriceMonthSetting.cs" />
    <Compile Include="elec_price\ElecPriceSetting.cs" />
    <Compile Include="elec_price\enum\eTimeFrame.cs" />
    <Compile Include="monitor\ex\MonitorPointExSignalExMapping.cs" />
    <Compile Include="monitor\ex\MonitorPointExSignalExSignalType.cs" />
    <Compile Include="monitor\mapping\MonitorPointMapping.cs" />
    <Compile Include="pump_curve\PumpCurveExMapping.cs" />
    <Compile Include="pump_curve\PumpCurve_Enum.cs" />
    <Compile Include="signal_type\group\SignalTypeGroup.cs" />
    <Compile Include="signal_type\group\SignalTypeGroupTree.cs" />
    <Compile Include="signal_type\group\SignalTypeGroupTreeItem.cs" />
    <Compile Include="signal_type\signal_type\SignalType.cs" />
    <Compile Include="signal_type\signal_type\SignalType_Method.cs" />
    <Compile Include="signal_type\signal_type\SignalType_Model.cs" />
    <Compile Include="monitor\enum\eFormatType.cs" />
    <Compile Include="monitor\enum\eMeasureType.cs" />
    <Compile Include="monitor\enum\eSourceType.cs" />
    <Compile Include="monitor\group\MonitorPointGroup.cs" />
    <Compile Include="monitor\monitor\MonitorPoint.cs" />
    <Compile Include="monitor\monitor\MonitorPointExSignalList.cs" />
    <Compile Include="monitor\monitor\MonitorPoint_Enum.cs" />
    <Compile Include="monitor\monitor\MonitorPoint_Method.cs" />
    <Compile Include="monitor\monitor\MonitorPoint_Model.cs" />
    <Compile Include="monitor\monitor\MonitorPoint_Signal_SignalType.cs" />
    <Compile Include="monitor\ex\MonitorPointExSignal.cs" />
    <Compile Include="monitor\signal\Signal.cs" />
    <Compile Include="monitor\signal\Signal_Method.cs" />
    <Compile Include="monitor\signal\Signal_Model.cs" />
    <Compile Include="monitor\signal\Signal_SignalType.cs" />
    <Compile Include="product\group\ProductGroup.cs" />
    <Compile Include="product\product\Product.cs" />
    <Compile Include="product\product\Product_Enum.cs" />
    <Compile Include="product\product\paras\1-ji_beng\EnginePump.cs" />
    <Compile Include="product\product\paras\1-ji_beng\EnginePump_Enum.cs" />
    <Compile Include="product\product\paras\2-dian_ji\Motor.cs" />
    <Compile Include="product\product\paras\2-dian_ji\Motor_Extension.cs" />
    <Compile Include="product\product\paras\3-beng\Pump.cs" />
    <Compile Include="product\product\paras\3-beng\Pump_Extension.cs" />
    <Compile Include="product\product\Product_T.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="pump_curve\PumpCurve.cs" />
    <Compile Include="pump_curve\PumpCurveMapping.cs" />
    <Compile Include="pump_curve\PumpCurve_Model.cs" />
    <Compile Include="station\Station.cs" />
    <Compile Include="waterLevel\eTideSouce.cs" />
    <Compile Include="waterLevel\PumpRunParas.cs" />
    <Compile Include="waterLevel\TimeWaterLevel.cs" />
    <Compile Include="waterLevel\WaterPredictRecord.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\Component\IStation.Newtonsoft\IStation.Newtonsoft.csproj">
      <Project>{699a5283-8009-45d8-912e-8fcf3f950157}</Project>
      <Name>IStation.Newtonsoft</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Utils\IStation.Unit\IStation.Unit.csproj">
      <Project>{4f1a6fa1-9087-4236-a80b-67d9c072746a}</Project>
      <Name>IStation.Unit</Name>
    </ProjectReference>
    <ProjectReference Include="..\IStation.Model.Core\IStation.Model.Core.csproj">
      <Project>{ba30a79a-7d4e-4063-a2a3-d7c30dd4a752}</Project>
      <Name>IStation.Model.Core</Name>
    </ProjectReference>
    <ProjectReference Include="..\IStation.Model.Curve\IStation.Model.Curve.csproj">
      <Project>{6c80672c-16f5-4b59-83bb-f1c2be2e4c63}</Project>
      <Name>IStation.Model.Curve</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup />
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>