41 lines
2.3 KiB
XML
41 lines
2.3 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>Package</WebPublishMethod>
|
|
<SiteUrlToLaunchAfterPublish />
|
|
<DesktopBuildPackageLocation>C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\GestionePresenze\GPW\ReleasesClienti\SPS\GPW.zip</DesktopBuildPackageLocation>
|
|
<PackageAsSingleFile>true</PackageAsSingleFile>
|
|
<DeployIisAppPath>Default Web Site/GPW/WRKLG</DeployIisAppPath>
|
|
<PublishDatabaseSettings>
|
|
<Objects xmlns="">
|
|
<ObjectGroup Name="GPW_data.Properties.Settings.GPWConnectionString" Order="1" Enabled="False">
|
|
<Destination Path="" />
|
|
<Object Type="DbDacFx">
|
|
<PreSource Path="Data Source=W2012FS\SQLEXPRESS;Initial Catalog=SPS_GPW;Persist Security Info=True;User ID=sa;Password=steamware" includeData="False" />
|
|
<Source Path="$(IntermediateOutputPath)AutoScripts\GPW_data.Properties.Settings.GPWConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
|
</Object>
|
|
<UpdateFrom Type="Web.Config">
|
|
<Source MatchValue="Data Source=W2012FS\SQLEXPRESS;Initial Catalog=SPS_GPW;Persist Security Info=True;User ID=sa;Password=steamware" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
|
</UpdateFrom>
|
|
</ObjectGroup>
|
|
</Objects>
|
|
</PublishDatabaseSettings>
|
|
<LastUsedBuildConfiguration>SPS</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
|
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
|
<EnableUpdateable>True</EnableUpdateable>
|
|
<DebugSymbols>False</DebugSymbols>
|
|
<WDPMergeOption>DonotMerge</WDPMergeOption>
|
|
<ExcludeApp_Data>True</ExcludeApp_Data>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<MSDeployParameterValue Include="$(DeployParameterPrefix)GPW_data.Properties.Settings.GPWConnectionString-Web.config Connection String">
|
|
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
|
</MSDeployParameterValue>
|
|
</ItemGroup>
|
|
</Project> |