<Project Sdk="Microsoft.NET.Sdk">
|
<PropertyGroup>
|
<TargetFramework>net6.0</TargetFramework>
|
<OutputType>Library</OutputType>
|
<RootNamespace>Hydro.Inp</RootNamespace>
|
<AssemblyName>Hydro.Inp</AssemblyName>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
<AssemblyTitle>Hydro.Inp</AssemblyTitle>
|
<Product>Hydro.Inp</Product>
|
<Copyright>Copyright © 2023</Copyright>
|
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
<FileVersion>1.0.0.0</FileVersion>
|
</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>
|
<ProjectReference Include="..\Hydro.CommonBase\Hydro.CommonBase.csproj" />
|
<ProjectReference Include="..\Hydro.Core\Hydro.Core.csproj" />
|
<ProjectReference Include="..\Hydro.HydraulicModel\Hydro.HydraulicModel.csproj" />
|
</ItemGroup>
|
<ItemGroup>
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
</ItemGroup>
|
</Project>
|