2020-08-08 13:58:53 +02: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 > {1F52B5EC-A2F1-4E53-9E1A-4658296C5BB5}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
2021-01-09 12:06:32 +01:00
<RootNamespace > ChanSort.Loader.Philips</RootNamespace>
<AssemblyName > ChanSort.Loader.Philips</AssemblyName>
2020-08-08 13:58:53 +02:00
<TargetFrameworkVersion > v4.8</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<Deterministic > true</Deterministic>
2021-04-25 18:31:05 +02:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2020-08-08 13:58:53 +02:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > ..\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<LangVersion > latest</LangVersion>
2021-07-12 14:36:18 +02:00
<PlatformTarget > AnyCPU</PlatformTarget>
2020-08-08 13:58:53 +02:00
</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>
<LangVersion > latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x86'" >
<DebugSymbols > true</DebugSymbols>
2021-07-12 14:36:18 +02:00
<OutputPath > ..\Debug\</OutputPath>
2020-08-08 13:58:53 +02:00
<DefineConstants > DEBUG;TRACE</DefineConstants>
<DebugType > full</DebugType>
<PlatformTarget > x86</PlatformTarget>
<LangVersion > latest</LangVersion>
<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>
<LangVersion > latest</LangVersion>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<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>
<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>
2020-08-08 13:58:53 +02:00
<Reference Include= "System" />
2021-04-25 18:31:05 +02:00
<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>
2020-08-08 13:58:53 +02:00
<Reference Include= "System.Core" />
2021-04-25 18:31:05 +02:00
<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.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.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>
2021-01-17 15:44:45 +01:00
</Reference>
2020-08-08 13:58:53 +02:00
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
2020-11-16 20:43:56 +01:00
<Compile Include= "ChanLstBin.cs" />
2020-08-10 11:27:05 +02:00
<Compile Include= "Channel.cs" />
2021-01-09 12:06:32 +01:00
<Compile Include= "CustomXmlWriter.cs" />
2020-08-08 13:58:53 +02:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2021-01-09 12:06:32 +01:00
<Compile Include= "BinarySerializer.cs" />
2021-01-23 14:22:18 +01:00
<Compile Include= "PhilipsPlugin.cs" />
2021-02-09 15:04:40 +01:00
<Compile Include= "Resources.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Resources.resx</DependentUpon>
</Compile>
2021-01-09 12:06:32 +01:00
<Compile Include= "XmlSerializer.cs" />
2020-08-08 13:58:53 +02:00
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\ChanSort.Api\ChanSort.Api.csproj" >
<Project > {dccffa08-472b-4d17-bb90-8f513fc01392}</Project>
<Name > ChanSort.Api</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup >
2021-04-25 18:31:05 +02:00
<None Include= "app.config" />
2021-01-17 15:44:45 +01:00
<None Include= "ChanSort.Loader.Philips.ini" >
2020-08-09 14:09:08 +02:00
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
2021-01-17 15:44:45 +01:00
</None>
2021-04-25 18:31:05 +02:00
<None Include= "packages.config" />
2020-08-08 13:58:53 +02:00
</ItemGroup>
2021-02-09 15:04:40 +01:00
<ItemGroup >
<EmbeddedResource Include= "Resources.cs.resx" />
<EmbeddedResource Include= "Resources.de.resx" />
<EmbeddedResource Include= "Resources.es.resx" />
<EmbeddedResource Include= "Resources.hu.resx" />
<EmbeddedResource Include= "Resources.pl.resx" />
<EmbeddedResource Include= "Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include= "Resources.ro.resx" />
<EmbeddedResource Include= "Resources.tr.resx" />
</ItemGroup>
2020-08-08 13:58:53 +02:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2021-04-25 18:31:05 +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')" />
<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>
<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'))" />
</Target>
2020-08-08 13:58:53 +02:00
</Project>