1
cloudflight
2024-07-20 fab5d6e30b9a42a1f94524fca74ef227d2c963e4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<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\Yw.Epanet.Calcu.Core.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>