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>
|
|
|
|
|
|
</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>
|
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
|
</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>
|
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
|
<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>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
2021-01-17 15:44:45 +01:00
|
|
|
|
<Reference Include="System.Data.SQLite">
|
|
|
|
|
|
<HintPath>..\DLL\System.Data.SQLite.dll</HintPath>
|
|
|
|
|
|
</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-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>
|
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" />
|
|
|
|
|
|
</Project>
|