1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <WebPublishMethod>FileSystem</WebPublishMethod>
- <PublishProvider>FileSystem</PublishProvider>
- <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
- <LastUsedPlatform>Any CPU</LastUsedPlatform>
- <SiteUrlToLaunchAfterPublish />
- <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
- <ExcludeApp_Data>False</ExcludeApp_Data>
- <ProjectGuid>865cde97-11b3-4c5a-b04b-df0c46a8b888</ProjectGuid>
- <publishUrl>bin\Release\PublishOutput</publishUrl>
- <DeleteExistingFiles>False</DeleteExistingFiles>
- <TargetFramework>netcoreapp2.0</TargetFramework>
- <SelfContained>true</SelfContained>
- <_IsPortable>false</_IsPortable>
- <RuntimeIdentifier>win-x64</RuntimeIdentifier>
- </PropertyGroup>
- </Project>
|