<Project Sdk="Microsoft.NET.Sdk">
|
<PropertyGroup>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
<OutputType>Library</OutputType>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
<UseWindowsForms>true</UseWindowsForms>
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<OutputPath>..\..\bin\debug\</OutputPath>
|
<WarningLevel>0</WarningLevel>
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<OutputPath>..\..\bin\release\</OutputPath>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="DevExpress.Utils.v22.2">
|
<HintPath>..\..\..\..\..\..\F_file\D_data\devframework\Components\Bin\Framework\DevExpress.Utils.v22.2.dll</HintPath>
|
</Reference>
|
<Reference Include="DevExpress.XtraEditors.v22.2">
|
<HintPath>..\..\..\..\..\..\F_file\D_data\devframework\Components\Bin\Framework\DevExpress.XtraEditors.v22.2.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Windows.Forms.DataVisualization">
|
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Windows.Forms.DataVisualization.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\Hydro.CommonBase\Hydro.CommonBase.csproj" />
|
<ProjectReference Include="..\Hydro.HydraulicOptimizer\Hydro.HydraulicOptimizer.csproj" />
|
<ProjectReference Include="..\Hydro.CodeProvider\Hydro.CodeProvider.csproj" />
|
<ProjectReference Include="..\Hydro.ConfigModel\Hydro.ConfigModel.csproj" />
|
<ProjectReference Include="..\Hydro.Core\Hydro.Core.csproj" />
|
<ProjectReference Include="..\Hydro.HydraulicModel\Yw.EPAnet.Core.csproj" />
|
</ItemGroup>
|
<ItemGroup>
|
<PackageReference Include="MathNet.Numerics" Version="4.1.0" />
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Remove="Base\TagEditorForm.cs" />
|
<Compile Remove="Base\TagEditorForm.Designer.cs" />
|
<Compile Remove="Common\dict.cs" />
|
</ItemGroup>
|
</Project>
|