ningshuxia
2023-02-03 293f7208cce22fe239b486a33324d95b228fe7d3
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
<?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>{62CD0AEF-AC25-496F-97EF-E447F72E1A39}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>IStation.Model</RootNamespace>
    <AssemblyName>IStation.Model.Curve</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="MathNet.Numerics, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\..\packages\MathNet.Numerics.5.0.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.Runtime.Serialization" />
    <Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
      <HintPath>..\..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath>
    </Reference>
    <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="Constant\ConstantParas.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="修正曲线\AmendCurveHelper.cs" />
    <Compile Include="抛物线\ParabolaCurveHelper.cs" />
    <Compile Include="排列组合\PermutationAndCombination.cs" />
    <Compile Include="无量纲曲线\DimensionlessCurvesHelper.cs" />
    <Compile Include="曲线串并联\ConnectCurveHelper.cs" />
    <Compile Include="曲线串并联\eConnectType.cs" />
    <Compile Include="曲线信息\FeatCurveExpressGroup.cs" />
    <Compile Include="曲线信息\FeatCurvePointGroup.cs" />
    <Compile Include="曲线坐标参数\CurveCoordinateParas.cs" />
    <Compile Include="曲线坐标参数\CurveCoordinateParas_Disp.cs" />
    <Compile Include="曲线拓展\CurvePointList_Extensions.cs" />
    <Compile Include="曲线拟合\eCurveFitPointMethod.cs" />
    <Compile Include="曲线拟合\eCurveFitType.cs" />
    <Compile Include="曲线拟合\FitCurveHelper.cs" />
    <Compile Include="曲线拟合\FitCurveHelperInModel.cs" />
    <Compile Include="曲线拟合\IFitCurvePoint.cs" />
    <Compile Include="曲线拟合\TwinRelateCurve0.cs" />
    <Compile Include="曲线拟合\TwinRelateCurve1.cs" />
    <Compile Include="曲线拟合\TwinRelateCurve2_b0.cs" />
    <Compile Include="曲线拟合\TwinRelateCurve2_mathnet.cs" />
    <Compile Include="曲线拟合\TwinRelateCurve3_mathnet.cs" />
    <Compile Include="曲线枚举\eCurveCreateMethod.cs" />
    <Compile Include="曲线枚举\eCurveSourceFrom.cs" />
    <Compile Include="曲线枚举\eCurveType.cs" />
    <Compile Include="曲线点\CurvePoint.cs" />
    <Compile Include="曲线点\CurvePointList.cs" />
    <Compile Include="曲线点\CurvePoint_Comparer.cs" />
    <Compile Include="曲线点\GroupPoint.cs" />
    <Compile Include="曲线点\PointHelper.cs" />
    <Compile Include="曲线直线\CurveLine.cs" />
    <Compile Include="曲线直线\CurveLineHelper.cs" />
    <Compile Include="曲线表达式\CurveExpress.cs" />
    <Compile Include="曲线表达式\CurveExpressStartLine.cs" />
    <Compile Include="曲线计算\CurveCalcuHelper.cs" />
    <Compile Include="曲线边界\CurveBoundary.cs" />
    <Compile Include="特性曲线\eFeatCurveType.cs" />
    <Compile Include="特性曲线\FeatCurveHelper.cs" />
    <Compile Include="特性曲线\LxpCurveGroupExpress.cs" />
    <Compile Include="特性曲线\LxpFeatCurveHelper.cs" />
    <Compile Include="特性曲线\PumpParaHelper.cs" />
    <Compile Include="相似换算\CutSimuCalculer.cs" />
    <Compile Include="相似换算\SpeedSimuCalculer.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>{59b6d7c8-f980-4d24-b3ec-6d378ff5b05e}</Project>
      <Name>IStation.Newtonsoft</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Untity\IStation.Formula\IStation.Formula.csproj">
      <Project>{9c961491-ebf6-4eda-97dc-10aac58debb2}</Project>
      <Name>IStation.Formula</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Untity\IStation.Unit\IStation.Unit.csproj">
      <Project>{205fa8c3-2fc2-40cc-a3e6-7d67be855550}</Project>
      <Name>IStation.Unit</Name>
    </ProjectReference>
    <ProjectReference Include="..\IStation.Model.Core\IStation.Model.Core.csproj">
      <Project>{65a88aaf-0d82-42d5-89d6-a19f05f72f58}</Project>
      <Name>IStation.Model.Core</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>