233 lines
13 KiB
XML
233 lines
13 KiB
XML
<?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>{62310ECD-18CE-4744-B1EE-9E46F19B84B6}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>DataServer</RootNamespace>
|
|
<AssemblyName>DataServer</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.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>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\BouncyCastle.Cryptography.2.2.1\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Google.Protobuf, Version=3.21.9.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Google.Protobuf.3.21.9\lib\net45\Google.Protobuf.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="K4os.Compression.LZ4, Version=1.3.5.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\K4os.Compression.LZ4.1.3.5\lib\net462\K4os.Compression.LZ4.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="K4os.Compression.LZ4.Streams, Version=1.3.5.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\K4os.Compression.LZ4.Streams.1.3.5\lib\net462\K4os.Compression.LZ4.Streams.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="K4os.Hash.xxHash, Version=1.0.8.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\K4os.Hash.xxHash.1.0.8\lib\net462\K4os.Hash.xxHash.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Maticsoft.Common">
|
|
<HintPath>..\packages\Maticsoft.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Maticsoft.DBUtility">
|
|
<HintPath>..\packages\Maticsoft.DBUtility.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MySql.Data">
|
|
<HintPath>..\packages\MySql.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Configuration.ConfigurationManager, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Configuration.ConfigurationManager.4.4.1\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Diagnostics.DiagnosticSource, Version=7.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.7.0.2\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.IO.Pipelines, Version=5.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.IO.Pipelines.5.0.2\lib\net461\System.IO.Pipelines.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Transactions" />
|
|
<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" />
|
|
<Reference Include="ZstdSharp, Version=0.7.1.0, Culture=neutral, PublicKeyToken=8d151af33a4ad5cf, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\ZstdSharp.Port.0.7.1\lib\net461\ZstdSharp.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="api\get_adjustable_device.cs" />
|
|
<Compile Include="api\get_adjustable_ioad.cs" />
|
|
<Compile Include="api\get_adjustable_load_analysis.cs" />
|
|
<Compile Include="api\get_air_pollution.cs" />
|
|
<Compile Include="api\get_basic_information.cs" />
|
|
<Compile Include="api\get_camera_list.cs" />
|
|
<Compile Include="api\get_carbon_emission.cs" />
|
|
<Compile Include="api\get_carbon_flux.cs" />
|
|
<Compile Include="api\get_carbon_footprint.cs" />
|
|
<Compile Include="api\get_carbon_intensity.cs" />
|
|
<Compile Include="api\get_carbon_neutral.cs" />
|
|
<Compile Include="api\get_carbon_ratio.cs" />
|
|
<Compile Include="api\get_clinker_boundary.cs" />
|
|
<Compile Include="api\get_coal_monitoring.cs" />
|
|
<Compile Include="api\get_coal_ranking.cs" />
|
|
<Compile Include="api\get_consumption_trend.cs" />
|
|
<Compile Include="api\get_current_voltage.cs" />
|
|
<Compile Include="api\get_daily_consumption.cs" />
|
|
<Compile Include="api\get_day_coal.cs" />
|
|
<Compile Include="api\get_distribution_monitoring.cs" />
|
|
<Compile Include="api\get_efficiency_index.cs" />
|
|
<Compile Include="api\get_electrical_ranking.cs" />
|
|
<Compile Include="api\get_electricity_rate.cs" />
|
|
<Compile Include="api\get_emission_ratio.cs" />
|
|
<Compile Include="api\get_energy_conservation.cs" />
|
|
<Compile Include="api\get_environmental_data.cs" />
|
|
<Compile Include="api\get_equipment_operation.cs" />
|
|
<Compile Include="api\get_equipment_profile.cs" />
|
|
<Compile Include="api\get_facility_ranking.cs" />
|
|
<Compile Include="api\get_firm_boundary.cs" />
|
|
<Compile Include="api\get_flexible_adjustable_load.cs" />
|
|
<Compile Include="api\get_garbage_power.cs" />
|
|
<Compile Include="api\get_generate_electricity.cs" />
|
|
<Compile Include="api\get_line_load.cs" />
|
|
<Compile Include="api\get_load_analysis.cs" />
|
|
<Compile Include="api\get_load_classification.cs" />
|
|
<Compile Include="api\get_load_control_strategy.cs" />
|
|
<Compile Include="api\get_load_management.cs" />
|
|
<Compile Include="api\get_load_proportion.cs" />
|
|
<Compile Include="api\get_loop_name.cs" />
|
|
<Compile Include="api\get_multi_rate.cs" />
|
|
<Compile Include="api\get_one_contrast.cs" />
|
|
<Compile Include="api\get_one_load.cs" />
|
|
<Compile Include="api\get_one_monitoring.cs" />
|
|
<Compile Include="api\get_one_proportion.cs" />
|
|
<Compile Include="api\get_one_ranking.cs" />
|
|
<Compile Include="api\get_plant_carbon.cs" />
|
|
<Compile Include="api\get_plant_coal.cs" />
|
|
<Compile Include="api\get_plant_consumption.cs" />
|
|
<Compile Include="api\get_plant_load.cs" />
|
|
<Compile Include="api\get_plant_power.cs" />
|
|
<Compile Include="api\get_plant_water.cs" />
|
|
<Compile Include="api\get_power_distribution.cs" />
|
|
<Compile Include="api\get_power_supply.cs" />
|
|
<Compile Include="api\get_present_coal.cs" />
|
|
<Compile Include="api\get_production_ranking.cs" />
|
|
<Compile Include="api\get_real _data.cs" />
|
|
<Compile Include="api\get_realtime_carbon.cs" />
|
|
<Compile Include="api\get_realtime_discharge.cs" />
|
|
<Compile Include="api\get_real_load.cs" />
|
|
<Compile Include="api\get_rigid_adjustable_loads.cs" />
|
|
<Compile Include="api\get_room_electricity.cs" />
|
|
<Compile Include="api\get_sorting_loss.cs" />
|
|
<Compile Include="api\get_system_overview.cs" />
|
|
<Compile Include="api\get_temperature_monitoring_one.cs" />
|
|
<Compile Include="api\get_temperature_monitoring_two.cs" />
|
|
<Compile Include="api\get_today_ water.cs" />
|
|
<Compile Include="api\get_ton_water.cs" />
|
|
<Compile Include="api\get_transformer.cs" />
|
|
<Compile Include="api\get_transformer_ratio.cs" />
|
|
<Compile Include="api\get_unit_consumption.cs" />
|
|
<Compile Include="api\get_unit_exception.cs" />
|
|
<Compile Include="api\get_use_coal.cs" />
|
|
<Compile Include="api\get_water_monitoring.cs" />
|
|
<Compile Include="api\get_water_statistics.cs" />
|
|
<Compile Include="api\select_loop_distribution.cs" />
|
|
<Compile Include="api\threedimensional\get_coal_equipment.cs" />
|
|
<Compile Include="api\threedimensional\get_facility_information.cs" />
|
|
<Compile Include="api\threedimensional\get_water_equipment.cs" />
|
|
<Compile Include="BLL\adjustable_load.cs" />
|
|
<Compile Include="BLL\camera_monitoring.cs" />
|
|
<Compile Include="BLL\coal_equipment.cs" />
|
|
<Compile Include="BLL\efficiency_index.cs" />
|
|
<Compile Include="BLL\electrical_installation.cs" />
|
|
<Compile Include="BLL\electricity_rate.cs" />
|
|
<Compile Include="BLL\electric_equipment.cs" />
|
|
<Compile Include="BLL\environmental_protection.cs" />
|
|
<Compile Include="BLL\generate_electricity.cs" />
|
|
<Compile Include="BLL\gw_data.cs" />
|
|
<Compile Include="BLL\loop_distribution.cs" />
|
|
<Compile Include="BLL\multi_rate.cs" />
|
|
<Compile Include="BLL\test_temperature.cs" />
|
|
<Compile Include="BLL\transformer.cs" />
|
|
<Compile Include="BLL\water_meter.cs" />
|
|
<Compile Include="DAL\adjustable_load.cs" />
|
|
<Compile Include="DAL\camera_monitoring.cs" />
|
|
<Compile Include="DAL\coal_equipment.cs" />
|
|
<Compile Include="DAL\efficiency_index.cs" />
|
|
<Compile Include="DAL\electrical_installation.cs" />
|
|
<Compile Include="DAL\electricity_rate.cs" />
|
|
<Compile Include="DAL\electric_equipment.cs" />
|
|
<Compile Include="DAL\environmental_protection.cs" />
|
|
<Compile Include="DAL\generate_electricity.cs" />
|
|
<Compile Include="DAL\gw_data.cs" />
|
|
<Compile Include="DAL\loop_distribution.cs" />
|
|
<Compile Include="DAL\multi_rate.cs" />
|
|
<Compile Include="DAL\test_temperature.cs" />
|
|
<Compile Include="DAL\transformer.cs" />
|
|
<Compile Include="DAL\water_meter.cs" />
|
|
<Compile Include="Model\adjustable_load.cs" />
|
|
<Compile Include="Model\camera_monitoring.cs" />
|
|
<Compile Include="Model\coal_equipment.cs" />
|
|
<Compile Include="Model\efficiency_index.cs" />
|
|
<Compile Include="Model\electrical_installation.cs" />
|
|
<Compile Include="Model\electricity_rate.cs" />
|
|
<Compile Include="Model\electric_equipment.cs" />
|
|
<Compile Include="Model\environmental_protection.cs" />
|
|
<Compile Include="Model\generate_electricity.cs" />
|
|
<Compile Include="Model\gw_data.cs" />
|
|
<Compile Include="Model\loop_distribution.cs" />
|
|
<Compile Include="Model\multi_rate.cs" />
|
|
<Compile Include="Model\test_temperature.cs" />
|
|
<Compile Include="Model\transformer.cs" />
|
|
<Compile Include="Model\water_meter.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |