<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>
|
<NoWarn>MSB3277</NoWarn>
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<OutputPath>..\..\..\bin\release\</OutputPath>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ApplicationIcon>blur_paintsoftselection.ico</ApplicationIcon>
|
</PropertyGroup>
|
<PropertyGroup>
|
<StartupObject />
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug1|AnyCPU'">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>bin\Debug1\</OutputPath>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_new|AnyCPU'">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>bin\Debug_new\</OutputPath>
|
<WarningLevel>0</WarningLevel>
|
</PropertyGroup>
|
<ItemGroup>
|
<Compile Update="ChartPump.cs">
|
<SubType>Component</SubType>
|
</Compile>
|
<Compile Update="Map\DMap.cs">
|
<SubType>Component</SubType>
|
</Compile>
|
<Compile Update="WindowsForm\ColorPicker.cs">
|
<SubType>Component</SubType>
|
</Compile>
|
<Compile Update="Map\MapViewer.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Update="WindowsForm\propertyform_Ex.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<EmbeddedResource Include="Properties\licenses.licx" />
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="add12_storedselections.ico" />
|
<Content Include="blur_paintsoftselection.ico" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\Hydro.CommonBase\Hydro.CommonBase.csproj" />
|
<ProjectReference Include="..\Hydro.Core\Hydro.Core.csproj" />
|
<ProjectReference Include="..\Hydro.Inp2.2\Hydro.Inp2.2.csproj" />
|
<ProjectReference Include="..\Hydro.MapView\Hydro.MapView.csproj" />
|
</ItemGroup>
|
<ItemGroup>
|
<PackageReference Include="AForge" Version="2.2.5" />
|
<PackageReference Include="Dapper" Version="2.1.28" />
|
<PackageReference Include="MathNet.Numerics" Version="4.1.0" />
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
<PackageReference Include="System.Data.SQLite" Version="1.0.118.0" />
|
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118.0" />
|
<PackageReference Include="System.Data.SQLite.EF6" Version="1.0.118.0" />
|
<PackageReference Include="EntityFramework" Version="6.4.4" />
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Remove="copy.cs" />
|
<Compile Remove="Global.cs" />
|
<Compile Remove="MapObjectExtension.cs" />
|
<Compile Remove="Map\MapContainer.cs" />
|
<Compile Remove="Map\MapContainer.Designer.cs" />
|
<Compile Remove="Map\map_old.cs" />
|
<Compile Remove="Map\map_old.Designer.cs" />
|
<Compile Remove="Map\map_old.Model.cs" />
|
<Compile Remove="Network\NetModel.cs" />
|
<Compile Remove="Network\Network.cs" />
|
<Compile Remove="Network\NetworkResult.cs" />
|
<Compile Remove="Network\Net_Input.cs" />
|
<Compile Remove="Network\Net_Output.cs" />
|
<Compile Remove="pksj.cs" />
|
<Compile Remove="PumpViewer.cs" />
|
<Compile Remove="Repeater.cs" />
|
<Compile Remove="Template.cs" />
|
<Compile Remove="WindowsForm\Form_SelectTemp.cs" />
|
<Compile Remove="WindowsForm\Form_SelectTemp.designer.cs" />
|
<Compile Remove="WindowsForm\propertyform(老版本).cs" />
|
<Compile Remove="WindowsForm\propertyform(老版本).designer.cs" />
|
<Compile Remove="下拉搜索列.cs" />
|
<Compile Remove="建模\AddFactoryForm.cs" />
|
<Compile Remove="建模\AddFactoryForm.Designer.cs" />
|
<Compile Remove="建模\AddPumpForm.cs" />
|
<Compile Remove="建模\AddPumpForm.Designer.cs" />
|
<Compile Remove="建模\CurveParam.cs" />
|
<Compile Remove="建模\FactoryModel.cs" />
|
<Compile Remove="建模\Form_建模.cs" />
|
<Compile Remove="建模\Form_建模.Designer.cs" />
|
<EmbeddedResource Remove="Map\MapContainer.resx" />
|
<EmbeddedResource Remove="Map\MapViewer_BACKUP_1284.resx" />
|
<EmbeddedResource Remove="Map\MapViewer_BASE_1284.resx" />
|
<EmbeddedResource Remove="Map\MapViewer_LOCAL_1284.resx" />
|
<EmbeddedResource Remove="Map\MapViewer_REMOTE_1284.resx" />
|
<EmbeddedResource Remove="Map\map_old.resx" />
|
<EmbeddedResource Remove="PumpViewer.resx" />
|
<EmbeddedResource Remove="WindowsForm\Form_SelectTemp.resx" />
|
<EmbeddedResource Remove="WindowsForm\propertyform(老版本).resx" />
|
<EmbeddedResource Remove="建模\AddFactoryForm.resx" />
|
<EmbeddedResource Remove="建模\AddPumpForm.resx" />
|
<EmbeddedResource Remove="建模\Form_建模.resx" />
|
</ItemGroup>
|
<ItemGroup>
|
<Reference Include="DevExpress.Data.Desktop.v22.2">
|
<HintPath>..\..\..\..\..\..\F_file\D_data\devframework\Components\Bin\Framework\DevExpress.Data.Desktop.v22.2.dll</HintPath>
|
</Reference>
|
<Reference Include="DevExpress.Data.v22.2">
|
<HintPath>..\..\..\..\..\..\F_file\D_data\devframework\Components\Bin\Framework\DevExpress.Data.v22.2.dll</HintPath>
|
</Reference>
|
<Reference Include="DevExpress.Drawing.v22.2">
|
<HintPath>..\..\..\..\..\..\F_file\D_data\devframework\Components\Bin\Framework\DevExpress.Drawing.v22.2.dll</HintPath>
|
</Reference>
|
<Reference Include="DevExpress.Printing.v22.2.Core">
|
<HintPath>..\..\..\..\..\..\F_file\D_data\devframework\Components\Bin\Framework\DevExpress.Printing.v22.2.Core.dll</HintPath>
|
</Reference>
|
<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="DevExpress.XtraVerticalGrid.v22.2">
|
<HintPath>..\..\..\..\..\..\F_file\D_data\devframework\Components\Bin\Framework\DevExpress.XtraVerticalGrid.v22.2.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
</Project>
|