104 lines
5.7 KiB
XML
104 lines
5.7 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>{AFC428F5-0141-4A3F-BEF2-470A89D972F6}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>CommonConsole</RootNamespace>
|
|
<AssemblyName>CommonConsole</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Net.Http">
|
|
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="WindowsBase" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Hardware\Interfaces\Ports\Common.Hardware.Interfaces.Ports.SirtBroadcaster\Common.Hardware.Interfaces.Ports.SirtBroadcaster.csproj">
|
|
<Project>{F408DE9E-01E6-4CFF-AE79-B572B0674FA2}</Project>
|
|
<Name>Common.Hardware.Interfaces.Ports.SirtBroadcaster</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Hardware\Interfaces\Ports\Common.Hardware.Interfaces.Ports.SIRT\Common.Hardware.Interfaces.Ports.Sirt.csproj">
|
|
<Project>{B23BFAF9-08AE-4311-8C08-FB2BB49EA2AD}</Project>
|
|
<Name>Common.Hardware.Interfaces.Ports.Sirt</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Hardware\Interfaces\Ports\Common.Hardware.Interfaces.Ports\Common.Hardware.Interfaces.Ports.csproj">
|
|
<Project>{9ae071c0-db12-4e09-a3c7-43f6dcd518d6}</Project>
|
|
<Name>Common.Hardware.Interfaces.Ports</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Hardware\WaterMeter\eRegister\Common.Hardware.WaterMeter.eRegister.Features\Common.Hardware.WaterMeter.eRegister.Features.csproj">
|
|
<Project>{E19C1694-132E-477C-86CB-8E146D5F59B0}</Project>
|
|
<Name>Common.Hardware.WaterMeter.eRegister.Features</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Hardware\WaterMeter\eRegister\Common.Hardware.WaterMeter.eRegister\Common.Hardware.WaterMeter.eRegister.csproj">
|
|
<Project>{4E8BB839-D40A-488C-88CE-F21811F1F476}</Project>
|
|
<Name>Common.Hardware.WaterMeter.eRegister</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Hardware\WaterMeter\OmniPlus\Common.Hardware.WaterMeter.OmniPlus.Features\Common.Hardware.WaterMeter.OmniPlus.Features.csproj">
|
|
<Project>{9D89FA2A-1217-4CE9-B217-E7602B974EA9}</Project>
|
|
<Name>Common.Hardware.WaterMeter.OmniPlus.Features</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Hardware\WaterMeter\OmniPlus\Common.Hardware.WaterMeter.OmniPlus\Common.Hardware.WaterMeter.OmniPlus.csproj">
|
|
<Project>{6480cc2a-ab54-4a26-8413-d5141431c080}</Project>
|
|
<Name>Common.Hardware.WaterMeter.OmniPlus</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Logic\Common.Logic.Extensions.Http\Common.Logic.Extensions.Http.csproj">
|
|
<Project>{57ddae1e-fd6b-47e0-ad5e-8ccfad07f1d7}</Project>
|
|
<Name>Common.Logic.Extensions.Http</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Logic\Common.Logic.Extensions.SQL\Common.Logic.Extensions.SQL.csproj">
|
|
<Project>{62490923-cd17-45a6-b79f-a027927c75b5}</Project>
|
|
<Name>Common.Logic.Extensions.SQL</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\OmniPlus\OmniPlus\OmniPlus.csproj">
|
|
<Project>{F8D84B9A-0FCF-4083-B067-8C39B7314152}</Project>
|
|
<Name>OmniPlus</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Utils\Common.Utils.Extensions\Common.Utils.Extensions.csproj">
|
|
<Project>{05f0ccaf-9f2b-45f9-a7f8-12f29ad182f3}</Project>
|
|
<Name>Common.Utils.Extensions</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |