|
@@ -4,9 +4,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
|
-->
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
<PropertyGroup>
|
|
|
- <DeleteExistingFiles>True</DeleteExistingFiles>
|
|
|
- <ExcludeApp_Data>False</ExcludeApp_Data>
|
|
|
- <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
|
|
+ <DeleteExistingFiles>true</DeleteExistingFiles>
|
|
|
+ <ExcludeApp_Data>false</ExcludeApp_Data>
|
|
|
+ <LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
|
|
|
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
|
<PublishProvider>FileSystem</PublishProvider>
|
|
@@ -14,7 +14,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
|
<WebPublishMethod>FileSystem</WebPublishMethod>
|
|
|
<SiteUrlToLaunchAfterPublish />
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
- <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
|
|
|
+ <RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
|
|
<ProjectGuid>5c351dec-c70b-45ce-a622-e3c5ab91a84b</ProjectGuid>
|
|
|
<SelfContained>true</SelfContained>
|
|
|
</PropertyGroup>
|