0eb44818ff
- Prevent overwriting existing config files by only copying example files if the target does not exist. - Set webDir to "wwwroot" for all OSes for consistency. - Update last used publish profile to SelfContained-Win-x64.
6 lines
346 B
XML
6 lines
346 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<NameOfLastUsedPublishProfile>D:\Projects\pgsql-jellyfin\Jellyfin.Server\Properties\PublishProfiles\SelfContained-Win-x64.pubxml</NameOfLastUsedPublishProfile>
|
|
</PropertyGroup>
|
|
</Project> |