122 lines
6.0 KiB
XML
122 lines
6.0 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<Project ToolsVersion="14.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>{E4B1909C-9D17-4B5A-86B5-87AB0CB9B352}</ProjectGuid>
|
|||
|
|
<OutputType>Exe</OutputType>
|
|||
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
|
<RootNamespace>TempLogger</RootNamespace>
|
|||
|
|
<AssemblyName>TempLogger</AssemblyName>
|
|||
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|||
|
|
<FileAlignment>512</FileAlignment>
|
|||
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|||
|
|
<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>
|
|||
|
|
</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="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|||
|
|
<SpecificVersion>False</SpecificVersion>
|
|||
|
|
<HintPath>..\..\Utils\Logging\bin\x86\Debug\NLog.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" />
|
|||
|
|
<Reference Include="Xylem.Common.Hardware.WaterMeter.Genesis.GenesisConfig, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|||
|
|
<SpecificVersion>False</SpecificVersion>
|
|||
|
|
<HintPath>..\..\Hardware\WaterMeter\Genesis\GenesisConfig\bin\Debug\Xylem.Common.Hardware.WaterMeter.Genesis.GenesisConfig.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="Xylem.Common.Hardware.WaterMeter.Genesis.GenesisCore, Version=1.1.2.7, Culture=neutral, processorArchitecture=MSIL">
|
|||
|
|
<SpecificVersion>False</SpecificVersion>
|
|||
|
|
<HintPath>..\..\Hardware\WaterMeter\Genesis\GenesisCore\bin\Debug\Xylem.Common.Hardware.WaterMeter.Genesis.GenesisCore.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Compile Include="Program.cs" />
|
|||
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<None Include="App.config" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\..\CommonCore.Configuration\CommonCore.Configuration.csproj">
|
|||
|
|
<Project>{9eb1f659-6f73-4f65-bcab-4114fd94f5fc}</Project>
|
|||
|
|
<Name>CommonCore.Configuration</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\CommonCore\CommonCore.csproj">
|
|||
|
|
<Project>{1B02C79E-0B19-43E2-8F6B-71EF0C786C97}</Project>
|
|||
|
|
<Name>CommonCore</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\Hardware\Interfaces\Ports\SerialPorts\SerialPorts.csproj">
|
|||
|
|
<Project>{72037e89-4f63-4b3f-beff-4138e578ce99}</Project>
|
|||
|
|
<Name>SerialPorts</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\Hardware\WaterMeter\Genesis\DataPackages\DataPackages.csproj">
|
|||
|
|
<Project>{0E524D43-7B66-45CD-AA74-41D51AFC3D99}</Project>
|
|||
|
|
<Name>DataPackages</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\Hardware\WaterMeter\Genesis\GenesisConfig\GenesisConfig.csproj">
|
|||
|
|
<Project>{f013a56b-7be6-4852-9cd8-b971cd1add0c}</Project>
|
|||
|
|
<Name>GenesisConfig</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\Hardware\WaterMeter\Genesis\GenesisCore\GenesisCore.csproj">
|
|||
|
|
<Project>{04201E95-90A0-4B73-A72F-379739B2A3AE}</Project>
|
|||
|
|
<Name>GenesisCore</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\Hardware\WaterMeter\Genesis\Protocols\StreamingProtocol\StreamingProtocol.csproj">
|
|||
|
|
<Project>{29617814-313e-409e-aa5d-59c78a9d4df1}</Project>
|
|||
|
|
<Name>StreamingProtocol</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\Hardware\WaterMeter\Genesis\Registers\Registers.csproj">
|
|||
|
|
<Project>{f4aaf7e6-7333-4284-b735-e32deb076c64}</Project>
|
|||
|
|
<Name>Registers</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\Hardware\WaterMeter\WaterMeterCore\WaterMeterCore.csproj">
|
|||
|
|
<Project>{8203ABB8-38E5-472E-A742-33F38B7A74A6}</Project>
|
|||
|
|
<Name>WaterMeterCore</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\Hardware\WaterMeter\WaterMeterCore\WaterMeterRegisters\WaterMeterRegisters.csproj">
|
|||
|
|
<Project>{26AFCF1E-1287-48B8-A506-32B1E8A0DD0E}</Project>
|
|||
|
|
<Name>WaterMeterRegisters</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\Metrology\Measurements\Measurements.csproj">
|
|||
|
|
<Project>{6ccdb656-c676-4360-baba-c4596aad175d}</Project>
|
|||
|
|
<Name>Measurements</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\Utils\Logging\Logging.csproj">
|
|||
|
|
<Project>{4b88b0d3-e791-4774-9521-eabeacdc420e}</Project>
|
|||
|
|
<Name>Logging</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>
|