forked from ddrilling/AsbCloudServer
22 lines
855 B
Plaintext
22 lines
855 B
Plaintext
|
<?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>Debug</LastUsedBuildConfiguration>
|
||
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||
|
<PublishProvider>FileSystem</PublishProvider>
|
||
|
<PublishUrl>bin\pubLinuxDebug\</PublishUrl>
|
||
|
<WebPublishMethod>FileSystem</WebPublishMethod>
|
||
|
<_TargetId>Folder</_TargetId>
|
||
|
<SiteUrlToLaunchAfterPublish />
|
||
|
<TargetFramework>net6.0</TargetFramework>
|
||
|
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
|
||
|
<ProjectGuid>a2768702-47cb-4127-941c-e339d5efcffe</ProjectGuid>
|
||
|
<SelfContained>true</SelfContained>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|