42 lines
2.4 KiB
XML
42 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
|
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
|
|
-->
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<WebPublishMethod>MSDeploy</WebPublishMethod>
|
|
<ADUsesOwinOrOpenIdConnect>False</ADUsesOwinOrOpenIdConnect>
|
|
<LastUsedBuildConfiguration>Debug</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<SiteUrlToLaunchAfterPublish>http://iniphitimemanagement.azurewebsites.net</SiteUrlToLaunchAfterPublish>
|
|
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
|
<ExcludeApp_Data>True</ExcludeApp_Data>
|
|
<MSDeployServiceURL>iniphitimemanagement.scm.azurewebsites.net:443</MSDeployServiceURL>
|
|
<DeployIisAppPath>IniPhiTimeManagement</DeployIisAppPath>
|
|
<RemoteSitePhysicalPath />
|
|
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer>
|
|
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
|
|
<EnableMSDeployBackup>True</EnableMSDeployBackup>
|
|
<UserName>$IniPhiTimeManagement</UserName>
|
|
<_SavePWD>True</_SavePWD>
|
|
<_DestinationType>AzureWebSite</_DestinationType>
|
|
<PublishDatabaseSettings>
|
|
<Objects xmlns="">
|
|
<ObjectGroup Name="aspnet_staterKits_TimeTracker" Order="1" Enabled="False">
|
|
<Destination Path="" />
|
|
<Object Type="DbDacFx">
|
|
<PreSource Path="data source=.\MSSQLSERVER2014;initial catalog=TimeTracker;integrated security=True;multipleactiveresultsets=True;connect timeout=300;" includeData="False" />
|
|
<Source Path="$(IntermediateOutputPath)AutoScripts\aspnet_staterKits_TimeTracker_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
|
</Object>
|
|
<UpdateFrom Type="Web.Config">
|
|
<Source MatchValue="data source=.\MSSQLSERVER2014;initial catalog=TimeTracker;integrated security=True;multipleactiveresultsets=True;connect timeout=300;" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
|
</UpdateFrom>
|
|
</ObjectGroup>
|
|
</Objects>
|
|
</PublishDatabaseSettings>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<MSDeployParameterValue Include="$(DeployParameterPrefix)aspnet_staterKits_TimeTracker-Web.config Connection String" />
|
|
</ItemGroup>
|
|
</Project> |