2020-08-09 14:09:08 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2021-07-12 14:36:18 +02:00
<Import Project= "..\packages\MSTest.TestAdapter.2.2.5\build\net45\MSTest.TestAdapter.props" Condition= "Exists('..\packages\MSTest.TestAdapter.2.2.5\build\net45\MSTest.TestAdapter.props')" />
2020-08-09 14:09:08 +02:00
<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>
2021-01-09 12:06:32 +01:00
<ProjectGuid > {0A162099-DA92-426A-AB70-36F88F9E5DC1}</ProjectGuid>
2020-08-09 14:09:08 +02:00
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
2021-01-09 12:06:32 +01:00
<RootNamespace > Test.Loader.Philips</RootNamespace>
<AssemblyName > Test.Loader.Philips</AssemblyName>
2020-08-09 14:09:08 +02:00
<TargetFrameworkVersion > v4.8</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<ProjectTypeGuids > {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<VisualStudioVersion Condition= "'$(VisualStudioVersion)' == ''" > 15.0</VisualStudioVersion>
<VSToolsPath Condition= "'$(VSToolsPath)' == ''" > $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<ReferencePath > $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
<IsCodedUITest > False</IsCodedUITest>
<TestProjectType > UnitTest</TestProjectType>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2021-01-09 12:06:32 +01:00
<TargetFrameworkProfile />
2020-08-09 14:09:08 +02: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>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x86'" >
<DebugSymbols > true</DebugSymbols>
<OutputPath > ..\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<DebugType > full</DebugType>
<PlatformTarget > x86</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x86'" >
<OutputPath > bin\x86\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<Optimize > true</Optimize>
<DebugType > pdbonly</DebugType>
<PlatformTarget > x86</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup >
2021-01-09 12:06:32 +01:00
<Compile Include= "PhilipsBinChannellibTest.cs" />
<Compile Include= "PhilipsBinS2channellibTest.cs" />
<Compile Include= "PhilipsXmlTest.cs" />
2020-08-09 14:09:08 +02:00
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup >
2021-01-09 12:06:32 +01:00
<ProjectReference Include= "..\ChanSort.Api\ChanSort.Api.csproj" >
<Project > {dccffa08-472b-4d17-bb90-8f513fc01392}</Project>
<Name > ChanSort.Api</Name>
</ProjectReference>
<ProjectReference Include= "..\ChanSort.Loader.Philips\ChanSort.Loader.Philips.csproj" >
<Project > {1f52b5ec-a2f1-4e53-9e1a-4658296c5bb5}</Project>
<Name > ChanSort.Loader.Philips</Name>
</ProjectReference>
<ProjectReference Include= "..\Test.Loader\Test.Loader.csproj" >
<Project > {68cfcb2f-b52a-43a1-aa5c-5d64a1d655d2}</Project>
<Name > Test.Loader</Name>
</ProjectReference>
</ItemGroup>
2021-03-14 22:13:22 +01:00
<ItemGroup >
2021-07-18 12:24:51 +02:00
<Reference Include= "Microsoft.Data.Sqlite, Version=5.0.8.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Data.Sqlite.Core.5.0.8\lib\netstandard2.0\Microsoft.Data.Sqlite.dll</HintPath>
2021-04-25 18:31:05 +02:00
</Reference>
2021-03-14 22:13:22 +01:00
<Reference Include= "Microsoft.TestPlatform.AdapterUtilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
2021-07-12 14:36:18 +02:00
<HintPath > ..\packages\Microsoft.TestPlatform.AdapterUtilities.16.10.0\lib\net45\Microsoft.TestPlatform.AdapterUtilities.dll</HintPath>
2021-03-14 22:13:22 +01:00
</Reference>
<Reference Include= "Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
2021-07-12 14:36:18 +02:00
<HintPath > ..\packages\MSTest.TestFramework.2.2.5\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
2021-03-14 22:13:22 +01:00
</Reference>
<Reference Include= "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
2021-07-12 14:36:18 +02:00
<HintPath > ..\packages\MSTest.TestFramework.2.2.5\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
2021-03-14 22:13:22 +01:00
</Reference>
<Reference Include= "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
2021-04-25 18:31:05 +02:00
<Reference Include= "SQLitePCLRaw.batteries_v2, Version=2.0.4.976, Culture=neutral, PublicKeyToken=8226ea5df37bcae9, processorArchitecture=MSIL" >
<HintPath > ..\packages\SQLitePCLRaw.bundle_e_sqlite3.2.0.4\lib\net461\SQLitePCLRaw.batteries_v2.dll</HintPath>
</Reference>
<Reference Include= "SQLitePCLRaw.core, Version=2.0.4.976, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL" >
<HintPath > ..\packages\SQLitePCLRaw.core.2.0.4\lib\netstandard2.0\SQLitePCLRaw.core.dll</HintPath>
</Reference>
<Reference Include= "SQLitePCLRaw.nativelibrary, Version=2.0.4.976, Culture=neutral, PublicKeyToken=502ed628492ab262, processorArchitecture=MSIL" >
<HintPath > ..\packages\SQLitePCLRaw.bundle_e_sqlite3.2.0.4\lib\net461\SQLitePCLRaw.nativelibrary.dll</HintPath>
</Reference>
<Reference Include= "SQLitePCLRaw.provider.dynamic_cdecl, Version=2.0.4.976, Culture=neutral, PublicKeyToken=b68184102cba0b3b, processorArchitecture=MSIL" >
<HintPath > ..\packages\SQLitePCLRaw.provider.dynamic_cdecl.2.0.4\lib\netstandard2.0\SQLitePCLRaw.provider.dynamic_cdecl.dll</HintPath>
</Reference>
2021-03-14 22:13:22 +01:00
<Reference Include= "System" />
<Reference Include= "System.AppContext, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.AppContext.4.3.0\lib\net463\System.AppContext.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
</Reference>
<Reference Include= "System.ComponentModel.Composition" />
<Reference Include= "System.Console, Version=4.0.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Console.4.3.1\lib\net46\System.Console.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Core" />
<Reference Include= "System.Diagnostics.DiagnosticSource, Version=5.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Diagnostics.DiagnosticSource.5.0.1\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
</Reference>
<Reference Include= "System.Diagnostics.Tracing, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.IO.Compression.FileSystem" />
<Reference Include= "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Linq, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Linq.4.3.0\lib\net463\System.Linq.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Linq.Expressions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Linq.Expressions.4.3.0\lib\net463\System.Linq.Expressions.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
</Reference>
<Reference Include= "System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Numerics" />
<Reference Include= "System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
</Reference>
<Reference Include= "System.Reflection, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Runtime, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Runtime.4.3.1\lib\net462\System.Runtime.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include= "System.Runtime.Extensions, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Runtime.Extensions.4.3.1\lib\net462\System.Runtime.Extensions.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Runtime.InteropServices, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Runtime.InteropServices.4.3.0\lib\net463\System.Runtime.InteropServices.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Text.RegularExpressions.4.3.1\lib\net463\System.Text.RegularExpressions.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Xml" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Xml.ReaderWriter.4.3.1\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
</ItemGroup>
2021-01-09 12:06:32 +01:00
<ItemGroup >
<Content Include= "TestFiles\ChannelMap_100\ChannelList\channellib\DVBT.xml" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "TestFiles\ChannelMap_100\ChannelList\Favorite.xml" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "TestFiles\ChannelMap_100\ChannelList\s2channellib\DVBSall.xml" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup >
2021-04-25 18:31:05 +02:00
<None Include= "app.config" />
2021-03-14 22:13:22 +01:00
<None Include= "packages.config" />
2020-08-09 14:09:08 +02:00
<None Include= "TestFiles1\Repair\ChannelList\chanLst.bin" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\channellib\AntennaAnalogTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\channellib\AntennaDigSrvTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\channellib\AntennaDigTSTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\channellib\AntennaFrqMapTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\channellib\AntennaPresetTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\channellib\CableAnalogTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\channellib\CableDigSrvTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\channellib\CableDigTSTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\channellib\CableFrqMapTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\channellib\CablePresetTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\s2channellib\adk_user_pref.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\s2channellib\adk_user_pref_backup.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\s2channellib\db_file_info.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\s2channellib\db_file_info_backup.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\s2channellib\favorite.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\s2channellib\favorite_backup.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\s2channellib\lnb.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\s2channellib\lnb_backup.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\s2channellib\satellite.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\s2channellib\satellite_backup.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\s2channellib\service.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\s2channellib\service_backup.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\s2channellib\tuneinfo.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\s2channellib\tuneinfo_backup.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\s2channellib\user_pref.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles1\Repair\ChannelList\s2channellib\user_pref_backup.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\chanLst.bin" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\channellib\AntennaAnalogTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\channellib\AntennaDigSrvTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\channellib\AntennaDigTSTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\channellib\AntennaFrqMapTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\channellib\AntennaPresetTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\channellib\CableAnalogTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\channellib\CableDigSrvTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\channellib\CableDigTSTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\channellib\CableFrqMapTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\channellib\CablePresetTable" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\s2channellib\adk_user_pref.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\s2channellib\adk_user_pref_backup.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\s2channellib\db_file_info.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\s2channellib\db_file_info_backup.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\s2channellib\favorite.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\s2channellib\favorite_backup.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\s2channellib\lnb.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\s2channellib\lnb_backup.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\s2channellib\satellite.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\s2channellib\satellite_backup.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\s2channellib\service.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\s2channellib\service_backup.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\s2channellib\tuneinfo.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\s2channellib\tuneinfo_backup.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\s2channellib\user_pref.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
<None Include= "TestFiles2\Repair\ChannelList\s2channellib\user_pref_backup.dat" >
2021-01-09 12:06:32 +01:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Include= "TestFiles\ChannelMap_100\ChannelList\chanLst.bin" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Include= "TestFiles\Repair\CM_TPM1013E_LA_CK.xml" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Include= "TestFiles\ChannelMap_100\ChannelList\channellib\DVBC.xml" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Include= "TestFiles\ChannelMap_100\ChannelList\s2channellib\DVBS.xml" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
2020-08-09 14:09:08 +02:00
</None>
</ItemGroup>
<Import Project= "$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition= "Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
2021-03-14 22:13:22 +01:00
<Error Condition= "!Exists('..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets'))" />
2021-07-12 14:36:18 +02:00
<Error Condition= "!Exists('..\packages\MSTest.TestAdapter.2.2.5\build\net45\MSTest.TestAdapter.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.2.5\build\net45\MSTest.TestAdapter.props'))" />
<Error Condition= "!Exists('..\packages\MSTest.TestAdapter.2.2.5\build\net45\MSTest.TestAdapter.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.2.5\build\net45\MSTest.TestAdapter.targets'))" />
2021-07-18 12:24:51 +02:00
<Error Condition= "!Exists('..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets'))" />
2020-08-09 14:09:08 +02:00
</Target>
2021-03-14 22:13:22 +01:00
<Import Project= "..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition= "Exists('..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
2021-07-12 14:36:18 +02:00
<Import Project= "..\packages\MSTest.TestAdapter.2.2.5\build\net45\MSTest.TestAdapter.targets" Condition= "Exists('..\packages\MSTest.TestAdapter.2.2.5\build\net45\MSTest.TestAdapter.targets')" />
2021-07-18 12:24:51 +02:00
<Import Project= "..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets" Condition= "Exists('..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')" />
2020-08-09 14:09:08 +02:00
</Project>