Newer
Older
SensorHub / SensorHub.LampNB / SensorHub.LampNBServer.csproj
root on 17 Sep 2021 4 KB first commit
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{F9882CDD-522D-4493-9C90-6FEE56B0C00F}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>SensorHub.LampNBServer</RootNamespace>
    <AssemblyName>SensorHub.LampNBServer</AssemblyName>
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
  </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\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\bin\Newtonsoft.Json.dll</HintPath>
    </Reference>
    <Reference Include="SuperSocket.Facility">
      <HintPath>..\bin\SuperSocket.Facility.dll</HintPath>
    </Reference>
    <Reference Include="SuperSocket.ProtoBase">
      <HintPath>..\bin\SuperSocket.ProtoBase.dll</HintPath>
    </Reference>
    <Reference Include="SuperSocket.SocketBase">
      <HintPath>..\bin\SuperSocket.SocketBase.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.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Channels.cs" />
    <Compile Include="ConfigBuild.cs" />
    <Compile Include="ConfigItems.cs" />
    <Compile Include="ElectricityTagHandler.cs" />
    <Compile Include="ApparentEnergyTagHandler.cs" />
    <Compile Include="LampConfig.cs" />
    <Compile Include="ReactiveEnergyTagHandler.cs" />
    <Compile Include="IDespatchServer.cs" />
    <Compile Include="Lamp.cs" />
    <Compile Include="LampData.cs" />
    <Compile Include="LampServer.cs" />
    <Compile Include="ActiveEnergyTagHandler.cs" />
    <Compile Include="ApparentPowerTagHandler.cs" />
    <Compile Include="ReactivePowerTagHandler.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="ActivePowerTagHandler.cs" />
    <Compile Include="LineReceiveFilter.cs" />
    <Compile Include="TelecomReceiveFilter.cs" />
    <Compile Include="VoltageTagHandler.cs" />
    <Compile Include="LampConfigServer.cs" />
    <Compile Include="LampConfigSession.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\SensorHub.Servers\SensorHub.Servers.csproj">
      <Project>{9bf5d683-f4f2-4d3d-8163-edb3c3d6eafc}</Project>
      <Name>SensorHub.Servers</Name>
    </ProjectReference>
    <ProjectReference Include="..\SensorHub.Utility\SensorHub.Utility.csproj">
      <Project>{d8f11ed2-b70a-4541-93d0-2508df14d7ab}</Project>
      <Name>SensorHub.Utility</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>