| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | <PropertyGroup> |
| | | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| | | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| | | <ProjectGuid>{28C0335B-68D5-4F31-BFD5-AEDA36AADFE1}</ProjectGuid> |
| | | <TargetFramework>net6.0-windows</TargetFramework> |
| | | <OutputType>Library</OutputType> |
| | | <AppDesignerFolder>Properties</AppDesignerFolder> |
| | | <RootNamespace>IStation.DataProvider</RootNamespace> |
| | | <AssemblyName>IStation.DataProvider</AssemblyName> |
| | | <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> |
| | | <FileAlignment>512</FileAlignment> |
| | | <Deterministic>true</Deterministic> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| | | <DebugSymbols>true</DebugSymbols> |
| | | <DebugType>full</DebugType> |
| | | <Optimize>false</Optimize> |
| | | <OutputPath>bin\Debug\</OutputPath> |
| | | <DefineConstants>DEBUG;TRACE</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| | | <DebugType>pdbonly</DebugType> |
| | | <Optimize>true</Optimize> |
| | | <OutputPath>bin\Release\</OutputPath> |
| | | <DefineConstants>TRACE</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
| | | <UseWindowsForms>true</UseWindowsForms> |
| | | <ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets> |
| | | </PropertyGroup> |
| | | <ItemGroup> |
| | | <Reference Include="DevExpress.Printing.v23.2.Core, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| | | <Reference Include="DevExpress.Drawing.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| | | <Reference Include="DevExpress.Data.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| | | <Reference Include="DevExpress.Utils.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| | | <Reference Include="DevExpress.XtraEditors.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| | | <Reference Include="System" /> |
| | | <Reference Include="System.Core" /> |
| | | <Reference Include="System.Drawing" /> |
| | | <Reference Include="System.Windows.Forms" /> |
| | | <Reference Include="System.Xml.Linq" /> |
| | | <Reference Include="System.Data.DataSetExtensions" /> |
| | | <Reference Include="Microsoft.CSharp" /> |
| | | <Reference Include="System.Data" /> |
| | | <Reference Include="System.Net.Http" /> |
| | | <Reference Include="System.Xml" /> |
| | | <ProjectReference Include="..\..\BLL\IStation.BLL.Basic\IStation.BLL.Basic.csproj" /> |
| | | <ProjectReference Include="..\..\Component\IStation.Newtonsoft\IStation.Newtonsoft.csproj" /> |
| | | <ProjectReference Include="..\..\Component\IStation.SnowflakeId\IStation.SnowflakeId.csproj" /> |
| | | <ProjectReference Include="..\..\Core\IStation.Core\IStation.Core.csproj" /> |
| | | <ProjectReference Include="..\..\Entity\IStation.Entity.Core\IStation.Entity.Core.csproj" /> |
| | | <ProjectReference Include="..\..\Model\IStation.Model.Basic\IStation.Model.Basic.csproj" /> |
| | | <ProjectReference Include="..\..\Model\IStation.Model.Core\IStation.Model.Core.csproj" /> |
| | | <ProjectReference Include="..\..\Settings\IStation.Settings\IStation.Settings.csproj" /> |
| | | <ProjectReference Include="..\..\Utils\IStation.Unit\IStation.Unit.csproj" /> |
| | | <ProjectReference Include="..\..\WinFrmUI\IStation.WinFrmUI.Core\IStation.WinFrmUI.Core.csproj" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Compile Include="Properties\AssemblyInfo.cs" /> |
| | | <Compile Include="ElecPriceGenerator.cs" /> |
| | | <Compile Include="SignalTypeGenerator.cs" /> |
| | | <Compile Include="StationGenerator.cs" /> |
| | | <Compile Include="temp\导入导出\业务树\LogicTreeImportExportHelper.cs" /> |
| | | <Compile Include="temp\导入导出\导入数据\DataImportExportHelper.cs" /> |
| | | <Compile Include="temp\导入导出\性能曲线\FeatCurveImportExportHelper.cs" /> |
| | | <Compile Include="temp\导入导出\测点\MonitorPointImportExportHelper.cs" /> |
| | | <Compile Include="temp\导入导出\设备\ProductImportExportHelper.cs" /> |
| | | <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
| | | <PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\..\BLL\IStation.BLL.Basic\IStation.BLL.Basic.csproj"> |
| | | <Project>{3b7b39da-835b-4975-bd88-977e1870fe32}</Project> |
| | | <Name>IStation.BLL.Basic</Name> |
| | | </ProjectReference> |
| | | <ProjectReference Include="..\..\Component\IStation.Newtonsoft\IStation.Newtonsoft.csproj"> |
| | | <Project>{59b6d7c8-f980-4d24-b3ec-6d378ff5b05e}</Project> |
| | | <Name>IStation.Newtonsoft</Name> |
| | | </ProjectReference> |
| | | <ProjectReference Include="..\..\Component\IStation.SnowflakeId\IStation.SnowflakeId.csproj"> |
| | | <Project>{7cb8c9a8-a6de-4742-b7c7-1f8bcc6c3eea}</Project> |
| | | <Name>IStation.SnowflakeId</Name> |
| | | </ProjectReference> |
| | | <ProjectReference Include="..\..\Core\IStation.Core\IStation.Core.csproj"> |
| | | <Project>{c2675c69-ffed-481b-af5a-a56141e9515f}</Project> |
| | | <Name>IStation.Core</Name> |
| | | </ProjectReference> |
| | | <ProjectReference Include="..\..\Entity\IStation.Entity.Core\IStation.Entity.Core.csproj"> |
| | | <Project>{6c6d2ed3-c4ea-43b3-9f75-91342c8a209f}</Project> |
| | | <Name>IStation.Entity.Core</Name> |
| | | </ProjectReference> |
| | | <ProjectReference Include="..\..\Model\IStation.Model.Basic\IStation.Model.Basic.csproj"> |
| | | <Project>{768dfba7-383a-4780-bb29-d3f73997ee6b}</Project> |
| | | <Name>IStation.Model.Basic</Name> |
| | | </ProjectReference> |
| | | <ProjectReference Include="..\..\Model\IStation.Model.Core\IStation.Model.Core.csproj"> |
| | | <Project>{BA30A79A-7D4E-4063-A2A3-D7C30DD4A752}</Project> |
| | | <Name>IStation.Model.Core</Name> |
| | | </ProjectReference> |
| | | <ProjectReference Include="..\..\Settings\IStation.Settings\IStation.Settings.csproj"> |
| | | <Project>{37082337-850e-4dc9-9df5-da0218da6db8}</Project> |
| | | <Name>IStation.Settings</Name> |
| | | </ProjectReference> |
| | | <ProjectReference Include="..\..\Utils\IStation.Unit\IStation.Unit.csproj"> |
| | | <Project>{4F1A6FA1-9087-4236-A80B-67D9C072746A}</Project> |
| | | <Name>IStation.Unit</Name> |
| | | </ProjectReference> |
| | | <Compile Remove="FileConvert.cs" /> |
| | | <Compile Remove="File\Equipment\Equipment.cs" /> |
| | | <Compile Remove="File\Equipment\EquipmentGroup.cs" /> |
| | | <Compile Remove="File\Equipment\EquipmentMonitorMapping.cs" /> |
| | | <Compile Remove="File\MonitorPoint\MonitorPoint.cs" /> |
| | | <Compile Remove="File\MonitorPoint\MonitorPointGroup.cs" /> |
| | | <Compile Remove="File\MonitorPoint\MonitorPointMapping.cs" /> |
| | | <Compile Remove="File\MonitorPoint\Signal.cs" /> |
| | | <Compile Remove="File\PumpCurve\PumpCurve.cs" /> |
| | | <Compile Remove="File\PumpCurve\PumpCurveMapping.cs" /> |
| | | <Compile Remove="File\Station\Station.cs" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <None Include="app.config" /> |
| | | </ItemGroup> |
| | | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| | | </Project> |