mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-25 00:29:02 +01:00
- 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
22 lines
1.1 KiB
XML
22 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\Solution.props" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ChanSort.Api\ChanSort.Api.csproj" />
|
|
<ProjectReference Include="..\ChanSort.Loader.Panasonic\ChanSort.Loader.Panasonic.csproj" />
|
|
<ProjectReference Include="..\Test.Loader\Test.Loader.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.5" />
|
|
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="9.0.5" />
|
|
<PackageReference Include="MSTest.TestAdapter" Version="3.8.3" />
|
|
<PackageReference Include="MSTest.TestFramework" Version="3.8.3" />
|
|
</ItemGroup>
|
|
<Import Project="..\packages\NETStandard.Library.2.0.3\build\net48\NETStandard.Library.targets" Condition="Exists('..\packages\NETStandard.Library.2.0.3\build\net48\NETStandard.Library.targets')" />
|
|
<PropertyGroup>
|
|
<TargetFramework>net48</TargetFramework>
|
|
<PostBuildEvent>
|
|
$(MSBuildProjectDirectory)\..\deployLibs.cmd $(TargetDir)
|
|
</PostBuildEvent>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
</PropertyGroup>
|
|
</Project> |