2017-10-29 20:32:18 +01:00
|
|
|
|
<?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>{166258ED-CB3D-43F5-8E8D-3A993B64D022}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>BlubbFish.IoT.Zway</RootNamespace>
|
|
|
|
|
<AssemblyName>Zway</AssemblyName>
|
2017-12-29 14:09:52 +01:00
|
|
|
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
2017-10-29 20:32:18 +01:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2017-12-29 14:09:52 +01:00
|
|
|
|
<TargetFrameworkProfile />
|
2017-10-29 20:32:18 +01:00
|
|
|
|
</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.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>
|
2017-12-22 23:09:26 +01:00
|
|
|
|
<Compile Include="Devices\CommandClasses\Alarm.cs" />
|
2017-11-20 20:24:15 +01:00
|
|
|
|
<Compile Include="Devices\CommandClasses\Battery.cs" />
|
2017-11-25 12:00:48 +01:00
|
|
|
|
<Compile Include="Devices\CommandClasses\CommandClassSubs\Configurationsub.cs" />
|
2017-12-29 14:09:52 +01:00
|
|
|
|
<Compile Include="Devices\CommandClasses\CommandClassSubs\Alarmsensorsub.cs" />
|
2017-12-22 23:09:26 +01:00
|
|
|
|
<Compile Include="Devices\CommandClasses\CommandClassSubs\SceneControllerConfSub.cs" />
|
2017-12-21 23:59:55 +01:00
|
|
|
|
<Compile Include="Devices\CommandClasses\CommandClassSubs\SensorBinarySub.cs" />
|
2017-11-20 20:24:15 +01:00
|
|
|
|
<Compile Include="Devices\CommandClasses\CommandClassSubs\ThermostatSetPointSub.cs" />
|
2017-11-25 12:00:48 +01:00
|
|
|
|
<Compile Include="Devices\CommandClasses\Configuration.cs" />
|
2017-11-20 20:24:15 +01:00
|
|
|
|
<Compile Include="Devices\CommandClasses\Indicator.cs" />
|
2017-12-29 14:09:52 +01:00
|
|
|
|
<Compile Include="Devices\CommandClasses\AlarmSensor.cs" />
|
2017-11-20 20:24:15 +01:00
|
|
|
|
<Compile Include="Devices\CommandClasses\Meter.cs" />
|
|
|
|
|
<Compile Include="Devices\CommandClasses\CommandClassSubs\MeterSub.cs" />
|
|
|
|
|
<Compile Include="Devices\CommandClasses\CommandClassSubs\SensorMultilevelSub.cs" />
|
2017-12-22 23:09:26 +01:00
|
|
|
|
<Compile Include="Devices\CommandClasses\SceneControllerConf.cs" />
|
2017-12-21 23:59:55 +01:00
|
|
|
|
<Compile Include="Devices\CommandClasses\SensorBinary.cs" />
|
2017-11-20 20:24:15 +01:00
|
|
|
|
<Compile Include="Devices\CommandClasses\Wakeup.cs" />
|
|
|
|
|
<Compile Include="Devices\Device.cs" />
|
2017-12-17 21:05:03 +01:00
|
|
|
|
<Compile Include="Interfaces\ACommandClass.cs" />
|
2017-11-20 20:24:15 +01:00
|
|
|
|
<Compile Include="Devices\Instance.cs" />
|
|
|
|
|
<Compile Include="Devices\CommandClasses\CentralScene.cs" />
|
|
|
|
|
<Compile Include="Devices\CommandClasses\SensorMultilevel.cs" />
|
|
|
|
|
<Compile Include="Devices\CommandClasses\SwitchBinary.cs" />
|
|
|
|
|
<Compile Include="Devices\CommandClasses\ThermostatMode.cs" />
|
|
|
|
|
<Compile Include="Devices\CommandClasses\SwitchMultilevel.cs" />
|
|
|
|
|
<Compile Include="Devices\CommandClasses\ThermostatSetPoint.cs" />
|
|
|
|
|
<Compile Include="Events\DeviceUpdateEvent.cs" />
|
2017-10-29 20:32:18 +01:00
|
|
|
|
<Compile Include="Exceptions\ZwayExceptions.cs" />
|
2017-11-25 12:00:48 +01:00
|
|
|
|
<Compile Include="lib\Helper.cs" />
|
2017-10-29 20:32:18 +01:00
|
|
|
|
<Compile Include="lib\HttpClient.cs" />
|
|
|
|
|
<Compile Include="ZwayController.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
2017-11-20 20:24:15 +01:00
|
|
|
|
<ItemGroup>
|
2018-05-03 16:35:02 +02:00
|
|
|
|
<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\IoT\Interfaces\Iot-Interfaces.csproj">
|
|
|
|
|
<Project>{4daada29-c600-4cf3-8ad3-9c97c8d7f632}</Project>
|
|
|
|
|
<Name>Iot-Interfaces</Name>
|
|
|
|
|
</ProjectReference>
|
2017-11-20 20:24:15 +01:00
|
|
|
|
</ItemGroup>
|
2017-10-29 20:32:18 +01:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|