101 lines
4.9 KiB
XML
101 lines
4.9 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>{785F6406-8C2A-4A06-8B65-91A6B9F55D1A}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>BlubbFish.Iot.Thermometer</RootNamespace>
|
|
<AssemblyName>IotThermometer</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<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' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<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.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="Librarys\Rainbowdruino.cs" />
|
|
<Compile Include="Models\Measurings.cs" />
|
|
<Compile Include="System\ATwi.cs" />
|
|
<Compile Include="Librarys\Bme280.cs" />
|
|
<Compile Include="Librarys\TSL2591.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</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="..\..\Librarys\Mono.Posix\Mono.Posix\Mono.Posix.csproj">
|
|
<Project>{e2ca132e-e85c-40ad-be94-b138aa68772b}</Project>
|
|
<Name>Mono.Posix</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Librarys\mqtt\M2Mqtt\M2Mqtt_4.7.1.csproj">
|
|
<Project>{a11aef5a-b246-4fe8-8330-06db73cc8074}</Project>
|
|
<Name>M2Mqtt_4.7.1</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Librarys\RaspberryIO\Unosquare.RaspberryIO\Unosquare.RaspberryIO.csproj">
|
|
<Project>{8C5D4DE9-377F-4EC8-873D-6EEF15F43516}</Project>
|
|
<Name>Unosquare.RaspberryIO</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Librarys\RaspberryIO\Unosquare.Swan.Lite\Unosquare.Swan.Lite.csproj">
|
|
<Project>{ab015683-62e5-47f1-861f-6d037f9c6433}</Project>
|
|
<Name>Unosquare.Swan.Lite</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Librarys\RaspberryIO\Unosquare.Swan\Unosquare.Swan.csproj">
|
|
<Project>{2ea5e3e4-f8c8-4742-8c78-4b070afcfb73}</Project>
|
|
<Name>Unosquare.Swan</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Utils\Bot-Utils\Bot-Utils\Bot-Utils.csproj">
|
|
<Project>{BB7BFCB5-3DB0-49E1-802A-3CE3EECC59F9}</Project>
|
|
<Name>Bot-Utils</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Utils\ConnectorDataMqtt\ConnectorDataMqtt\ConnectorDataMqtt.csproj">
|
|
<Project>{ee6c8f68-ed46-4c1c-abdd-cfcdf75104f2}</Project>
|
|
<Name>ConnectorDataMqtt</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Utils\Iot-Interfaces\Iot-Interfaces\Iot-Interfaces.csproj">
|
|
<Project>{4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}</Project>
|
|
<Name>Iot-Interfaces</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Utils\Utils-IoT\Utils-IoT\Utils-IoT.csproj">
|
|
<Project>{B870E4D5-6806-4A0B-B233-8907EEDC5AFC}</Project>
|
|
<Name>Utils-IoT</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Utils\Utils\Utils\Utils.csproj">
|
|
<Project>{FAC8CE64-BF13-4ECE-8097-AEB5DD060098}</Project>
|
|
<Name>Utils</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |