LonglslandExhibitionCenter/DataService/DataService.csproj

133 lines
6.2 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>{9B5E12E8-B3B7-482D-A00B-AF6BD0771284}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DataService</RootNamespace>
<AssemblyName>DataService</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\get_airconditioning_load.cs" />
<Compile Include="api\get_big_screen.cs" />
<Compile Include="api\get_boot_strategy.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_neutral.cs" />
<Compile Include="api\get_carbon_overview.cs" />
<Compile Include="api\get_carbon_trend.cs" />
<Compile Include="api\get_daily_electricity.cs" />
<Compile Include="api\get_data.cs" />
<Compile Include="api\get_data_state.cs" />
<Compile Include="api\get_drain_heading.cs" />
<Compile Include="api\get_electrical_condition.cs" />
<Compile Include="api\get_electricity_consumption.cs" />
<Compile Include="api\get_electricity_rate.cs" />
<Compile Include="api\get_energy_calendar.cs" />
<Compile Include="api\get_energy_flow.cs" />
<Compile Include="api\get_energy_indexing.cs" />
<Compile Include="api\get_failure_warning.cs" />
<Compile Include="api\get_fault_condition.cs" />
<Compile Include="api\get_full_switch.cs" />
<Compile Include="api\get_general_situation.cs" />
<Compile Include="api\get_lighting_control.cs" />
<Compile Include="api\get_lighting_detail.cs" />
<Compile Include="api\get_lighting_load.cs" />
<Compile Include="api\get_lighting_monitoring.cs" />
<Compile Include="api\get_load_classification.cs" />
<Compile Include="api\get_loop_ranking.cs" />
<Compile Include="api\get_maintenance_reminder.cs" />
<Compile Include="api\get_meteorological_station.cs" />
<Compile Include="api\get_multi_rate.cs" />
<Compile Include="api\get_operating_state.cs" />
<Compile Include="api\get_pavilion_lighting.cs" />
<Compile Include="api\get_policy_editing.cs" />
<Compile Include="api\get_realtime_load.cs" />
<Compile Include="api\get_real_load.cs" />
<Compile Include="api\get_single_control.cs" />
<Compile Include="api\get_single_switch.cs" />
<Compile Include="api\get_strategy_compilation.cs" />
<Compile Include="api\get_system_energy.cs" />
<Compile Include="api\get_system_purge.cs" />
<Compile Include="api\get_system_ranking.cs" />
<Compile Include="api\get_total_energy.cs" />
<Compile Include="api\get_water_draining.cs" />
<Compile Include="api\get_control_lighting.cs" />
<Compile Include="BLL\boot_strategy.cs" />
<Compile Include="BLL\device_info.cs" />
<Compile Include="BLL\electricity_data.cs" />
<Compile Include="BLL\electricity_rate.cs" />
<Compile Include="BLL\lighting_info.cs" />
<Compile Include="BLL\meteorological_station.cs" />
<Compile Include="BLL\multi_rate.cs" />
<Compile Include="BLL\policy_device.cs" />
<Compile Include="BLL\pollution_discharge.cs" />
<Compile Include="BLL\unit_list.cs" />
<Compile Include="DAL\boot_strategy.cs" />
<Compile Include="DAL\device_info.cs" />
<Compile Include="DAL\electricity_data.cs" />
<Compile Include="DAL\electricity_rate.cs" />
<Compile Include="DAL\lighting_info.cs" />
<Compile Include="DAL\meteorological_station.cs" />
<Compile Include="DAL\multi_rate.cs" />
<Compile Include="DAL\policy_device.cs" />
<Compile Include="DAL\pollution_discharge.cs" />
<Compile Include="DAL\unit_list.cs" />
<Compile Include="Model\boot_strategy.cs" />
<Compile Include="Model\device_info.cs" />
<Compile Include="Model\electricity_data.cs" />
<Compile Include="Model\electricity_rate.cs" />
<Compile Include="Model\lighting_info.cs" />
<Compile Include="Model\meteorological_station.cs" />
<Compile Include="Model\multi_rate.cs" />
<Compile Include="Model\policy_device.cs" />
<Compile Include="Model\pollution_discharge.cs" />
<Compile Include="Model\unit_list.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>