1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- https://go.microsoft.com/fwlink/?LinkID=208121.
- -->
- <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <PublishProtocol>FileSystem</PublishProtocol>
- <Configuration>Release</Configuration>
- <Platform>Any CPU</Platform>
- <TargetFramework>netcoreapp2.1</TargetFramework>
- <PublishDir>bin\Publish</PublishDir>
- <WebPublishMethod>FileSystem</WebPublishMethod>
- <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
- <LastUsedPlatform>Any CPU</LastUsedPlatform>
- <SiteUrlToLaunchAfterPublish />
- <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
- <ExcludeApp_Data>False</ExcludeApp_Data>
- <ProjectGuid>0a6511c0-869e-4f00-b187-fb46234474c8</ProjectGuid>
- <publishUrl>.\bin\Gateway</publishUrl>
- <DeleteExistingFiles>True</DeleteExistingFiles>
- <SelfContained>false</SelfContained>
- </PropertyGroup>
- </Project>
|