89 lines
4.0 KiB
XML
89 lines
4.0 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>{8DE8E742-EE0A-4004-AA49-3D08D748E5AC}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Common.Hardware.SIRT</RootNamespace>
|
|
<AssemblyName>Common.Hardware.SIRT</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
</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>
|
|
<NoWarn>IDE0003;IDE0011;IDE0049;IDE1005;</NoWarn>
|
|
</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>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'VPN_Debug|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\VPN_Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<NoWarn>IDE0003;IDE0011;IDE0049;IDE1005;</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<LangVersion>7.3</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</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="Parameters\BluetoothOperating.cs" />
|
|
<Compile Include="Parameters\OperatingModes.cs" />
|
|
<Compile Include="Parameters\P11.cs" />
|
|
<Compile Include="Parameters\P12.cs" />
|
|
<Compile Include="Parameters\P811.cs" />
|
|
<Compile Include="Parameters\P821.cs" />
|
|
<Compile Include="Parameters\PAMStatus.cs" />
|
|
<Compile Include="Parameters\PamTimeout.cs" />
|
|
<Compile Include="Parameters\RFModuleOperating.cs" />
|
|
<Compile Include="Parameters\RSSI.cs" />
|
|
<Compile Include="Parameters\SirtOperating.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SIRTBroadcaster.cs" />
|
|
<Compile Include="SIRTChannel.cs" />
|
|
<Compile Include="SIRTConstants.cs" />
|
|
<Compile Include="SIRTExtensions.cs" />
|
|
<Compile Include="SIRTHub.cs" />
|
|
<Compile Include="SIRTLogger.cs" />
|
|
<Compile Include="SIRTMessage.cs" />
|
|
<Compile Include="SIRTPort.cs" />
|
|
<Compile Include="SIRTStream.cs" />
|
|
<Compile Include="Tasks\ActivateSIRTTask.cs" />
|
|
<Compile Include="Tasks\DeleteFromPamPoolTask.cs" />
|
|
<Compile Include="Tasks\IdentifySIRTTask.cs" />
|
|
<Compile Include="Tasks\ReadPampoolTask.cs" />
|
|
<Compile Include="Tasks\ReadPamTask.cs" />
|
|
<Compile Include="Tasks\ReadRegisterTask.cs" />
|
|
<Compile Include="Tasks\SIRTTask.cs" />
|
|
<Compile Include="Tasks\SIRTTaskState.cs" />
|
|
<Compile Include="Tasks\WritePamTask.cs" />
|
|
<Compile Include="Tasks\WriteRegisterTask.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |