Skip to content
Snippets Groups Projects
Lora.csproj 4.07 KiB
<?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>{85A78B05-5843-4E4D-8C56-4BCB12613750}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Fraunhofer.Fit.Iot.Lora</RootNamespace>
    <AssemblyName>Lora</AssemblyName>
    <TargetFrameworkVersion>v4.7.1</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\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.ServiceProcess" />
    <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="Unosquare.RaspberryIO, Version=0.14.0.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\..\Lora-Bot\packages\Unosquare.Raspberry.IO.0.14.0\lib\net452\Unosquare.RaspberryIO.dll</HintPath>
    </Reference>
    <Reference Include="Unosquare.Swan, Version=0.28.1.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\..\Lora-Bot\packages\Unosquare.Swan.0.28.1\lib\net452\Unosquare.Swan.dll</HintPath>
    </Reference>
    <Reference Include="Unosquare.Swan.Lite, Version=0.28.0.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\..\Lora-Bot\packages\Unosquare.Swan.Lite.0.28.0\lib\net452\Unosquare.Swan.Lite.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Events\TrackerUpdateEvent.cs" />
    <Compile Include="Events\GpsUpdateEvent.cs" />
    <Compile Include="Events\UpdateEventHelper.cs" />
    <Compile Include="Events\StatusUpdateEvent.cs" />
    <Compile Include="Events\LoraClientEvent.cs" />
    <Compile Include="Trackers\GpsInfo.cs" />
    <Compile Include="Trackers\Tracker.cs" />
    <Compile Include="Events\DataUpdateEvent.cs" />
    <Compile Include="lib\LoraConnector.cs" />
    <Compile Include="LoraController.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\Librarys\litjson\litjson\litjson_4.7.1.csproj">
      <Project>{91a14cd2-2940-4500-8193-56d37edddbaa}</Project>
      <Name>litjson_4.7.1</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Utils\Bot-Utils\Bot-Utils.csproj">
      <Project>{bb7bfcb5-3db0-49e1-802a-3ce3eecc59f9}</Project>
      <Name>Bot-Utils</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Utils\IoT\Interfaces\Iot-Interfaces.csproj">
      <Project>{4daada29-c600-4cf3-8ad3-9c97c8d7f632}</Project>
      <Name>Iot-Interfaces</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>