125 lines
6.1 KiB
XML
125 lines
6.1 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>{B6C5DD72-4209-4326-976E-C553C06FD867}</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="Maticsoft.Common">
|
|
<HintPath>..\packages\Maticsoft.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Maticsoft.DBUtility">
|
|
<HintPath>..\packages\Maticsoft.DBUtility.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MySql.Data">
|
|
<HintPath>..\packages\MySql.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<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="api\EnergyEfficiency\get_amount_energy_response.cs" />
|
|
<Compile Include="api\EnergyEfficiency\get_classified_energy_response.cs" />
|
|
<Compile Include="api\EnergyEfficiency\get_device_operation_response.cs" />
|
|
<Compile Include="api\EnergyEfficiency\get_electricity_price_response.cs" />
|
|
<Compile Include="api\EnergyEfficiency\get_energy_benchmarking_response.cs" />
|
|
<Compile Include="api\EnergyEfficiency\get_energy_calendar_response.cs" />
|
|
<Compile Include="api\EnergyEfficiency\get_energy_consumption_response.cs" />
|
|
<Compile Include="api\EnergyEfficiency\get_energy_flow_response.cs" />
|
|
<Compile Include="api\EnergyEfficiency\get_energy_trend_response.cs" />
|
|
<Compile Include="api\EnergyEfficiency\get_itemize_energy_response.cs" />
|
|
<Compile Include="api\EnergyEfficiency\get_multi_rate_response.cs" />
|
|
<Compile Include="api\EnergyEfficiency\get_unit_consumption_response.cs" />
|
|
<Compile Include="api\get_abutment.cs" />
|
|
<Compile Include="api\get_air_conditioner.cs" />
|
|
<Compile Include="api\get_carbon_emission.cs" />
|
|
<Compile Include="api\get_carbon_flux.cs" />
|
|
<Compile Include="api\get_carbon_intensity.cs" />
|
|
<Compile Include="api\get_carbon_offset.cs" />
|
|
<Compile Include="api\get_carbon_reduction.cs" />
|
|
<Compile Include="api\get_cell_ranking.cs" />
|
|
<Compile Include="api\get_chamber_load.cs" />
|
|
<Compile Include="api\get_current_voltage.cs" />
|
|
<Compile Include="api\get_daily_electricity.cs" />
|
|
<Compile Include="api\get_distribution_power.cs" />
|
|
<Compile Include="api\get_electrical_ranking.cs" />
|
|
<Compile Include="api\get_electricity_consumption.cs" />
|
|
<Compile Include="api\get_electric_equipment.cs" />
|
|
<Compile Include="api\get_electric_quantity.cs" />
|
|
<Compile Include="api\get_equipment_monitoring.cs" />
|
|
<Compile Include="api\get_essential_information.cs" />
|
|
<Compile Include="api\get_general_catalogue.cs" />
|
|
<Compile Include="api\get_information.cs" />
|
|
<Compile Include="api\get_lighting_load.cs" />
|
|
<Compile Include="api\get_power_load.cs" />
|
|
<Compile Include="api\get_realtime_load.cs" />
|
|
<Compile Include="api\get_room_electricity.cs" />
|
|
<Compile Include="api\select_switching_name.cs" />
|
|
<Compile Include="api\select_switching_room.cs" />
|
|
<Compile Include="api\Test.cs" />
|
|
<Compile Include="BLL\device_data.cs" />
|
|
<Compile Include="BLL\device_info.cs" />
|
|
<Compile Include="BLL\device_operation.cs" />
|
|
<Compile Include="BLL\electricity_data.cs" />
|
|
<Compile Include="BLL\electricity_price.cs" />
|
|
<Compile Include="BLL\electricity_quantity.cs" />
|
|
<Compile Include="BLL\gas_data.cs" />
|
|
<Compile Include="BLL\planned_energy.cs" />
|
|
<Compile Include="BLL\water_data.cs" />
|
|
<Compile Include="DAL\device_data.cs" />
|
|
<Compile Include="api\get_realtime_data.cs" />
|
|
<Compile Include="DAL\device_info.cs" />
|
|
<Compile Include="DAL\device_operation.cs" />
|
|
<Compile Include="DAL\electricity_data.cs" />
|
|
<Compile Include="DAL\electricity_price.cs" />
|
|
<Compile Include="DAL\electricity_quantity.cs" />
|
|
<Compile Include="DAL\gas_data.cs" />
|
|
<Compile Include="DAL\planned_energy.cs" />
|
|
<Compile Include="DAL\water_data.cs" />
|
|
<Compile Include="Model\device_data.cs" />
|
|
<Compile Include="Model\device_info.cs" />
|
|
<Compile Include="Model\device_operation.cs" />
|
|
<Compile Include="Model\electricity_data.cs" />
|
|
<Compile Include="Model\electricity_price.cs" />
|
|
<Compile Include="Model\electricity_quantity.cs" />
|
|
<Compile Include="Model\gas_data.cs" />
|
|
<Compile Include="api\get_carbon_measure.cs" />
|
|
<Compile Include="Model\planned_energy.cs" />
|
|
<Compile Include="Model\water_data.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |