Files
ChanSort/source/Spike.LgWebOs5/Spikes.csproj
Horst Beham 636b9c4151 - fixed Nuget hell: (auto) binding redirects to prevent compiler warning flood and ensure unit tests to be runnable
- put file name in Sqlite connect string in quotes
- improvements to Mediatek Philips 120+125/Sony serializer (physically reorder XML nodes, use flags stored in Java serialized blob)
- selecting a RefList changed the current working directory, which prevented .ini files to be found by loaders
2025-06-05 18:35:10 +02:00

32 lines
1.3 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\Solution.props" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>Spike.LgWebOs5</RootNamespace>
<AssemblyName>Spike.LgWebOs5</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<None Include="ChecksumFinder.cs" />
<None Include="PhilipsXmlStatsCollector.cs" />
<None Include="TechnisatDecrypt.cs" />
<None Include="WebOs5StatsCollector.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ChanSort.Api\ChanSort.Api.csproj" />
<ProjectReference Include="..\ChanSort.Loader.Philips\ChanSort.Loader.Philips.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.5" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="9.0.5" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<Compile Remove="ChecksumFinder.cs" />
<Compile Remove="PhilipsXmlStatsCollector.cs" />
<Compile Remove="TechnisatDecrypt.cs" />
<Compile Remove="WebOs5StatsCollector.cs" />
</ItemGroup>
</Project>