2018-06-15 02:57:03 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-11-24 22:34:44 +01:00
|
|
|
<!--
|
|
|
|
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
2018-06-15 02:57:03 +02:00
|
|
|
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
|
2015-11-24 22:34:44 +01:00
|
|
|
-->
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<WebPublishMethod>MSDeploy</WebPublishMethod>
|
|
|
|
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
|
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
2019-01-28 05:47:08 +01:00
|
|
|
<SiteUrlToLaunchAfterPublish>https://auth.teknik.io/</SiteUrlToLaunchAfterPublish>
|
2022-03-14 07:24:01 +01:00
|
|
|
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
|
|
|
|
<ExcludeApp_Data>true</ExcludeApp_Data>
|
2022-05-23 06:18:09 +02:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2019-01-28 05:47:08 +01:00
|
|
|
<ProjectGuid>eb46e1eb-fdc2-4168-a0ad-8b284d44b13e</ProjectGuid>
|
2018-06-15 02:57:03 +02:00
|
|
|
<SelfContained>false</SelfContained>
|
|
|
|
<_IsPortable>true</_IsPortable>
|
2022-03-14 07:24:01 +01:00
|
|
|
<MSDeployServiceURL>10.10.0.1</MSDeployServiceURL>
|
2019-01-28 05:47:08 +01:00
|
|
|
<DeployIisAppPath>TeknikIdentity</DeployIisAppPath>
|
2015-11-24 22:34:44 +01:00
|
|
|
<RemoteSitePhysicalPath />
|
2022-03-14 07:24:01 +01:00
|
|
|
<SkipExtraFilesOnServer>true</SkipExtraFilesOnServer>
|
2015-11-24 22:34:44 +01:00
|
|
|
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
|
2022-03-14 07:24:01 +01:00
|
|
|
<EnableMSDeployBackup>true</EnableMSDeployBackup>
|
2017-04-02 23:23:50 +02:00
|
|
|
<UserName>Administrator</UserName>
|
2022-03-14 07:24:01 +01:00
|
|
|
<_SavePWD>true</_SavePWD>
|
|
|
|
<EnableMsDeployAppOffline>true</EnableMsDeployAppOffline>
|
2015-11-24 22:34:44 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|