diff --git a/Jenkinsfile b/Jenkinsfile index 73a3eb67..a1e409de 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -52,7 +52,7 @@ pipeline { parallel ( LANDING: { sleep 5 - bat "\"${tool 'MSBuild-14.0'}\" MP/MP.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m" + bat "\"${tool 'MSBuild-14.0'}\" MP-LAND/MP.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m" }, ADMIN: { sleep 0 @@ -98,12 +98,12 @@ pipeline { if(env.enableIIS01 == "Y") { sleep 0 - bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP/MP.csproj" + bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-LAND/MP-LAND.csproj" } if(env.enableIIS02 == "Y") { sleep 1 - bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP/MP.csproj" + bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-LAND/MP-LAND.csproj" } }, ADMIN: { @@ -196,7 +196,7 @@ pipeline { parallel ( LANDING: { sleep 4 - bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /T:Package /P:Configuration=Prod /p:PublishProfile=${env.BRANCH_NAME}.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:PackageLocation=ReleaseClienti/${env.BRANCH_NAME}/LAND.zip /p:DeployIisAppPath=\"Default Web Site/MP/LAND\" /p:PackageAsSingleFile=True /p:OutputPath=bin/ MP/MP.csproj" + bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /T:Package /P:Configuration=Prod /p:PublishProfile=${env.BRANCH_NAME}.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:PackageLocation=ReleaseClienti/${env.BRANCH_NAME}/LAND.zip /p:DeployIisAppPath=\"Default Web Site/MP/LAND\" /p:PackageAsSingleFile=True /p:OutputPath=bin/ MP-LAND/MP-LAND.csproj" // pubblico su server deploy! publishToDeployServer("MP\\", "c:\\inetpub\\wwwroot\\SWS\\MAPO\\", "LAND") }, diff --git a/MAPO.sln b/MAPO.sln index f0234cf4..39d30934 100644 --- a/MAPO.sln +++ b/MAPO.sln @@ -7,7 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersGen", "VersGen\VersGen. EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapoDb", "MapoDb\MapoDb.csproj", "{4617A665-D6E3-4CEB-A689-CE2EECD45713}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MP-LAND", "MP\MP-LAND.csproj", "{119EF0B4-CCE1-4F08-9ED2-D54E7775B4D9}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MP-LAND", "MP-LAND\MP-LAND.csproj", "{119EF0B4-CCE1-4F08-9ED2-D54E7775B4D9}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MP-Admin", "MP-Admin\MP-Admin.csproj", "{18C9C6CF-52CB-4299-BC6E-C1DC78DF632C}" EndProject diff --git a/MP/App_Start/BundleConfig.cs b/MP-LAND/App_Start/BundleConfig.cs similarity index 100% rename from MP/App_Start/BundleConfig.cs rename to MP-LAND/App_Start/BundleConfig.cs diff --git a/MP/App_Start/FilterConfig.cs b/MP-LAND/App_Start/FilterConfig.cs similarity index 100% rename from MP/App_Start/FilterConfig.cs rename to MP-LAND/App_Start/FilterConfig.cs diff --git a/MP/App_Start/RouteConfig.cs b/MP-LAND/App_Start/RouteConfig.cs similarity index 100% rename from MP/App_Start/RouteConfig.cs rename to MP-LAND/App_Start/RouteConfig.cs diff --git a/MP/Content/Site.css b/MP-LAND/Content/Site.css similarity index 100% rename from MP/Content/Site.css rename to MP-LAND/Content/Site.css diff --git a/MP/Content/Site.less b/MP-LAND/Content/Site.less similarity index 100% rename from MP/Content/Site.less rename to MP-LAND/Content/Site.less diff --git a/MP/Content/Site.min.css b/MP-LAND/Content/Site.min.css similarity index 100% rename from MP/Content/Site.min.css rename to MP-LAND/Content/Site.min.css diff --git a/MP/Content/bootstrap-grid.css b/MP-LAND/Content/bootstrap-grid.css similarity index 100% rename from MP/Content/bootstrap-grid.css rename to MP-LAND/Content/bootstrap-grid.css diff --git a/MP/Content/bootstrap-grid.css.map b/MP-LAND/Content/bootstrap-grid.css.map similarity index 100% rename from MP/Content/bootstrap-grid.css.map rename to MP-LAND/Content/bootstrap-grid.css.map diff --git a/MP/Content/bootstrap-grid.min.css b/MP-LAND/Content/bootstrap-grid.min.css similarity index 100% rename from MP/Content/bootstrap-grid.min.css rename to MP-LAND/Content/bootstrap-grid.min.css diff --git a/MP/Content/bootstrap-grid.min.css.map b/MP-LAND/Content/bootstrap-grid.min.css.map similarity index 100% rename from MP/Content/bootstrap-grid.min.css.map rename to MP-LAND/Content/bootstrap-grid.min.css.map diff --git a/MP/Content/bootstrap-reboot.css b/MP-LAND/Content/bootstrap-reboot.css similarity index 100% rename from MP/Content/bootstrap-reboot.css rename to MP-LAND/Content/bootstrap-reboot.css diff --git a/MP/Content/bootstrap-reboot.css.map b/MP-LAND/Content/bootstrap-reboot.css.map similarity index 100% rename from MP/Content/bootstrap-reboot.css.map rename to MP-LAND/Content/bootstrap-reboot.css.map diff --git a/MP/Content/bootstrap-reboot.min.css b/MP-LAND/Content/bootstrap-reboot.min.css similarity index 100% rename from MP/Content/bootstrap-reboot.min.css rename to MP-LAND/Content/bootstrap-reboot.min.css diff --git a/MP/Content/bootstrap-reboot.min.css.map b/MP-LAND/Content/bootstrap-reboot.min.css.map similarity index 100% rename from MP/Content/bootstrap-reboot.min.css.map rename to MP-LAND/Content/bootstrap-reboot.min.css.map diff --git a/MP/Content/bootstrap.css b/MP-LAND/Content/bootstrap.css similarity index 100% rename from MP/Content/bootstrap.css rename to MP-LAND/Content/bootstrap.css diff --git a/MP/Content/bootstrap.css.map b/MP-LAND/Content/bootstrap.css.map similarity index 100% rename from MP/Content/bootstrap.css.map rename to MP-LAND/Content/bootstrap.css.map diff --git a/MP/Content/bootstrap.min.css b/MP-LAND/Content/bootstrap.min.css similarity index 100% rename from MP/Content/bootstrap.min.css rename to MP-LAND/Content/bootstrap.min.css diff --git a/MP/Content/bootstrap.min.css.map b/MP-LAND/Content/bootstrap.min.css.map similarity index 100% rename from MP/Content/bootstrap.min.css.map rename to MP-LAND/Content/bootstrap.min.css.map diff --git a/MP/Content/font-awesome.css b/MP-LAND/Content/font-awesome.css similarity index 100% rename from MP/Content/font-awesome.css rename to MP-LAND/Content/font-awesome.css diff --git a/MP/Content/font-awesome.min.css b/MP-LAND/Content/font-awesome.min.css similarity index 100% rename from MP/Content/font-awesome.min.css rename to MP-LAND/Content/font-awesome.min.css diff --git a/MP/Controllers/HomeController.cs b/MP-LAND/Controllers/HomeController.cs similarity index 100% rename from MP/Controllers/HomeController.cs rename to MP-LAND/Controllers/HomeController.cs diff --git a/MP/Global.asax b/MP-LAND/Global.asax similarity index 100% rename from MP/Global.asax rename to MP-LAND/Global.asax diff --git a/MP/Global.asax.cs b/MP-LAND/Global.asax.cs similarity index 100% rename from MP/Global.asax.cs rename to MP-LAND/Global.asax.cs diff --git a/MP/MP-LAND.csproj b/MP-LAND/MP-LAND.csproj similarity index 100% rename from MP/MP-LAND.csproj rename to MP-LAND/MP-LAND.csproj diff --git a/MP/Models/AnagKeyValue.cs b/MP-LAND/Models/AnagKeyValue.cs similarity index 100% rename from MP/Models/AnagKeyValue.cs rename to MP-LAND/Models/AnagKeyValue.cs diff --git a/MP/Models/AnagraficaOperatori.cs b/MP-LAND/Models/AnagraficaOperatori.cs similarity index 100% rename from MP/Models/AnagraficaOperatori.cs rename to MP-LAND/Models/AnagraficaOperatori.cs diff --git a/MP/Models/MPModel.Context.cs b/MP-LAND/Models/MPModel.Context.cs similarity index 100% rename from MP/Models/MPModel.Context.cs rename to MP-LAND/Models/MPModel.Context.cs diff --git a/MP/Models/MPModel.Context.tt b/MP-LAND/Models/MPModel.Context.tt similarity index 100% rename from MP/Models/MPModel.Context.tt rename to MP-LAND/Models/MPModel.Context.tt diff --git a/MP/Models/MPModel.Designer.cs b/MP-LAND/Models/MPModel.Designer.cs similarity index 100% rename from MP/Models/MPModel.Designer.cs rename to MP-LAND/Models/MPModel.Designer.cs diff --git a/MP/Models/MPModel.cs b/MP-LAND/Models/MPModel.cs similarity index 100% rename from MP/Models/MPModel.cs rename to MP-LAND/Models/MPModel.cs diff --git a/MP/Models/MPModel.edmx b/MP-LAND/Models/MPModel.edmx similarity index 100% rename from MP/Models/MPModel.edmx rename to MP-LAND/Models/MPModel.edmx diff --git a/MP/Models/MPModel.edmx.diagram b/MP-LAND/Models/MPModel.edmx.diagram similarity index 100% rename from MP/Models/MPModel.edmx.diagram rename to MP-LAND/Models/MPModel.edmx.diagram diff --git a/MP/Models/MPModel.tt b/MP-LAND/Models/MPModel.tt similarity index 100% rename from MP/Models/MPModel.tt rename to MP-LAND/Models/MPModel.tt diff --git a/MP/Models/stp_AKV_getByKey_Result.cs b/MP-LAND/Models/stp_AKV_getByKey_Result.cs similarity index 100% rename from MP/Models/stp_AKV_getByKey_Result.cs rename to MP-LAND/Models/stp_AKV_getByKey_Result.cs diff --git a/MP/Project_Readme.html b/MP-LAND/Project_Readme.html similarity index 100% rename from MP/Project_Readme.html rename to MP-LAND/Project_Readme.html diff --git a/MP/Properties/AssemblyInfo.cs b/MP-LAND/Properties/AssemblyInfo.cs similarity index 100% rename from MP/Properties/AssemblyInfo.cs rename to MP-LAND/Properties/AssemblyInfo.cs diff --git a/MP/Resources/ChangeLog.html b/MP-LAND/Resources/ChangeLog.html similarity index 100% rename from MP/Resources/ChangeLog.html rename to MP-LAND/Resources/ChangeLog.html diff --git a/MP/Resources/Donati/LAVORAZIONI/Views/Web.config.ref b/MP-LAND/Resources/Donati/LAVORAZIONI/Views/Web.config.ref similarity index 100% rename from MP/Resources/Donati/LAVORAZIONI/Views/Web.config.ref rename to MP-LAND/Resources/Donati/LAVORAZIONI/Views/Web.config.ref diff --git a/MP/Resources/Donati/LAVORAZIONI/Web.config.ref b/MP-LAND/Resources/Donati/LAVORAZIONI/Web.config.ref similarity index 100% rename from MP/Resources/Donati/LAVORAZIONI/Web.config.ref rename to MP-LAND/Resources/Donati/LAVORAZIONI/Web.config.ref diff --git a/MP/Resources/logoSteamware.png b/MP-LAND/Resources/logoSteamware.png similarity index 100% rename from MP/Resources/logoSteamware.png rename to MP-LAND/Resources/logoSteamware.png diff --git a/MP/Resources/manifest.xml b/MP-LAND/Resources/manifest.xml similarity index 100% rename from MP/Resources/manifest.xml rename to MP-LAND/Resources/manifest.xml diff --git a/MP/Scripts/README.md b/MP-LAND/Scripts/README.md similarity index 100% rename from MP/Scripts/README.md rename to MP-LAND/Scripts/README.md diff --git a/MP/Scripts/_references.js b/MP-LAND/Scripts/_references.js similarity index 97% rename from MP/Scripts/_references.js rename to MP-LAND/Scripts/_references.js index f0a4f657..c8cbf161 100644 --- a/MP/Scripts/_references.js +++ b/MP-LAND/Scripts/_references.js @@ -1,10 +1,10 @@ -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// diff --git a/MP/Scripts/bootstrap.bundle.js b/MP-LAND/Scripts/bootstrap.bundle.js similarity index 100% rename from MP/Scripts/bootstrap.bundle.js rename to MP-LAND/Scripts/bootstrap.bundle.js diff --git a/MP/Scripts/bootstrap.bundle.js.map b/MP-LAND/Scripts/bootstrap.bundle.js.map similarity index 100% rename from MP/Scripts/bootstrap.bundle.js.map rename to MP-LAND/Scripts/bootstrap.bundle.js.map diff --git a/MP/Scripts/bootstrap.bundle.min.js b/MP-LAND/Scripts/bootstrap.bundle.min.js similarity index 100% rename from MP/Scripts/bootstrap.bundle.min.js rename to MP-LAND/Scripts/bootstrap.bundle.min.js diff --git a/MP/Scripts/bootstrap.bundle.min.js.map b/MP-LAND/Scripts/bootstrap.bundle.min.js.map similarity index 100% rename from MP/Scripts/bootstrap.bundle.min.js.map rename to MP-LAND/Scripts/bootstrap.bundle.min.js.map diff --git a/MP/Scripts/bootstrap.js b/MP-LAND/Scripts/bootstrap.js similarity index 100% rename from MP/Scripts/bootstrap.js rename to MP-LAND/Scripts/bootstrap.js diff --git a/MP/Scripts/bootstrap.js.map b/MP-LAND/Scripts/bootstrap.js.map similarity index 100% rename from MP/Scripts/bootstrap.js.map rename to MP-LAND/Scripts/bootstrap.js.map diff --git a/MP/Scripts/bootstrap.min.js b/MP-LAND/Scripts/bootstrap.min.js similarity index 100% rename from MP/Scripts/bootstrap.min.js rename to MP-LAND/Scripts/bootstrap.min.js diff --git a/MP/Scripts/bootstrap.min.js.map b/MP-LAND/Scripts/bootstrap.min.js.map similarity index 100% rename from MP/Scripts/bootstrap.min.js.map rename to MP-LAND/Scripts/bootstrap.min.js.map diff --git a/MP/Scripts/esm/popper-utils.js b/MP-LAND/Scripts/esm/popper-utils.js similarity index 100% rename from MP/Scripts/esm/popper-utils.js rename to MP-LAND/Scripts/esm/popper-utils.js diff --git a/MP/Scripts/esm/popper-utils.js.map b/MP-LAND/Scripts/esm/popper-utils.js.map similarity index 100% rename from MP/Scripts/esm/popper-utils.js.map rename to MP-LAND/Scripts/esm/popper-utils.js.map diff --git a/MP/Scripts/esm/popper-utils.min.js b/MP-LAND/Scripts/esm/popper-utils.min.js similarity index 100% rename from MP/Scripts/esm/popper-utils.min.js rename to MP-LAND/Scripts/esm/popper-utils.min.js diff --git a/MP/Scripts/esm/popper-utils.min.js.map b/MP-LAND/Scripts/esm/popper-utils.min.js.map similarity index 100% rename from MP/Scripts/esm/popper-utils.min.js.map rename to MP-LAND/Scripts/esm/popper-utils.min.js.map diff --git a/MP/Scripts/esm/popper.js b/MP-LAND/Scripts/esm/popper.js similarity index 100% rename from MP/Scripts/esm/popper.js rename to MP-LAND/Scripts/esm/popper.js diff --git a/MP/Scripts/esm/popper.js.map b/MP-LAND/Scripts/esm/popper.js.map similarity index 100% rename from MP/Scripts/esm/popper.js.map rename to MP-LAND/Scripts/esm/popper.js.map diff --git a/MP/Scripts/esm/popper.min.js b/MP-LAND/Scripts/esm/popper.min.js similarity index 100% rename from MP/Scripts/esm/popper.min.js rename to MP-LAND/Scripts/esm/popper.min.js diff --git a/MP/Scripts/esm/popper.min.js.map b/MP-LAND/Scripts/esm/popper.min.js.map similarity index 100% rename from MP/Scripts/esm/popper.min.js.map rename to MP-LAND/Scripts/esm/popper.min.js.map diff --git a/MP/Scripts/index.d.ts b/MP-LAND/Scripts/index.d.ts similarity index 100% rename from MP/Scripts/index.d.ts rename to MP-LAND/Scripts/index.d.ts diff --git a/MP/Scripts/jquery-3.3.1.intellisense.js b/MP-LAND/Scripts/jquery-3.3.1.intellisense.js similarity index 100% rename from MP/Scripts/jquery-3.3.1.intellisense.js rename to MP-LAND/Scripts/jquery-3.3.1.intellisense.js diff --git a/MP/Scripts/jquery-3.3.1.js b/MP-LAND/Scripts/jquery-3.3.1.js similarity index 100% rename from MP/Scripts/jquery-3.3.1.js rename to MP-LAND/Scripts/jquery-3.3.1.js diff --git a/MP/Scripts/jquery-3.3.1.min.js b/MP-LAND/Scripts/jquery-3.3.1.min.js similarity index 100% rename from MP/Scripts/jquery-3.3.1.min.js rename to MP-LAND/Scripts/jquery-3.3.1.min.js diff --git a/MP/Scripts/jquery-3.3.1.min.map b/MP-LAND/Scripts/jquery-3.3.1.min.map similarity index 100% rename from MP/Scripts/jquery-3.3.1.min.map rename to MP-LAND/Scripts/jquery-3.3.1.min.map diff --git a/MP/Scripts/jquery-3.3.1.slim.js b/MP-LAND/Scripts/jquery-3.3.1.slim.js similarity index 100% rename from MP/Scripts/jquery-3.3.1.slim.js rename to MP-LAND/Scripts/jquery-3.3.1.slim.js diff --git a/MP/Scripts/jquery-3.3.1.slim.min.js b/MP-LAND/Scripts/jquery-3.3.1.slim.min.js similarity index 100% rename from MP/Scripts/jquery-3.3.1.slim.min.js rename to MP-LAND/Scripts/jquery-3.3.1.slim.min.js diff --git a/MP/Scripts/jquery-3.3.1.slim.min.map b/MP-LAND/Scripts/jquery-3.3.1.slim.min.map similarity index 100% rename from MP/Scripts/jquery-3.3.1.slim.min.map rename to MP-LAND/Scripts/jquery-3.3.1.slim.min.map diff --git a/MP/Scripts/jquery.validate-vsdoc.js b/MP-LAND/Scripts/jquery.validate-vsdoc.js similarity index 100% rename from MP/Scripts/jquery.validate-vsdoc.js rename to MP-LAND/Scripts/jquery.validate-vsdoc.js diff --git a/MP/Scripts/jquery.validate.js b/MP-LAND/Scripts/jquery.validate.js similarity index 100% rename from MP/Scripts/jquery.validate.js rename to MP-LAND/Scripts/jquery.validate.js diff --git a/MP/Scripts/jquery.validate.min.js b/MP-LAND/Scripts/jquery.validate.min.js similarity index 100% rename from MP/Scripts/jquery.validate.min.js rename to MP-LAND/Scripts/jquery.validate.min.js diff --git a/MP/Scripts/jquery.validate.unobtrusive.js b/MP-LAND/Scripts/jquery.validate.unobtrusive.js similarity index 100% rename from MP/Scripts/jquery.validate.unobtrusive.js rename to MP-LAND/Scripts/jquery.validate.unobtrusive.js diff --git a/MP/Scripts/jquery.validate.unobtrusive.min.js b/MP-LAND/Scripts/jquery.validate.unobtrusive.min.js similarity index 100% rename from MP/Scripts/jquery.validate.unobtrusive.min.js rename to MP-LAND/Scripts/jquery.validate.unobtrusive.min.js diff --git a/MP/Scripts/modernizr-2.8.3.js b/MP-LAND/Scripts/modernizr-2.8.3.js similarity index 100% rename from MP/Scripts/modernizr-2.8.3.js rename to MP-LAND/Scripts/modernizr-2.8.3.js diff --git a/MP/Scripts/popper-utils.js b/MP-LAND/Scripts/popper-utils.js similarity index 100% rename from MP/Scripts/popper-utils.js rename to MP-LAND/Scripts/popper-utils.js diff --git a/MP/Scripts/popper-utils.js.map b/MP-LAND/Scripts/popper-utils.js.map similarity index 100% rename from MP/Scripts/popper-utils.js.map rename to MP-LAND/Scripts/popper-utils.js.map diff --git a/MP/Scripts/popper-utils.min.js b/MP-LAND/Scripts/popper-utils.min.js similarity index 100% rename from MP/Scripts/popper-utils.min.js rename to MP-LAND/Scripts/popper-utils.min.js diff --git a/MP/Scripts/popper-utils.min.js.map b/MP-LAND/Scripts/popper-utils.min.js.map similarity index 100% rename from MP/Scripts/popper-utils.min.js.map rename to MP-LAND/Scripts/popper-utils.min.js.map diff --git a/MP/Scripts/popper.js b/MP-LAND/Scripts/popper.js similarity index 100% rename from MP/Scripts/popper.js rename to MP-LAND/Scripts/popper.js diff --git a/MP/Scripts/popper.js.map b/MP-LAND/Scripts/popper.js.map similarity index 100% rename from MP/Scripts/popper.js.map rename to MP-LAND/Scripts/popper.js.map diff --git a/MP/Scripts/popper.min.js b/MP-LAND/Scripts/popper.min.js similarity index 100% rename from MP/Scripts/popper.min.js rename to MP-LAND/Scripts/popper.min.js diff --git a/MP/Scripts/popper.min.js.map b/MP-LAND/Scripts/popper.min.js.map similarity index 100% rename from MP/Scripts/popper.min.js.map rename to MP-LAND/Scripts/popper.min.js.map diff --git a/MP/Scripts/respond.js b/MP-LAND/Scripts/respond.js similarity index 100% rename from MP/Scripts/respond.js rename to MP-LAND/Scripts/respond.js diff --git a/MP/Scripts/respond.matchmedia.addListener.js b/MP-LAND/Scripts/respond.matchmedia.addListener.js similarity index 100% rename from MP/Scripts/respond.matchmedia.addListener.js rename to MP-LAND/Scripts/respond.matchmedia.addListener.js diff --git a/MP/Scripts/respond.matchmedia.addListener.min.js b/MP-LAND/Scripts/respond.matchmedia.addListener.min.js similarity index 100% rename from MP/Scripts/respond.matchmedia.addListener.min.js rename to MP-LAND/Scripts/respond.matchmedia.addListener.min.js diff --git a/MP/Scripts/respond.min.js b/MP-LAND/Scripts/respond.min.js similarity index 100% rename from MP/Scripts/respond.min.js rename to MP-LAND/Scripts/respond.min.js diff --git a/MP/Scripts/umd/popper-utils.js b/MP-LAND/Scripts/umd/popper-utils.js similarity index 100% rename from MP/Scripts/umd/popper-utils.js rename to MP-LAND/Scripts/umd/popper-utils.js diff --git a/MP/Scripts/umd/popper-utils.js.map b/MP-LAND/Scripts/umd/popper-utils.js.map similarity index 100% rename from MP/Scripts/umd/popper-utils.js.map rename to MP-LAND/Scripts/umd/popper-utils.js.map diff --git a/MP/Scripts/umd/popper-utils.min.js b/MP-LAND/Scripts/umd/popper-utils.min.js similarity index 100% rename from MP/Scripts/umd/popper-utils.min.js rename to MP-LAND/Scripts/umd/popper-utils.min.js diff --git a/MP/Scripts/umd/popper-utils.min.js.map b/MP-LAND/Scripts/umd/popper-utils.min.js.map similarity index 100% rename from MP/Scripts/umd/popper-utils.min.js.map rename to MP-LAND/Scripts/umd/popper-utils.min.js.map diff --git a/MP/Scripts/umd/popper.js b/MP-LAND/Scripts/umd/popper.js similarity index 100% rename from MP/Scripts/umd/popper.js rename to MP-LAND/Scripts/umd/popper.js diff --git a/MP/Scripts/umd/popper.js.map b/MP-LAND/Scripts/umd/popper.js.map similarity index 100% rename from MP/Scripts/umd/popper.js.map rename to MP-LAND/Scripts/umd/popper.js.map diff --git a/MP/Scripts/umd/popper.min.js b/MP-LAND/Scripts/umd/popper.min.js similarity index 100% rename from MP/Scripts/umd/popper.min.js rename to MP-LAND/Scripts/umd/popper.min.js diff --git a/MP/Scripts/umd/popper.min.js.map b/MP-LAND/Scripts/umd/popper.min.js.map similarity index 100% rename from MP/Scripts/umd/popper.min.js.map rename to MP-LAND/Scripts/umd/popper.min.js.map diff --git a/MP/Views/Home/About.cshtml b/MP-LAND/Views/Home/About.cshtml similarity index 100% rename from MP/Views/Home/About.cshtml rename to MP-LAND/Views/Home/About.cshtml diff --git a/MP/Views/Home/Contact.cshtml b/MP-LAND/Views/Home/Contact.cshtml similarity index 100% rename from MP/Views/Home/Contact.cshtml rename to MP-LAND/Views/Home/Contact.cshtml diff --git a/MP/Views/Home/Index.cshtml b/MP-LAND/Views/Home/Index.cshtml similarity index 100% rename from MP/Views/Home/Index.cshtml rename to MP-LAND/Views/Home/Index.cshtml diff --git a/MP/Views/Home/Packages.cshtml b/MP-LAND/Views/Home/Packages.cshtml similarity index 100% rename from MP/Views/Home/Packages.cshtml rename to MP-LAND/Views/Home/Packages.cshtml diff --git a/MP/Views/Home/UserListQR.cshtml b/MP-LAND/Views/Home/UserListQR.cshtml similarity index 100% rename from MP/Views/Home/UserListQR.cshtml rename to MP-LAND/Views/Home/UserListQR.cshtml diff --git a/MP/Views/Shared/Error.cshtml b/MP-LAND/Views/Shared/Error.cshtml similarity index 100% rename from MP/Views/Shared/Error.cshtml rename to MP-LAND/Views/Shared/Error.cshtml diff --git a/MP/Views/Shared/_Layout.cshtml b/MP-LAND/Views/Shared/_Layout.cshtml similarity index 100% rename from MP/Views/Shared/_Layout.cshtml rename to MP-LAND/Views/Shared/_Layout.cshtml diff --git a/MP/Views/Web.Debug.config b/MP-LAND/Views/Web.Debug.config similarity index 100% rename from MP/Views/Web.Debug.config rename to MP-LAND/Views/Web.Debug.config diff --git a/MP/Views/Web.Release.config b/MP-LAND/Views/Web.Release.config similarity index 100% rename from MP/Views/Web.Release.config rename to MP-LAND/Views/Web.Release.config diff --git a/MP/Views/Web.config b/MP-LAND/Views/Web.config similarity index 100% rename from MP/Views/Web.config rename to MP-LAND/Views/Web.config diff --git a/MP/Views/_ViewStart.cshtml b/MP-LAND/Views/_ViewStart.cshtml similarity index 100% rename from MP/Views/_ViewStart.cshtml rename to MP-LAND/Views/_ViewStart.cshtml diff --git a/MP/Web.Debug.config b/MP-LAND/Web.Debug.config similarity index 100% rename from MP/Web.Debug.config rename to MP-LAND/Web.Debug.config diff --git a/MP/Web.OVH-Demo.config b/MP-LAND/Web.OVH-Demo.config similarity index 100% rename from MP/Web.OVH-Demo.config rename to MP-LAND/Web.OVH-Demo.config diff --git a/MP/Web.Prod.config b/MP-LAND/Web.Prod.config similarity index 100% rename from MP/Web.Prod.config rename to MP-LAND/Web.Prod.config diff --git a/MP/Web.Release.config b/MP-LAND/Web.Release.config similarity index 100% rename from MP/Web.Release.config rename to MP-LAND/Web.Release.config diff --git a/MP/Web.config b/MP-LAND/Web.config similarity index 100% rename from MP/Web.config rename to MP-LAND/Web.config diff --git a/MP/compilerconfig.json b/MP-LAND/compilerconfig.json similarity index 100% rename from MP/compilerconfig.json rename to MP-LAND/compilerconfig.json diff --git a/MP/compilerconfig.json.defaults b/MP-LAND/compilerconfig.json.defaults similarity index 100% rename from MP/compilerconfig.json.defaults rename to MP-LAND/compilerconfig.json.defaults diff --git a/MP/favicon.ico b/MP-LAND/favicon.ico similarity index 100% rename from MP/favicon.ico rename to MP-LAND/favicon.ico diff --git a/MP/fonts/FontAwesome.otf b/MP-LAND/fonts/FontAwesome.otf similarity index 100% rename from MP/fonts/FontAwesome.otf rename to MP-LAND/fonts/FontAwesome.otf diff --git a/MP/fonts/fontawesome-webfont.eot b/MP-LAND/fonts/fontawesome-webfont.eot similarity index 100% rename from MP/fonts/fontawesome-webfont.eot rename to MP-LAND/fonts/fontawesome-webfont.eot diff --git a/MP/fonts/fontawesome-webfont.svg b/MP-LAND/fonts/fontawesome-webfont.svg similarity index 100% rename from MP/fonts/fontawesome-webfont.svg rename to MP-LAND/fonts/fontawesome-webfont.svg diff --git a/MP/fonts/fontawesome-webfont.ttf b/MP-LAND/fonts/fontawesome-webfont.ttf similarity index 100% rename from MP/fonts/fontawesome-webfont.ttf rename to MP-LAND/fonts/fontawesome-webfont.ttf diff --git a/MP/fonts/fontawesome-webfont.woff b/MP-LAND/fonts/fontawesome-webfont.woff similarity index 100% rename from MP/fonts/fontawesome-webfont.woff rename to MP-LAND/fonts/fontawesome-webfont.woff diff --git a/MP/fonts/fontawesome-webfont.woff2 b/MP-LAND/fonts/fontawesome-webfont.woff2 similarity index 100% rename from MP/fonts/fontawesome-webfont.woff2 rename to MP-LAND/fonts/fontawesome-webfont.woff2 diff --git a/MP/images/LogoMapoFull.png b/MP-LAND/images/LogoMapoFull.png similarity index 100% rename from MP/images/LogoMapoFull.png rename to MP-LAND/images/LogoMapoFull.png diff --git a/MP/images/LogoSteamware.png b/MP-LAND/images/LogoSteamware.png similarity index 100% rename from MP/images/LogoSteamware.png rename to MP-LAND/images/LogoSteamware.png diff --git a/MP/images/SteamwareLogoOnly.png b/MP-LAND/images/SteamwareLogoOnly.png similarity index 100% rename from MP/images/SteamwareLogoOnly.png rename to MP-LAND/images/SteamwareLogoOnly.png diff --git a/MP-LAND/logs/20171121.txt b/MP-LAND/logs/20171121.txt new file mode 100644 index 00000000..e69de29b diff --git a/MP/logs/PlaceHolder.file b/MP-LAND/logs/PlaceHolder.file similarity index 100% rename from MP/logs/PlaceHolder.file rename to MP-LAND/logs/PlaceHolder.file diff --git a/MP/packages.config b/MP-LAND/packages.config similarity index 100% rename from MP/packages.config rename to MP-LAND/packages.config diff --git a/MP/steamware.ico b/MP-LAND/steamware.ico similarity index 100% rename from MP/steamware.ico rename to MP-LAND/steamware.ico diff --git a/MP/Properties/PublishProfiles/Donati.pubxml b/MP/Properties/PublishProfiles/Donati.pubxml deleted file mode 100644 index c93f29b7..00000000 --- a/MP/Properties/PublishProfiles/Donati.pubxml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - Package - Donati - Any CPU - - True - C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\MoonPro\ReleaseClienti\Donati\MP-IO.zip - true - Default Web Site/MP/Landing - - - - - - - - - - - - - - - - - - - - - True - True - True - False - DonotMerge - - - - - \ No newline at end of file diff --git a/MP/Properties/PublishProfiles/Donati.pubxml.user b/MP/Properties/PublishProfiles/Donati.pubxml.user deleted file mode 100644 index 7fd3b7ae..00000000 --- a/MP/Properties/PublishProfiles/Donati.pubxml.user +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/MP/Properties/PublishProfiles/IIS01.pubxml b/MP/Properties/PublishProfiles/IIS01.pubxml deleted file mode 100644 index 9db48748..00000000 --- a/MP/Properties/PublishProfiles/IIS01.pubxml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - MSDeploy - IIS01 - Any CPU - - True - True - https://IIS01:8172/MsDeploy.axd - Default Web Site/MP/Landing - - False - WMSVC - True - jenkins - <_SavePWD>True - - - - - - - - - - - - - - - - - - - - - - - - - False - True - True - False - DonotMerge - - - - False - - - False - - - \ No newline at end of file diff --git a/MP/Properties/PublishProfiles/IIS01.pubxml.user b/MP/Properties/PublishProfiles/IIS01.pubxml.user deleted file mode 100644 index b32207a5..00000000 --- a/MP/Properties/PublishProfiles/IIS01.pubxml.user +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAH0adXzrANk+QkSQiwkrZoAAAAAACAAAAAAADZgAAwAAAABAAAABHE5oPoHlG6fwYbvPGkksuAAAAAASAAACgAAAAEAAAALhOWzlQAPxJ2VE8lisaR9gYAAAAkDFsctmhzdLpUmOVleVAckCWeuODp7F1FAAAAAxKlaqhbiV+t3IJ+FqzhN+bBKS/ - - \ No newline at end of file diff --git a/MP/Properties/PublishProfiles/IIS02.pubxml b/MP/Properties/PublishProfiles/IIS02.pubxml deleted file mode 100644 index 6b756495..00000000 --- a/MP/Properties/PublishProfiles/IIS02.pubxml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - MSDeploy - IIS02 - Any CPU - - True - https://IIS02:8172/MsDeploy.axd - Default Web Site/MP/Landing - - False - WMSVC - True - jenkins - <_SavePWD>True - - - - - - - - - - - - - - - - - - - - - True - False - True - True - False - DonotMerge - - - - - - \ No newline at end of file diff --git a/MP/Properties/PublishProfiles/IIS02.pubxml.user b/MP/Properties/PublishProfiles/IIS02.pubxml.user deleted file mode 100644 index 8f786ecb..00000000 --- a/MP/Properties/PublishProfiles/IIS02.pubxml.user +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAH0adXzrANk+QkSQiwkrZoAAAAAACAAAAAAADZgAAwAAAABAAAACm/70mx911cvyadKgQUsL2AAAAAASAAACgAAAAEAAAAE0QB1Sufr8PzwtgU+f9mQ8YAAAAcvQ7HQmR1/Q4aJJmdLjzgffjmwtEDQoEFAAAANrjCA7dCcGbgY73YokYwxioG5ri - - \ No newline at end of file diff --git a/MP/Properties/PublishProfiles/OVH-DEMO.pubxml b/MP/Properties/PublishProfiles/OVH-DEMO.pubxml deleted file mode 100644 index 31876a09..00000000 --- a/MP/Properties/PublishProfiles/OVH-DEMO.pubxml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - MSDeploy - OVH-Demo - Any CPU - - True - True - https://wprod01.steamware.net:8172/MsDeploy.axd - mp.steamware.net\landing - - False - WMSVC - True - steamwovh\administrator - <_SavePWD>True - - - - - - - - - - - - - - - - - - - - - True - True - False - DonotMerge - - - - False - - - False - - - False - - - False - - - \ No newline at end of file diff --git a/MP/Properties/PublishProfiles/OVH-DEMO.pubxml.user b/MP/Properties/PublishProfiles/OVH-DEMO.pubxml.user deleted file mode 100644 index 264b3369..00000000 --- a/MP/Properties/PublishProfiles/OVH-DEMO.pubxml.user +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAFSC7SxKvFUatYSNDJzLCAwAAAAACAAAAAAADZgAAwAAAABAAAAA6++SynyI2vOLvQweaiLYbAAAAAASAAACgAAAAEAAAAAMo54wzh8A1LPXBUi7+W38YAAAAT+qD9BFJDSY74OKP8nCDZQqFVczSw5EYFAAAAHIZFl6bhZSCC975WE4meoDKV1cd - - \ No newline at end of file diff --git a/MP/Properties/PublishProfiles/Steamware.pubxml b/MP/Properties/PublishProfiles/Steamware.pubxml deleted file mode 100644 index ba10ce5d..00000000 --- a/MP/Properties/PublishProfiles/Steamware.pubxml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - Package - Steamware - Any CPU - - True - C:\Users\samuele\Documents\Visual Studio 2012\Projects\MoonPro\MoonPro\ReleaseClienti\Steamware\MP-IO.zip - true - Default Web Site/MP-IO - - - - - - - - - - - - - - - - - - - - - - - - - True - True - True - False - DonotMerge - - \ No newline at end of file diff --git a/MP/Properties/PublishProfiles/Steamware.pubxml.user b/MP/Properties/PublishProfiles/Steamware.pubxml.user deleted file mode 100644 index 64439815..00000000 --- a/MP/Properties/PublishProfiles/Steamware.pubxml.user +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file