DongYing/DataServer/DataServer.csproj

94 lines
4.4 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_device_operation_response.cs" />
<Compile Include="api\EnergyEfficiency\get_electricity_price_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_cell_ranking.cs" />
<Compile Include="api\get_chamber_load.cs" />
<Compile Include="api\get_current_voltage.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_operation.cs" />
<Compile Include="BLL\electricity_price.cs" />
<Compile Include="DAL\device_data.cs" />
<Compile Include="api\get_realtime_data.cs" />
<Compile Include="DAL\device_operation.cs" />
<Compile Include="DAL\electricity_price.cs" />
<Compile Include="Model\device_data.cs" />
<Compile Include="Model\device_operation.cs" />
<Compile Include="Model\electricity_price.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>