| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0-windows</TargetFramework> |
| | | <Nullable>enable</Nullable> |
| | | <OutputType>Library</OutputType> |
| | | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
| | | <UseWindowsForms>true</UseWindowsForms> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets> |
| | | </PropertyGroup> |
| | | |
| | | </Project> |
| | | <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 /> |
| | | <RootNamespace>Yw.WinFrmUI.Q3D</RootNamespace> |
| | | </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\Drawer.cs"> |
| | | <SubType>UserControl</SubType> |
| | | </Compile> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Content Include="add12_storedselections.ico" /> |
| | | <Content Include="blur_paintsoftselection.ico" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <PackageReference Include="MathNet.Numerics" Version="5.0.0" /> |
| | | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Compile Remove="copy.cs" /> |
| | | <Compile Remove="MapView\Core\NetWork\NetRelationExtentions.cs" /> |
| | | <Compile Remove="MapView\Core\NetWork\NetWork.cs" /> |
| | | <Compile Remove="Global.cs" /> |
| | | <Compile Remove="MapObjectExtension.cs" /> |
| | | <Compile Remove="Map\DMap.cs" /> |
| | | <Compile Remove="Map\DMap.Designer.cs" /> |
| | | <Compile Remove="Map\DMap.Model.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_Color.cs" /> |
| | | <Compile Remove="WindowsForm\Form_Color.designer.cs" /> |
| | | <Compile Remove="WindowsForm\Form_Magnifier.cs" /> |
| | | <Compile Remove="WindowsForm\Form_Magnifier.Designer.cs" /> |
| | | <Compile Remove="WindowsForm\Form_SelectTemp.cs" /> |
| | | <Compile Remove="WindowsForm\Form_SelectTemp.designer.cs" /> |
| | | <Compile Remove="WindowsForm\Progress.cs" /> |
| | | <Compile Remove="WindowsForm\Progress.designer.cs" /> |
| | | <Compile Remove="WindowsForm\propertyform(老版本).cs" /> |
| | | <Compile Remove="WindowsForm\propertyform(老版本).designer.cs" /> |
| | | <Compile Remove="WindowsForm\propertyform.cs" /> |
| | | <Compile Remove="WindowsForm\propertyform.designer.cs" /> |
| | | <Compile Remove="WindowsForm\propertyform_Ex.cs" /> |
| | | <Compile Remove="WindowsForm\propertyform_Ex.designer.cs" /> |
| | | <Compile Remove="WindowsForm\模板管理.cs" /> |
| | | <Compile Remove="WindowsForm\模板管理.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\DMap.resx" /> |
| | | <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_Color.resx" /> |
| | | <EmbeddedResource Remove="WindowsForm\Form_Magnifier.resx" /> |
| | | <EmbeddedResource Remove="WindowsForm\Form_SelectTemp.resx" /> |
| | | <EmbeddedResource Remove="WindowsForm\Progress.resx" /> |
| | | <EmbeddedResource Remove="WindowsForm\propertyform(老版本).resx" /> |
| | | <EmbeddedResource Remove="WindowsForm\propertyform.resx" /> |
| | | <EmbeddedResource Remove="WindowsForm\propertyform_Ex.resx" /> |
| | | <EmbeddedResource Remove="WindowsForm\模板管理.resx" /> |
| | | <EmbeddedResource Remove="建模\AddFactoryForm.resx" /> |
| | | <EmbeddedResource Remove="建模\AddPumpForm.resx" /> |
| | | <EmbeddedResource Remove="建模\Form_建模.resx" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Folder Include="MapView\Core\NetWork\" /> |
| | | </ItemGroup> |
| | | </Project> |