<?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')" />
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProjectGuid>{28C0335B-68D5-4F31-BFD5-AEDA36AADFE1}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>IStation.DataProvider</RootNamespace>
|
<AssemblyName>IStation.DataProvider</AssemblyName>
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
<TargetFrameworkProfile />
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>..\..\out\</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>..\..\out\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="DevExpress.Printing.v22.2.Core, Version=22.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.Drawing.v22.2, Version=22.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.Data.v22.2, Version=22.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.Utils.v22.2, Version=22.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.XtraEditors.v22.2, Version=22.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" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="StationGenerator.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="ElecPriceGenerator.cs" />
|
<Compile Include="SignalTypeGenerator.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" />
|
</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="..\..\BLL\IStation.BLL.Monitor\IStation.BLL.Monitor.csproj">
|
<Project>{0383caa6-d016-4be5-bb2b-97eb12f0c9fa}</Project>
|
<Name>IStation.BLL.Monitor</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="..\..\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="..\..\Utils\IStation.Unit\IStation.Unit.csproj">
|
<Project>{4F1A6FA1-9087-4236-A80B-67D9C072746A}</Project>
|
<Name>IStation.Unit</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|