<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>disable</Nullable>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<Compile Remove="01-perform\01-cubic\Curve\**" />
|
<Compile Remove="01-perform\01-cubic\Import\**" />
|
<Compile Remove="01-perform\01-cubic\Preview\**" />
|
<EmbeddedResource Remove="01-perform\01-cubic\Curve\**" />
|
<EmbeddedResource Remove="01-perform\01-cubic\Import\**" />
|
<EmbeddedResource Remove="01-perform\01-cubic\Preview\**" />
|
<None Remove="01-perform\01-cubic\Curve\**" />
|
<None Remove="01-perform\01-cubic\Import\**" />
|
<None Remove="01-perform\01-cubic\Preview\**" />
|
<Page Remove="01-perform\01-cubic\Curve\**" />
|
<Page Remove="01-perform\01-cubic\Import\**" />
|
<Page Remove="01-perform\01-cubic\Preview\**" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Compile Remove="01-perform\01-cubic\01-chart\CubicSpline2dEditChart.cs" />
|
<Compile Remove="01-perform\01-cubic\01-chart\CubicSpline2dEditChart.Designer.cs" />
|
<Compile Remove="01-perform\01-cubic\01-chart\CubicSpline2dMultiChart.cs" />
|
<Compile Remove="01-perform\01-cubic\01-chart\CubicSpline2dMultiChart.Designer.cs" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<EmbeddedResource Remove="01-perform\01-cubic\01-chart\CubicSpline2dEditChart.resx" />
|
<EmbeddedResource Remove="01-perform\01-cubic\01-chart\CubicSpline2dMultiChart.resx" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<PackageReference Include="DevExpress.Win.Design" Version="23.2.4" />
|
<PackageReference Include="NPOI" Version="2.7.1" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\..\BLL\HStation.BLL.Phart.Core\HStation.BLL.Phart.Core.csproj" />
|
<ProjectReference Include="..\..\Dto\HStation.Dto.Assets.Core\HStation.Dto.Assets.Core.csproj" />
|
<ProjectReference Include="..\Hstation.WinFrmUI.Core\HStation.WinFrmUI.Core.csproj" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Compile Update="01-perform\01-cubic\01-chart\CubicSpline2dChart.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Update="01-perform\01-cubic\02-coordinate\AxisValueDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Update="01-perform\01-cubic\02-coordinate\ChartCoordinateDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Update="01-perform\01-cubic\03-import\01-excel\ImportCurveByExcelCtrl.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Update="01-perform\01-cubic\03-import\01-excel\ImportCurveByExcelDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Update="Properties\Resources.Designer.cs">
|
<DesignTime>True</DesignTime>
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Resources.resx</DependentUpon>
|
</Compile>
|
<Compile Update="XhsProjectUserControl.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Update="XhsPumpCurveMainPanel.cs" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<EmbeddedResource Update="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
</EmbeddedResource>
|
</ItemGroup>
|
|
</Project>
|