f8b7c62f9e
Added Jellyfin.Database.Providers.Postgres project and integrated Npgsql packages for PostgreSQL support. Updated solution and test project references. Refactored code for clarity and performance, including improved string handling, log formatting, and plugin management. Enhanced .editorconfig rules and fixed minor test issues. Added publishing profiles and updated web server setup references. Cleaned up assembly info and cache files. Now able to successfully build solution
15 lines
621 B
XML
15 lines
621 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
|
|
<Project>
|
|
<PropertyGroup>
|
|
<DeleteExistingFiles>false</DeleteExistingFiles>
|
|
<ExcludeApp_Data>false</ExcludeApp_Data>
|
|
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
|
|
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<PublishProvider>FileSystem</PublishProvider>
|
|
<PublishUrl>E:\Program Files\Jellyfin</PublishUrl>
|
|
<WebPublishMethod>FileSystem</WebPublishMethod>
|
|
<_TargetId>Folder</_TargetId>
|
|
</PropertyGroup>
|
|
</Project> |