Fix x deploy
This commit is contained in:
Vendored
+1
-1
@@ -17,7 +17,7 @@ pipeline {
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=1003']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=1004']) {
|
||||
// env.versionNumber = VersionNumber(versionNumberString : '6.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
|
||||
env.versionNumber = VersionNumber(versionNumberString : '6.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
|
||||
env.APP_NAME = 'MAPO'
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
<?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>Donati</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<SiteUrlToLaunchAfterPublish />
|
||||
<ExcludeApp_Data>True</ExcludeApp_Data>
|
||||
<DesktopBuildPackageLocation>C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\MoonPro\ReleaseClienti\Donati\MoonPro.zip</DesktopBuildPackageLocation>
|
||||
<PackageAsSingleFile>true</PackageAsSingleFile>
|
||||
<DeployIisAppPath>Default Web Site/MP/Site</DeployIisAppPath>
|
||||
<PublishDatabaseSettings>
|
||||
<Objects xmlns="">
|
||||
<ObjectGroup Name="MapoDb.Properties.Settings.MoonProConnectionString" Order="1" Enabled="False">
|
||||
<Destination Path="Data Source=localhost\SQLExpress;Initial Catalog=Donati_MoonPro;Persist Security Info=True;User ID=steamware;Password=viadante16" />
|
||||
<Object Type="DbDacFx">
|
||||
<PreSource Path="Data Source=SQL2016DEV;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer16" includeData="False" />
|
||||
<Source Path="$(IntermediateOutputPath)AutoScripts\MapoDb.Properties.Settings.MoonProConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
||||
</Object>
|
||||
<UpdateFrom Type="Web.Config">
|
||||
<Source MatchValue="Data Source=SQL2016DEV;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer16" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
</UpdateFrom>
|
||||
</ObjectGroup>
|
||||
<ObjectGroup Name="MoonProConnectionString" Order="2" Enabled="False">
|
||||
<Destination Path="Data Source=localhost\sqlexpress;Initial Catalog=Donati_MoonPro;Persist Security Info=True;User ID=steamware;Password=viadante16" />
|
||||
<Object Type="DbDacFx">
|
||||
<PreSource Path="Data Source=SQL2016DEV;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer16" includeData="False" />
|
||||
<Source Path="$(IntermediateOutputPath)AutoScripts\MoonProConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
||||
</Object>
|
||||
<UpdateFrom Type="Web.Config">
|
||||
<Source MatchValue="Data Source=SQL2016DEV;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer16" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
</UpdateFrom>
|
||||
</ObjectGroup>
|
||||
</Objects>
|
||||
</PublishDatabaseSettings>
|
||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
||||
<EnableUpdateable>True</EnableUpdateable>
|
||||
<DebugSymbols>False</DebugSymbols>
|
||||
<WDPMergeOption>DonotMerge</WDPMergeOption>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)MapoDb.Properties.Settings.MoonProConnectionString-Web.config Connection String">
|
||||
<ParameterValue>Data Source=localhost\SQLExpress;Initial Catalog=Donati_MoonPro;Persist Security Info=True;User ID=steamware;Password=viadante16</ParameterValue>
|
||||
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
||||
</MSDeployParameterValue>
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)MoonProConnectionString-Web.config Connection String">
|
||||
<ParameterValue>Data Source=localhost\sqlexpress;Initial Catalog=Donati_MoonPro;Persist Security Info=True;User ID=steamware;Password=viadante16</ParameterValue>
|
||||
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
||||
</MSDeployParameterValue>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,486 @@
|
||||
<?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>
|
||||
<TimeStampOfAssociatedLegacyPublishXmlFile />
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<File Include="bin/AjaxControlToolkit.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/AjaxMin.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/ar/AjaxControlToolkit.resources.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/cs/AjaxControlToolkit.resources.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/de/AjaxControlToolkit.resources.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/es/AjaxControlToolkit.resources.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/Flesk.ViewState.dll">
|
||||
<publishTime>07/26/2011 14:52:30</publishTime>
|
||||
</File>
|
||||
<File Include="bin/fr/AjaxControlToolkit.resources.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/he/AjaxControlToolkit.resources.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/hi/AjaxControlToolkit.resources.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/HtmlAgilityPack.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/ICSharpCode.SharpZipLib.dll">
|
||||
<publishTime>03/08/2013 12:20:21</publishTime>
|
||||
</File>
|
||||
<File Include="bin/it/AjaxControlToolkit.resources.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/ja/AjaxControlToolkit.resources.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/ko/AjaxControlToolkit.resources.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/MapoDb.dll">
|
||||
<publishTime>09/18/2013 15:22:20</publishTime>
|
||||
</File>
|
||||
<File Include="bin/MoonPro.dll">
|
||||
<publishTime>09/18/2013 15:22:21</publishTime>
|
||||
</File>
|
||||
<File Include="bin/nl/AjaxControlToolkit.resources.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/pt/AjaxControlToolkit.resources.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/ru/AjaxControlToolkit.resources.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/SanitizerProviders.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/SteamWare.dll">
|
||||
<publishTime>08/29/2013 09:35:50</publishTime>
|
||||
</File>
|
||||
<File Include="bin/SteamWare.pdb">
|
||||
<publishTime>08/29/2013 09:35:50</publishTime>
|
||||
</File>
|
||||
<File Include="bin/tr-TR/AjaxControlToolkit.resources.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/zh-CHS/AjaxControlToolkit.resources.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="bin/zh-CHT/AjaxControlToolkit.resources.dll">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="Default.aspx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="DettaglioMacchina.aspx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="diagApp.aspx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="DonatiPass-appSett.config">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="DonatiPass-connStr.config">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="erroreComunicazione.aspx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="excelAllMacchineDatiConfermati.aspx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="excelAllMacchineExportEventi.aspx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="excelAllMacchineExportStati.aspx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="excelExportDatiConfermati.aspx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="excelExportEventi.aspx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="excelExportStati.aspx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/ajax-loader.gif">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/apply.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/apply_l.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/apply_m.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/apply_s.gif">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/apply_s.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/BarraArancio.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/BarraGrigia.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/BarraRossa.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/BarraVerde.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/bg-menu-main.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/cancel.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/cancel_l.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/cancel_m.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/cancel_s.gif">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/cancel_s.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/detail.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/edit_l.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/edit_m.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/edit_s.gif">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/edit_s.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/elimina_l.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/elimina_m.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/elimina_s.gif">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/elimina_s.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/empty.jpg">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/giallo.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/grigio.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/logo colmecc.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/logo.gif">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/logo.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/logoMoOnPro.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/logo_sw.png">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/L1.jpg">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/L10.jpg">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/L11.JPG">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/L2.jpg">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/L3.jpg">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/L4.jpg">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/L5.jpg">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/L6.jpg">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/L7.jpg">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/L8.jpg">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/L9.jpg">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/okuma.jpg">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/sbav005.jpg">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/Sme006.jpg">
|
||||
<publishTime>09/17/2013 16:30:02</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/thumb_L1.JPG">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/thumb_L10.jpg">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/thumb_L11.JPG">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/thumb_L2.JPG">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/thumb_L3.JPG">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/thumb_L4.JPG">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/thumb_L5.JPG">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/thumb_L6.JPG">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/thumb_L7.JPG">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/thumb_L8.JPG">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/thumb_L9.JPG">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/thumb_sbav005.jpg">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/macchine/thumb_sme006.jpg">
|
||||
<publishTime>09/17/2013 16:30:02</publishTime>
|
||||
</File>
|
||||
<File Include="images/ProgressBar.gif">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="images/rosso.png">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/sfondo.png">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/titoloCruscotto.png">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/verde.png">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/view.gif">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/view.png">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/view_disabled.gif">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/view_l.png">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/view_m.png">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/view_s.gif">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="images/view_s.png">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="inputSeriale.aspx">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="lastUpdate.aspx">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="logs/PlaceHolder.file">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="M6Started.aspx">
|
||||
<publishTime>09/18/2013 14:14:53</publishTime>
|
||||
</File>
|
||||
<File Include="MappaStato.aspx">
|
||||
<publishTime>09/18/2013 14:57:14</publishTime>
|
||||
</File>
|
||||
<File Include="packages.config">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="PingPage.htm">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="PrecompiledApp.config">
|
||||
<publishTime>09/18/2013 15:22:23</publishTime>
|
||||
</File>
|
||||
<File Include="Reports/PlaceHolder.file">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="SchermataMacchina.aspx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="scripts/jintervals.js">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="scripts/jquery-1.7.2.min.js">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="scripts/jquery.stopwatch.js">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="Semaforo.aspx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="Style.css">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="test.aspx">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="UI.aspx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="unauthorized.aspx">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="upload/PlaceHolder.file">
|
||||
<publishTime>03/13/2013 18:34:41</publishTime>
|
||||
</File>
|
||||
<File Include="Web.config">
|
||||
<publishTime>09/18/2013 15:22:22</publishTime>
|
||||
</File>
|
||||
<File Include="WebCharts/PlaceHolder.file">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebMasterPages/AjaxSimple.master">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebMasterPages/AjaxSimpleRefresh.master">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebMasterPages/MAPO_empty.Master">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebMasterPages/MAPO_empty_refresh30.master">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebMasterPages/MAPO_empty_refresh30_full.master">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebMasterPages/MAPO_noAjax.master">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebMasterPages/MAPO_refresh.master">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebMasterPages/MAPO_refresh30.master">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebMasterPages/MAPO_warning.master">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_andamentoStorico.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_datiConfermati.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_grafico.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_immagineStato.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_infoAggiuntive.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_listaStatiEventi.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_menuBottom.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_menuTop.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_periodoAnalisi.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_realtimeClock.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_schermataMacchina.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_semaforo.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_sequencerStati.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_sequencerTempiCiclo.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_statoMacchina.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_statoMacchine.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WebUserControls/mod_UI.ascx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
<File Include="WS/AutoCompletamento.asmx">
|
||||
<publishTime>03/13/2013 18:34:40</publishTime>
|
||||
</File>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,60 @@
|
||||
<?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>
|
||||
<LastUsedBuildConfiguration>IIS01</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<SiteUrlToLaunchAfterPublish />
|
||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||
<ExcludeApp_Data>True</ExcludeApp_Data>
|
||||
<MSDeployServiceURL>https://IIS01:8172/MsDeploy.axd</MSDeployServiceURL>
|
||||
<DeployIisAppPath>Default Web Site/MP/Site</DeployIisAppPath>
|
||||
<RemoteSitePhysicalPath />
|
||||
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer>
|
||||
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
|
||||
<EnableMSDeployBackup>True</EnableMSDeployBackup>
|
||||
<UserName>jenkins</UserName>
|
||||
<_SavePWD>True</_SavePWD>
|
||||
<PublishDatabaseSettings>
|
||||
<Objects xmlns="">
|
||||
<ObjectGroup Name="MapoDb.Properties.Settings.MoonProConnectionString" Order="1" Enabled="False">
|
||||
<Destination Path="" />
|
||||
<Object Type="DbDacFx">
|
||||
<PreSource Path="Data Source=SQL-STEAM\SQL2012;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
|
||||
<Source Path="$(IntermediateOutputPath)AutoScripts\MapoDb.Properties.Settings.MoonProConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
||||
</Object>
|
||||
<UpdateFrom Type="Web.Config">
|
||||
<Source MatchValue="Data Source=SQL-STEAM\SQL2012;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
</UpdateFrom>
|
||||
</ObjectGroup>
|
||||
<ObjectGroup Name="MoonProConnectionString" Order="2" Enabled="False">
|
||||
<Destination Path="" />
|
||||
<Object Type="DbDacFx">
|
||||
<PreSource Path="Data Source=SQL-STEAM\SQL2012;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
|
||||
<Source Path="$(IntermediateOutputPath)AutoScripts\MoonProConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
||||
</Object>
|
||||
<UpdateFrom Type="Web.Config">
|
||||
<Source MatchValue="Data Source=SQL-STEAM\SQL2012;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
</UpdateFrom>
|
||||
</ObjectGroup>
|
||||
</Objects>
|
||||
</PublishDatabaseSettings>
|
||||
<ADUsesOwinOrOpenIdConnect>False</ADUsesOwinOrOpenIdConnect>
|
||||
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
||||
<EnableUpdateable>True</EnableUpdateable>
|
||||
<DebugSymbols>False</DebugSymbols>
|
||||
<WDPMergeOption>DonotMerge</WDPMergeOption>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)MapoDb.Properties.Settings.MoonProConnectionString-Web.config Connection String">
|
||||
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
||||
</MSDeployParameterValue>
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)MoonProConnectionString-Web.config Connection String">
|
||||
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
||||
</MSDeployParameterValue>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?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>
|
||||
<TimeStampOfAssociatedLegacyPublishXmlFile />
|
||||
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAH0adXzrANk+QkSQiwkrZoAAAAAACAAAAAAADZgAAwAAAABAAAADUtMFGx2Mef6yUhtkrGZP1AAAAAASAAACgAAAAEAAAAHNjYJh1hFztF8rs373em08YAAAAoBdL5+aTF6P8S7fiyDS73fHT6Hapbbh9FAAAAArj9aRXeunxSZNRL/Ly8vGrJ+/y</EncryptedPassword>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,62 @@
|
||||
<?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>
|
||||
<LastUsedBuildConfiguration>IIS02</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<SiteUrlToLaunchAfterPublish />
|
||||
<ExcludeApp_Data>True</ExcludeApp_Data>
|
||||
<MSDeployServiceURL>https://IIS02:8172/MsDeploy.axd</MSDeployServiceURL>
|
||||
<DeployIisAppPath>Default Web Site/MP/Site</DeployIisAppPath>
|
||||
<RemoteSitePhysicalPath />
|
||||
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer>
|
||||
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
|
||||
<EnableMSDeployBackup>True</EnableMSDeployBackup>
|
||||
<UserName>jenkins</UserName>
|
||||
<_SavePWD>True</_SavePWD>
|
||||
<PublishDatabaseSettings>
|
||||
<Objects xmlns="">
|
||||
<ObjectGroup Name="MapoDb.Properties.Settings.MoonProConnectionString" Order="1" Enabled="False">
|
||||
<Destination Path="Data Source=sql2012;Initial Catalog=Donati_MoonPro_prod2;Persist Security Info=True;User ID=sa;Password=keyhammer16" />
|
||||
<Object Type="DbDacFx">
|
||||
<PreSource Path="Data Source=SQL-STEAM\SQL2012;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
|
||||
<Source Path="$(IntermediateOutputPath)AutoScripts\MapoDb.Properties.Settings.MoonProConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
||||
</Object>
|
||||
<UpdateFrom Type="Web.Config">
|
||||
<Source MatchValue="Data Source=SQL-STEAM\SQL2012;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
</UpdateFrom>
|
||||
</ObjectGroup>
|
||||
<ObjectGroup Name="MoonProConnectionString" Order="2" Enabled="False">
|
||||
<Destination Path="Data Source=sql2012;Initial Catalog=Donati_MoonPro_prod2;Persist Security Info=True;User ID=sa;Password=keyhammer16" />
|
||||
<Object Type="DbDacFx">
|
||||
<PreSource Path="Data Source=SQL-STEAM\SQL2012;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
|
||||
<Source Path="$(IntermediateOutputPath)AutoScripts\MoonProConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
||||
</Object>
|
||||
<UpdateFrom Type="Web.Config">
|
||||
<Source MatchValue="Data Source=SQL-STEAM\SQL2012;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
</UpdateFrom>
|
||||
</ObjectGroup>
|
||||
</Objects>
|
||||
</PublishDatabaseSettings>
|
||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||
<ADUsesOwinOrOpenIdConnect>False</ADUsesOwinOrOpenIdConnect>
|
||||
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
||||
<EnableUpdateable>True</EnableUpdateable>
|
||||
<DebugSymbols>False</DebugSymbols>
|
||||
<WDPMergeOption>DonotMerge</WDPMergeOption>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)MapoDb.Properties.Settings.MoonProConnectionString-Web.config Connection String">
|
||||
<ParameterValue>Data Source=sql2012;Initial Catalog=Donati_MoonPro_prod2;Persist Security Info=True;User ID=sa;Password=keyhammer16</ParameterValue>
|
||||
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
||||
</MSDeployParameterValue>
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)MoonProConnectionString-Web.config Connection String">
|
||||
<ParameterValue>Data Source=sql2012;Initial Catalog=Donati_MoonPro_prod2;Persist Security Info=True;User ID=sa;Password=keyhammer16</ParameterValue>
|
||||
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
||||
</MSDeployParameterValue>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
<TimeStampOfAssociatedLegacyPublishXmlFile>
|
||||
</TimeStampOfAssociatedLegacyPublishXmlFile>
|
||||
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAH0adXzrANk+QkSQiwkrZoAAAAAACAAAAAAADZgAAwAAAABAAAAAoAMua83Lkf4oltWkdVMAzAAAAAASAAACgAAAAEAAAANW+At92zePQWCAdYgo6JUkYAAAAE4qsEe3kUNs76HegvoJlvXbalUIaK2nHFAAAAECFyoI24TnWB4bd9E4/4fBi0CWG</EncryptedPassword>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,60 @@
|
||||
<?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>OVH-Demo</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<SiteUrlToLaunchAfterPublish />
|
||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||
<ExcludeApp_Data>True</ExcludeApp_Data>
|
||||
<MSDeployServiceURL>https://wprod01.steamware.net:8172/MsDeploy.axd</MSDeployServiceURL>
|
||||
<DeployIisAppPath>mapo.steamware.net/main</DeployIisAppPath>
|
||||
<RemoteSitePhysicalPath />
|
||||
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer>
|
||||
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
|
||||
<EnableMSDeployBackup>True</EnableMSDeployBackup>
|
||||
<UserName>Administrator</UserName>
|
||||
<_SavePWD>True</_SavePWD>
|
||||
<PublishDatabaseSettings>
|
||||
<Objects xmlns="">
|
||||
<ObjectGroup Name="MapoDb.Properties.Settings.MoonProConnectionString" Order="1" Enabled="False">
|
||||
<Destination Path="" />
|
||||
<Object Type="DbDacFx">
|
||||
<PreSource Path="Data Source=SQL-STEAM\SQL2012;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
|
||||
<Source Path="$(IntermediateOutputPath)AutoScripts\MapoDb.Properties.Settings.MoonProConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
||||
</Object>
|
||||
<UpdateFrom Type="Web.Config">
|
||||
<Source MatchValue="Data Source=SQL-STEAM\SQL2012;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
</UpdateFrom>
|
||||
</ObjectGroup>
|
||||
<ObjectGroup Name="MoonProConnectionString" Order="2" Enabled="False">
|
||||
<Destination Path="" />
|
||||
<Object Type="DbDacFx">
|
||||
<PreSource Path="Data Source=SQL-STEAM\SQL2012;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
|
||||
<Source Path="$(IntermediateOutputPath)AutoScripts\MoonProConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
||||
</Object>
|
||||
<UpdateFrom Type="Web.Config">
|
||||
<Source MatchValue="Data Source=SQL-STEAM\SQL2012;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
</UpdateFrom>
|
||||
</ObjectGroup>
|
||||
</Objects>
|
||||
</PublishDatabaseSettings>
|
||||
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
||||
<EnableUpdateable>True</EnableUpdateable>
|
||||
<DebugSymbols>False</DebugSymbols>
|
||||
<WDPMergeOption>DonotMerge</WDPMergeOption>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)MapoDb.Properties.Settings.MoonProConnectionString-Web.config Connection String">
|
||||
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
||||
</MSDeployParameterValue>
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)MoonProConnectionString-Web.config Connection String">
|
||||
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
||||
</MSDeployParameterValue>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?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>
|
||||
<TimeStampOfAssociatedLegacyPublishXmlFile />
|
||||
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAhAy0GH+qMUmRXN6NBxaUkQAAAAACAAAAAAADZgAAwAAAABAAAAAI6ST5uVpXRaXb1U4XeuflAAAAAASAAACgAAAAEAAAAEYOlVKo5xwMHtkEVWSAYRwYAAAA4Pr3KTq+JHlGkmAN1/6oloxN8jiDUSuEFAAAAPecKucDR3+Si/lknCfP1s25IYzC</EncryptedPassword>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Questo file viene usato dal processo di pubblicazione/creazione pacchetto del progetto Web. È possibile personalizzare il comportamento del processo
|
||||
modificando il file MSBuild. Per altre informazioni su questo argomento, vedere https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<WebPublishMethod>MSDeploy</WebPublishMethod>
|
||||
<LastUsedBuildConfiguration>OVH-Demo</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<SiteUrlToLaunchAfterPublish />
|
||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||
<ExcludeApp_Data>True</ExcludeApp_Data>
|
||||
<MSDeployServiceURL>https://wprod01.steamware.net:8172/MsDeploy.axd</MSDeployServiceURL>
|
||||
<DeployIisAppPath>mp.steamware.net/SITE</DeployIisAppPath>
|
||||
<RemoteSitePhysicalPath />
|
||||
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer>
|
||||
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
|
||||
<EnableMSDeployBackup>True</EnableMSDeployBackup>
|
||||
<UserName>steamwovh\administrator</UserName>
|
||||
<_SavePWD>True</_SavePWD>
|
||||
<PublishDatabaseSettings>
|
||||
<Objects xmlns="">
|
||||
<ObjectGroup Name="MapoDb.Properties.Settings.MoonProConnectionString" Order="1" Enabled="False">
|
||||
<Destination Path="" />
|
||||
<Object Type="DbDacFx">
|
||||
<PreSource Path="Data Source=SQL2016DEV;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer16" includeData="False" />
|
||||
<Source Path="$(IntermediateOutputPath)AutoScripts\MapoDb.Properties.Settings.MoonProConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
||||
</Object>
|
||||
<UpdateFrom Type="Web.Config">
|
||||
<Source MatchValue="Data Source=SQL2016DEV;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer16" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
</UpdateFrom>
|
||||
</ObjectGroup>
|
||||
<ObjectGroup Name="MoonProConnectionString" Order="2" Enabled="False">
|
||||
<Destination Path="" />
|
||||
<Object Type="DbDacFx">
|
||||
<PreSource Path="Data Source=SQL2016DEV;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer16" includeData="False" />
|
||||
<Source Path="$(IntermediateOutputPath)AutoScripts\MoonProConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
||||
</Object>
|
||||
<UpdateFrom Type="Web.Config">
|
||||
<Source MatchValue="Data Source=SQL2016DEV;Initial Catalog=MoonPro;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>DonotMerge</WDPMergeOption>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<MSDeployParameterValue Include="MoonProConnectionString-Web.config Connection String">
|
||||
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
||||
</MSDeployParameterValue>
|
||||
<MSDeployParameterValue Include="MapoDb.Properties.Settings.MoonProConnectionString-Web.config Connection String">
|
||||
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
||||
</MSDeployParameterValue>
|
||||
<MSDeployParameterValue Include="MoonProConnectionString-Web.config Connection String">
|
||||
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
||||
</MSDeployParameterValue>
|
||||
<MSDeployParameterValue Include="MapoDb.Properties.Settings.MoonProConnectionString-Web.config Connection String">
|
||||
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
||||
</MSDeployParameterValue>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Questo file viene usato dal processo di pubblicazione/creazione pacchetto del progetto Web. È possibile personalizzare il comportamento del processo
|
||||
modificando il file MSBuild. Per altre informazioni su questo argomento, vedere https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<TimeStampOfAssociatedLegacyPublishXmlFile />
|
||||
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAFSC7SxKvFUatYSNDJzLCAwAAAAACAAAAAAADZgAAwAAAABAAAABQlMTUoIVqz+DrjPah0RjYAAAAAASAAACgAAAAEAAAAEVvorwPKv86/CVHt8PcE8oYAAAAsKhMt0Zum4+tfJpA9sY+aTN39pu/ax9zFAAAAPPNWEhF0tWcxv4IB+9+KhSyWaZP</EncryptedPassword>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -244,6 +244,11 @@
|
||||
<Content Include="MappaStato.aspx" />
|
||||
<Content Include="MappaStatoSeq.aspx" />
|
||||
<Content Include="PingPage.htm" />
|
||||
<Content Include="Properties\PublishProfiles\Donati.pubxml.user" />
|
||||
<Content Include="Properties\PublishProfiles\IIS01.pubxml.user" />
|
||||
<Content Include="Properties\PublishProfiles\IIS02.pubxml.user" />
|
||||
<Content Include="Properties\PublishProfiles\OVH-Demo-old.pubxml.user" />
|
||||
<Content Include="Properties\PublishProfiles\OVH-Demo.pubxml.user" />
|
||||
<Content Include="Resources\ChangeLog.html" />
|
||||
<Content Include="Resources\logoSteamware.png" />
|
||||
<Content Include="Resources\manifest.xml" />
|
||||
@@ -340,6 +345,11 @@
|
||||
<Content Include="Content\Roboto.woff" />
|
||||
<Content Include="Content\RobotoCondensed.woff" />
|
||||
<Content Include="Content\Style.less" />
|
||||
<None Include="Properties\PublishProfiles\Donati.pubxml" />
|
||||
<None Include="Properties\PublishProfiles\IIS01.pubxml" />
|
||||
<None Include="Properties\PublishProfiles\IIS02.pubxml" />
|
||||
<None Include="Properties\PublishProfiles\OVH-Demo-old.pubxml" />
|
||||
<None Include="Properties\PublishProfiles\OVH-Demo.pubxml" />
|
||||
<None Include="Scripts\jquery-3.3.1.intellisense.js" />
|
||||
<Content Include="Scripts\jquery-3.3.1.js" />
|
||||
<Content Include="Scripts\jquery-3.3.1.min.js" />
|
||||
@@ -387,6 +397,9 @@
|
||||
<Content Include="WebCharts\PlaceHolder.file" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\VersGen\MoonPro.cs">
|
||||
<Link>MoonPro.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="AnalisiProduzione.aspx.cs">
|
||||
<DependentUpon>AnalisiProduzione.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
|
||||
@@ -1,35 +1,34 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Le informazioni generali relative a un assembly sono controllate dal seguente
|
||||
// set di attributi. Modificare i valori di questi attributi per modificare le informazioni
|
||||
// associate a un assembly.
|
||||
[assembly: AssemblyTitle("MP_SITE")]
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("MoonPro")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("MP_SITE")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2018")]
|
||||
//[assembly: AssemblyCompany("Microsoft")]
|
||||
[assembly: AssemblyProduct("MoonPro")]
|
||||
//[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Se si imposta ComVisible su false, i tipi in questo assembly non saranno visibili
|
||||
// ai componenti COM. Se è necessario accedere a un tipo in questo assembly da
|
||||
// COM, impostare su true l'attributo ComVisible per tale tipo.
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// Se il progetto viene esposto a COM, il GUID seguente verrà utilizzato per creare l'ID della libreria dei tipi
|
||||
[assembly: Guid("f2856bfc-7b4e-401e-932e-415da8ecaad6")]
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("3d5900ae-111a-45be-96b3-d9e4606ca793")]
|
||||
|
||||
// Le informazioni sulla versione di un assembly sono costituite dai quattro valori seguenti:
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
|
||||
// utilizzando l'asterisco (*) come illustrato di seguito:
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
//[assembly: AssemblyVersion("1.0.0.0")]
|
||||
//[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
|
||||
Reference in New Issue
Block a user