56 lines
4.0 KiB
XML
56 lines
4.0 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>
|
|
<LastUsedBuildConfiguration>CMS</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<SiteUrlToLaunchAfterPublish />
|
|
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
|
<ExcludeApp_Data>True</ExcludeApp_Data>
|
|
<DesktopBuildPackageLocation>C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\CMS-SC\Release Clienti\CMS_SC.zip</DesktopBuildPackageLocation>
|
|
<PackageAsSingleFile>true</PackageAsSingleFile>
|
|
<DeployIisAppPath>Default Web Site/CMS-SC</DeployIisAppPath>
|
|
<PublishDatabaseSettings>
|
|
<Objects xmlns="">
|
|
<ObjectGroup Name="CMS_SC_Data.Properties.Settings.CMS_SCConnectionString" Order="1" Enabled="False">
|
|
<Destination Path="Data Source=SQL-AUTOMAZIONE\SQLEXPRESS;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=conn_CMSSC;Password=pwd_CMSSC" Name="Data Source=SQL-AUTOMAZIONE\SQLEXPRESS;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=conn_CMSSC;Password=pwd_CMSSC;" />
|
|
<Object Type="DbDacFx">
|
|
<PreSource Path="Data Source=SQL2012DEV;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=sa;Password=keyhammer16;" includeData="False" />
|
|
<Source Path="$(IntermediateOutputPath)AutoScripts\CMS_SC_Data.Properties.Settings.CMS_SCConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
|
</Object>
|
|
<UpdateFrom Type="Web.Config">
|
|
<Source MatchValue="Data Source=SQL2012DEV;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=sa;Password=keyhammer16;" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
|
</UpdateFrom>
|
|
</ObjectGroup>
|
|
<ObjectGroup Name="SteamWare.Properties.Settings.DS_AuthConnectionString" Order="2" Enabled="False">
|
|
<Destination Path="Data Source=SQL-AUTOMAZIONE\SQLEXPRESS;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=conn_CMSSC;Password=pwd_CMSSC" />
|
|
<Object Type="DbDacFx">
|
|
<PreSource Path="Data Source=SQL2012DEV;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=sa;Password=keyhammer16;" includeData="False" />
|
|
<Source Path="$(IntermediateOutputPath)AutoScripts\SteamWare.Properties.Settings.DS_AuthConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
|
</Object>
|
|
<UpdateFrom Type="Web.Config">
|
|
<Source MatchValue="Data Source=SQL2012DEV;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=sa;Password=keyhammer16;" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
|
</UpdateFrom>
|
|
</ObjectGroup>
|
|
</Objects>
|
|
</PublishDatabaseSettings>
|
|
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
|
<EnableUpdateable>True</EnableUpdateable>
|
|
<DebugSymbols>False</DebugSymbols>
|
|
<WDPMergeOption>CreateSeparateAssembly</WDPMergeOption>
|
|
<UseFixedNames>True</UseFixedNames>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<MSDeployParameterValue Include="$(DeployParameterPrefix)CMS_SC_Data.Properties.Settings.CMS_SCConnectionString-Web.config Connection String">
|
|
<ParameterValue>Data Source=SQL-AUTOMAZIONE\SQLEXPRESS;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=conn_CMSSC;Password=pwd_CMSSC;</ParameterValue>
|
|
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
|
</MSDeployParameterValue>
|
|
<MSDeployParameterValue Include="$(DeployParameterPrefix)SteamWare.Properties.Settings.DS_AuthConnectionString-Web.config Connection String">
|
|
<ParameterValue>Data Source=SQL-AUTOMAZIONE\SQLEXPRESS;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=conn_CMSSC;Password=pwd_CMSSC</ParameterValue>
|
|
</MSDeployParameterValue>
|
|
</ItemGroup>
|
|
</Project> |