tangxu
2024-08-07 4921dcab67860943ae4cbfe7a41e3d65eb46080a
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
<?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>{6C80672C-16F5-4B59-83BB-F1C2BE2E4C63}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>IStation.Model</RootNamespace>
    <AssemblyName>IStation.Model.Curve</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="alglibnet2, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\..\packages\alglibnet2.0.0.0\lib\alglibnet2.dll</HintPath>
    </Reference>
    <Reference Include="MathNet.Numerics, Version=4.15.0.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\..\packages\MathNet.Numerics.4.15.0\lib\net461\MathNet.Numerics.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.ComponentModel.DataAnnotations" />
    <Reference Include="System.Core" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Numerics" />
    <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="修正曲线\AmendCurveHelper.cs" />
    <Compile Include="抛物线\ParabolaCurveHelper.cs" />
    <Compile Include="无量纲曲线\DimensionlessCurvesHelper.cs" />
    <Compile Include="曲线串并联\ConnectCurveHelper.cs" />
    <Compile Include="曲线串并联\eConnectType.cs" />
    <Compile Include="曲线拟合\FitCurveHelper.cs" />
    <Compile Include="曲线拟合\IFitCurvePoint.cs" />
    <Compile Include="曲线拟合\eCurveFitPointMethod.cs" />
    <Compile Include="曲线拟合\TwinRelateCurve4_mathnet.cs" />
    <Compile Include="曲线拟合\TwinRelateCurve3_mathnet.cs" />
    <Compile Include="曲线点\GroupPoint.cs" />
    <Compile Include="曲线表达式\CurveExpressStartLine.cs" />
    <Compile Include="特性曲线\LxpCurveGroupExpress.cs" />
    <Compile Include="特性曲线\LxpFeatCurveHelper.cs" />
    <Compile Include="相似换算\CutSimuCalculer.cs" />
    <Compile Include="相似换算\SpeedSimuCalculer.cs" />
    <Compile Include="排列组合\PermutationAndCombination.cs" />
    <Compile Include="曲线坐标参数\CurveCoordinateParas_Disp.cs" />
    <Compile Include="曲线拟合\TwinRelateCurve1.cs" />
    <Compile Include="曲线拟合\TwinRelateCurve0.cs" />
    <Compile Include="曲线点\CurvePointList.cs" />
    <Compile Include="曲线点\PointHelper.cs" />
    <Compile Include="曲线直线\CurveLineHelper.cs" />
    <Compile Include="曲线边界\CurveBoundary.cs" />
    <Compile Include="曲线坐标参数\CurveCoordinateParas.cs" />
    <Compile Include="曲线信息\FeatCurveExpressGroup.cs" />
    <Compile Include="曲线信息\FeatCurvePointGroup.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="曲线直线\CurveLine.cs" />
    <Compile Include="曲线计算\CurveCalcuHelper.cs" />
    <Compile Include="曲线拓展\CurvePointList_Extensions.cs" />
    <Compile Include="曲线拟合\TwinRelateCurve2_b0.cs" />
    <Compile Include="曲线拟合\TwinRelateCurve2_mathnet.cs" />
    <Compile Include="曲线点\CurvePoint.cs" />
    <Compile Include="曲线点\CurvePoint_Comparer.cs" />
    <Compile Include="曲线枚举\eCurveCreateMethod.cs" />
    <Compile Include="曲线枚举\eCurveSourceFrom.cs" />
    <Compile Include="曲线枚举\eCurveType.cs" />
    <Compile Include="特性曲线\eFeatCurveType.cs" />
    <Compile Include="曲线表达式\CurveExpress.cs" />
    <Compile Include="曲线拟合\eCurveFitType.cs" />
    <Compile Include="曲线拟合\FitCurveHelperInModel.cs" />
    <Compile Include="特性曲线\FeatCurveHelper.cs" />
    <Compile Include="特性曲线\PumpParaHelper.cs" />
    <Compile Include="贝塞尔曲线\BezierCurve2.cs" />
    <Compile Include="贝塞尔曲线\BezierCurve3.cs" />
    <Compile Include="贝塞尔曲线\BezierCurveHelper.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\Component\IStation.Newtonsoft\IStation.Newtonsoft.csproj">
      <Project>{a82bf12a-e7bf-4321-bea1-020a00354ca7}</Project>
      <Name>IStation.Newtonsoft</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Utils\IStation.Formula\IStation.Formula.csproj">
      <Project>{d939019a-3c2b-4e7f-93f0-98c9e8f578a5}</Project>
      <Name>IStation.Formula</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>
  </ItemGroup>
  <ItemGroup />
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>