Tolto sito MP-Site come MP_Site-old e creato sito empty MP-SITE x travaso
@@ -0,0 +1,67 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.Optimization;
|
||||
|
||||
namespace MoonPro
|
||||
{
|
||||
public class BundleConfig
|
||||
{
|
||||
// For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862
|
||||
public static void RegisterBundles(BundleCollection bundles)
|
||||
{
|
||||
bundles.Add(new ScriptBundle("~/bundles/Global").Include(
|
||||
"~/Scripts/jquery-{version}.js",
|
||||
"~/Scripts/jquery-ui.js"));
|
||||
|
||||
bundles.Add(new ScriptBundle("~/bundles/GlobalHead").Include(
|
||||
"~/Scripts/modernizr*"));
|
||||
|
||||
bundles.Add(new StyleBundle("~/Content/Global").Include(
|
||||
"~/Content/bootstrap.css",
|
||||
"~/Content/Style.css"));
|
||||
|
||||
|
||||
|
||||
//bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include(
|
||||
// "~/Scripts/bootstrap.js"));
|
||||
|
||||
//bundles.Add(new StyleBundle("~/Content/css").Include(
|
||||
// "~/Content/bootstrap.css",
|
||||
// "~/Content/Style.css"));
|
||||
|
||||
//bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
|
||||
// "~/Scripts/jquery-{version}.js"));
|
||||
|
||||
bundles.Add(new ScriptBundle("~/bundles/vis").Include(
|
||||
"~/vis/vis.js"));
|
||||
|
||||
//bundles.Add(new ScriptBundle("~/bundles/jqueryui").Include(
|
||||
// "~/Scripts/jquery-ui-{version}.js"));
|
||||
|
||||
//bundles.Add(new ScriptBundle("~/bundles/jqueryval").Include(
|
||||
// "~/Scripts/jquery.unobtrusive*",
|
||||
// "~/Scripts/jquery.validate*"));
|
||||
|
||||
//bundles.Add(new ScriptBundle("~/bundles/WebFormsJs").Include(
|
||||
// "~/Scripts/WebForms/WebForms.js",
|
||||
// "~/Scripts/WebForms/WebUIValidation.js",
|
||||
// "~/Scripts/WebForms/MenuStandards.js",
|
||||
// "~/Scripts/WebForms/Focus.js",
|
||||
// "~/Scripts/WebForms/GridView.js",
|
||||
// "~/Scripts/WebForms/DetailsView.js",
|
||||
// "~/Scripts/WebForms/TreeView.js",
|
||||
// "~/Scripts/WebForms/WebParts.js"));
|
||||
|
||||
//bundles.Add(new ScriptBundle("~/bundles/MsAjaxJs").Include(
|
||||
// "~/Scripts/WebForms/MsAjax/MicrosoftAjax.js",
|
||||
// "~/Scripts/WebForms/MsAjax/MicrosoftAjaxApplicationServices.js",
|
||||
// "~/Scripts/WebForms/MsAjax/MicrosoftAjaxTimer.js",
|
||||
// "~/Scripts/WebForms/MsAjax/MicrosoftAjaxWebForms.js"));
|
||||
|
||||
//bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
|
||||
// "~/Scripts/modernizr-*"));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
using Microsoft.AspNet.FriendlyUrls;
|
||||
using System.Web.Routing;
|
||||
|
||||
namespace MoonPro
|
||||
{
|
||||
public static class RouteConfig
|
||||
{
|
||||
public static void RegisterRoutes(RouteCollection routes)
|
||||
{
|
||||
var settings = new FriendlyUrlSettings();
|
||||
settings.AutoRedirectMode = RedirectMode.Permanent;
|
||||
routes.EnableFriendlyUrls(settings);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<bundles version="1.0">
|
||||
<styleBundle path="~/Content/css">
|
||||
<include path="~/Content/bootstrap.min.css" />
|
||||
<include path="~/Content/font-awesome.min.css" />
|
||||
<include path="~/Content/fonts.min.css" />
|
||||
<include path="~/Content/typeahead.min.css" />
|
||||
<include path="~/Content/dichMan.min.css" />
|
||||
<include path="~/Content/bloccoMacc.min.css" />
|
||||
<include path="~/Content/flashing.min.css" />
|
||||
<include path="~/Content/baseStyle.min.css" />
|
||||
</styleBundle>
|
||||
<styleBundle path="~/Content/themes/base/css">
|
||||
<!--<include path="~/Content/themes/base/jquery.ui.all.css" />-->
|
||||
<include path="~/Content/themes/base/jquery.ui.css" />
|
||||
<include path="~/Content/themes/base/jquery.ui.accordion.css" />
|
||||
<include path="~/Content/themes/base/jquery.ui.autocomplete.css" />
|
||||
<include path="~/Content/themes/base/jquery.ui.base.css" />
|
||||
<include path="~/Content/themes/base/jquery.ui.button.css" />
|
||||
<include path="~/Content/themes/base/jquery.ui.core.css" />
|
||||
<include path="~/Content/themes/base/jquery.ui.datepicker.css" />
|
||||
<include path="~/Content/themes/base/jquery.ui.dialog.css" />
|
||||
<include path="~/Content/themes/base/jquery.ui.menu.css" />
|
||||
<include path="~/Content/themes/base/jquery.ui.progressbar.css" />
|
||||
<include path="~/Content/themes/base/jquery.ui.resizable.css" />
|
||||
<include path="~/Content/themes/base/jquery.ui.selectable.css" />
|
||||
<include path="~/Content/themes/base/jquery.ui.slider.css" />
|
||||
<include path="~/Content/themes/base/jquery.ui.spinner.css" />
|
||||
<include path="~/Content/themes/base/jquery.ui.tabs.css" />
|
||||
<include path="~/Content/themes/base/jquery.ui.theme.css" />
|
||||
<include path="~/Content/themes/base/jquery.ui.tooltip.css" />
|
||||
</styleBundle>
|
||||
</bundles>
|
||||
@@ -0,0 +1,16 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" Inherits="_Default" Codebehind="Default.aspx.cs" %>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head runat="server">
|
||||
<title>Untitled Page</title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<div>
|
||||
Pagina Default
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
public partial class _Default : System.Web.UI.Page
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
Response.Redirect("MappaStato.aspx");
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.4952
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
public partial class _Default {
|
||||
|
||||
/// <summary>
|
||||
/// form1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<%@ Application Codebehind="Global.asax.cs" Inherits="MoonPro.Global" Language="C#" %>
|
||||
@@ -0,0 +1,44 @@
|
||||
using System;
|
||||
using System.Web.Optimization;
|
||||
using System.Web.Routing;
|
||||
|
||||
namespace MoonPro
|
||||
{
|
||||
public class Global : System.Web.HttpApplication
|
||||
{
|
||||
|
||||
protected void Application_Start(object sender, EventArgs e)
|
||||
{
|
||||
// Codice eseguito all'avvio dell'applicazione
|
||||
BundleConfig.RegisterBundles(BundleTable.Bundles);
|
||||
RouteConfig.RegisterRoutes(RouteTable.Routes);
|
||||
|
||||
// avvio il metodo init x applicazione...
|
||||
MP_Startup.Init();
|
||||
}
|
||||
|
||||
protected void Session_Start(object sender, EventArgs e)
|
||||
{
|
||||
}
|
||||
|
||||
protected void Application_BeginRequest(object sender, EventArgs e)
|
||||
{
|
||||
}
|
||||
|
||||
protected void Application_AuthenticateRequest(object sender, EventArgs e)
|
||||
{
|
||||
}
|
||||
|
||||
protected void Application_Error(object sender, EventArgs e)
|
||||
{
|
||||
}
|
||||
|
||||
protected void Session_End(object sender, EventArgs e)
|
||||
{
|
||||
}
|
||||
|
||||
protected void Application_End(object sender, EventArgs e)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,976 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Donati|AnyCPU'">
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DefineConstants>
|
||||
</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<CodeAnalysisLogFile>bin\MoonPro_site.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
||||
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
||||
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
||||
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
||||
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
||||
<DeployIisAppPath>Default Web Site/MoonPro</DeployIisAppPath>
|
||||
<ExcludeApp_Data>true</ExcludeApp_Data>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'IIS02|AnyCPU' ">
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DefineConstants>
|
||||
</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<CodeAnalysisLogFile>bin\MoonPro_site.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
||||
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
||||
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
||||
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
||||
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
||||
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
||||
<DeployIisAppPath>Default Web Site/MoonPro</DeployIisAppPath>
|
||||
<ExcludeApp_Data>true</ExcludeApp_Data>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'IIS01|AnyCPU'">
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<Optimize>true</Optimize>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'OVH-Demo|AnyCPU'">
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<Optimize>true</Optimize>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Jetco|AnyCPU'">
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<Optimize>true</Optimize>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Prod|AnyCPU' ">
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<Optimize>true</Optimize>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>9.0.30729</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{616F889A-BDBE-48B3-ADF6-32D69CB1EA96}</ProjectGuid>
|
||||
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>MoonPro</RootNamespace>
|
||||
<AssemblyName>MoonPro</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<OldToolsVersion>3.5</OldToolsVersion>
|
||||
<UpgradeBackupLocation />
|
||||
<UseIISExpress>true</UseIISExpress>
|
||||
<TargetFrameworkProfile />
|
||||
<IISExpressSSLPort />
|
||||
<IISExpressAnonymousAuthentication />
|
||||
<IISExpressWindowsAuthentication />
|
||||
<IISExpressUseClassicPipelineMode />
|
||||
<UseGlobalApplicationHostFile />
|
||||
<Use64BitIISExpress />
|
||||
<TypeScriptToolsVersion>2.6</TypeScriptToolsVersion>
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<DeployIisAppPath>Default Web Site/MoonPro</DeployIisAppPath>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>none</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DefineConstants>
|
||||
</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<DeployIisAppPath>Default Web Site/MoonPro</DeployIisAppPath>
|
||||
<ExcludeApp_Data>true</ExcludeApp_Data>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="AjaxControlToolkit, Version=18.1.1.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\AjaxControlToolkit.18.1.1\lib\net40\AjaxControlToolkit.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="AjaxMin, Version=5.14.5506.26196, Culture=neutral, PublicKeyToken=21ef50ce11b5d80f, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\AjaxMin.5.14.5506.26202\lib\net40\AjaxMin.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Elmah, Version=1.2.14706.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\elmah.corelibrary.1.2.2\lib\Elmah.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AspNet.FriendlyUrls, Version=1.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.FriendlyUrls.Core.1.0.2\lib\net45\Microsoft.AspNet.FriendlyUrls.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AspNet.SessionState.SessionStateModule, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.SessionState.SessionStateModule.1.1.0\lib\Net462\Microsoft.AspNet.SessionState.SessionStateModule.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AspNet.Web.Optimization.WebForms, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.WebForms.1.1.3\lib\net45\Microsoft.AspNet.Web.Optimization.WebForms.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Web.RedisSessionStateProvider, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.Web.RedisSessionStateProvider.3.0.2\lib\net462\Microsoft.Web.RedisSessionStateProvider.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="StackExchange.Redis, Version=1.2.6.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\StackExchange.Redis.1.2.6\lib\net46\StackExchange.Redis.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="StackExchange.Redis.StrongName, Version=1.2.6.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\StackExchange.Redis.StrongName.1.2.6\lib\net46\StackExchange.Redis.StrongName.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.IO.Compression" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Web.ApplicationServices" />
|
||||
<Reference Include="System.Web.DataVisualization" />
|
||||
<Reference Include="System.Web.DataVisualization.Design" />
|
||||
<Reference Include="System.Web.DynamicData" />
|
||||
<Reference Include="System.Web.Entity" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Web" />
|
||||
<Reference Include="System.Web.Extensions" />
|
||||
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Configuration" />
|
||||
<Reference Include="System.Web.Services" />
|
||||
<Reference Include="System.EnterpriseServices" />
|
||||
<Reference Include="System.Web.Mobile" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\VersGen\MoonPro.cs">
|
||||
<Link>MoonPro.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="AnalisiProduzione.aspx.cs">
|
||||
<DependentUpon>AnalisiProduzione.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="AnalisiProduzione.aspx.designer.cs">
|
||||
<DependentUpon>AnalisiProduzione.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="App_Start\BundleConfig.cs" />
|
||||
<Compile Include="App_Start\MP_Startup.cs" />
|
||||
<Compile Include="App_Start\RouteConfig.cs" />
|
||||
<Compile Include="Default.aspx.cs">
|
||||
<DependentUpon>Default.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Default.aspx.designer.cs">
|
||||
<DependentUpon>Default.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DettaglioMacchina.aspx.cs">
|
||||
<DependentUpon>DettaglioMacchina.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DettaglioMacchina.aspx.designer.cs">
|
||||
<DependentUpon>DettaglioMacchina.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="diagApp.aspx.cs">
|
||||
<DependentUpon>diagApp.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="diagApp.aspx.designer.cs">
|
||||
<DependentUpon>diagApp.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="erroreComunicazione.aspx.cs">
|
||||
<DependentUpon>erroreComunicazione.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="erroreComunicazione.aspx.designer.cs">
|
||||
<DependentUpon>erroreComunicazione.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="excelAllMacchineDatiConfermati.aspx.cs">
|
||||
<DependentUpon>excelAllMacchineDatiConfermati.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="excelAllMacchineDatiConfermati.aspx.designer.cs">
|
||||
<DependentUpon>excelAllMacchineDatiConfermati.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="excelAllMacchineExportEventi.aspx.cs">
|
||||
<DependentUpon>excelAllMacchineExportEventi.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="excelAllMacchineExportEventi.aspx.designer.cs">
|
||||
<DependentUpon>excelAllMacchineExportEventi.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="excelAllMacchineExportStati.aspx.cs">
|
||||
<DependentUpon>excelAllMacchineExportStati.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="excelAllMacchineExportStati.aspx.designer.cs">
|
||||
<DependentUpon>excelAllMacchineExportStati.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="excelExportDatiConfermati.aspx.cs">
|
||||
<DependentUpon>excelExportDatiConfermati.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="excelExportDatiConfermati.aspx.designer.cs">
|
||||
<DependentUpon>excelExportDatiConfermati.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="excelExportEventi.aspx.cs">
|
||||
<DependentUpon>excelExportEventi.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="excelExportEventi.aspx.designer.cs">
|
||||
<DependentUpon>excelExportEventi.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="excelExportStati.aspx.cs">
|
||||
<DependentUpon>excelExportStati.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="excelExportStati.aspx.designer.cs">
|
||||
<DependentUpon>excelExportStati.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Global.asax.cs">
|
||||
<DependentUpon>Global.asax</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="inputSeriale.aspx.cs">
|
||||
<DependentUpon>inputSeriale.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="inputSeriale.aspx.designer.cs">
|
||||
<DependentUpon>inputSeriale.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="lastUpdate.aspx.cs">
|
||||
<DependentUpon>lastUpdate.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="lastUpdate.aspx.designer.cs">
|
||||
<DependentUpon>lastUpdate.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="M6Started.aspx.cs">
|
||||
<DependentUpon>M6Started.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="M6Started.aspx.designer.cs">
|
||||
<DependentUpon>M6Started.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="MappaStatoSeq.aspx.cs">
|
||||
<DependentUpon>MappaStatoSeq.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="MappaStatoSeq.aspx.designer.cs">
|
||||
<DependentUpon>MappaStatoSeq.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Semaforo.aspx.cs">
|
||||
<DependentUpon>Semaforo.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Semaforo.aspx.designer.cs">
|
||||
<DependentUpon>Semaforo.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Site.Mobile.Master.cs">
|
||||
<DependentUpon>Site.Mobile.Master</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Site.Mobile.Master.designer.cs">
|
||||
<DependentUpon>Site.Mobile.Master</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="StatisticheImpiego.aspx.cs">
|
||||
<DependentUpon>StatisticheImpiego.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="StatisticheImpiego.aspx.designer.cs">
|
||||
<DependentUpon>StatisticheImpiego.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="test.aspx.cs">
|
||||
<DependentUpon>test.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="test.aspx.designer.cs">
|
||||
<DependentUpon>test.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ViewSwitcher.ascx.cs">
|
||||
<DependentUpon>ViewSwitcher.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="ViewSwitcher.ascx.designer.cs">
|
||||
<DependentUpon>ViewSwitcher.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\MAPO_empty.Master.cs">
|
||||
<DependentUpon>MAPO_empty.Master</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\MAPO_empty.Master.designer.cs">
|
||||
<DependentUpon>MAPO_empty.Master</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\MAPO_empty_refresh30_full.master.cs">
|
||||
<DependentUpon>MAPO_empty_refresh30_full.master</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\MAPO_empty_refresh30_full.master.designer.cs">
|
||||
<DependentUpon>MAPO_empty_refresh30_full.master</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\MAPO_empty_refresh30.master.cs">
|
||||
<DependentUpon>MAPO_empty_refresh30.master</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\MAPO_empty_refresh30.master.designer.cs">
|
||||
<DependentUpon>MAPO_empty_refresh30.master</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\MAPO_noAjax.master.cs">
|
||||
<DependentUpon>MAPO_noAjax.master</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\MAPO_noAjax.master.designer.cs">
|
||||
<DependentUpon>MAPO_noAjax.master</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\MAPO_refresh.master.cs">
|
||||
<DependentUpon>MAPO_refresh.master</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\MAPO_refresh.master.designer.cs">
|
||||
<DependentUpon>MAPO_refresh.master</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\MAPO_refresh30.master.cs">
|
||||
<DependentUpon>MAPO_refresh30.master</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\MAPO_refresh30.master.designer.cs">
|
||||
<DependentUpon>MAPO_refresh30.master</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\MAPO_warning.master.cs">
|
||||
<DependentUpon>MAPO_warning.master</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\MAPO_warning.master.designer.cs">
|
||||
<DependentUpon>MAPO_warning.master</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="MappaStato.aspx.cs">
|
||||
<DependentUpon>MappaStato.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="MappaStato.aspx.designer.cs">
|
||||
<DependentUpon>MappaStato.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_andamentoStorico.ascx.cs">
|
||||
<DependentUpon>mod_andamentoStorico.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_andamentoStorico.ascx.designer.cs">
|
||||
<DependentUpon>mod_andamentoStorico.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_AnPro_DettArt.ascx.cs">
|
||||
<DependentUpon>mod_AnPro_DettArt.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_AnPro_DettArt.ascx.designer.cs">
|
||||
<DependentUpon>mod_AnPro_DettArt.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_AnPro_DettGg.ascx.cs">
|
||||
<DependentUpon>mod_AnPro_DettGg.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_AnPro_DettGg.ascx.designer.cs">
|
||||
<DependentUpon>mod_AnPro_DettGg.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_AnPro_ODL.ascx.cs">
|
||||
<DependentUpon>mod_AnPro_ODL.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_AnPro_ODL.ascx.designer.cs">
|
||||
<DependentUpon>mod_AnPro_ODL.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_AnPro_PODL.ascx.cs">
|
||||
<DependentUpon>mod_AnPro_PODL.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_AnPro_PODL.ascx.designer.cs">
|
||||
<DependentUpon>mod_AnPro_PODL.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_AnPro_Totali.ascx.cs">
|
||||
<DependentUpon>mod_AnPro_Totali.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_AnPro_Totali.ascx.designer.cs">
|
||||
<DependentUpon>mod_AnPro_Totali.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_datiConfermati.ascx.cs">
|
||||
<DependentUpon>mod_datiConfermati.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_datiConfermati.ascx.designer.cs">
|
||||
<DependentUpon>mod_datiConfermati.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_grafico.ascx.cs">
|
||||
<DependentUpon>mod_grafico.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_grafico.ascx.designer.cs">
|
||||
<DependentUpon>mod_grafico.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_immagineStato.ascx.cs">
|
||||
<DependentUpon>mod_immagineStato.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_immagineStato.ascx.designer.cs">
|
||||
<DependentUpon>mod_immagineStato.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_infoAggiuntive.ascx.cs">
|
||||
<DependentUpon>mod_infoAggiuntive.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_infoAggiuntive.ascx.designer.cs">
|
||||
<DependentUpon>mod_infoAggiuntive.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_listaStatiEventi.ascx.cs">
|
||||
<DependentUpon>mod_listaStatiEventi.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_listaStatiEventi.ascx.designer.cs">
|
||||
<DependentUpon>mod_listaStatiEventi.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_mainMap.ascx.cs">
|
||||
<DependentUpon>mod_mainMap.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_mainMap.ascx.designer.cs">
|
||||
<DependentUpon>mod_mainMap.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_menuBottom.ascx.cs">
|
||||
<DependentUpon>mod_menuBottom.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_menuBottom.ascx.designer.cs">
|
||||
<DependentUpon>mod_menuBottom.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_menuTop.ascx.cs">
|
||||
<DependentUpon>mod_menuTop.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_menuTop.ascx.designer.cs">
|
||||
<DependentUpon>mod_menuTop.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_periodoAnalisi.ascx.cs">
|
||||
<DependentUpon>mod_periodoAnalisi.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_periodoAnalisi.ascx.designer.cs">
|
||||
<DependentUpon>mod_periodoAnalisi.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_realtimeClock.ascx.cs">
|
||||
<DependentUpon>mod_realtimeClock.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_realtimeClock.ascx.designer.cs">
|
||||
<DependentUpon>mod_realtimeClock.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_righePag.ascx.cs">
|
||||
<DependentUpon>mod_righePag.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_righePag.ascx.designer.cs">
|
||||
<DependentUpon>mod_righePag.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_schermataMacchina.ascx.cs">
|
||||
<DependentUpon>mod_schermataMacchina.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_schermataMacchina.ascx.designer.cs">
|
||||
<DependentUpon>mod_schermataMacchina.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_semaforo.ascx.cs">
|
||||
<DependentUpon>mod_semaforo.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_semaforo.ascx.designer.cs">
|
||||
<DependentUpon>mod_semaforo.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_sequencerStati.ascx.cs">
|
||||
<DependentUpon>mod_sequencerStati.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_sequencerStati.ascx.designer.cs">
|
||||
<DependentUpon>mod_sequencerStati.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_sequencerStatiJS.ascx.cs">
|
||||
<DependentUpon>mod_sequencerStatiJS.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_sequencerStatiJS.ascx.designer.cs">
|
||||
<DependentUpon>mod_sequencerStatiJS.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_sequencerTempiCiclo.ascx.cs">
|
||||
<DependentUpon>mod_sequencerTempiCiclo.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_sequencerTempiCiclo.ascx.designer.cs">
|
||||
<DependentUpon>mod_sequencerTempiCiclo.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_statoMacchina.ascx.cs">
|
||||
<DependentUpon>mod_statoMacchina.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_statoMacchina.ascx.designer.cs">
|
||||
<DependentUpon>mod_statoMacchina.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_statoMacchine.ascx.cs">
|
||||
<DependentUpon>mod_statoMacchine.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_statoMacchine.ascx.designer.cs">
|
||||
<DependentUpon>mod_statoMacchine.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="WS\AutoCompletamento.asmx.cs">
|
||||
<DependentUpon>AutoCompletamento.asmx</DependentUpon>
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WS\MPData.asmx.cs">
|
||||
<DependentUpon>MPData.asmx</DependentUpon>
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="AnalisiProduzione.aspx" />
|
||||
<Content Include="App_Readme\Elmah.txt" />
|
||||
<Content Include="Content\bootstrap-grid.css" />
|
||||
<Content Include="Content\bootstrap-grid.min.css" />
|
||||
<Content Include="Content\bootstrap-reboot.css" />
|
||||
<Content Include="Content\bootstrap-reboot.min.css" />
|
||||
<Content Include="Content\bootstrap.css" />
|
||||
<Content Include="Content\bootstrap.min.css" />
|
||||
<Content Include="Content\font-awesome.css" />
|
||||
<Content Include="Content\font-awesome.min.css" />
|
||||
<Content Include="Content\fonts.css">
|
||||
<DependentUpon>fonts.less</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="Content\fonts.min.css">
|
||||
<DependentUpon>fonts.css</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="Content\Style.css">
|
||||
<DependentUpon>Style.less</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="Content\Style.min.css">
|
||||
<DependentUpon>Style.css</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="Default.aspx" />
|
||||
<Content Include="diagApp.aspx" />
|
||||
<Content Include="erroreComunicazione.aspx" />
|
||||
<Content Include="excelAllMacchineExportEventi.aspx" />
|
||||
<Content Include="excelAllMacchineExportStati.aspx" />
|
||||
<Content Include="excelExportEventi.aspx" />
|
||||
<Content Include="excelExportStati.aspx" />
|
||||
<Content Include="favicon.ico" />
|
||||
<Content Include="fonts\fontawesome-webfont.svg" />
|
||||
<Content Include="Global.asax" />
|
||||
<Content Include="images\blu.png" />
|
||||
<Content Include="images\empty.png" />
|
||||
<Content Include="images\LogoMapoNoText.png" />
|
||||
<Content Include="images\logoSteamware.png" />
|
||||
<Content Include="images\macchine\Steamware.png" />
|
||||
<Content Include="images\sfondo.png" />
|
||||
<Content Include="inputSeriale.aspx" />
|
||||
<Content Include="lastUpdate.aspx" />
|
||||
<Content Include="M6Started.aspx" />
|
||||
<Content Include="MappaStatoSeq.aspx" />
|
||||
<Content Include="fonts\FontAwesome.otf" />
|
||||
<Content Include="fonts\fontawesome-webfont.woff2" />
|
||||
<Content Include="fonts\fontawesome-webfont.woff" />
|
||||
<Content Include="fonts\fontawesome-webfont.ttf" />
|
||||
<Content Include="fonts\fontawesome-webfont.eot" />
|
||||
<Content Include="Content\fonts.less" />
|
||||
<Content Include="Content\OpenSans.woff">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\OpenSansCondensed.woff">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Roboto.woff">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\RobotoCondensed.woff">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="scripts\bootstrap.bundle.js" />
|
||||
<Content Include="scripts\bootstrap.bundle.min.js" />
|
||||
<Content Include="scripts\bootstrap.js" />
|
||||
<Content Include="scripts\bootstrap.min.js" />
|
||||
<Content Include="scripts\modernizr-2.8.3.js" />
|
||||
<Content Include="WebUserControls\mod_AnPro_ODL.ascx" />
|
||||
<Content Include="WebUserControls\mod_AnPro_PODL.ascx" />
|
||||
<Content Include="WebUserControls\mod_sequencerStatiJS.ascx" />
|
||||
<Content Include="WS\MPData.asmx" />
|
||||
<Content Include="Content\bootstrap.min.css.map" />
|
||||
<Content Include="Content\bootstrap.css.map" />
|
||||
<Content Include="Content\bootstrap-reboot.min.css.map" />
|
||||
<Content Include="Content\bootstrap-reboot.css.map" />
|
||||
<Content Include="Content\bootstrap-grid.min.css.map" />
|
||||
<Content Include="Content\bootstrap-grid.css.map" />
|
||||
<Content Include="Bundle.config" />
|
||||
<None Include="Properties\PublishProfiles\OVH-Demo.pubxml" />
|
||||
<None Include="Properties\PublishProfiles\IIS01.pubxml" />
|
||||
<None Include="Properties\PublishProfiles\OVH-Demo-old.pubxml" />
|
||||
<None Include="Resources\Donati\BASI\web.config.ref">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Resources\Donati\LAVORAZIONI\Web.config.ref">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Resources\Donati\macchine\Thumbs.db" />
|
||||
<None Include="Resources\Donati\macchine\Combi_A.jpg" />
|
||||
<None Include="Resources\Donati\macchine\Combi_B.jpg" />
|
||||
<None Include="Resources\Donati\macchine\Combi_C.jpg" />
|
||||
<None Include="Resources\Donati\macchine\cosmap.jpg" />
|
||||
<None Include="Resources\Donati\macchine\DMG_1035v.jpg" />
|
||||
<None Include="Resources\Donati\macchine\Doosan_HP5100II.jpg" />
|
||||
<None Include="Resources\Donati\macchine\exAbb.jpg" />
|
||||
<None Include="Resources\Donati\macchine\Linearmill_600.jpg" />
|
||||
<None Include="Resources\Donati\macchine\Maxxmill_500.jpg" />
|
||||
<None Include="Resources\Donati\macchine\Nikkei.jpg" />
|
||||
<None Include="Resources\Donati\macchine\pul001.jpg" />
|
||||
<None Include="Resources\Donati\macchine\pul002.jpg" />
|
||||
<None Include="Resources\Donati\macchine\pul003.jpg" />
|
||||
<None Include="Resources\Donati\macchine\pul004.jpg" />
|
||||
<None Include="Resources\Donati\macchine\Riello1.jpg" />
|
||||
<None Include="Resources\Donati\macchine\Riello2.jpg" />
|
||||
<None Include="Resources\Donati\macchine\sbav005.jpg" />
|
||||
<None Include="Resources\Donati\macchine\sme001.jpg" />
|
||||
<None Include="Resources\Donati\macchine\sme002.jpg" />
|
||||
<None Include="Resources\Donati\macchine\sme003.jpg" />
|
||||
<None Include="Resources\Donati\macchine\sme004.jpg" />
|
||||
<None Include="Resources\Donati\macchine\sme006.jpg" />
|
||||
<None Include="Resources\Donati\macchine\sme007.jpg" />
|
||||
<None Include="Resources\Donati\macchine\sme008.jpg" />
|
||||
<None Include="Resources\Donati\macchine\sme009.jpg" />
|
||||
<None Include="Resources\Donati\macchine\sme010.jpg" />
|
||||
<None Include="Resources\Donati\macchine\sme011.jpg" />
|
||||
<None Include="Resources\Donati\macchine\tav001.jpg" />
|
||||
<None Include="Resources\Donati\macchine\tav002.jpg" />
|
||||
<None Include="Resources\Donati\macchine\Transfer_BTB.jpg" />
|
||||
<None Include="Resources\Donati\macchine\Transfer_Tecnotransfer.jpg" />
|
||||
<Content Include="Resources\ChangeLog.html">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\logoSteamware.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\manifest.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="scripts\esm\popper-utils.js" />
|
||||
<Content Include="scripts\esm\popper-utils.min.js" />
|
||||
<Content Include="scripts\esm\popper.js" />
|
||||
<Content Include="scripts\esm\popper.min.js" />
|
||||
<Content Include="scripts\esm\popper.min.js.map" />
|
||||
<Content Include="scripts\esm\popper.js.map" />
|
||||
<Content Include="scripts\esm\popper-utils.min.js.map" />
|
||||
<Content Include="scripts\esm\popper-utils.js.map" />
|
||||
<Content Include="scripts\bootstrap.min.js.map" />
|
||||
<Content Include="scripts\bootstrap.js.map" />
|
||||
<Content Include="scripts\bootstrap.bundle.min.js.map" />
|
||||
<Content Include="scripts\bootstrap.bundle.js.map" />
|
||||
<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" />
|
||||
<Content Include="scripts\jquery-3.3.1.slim.js" />
|
||||
<Content Include="scripts\jquery-3.3.1.slim.min.js" />
|
||||
<Content Include="scripts\popper-utils.js" />
|
||||
<Content Include="scripts\popper-utils.min.js" />
|
||||
<Content Include="scripts\popper.js" />
|
||||
<Content Include="scripts\popper.min.js" />
|
||||
<Content Include="scripts\umd\popper-utils.js" />
|
||||
<Content Include="scripts\umd\popper-utils.min.js" />
|
||||
<Content Include="scripts\umd\popper.js" />
|
||||
<Content Include="scripts\umd\popper.min.js" />
|
||||
<Content Include="StatisticheImpiego.aspx" />
|
||||
<Content Include="MappaStato.aspx" />
|
||||
<Content Include="ViewSwitcher.ascx" />
|
||||
<Content Include="vis\img\network\acceptDeleteIcon.png" />
|
||||
<Content Include="vis\img\network\addNodeIcon.png" />
|
||||
<Content Include="vis\img\network\backIcon.png" />
|
||||
<Content Include="vis\img\network\connectIcon.png" />
|
||||
<Content Include="vis\img\network\cross.png" />
|
||||
<Content Include="vis\img\network\cross2.png" />
|
||||
<Content Include="vis\img\network\deleteIcon.png" />
|
||||
<Content Include="vis\img\network\downArrow.png" />
|
||||
<Content Include="vis\img\network\editIcon.png" />
|
||||
<Content Include="vis\img\network\leftArrow.png" />
|
||||
<Content Include="vis\img\network\minus.png" />
|
||||
<Content Include="vis\img\network\plus.png" />
|
||||
<Content Include="vis\img\network\rightArrow.png" />
|
||||
<Content Include="vis\img\network\upArrow.png" />
|
||||
<Content Include="vis\img\network\zoomExtends.png" />
|
||||
<Content Include="vis\vis-graph3d.min.js" />
|
||||
<Content Include="vis\vis-network.min.css" />
|
||||
<Content Include="vis\vis-network.min.js" />
|
||||
<Content Include="vis\vis-timeline-graph2d.min.css" />
|
||||
<Content Include="vis\vis-timeline-graph2d.min.js" />
|
||||
<Content Include="vis\vis.css" />
|
||||
<Content Include="vis\vis.js" />
|
||||
<Content Include="Content\vis.min.css" />
|
||||
<Content Include="scripts\vis.min.js" />
|
||||
<Content Include="WebUserControls\mod_andamentoStorico.ascx" />
|
||||
<Content Include="WebUserControls\mod_AnPro_DettArt.ascx" />
|
||||
<Content Include="WebUserControls\mod_AnPro_DettGg.ascx" />
|
||||
<Content Include="WebUserControls\mod_AnPro_Totali.ascx" />
|
||||
<Content Include="WebUserControls\mod_grafico.ascx" />
|
||||
<Content Include="WebUserControls\mod_immagineStato.ascx" />
|
||||
<Content Include="WebUserControls\mod_listaStatiEventi.ascx" />
|
||||
<Content Include="WebUserControls\mod_mainMap.ascx" />
|
||||
<Content Include="WebUserControls\mod_menuTop.ascx" />
|
||||
<Content Include="WebUserControls\mod_periodoAnalisi.ascx" />
|
||||
<Content Include="WebUserControls\mod_righePag.ascx" />
|
||||
<Content Include="WebUserControls\mod_sequencerStati.ascx" />
|
||||
<Content Include="WebUserControls\mod_statoMacchina.ascx" />
|
||||
<Content Include="WebUserControls\mod_statoMacchine.ascx" />
|
||||
<Content Include="scripts\jquery-3.3.1.slim.min.map" />
|
||||
<Content Include="scripts\jquery-3.3.1.min.map" />
|
||||
<Content Include="scripts\umd\popper.min.js.map" />
|
||||
<Content Include="scripts\umd\popper.js.map" />
|
||||
<Content Include="scripts\umd\popper-utils.min.js.map" />
|
||||
<Content Include="scripts\umd\popper-utils.js.map" />
|
||||
<Content Include="scripts\README.md" />
|
||||
<Content Include="scripts\popper.min.js.map" />
|
||||
<Content Include="scripts\popper.js.map" />
|
||||
<Content Include="scripts\popper-utils.min.js.map" />
|
||||
<Content Include="scripts\popper-utils.js.map" />
|
||||
<Content Include="vis\vis.map" />
|
||||
<Content Include="vis\vis.js.map" />
|
||||
<None Include="Web.OVH-Demo.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
</None>
|
||||
<None Include="Web.Prod.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="images\BarraArancio.png" />
|
||||
<Content Include="images\BarraGrigia.png" />
|
||||
<Content Include="images\BarraRossa.png" />
|
||||
<Content Include="images\BarraVerde.png" />
|
||||
<Content Include="images\bg-menu-main.png" />
|
||||
<Content Include="images\detail.png" />
|
||||
<Content Include="images\giallo.png" />
|
||||
<Content Include="images\grigio.png" />
|
||||
<Content Include="images\logo colmecc.png" />
|
||||
<Content Include="images\logo.gif" />
|
||||
<Content Include="images\logo.png" />
|
||||
<Content Include="images\logoMoOnPro.png" />
|
||||
<Content Include="images\logo_sw.png" />
|
||||
<Content Include="images\ProgressBar.gif" />
|
||||
<Content Include="images\rosso.png" />
|
||||
<Content Include="images\titoloCruscotto.png" />
|
||||
<Content Include="images\verde.png" />
|
||||
<Content Include="images\view.gif" />
|
||||
<Content Include="images\view.png" />
|
||||
<Content Include="images\view_disabled.gif" />
|
||||
<Content Include="images\view_l.png" />
|
||||
<Content Include="images\view_m.png" />
|
||||
<Content Include="images\view_s.gif" />
|
||||
<Content Include="images\view_s.png" />
|
||||
<Content Include="WebMasterPages\MAPO_noAjax.master" />
|
||||
<Content Include="WebMasterPages\MAPO_warning.master" />
|
||||
<Content Include="Web.config">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="WebUserControls\mod_menuBottom.ascx" />
|
||||
<Content Include="WebUserControls\mod_sequencerTempiCiclo.ascx" />
|
||||
<Content Include="WS\AutoCompletamento.asmx" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="DonatiPass-appSett.config" />
|
||||
<None Include="DonatiPass-connStr.config" />
|
||||
<None Include="compilerconfig.json" />
|
||||
<None Include="compilerconfig.json.defaults">
|
||||
<DependentUpon>compilerconfig.json</DependentUpon>
|
||||
</None>
|
||||
<None Include="images\macchine\Thumbs.db" />
|
||||
<None Include="images\semafori.xcf" />
|
||||
<None Include="images\Thumbs.db" />
|
||||
<Content Include="PingPage.htm" />
|
||||
<Content Include="scripts\jintervals.js" />
|
||||
<Content Include="scripts\jquery.stopwatch.js" />
|
||||
<Content Include="test.aspx" />
|
||||
<Content Include="WebMasterPages\MAPO_empty.Master" />
|
||||
<Content Include="excelAllMacchineDatiConfermati.aspx" />
|
||||
<Content Include="excelExportDatiConfermati.aspx" />
|
||||
<Content Include="unauthorized.aspx" />
|
||||
<Content Include="WebMasterPages\MAPO_empty_refresh30_full.master" />
|
||||
<Content Include="WebMasterPages\MAPO_empty_refresh30.master" />
|
||||
<Content Include="Semaforo.aspx" />
|
||||
<Content Include="DettaglioMacchina.aspx" />
|
||||
<Content Include="WebMasterPages\MAPO_refresh.master" />
|
||||
<Content Include="WebMasterPages\MAPO_refresh30.master" />
|
||||
<Content Include="images\apply.png" />
|
||||
<Content Include="images\apply_l.png" />
|
||||
<Content Include="images\apply_m.png" />
|
||||
<Content Include="images\apply_s.gif" />
|
||||
<Content Include="images\apply_s.png" />
|
||||
<Content Include="images\cancel.png" />
|
||||
<Content Include="images\cancel_l.png" />
|
||||
<Content Include="images\cancel_m.png" />
|
||||
<Content Include="images\cancel_s.gif" />
|
||||
<Content Include="images\cancel_s.png" />
|
||||
<Content Include="images\edit_l.png" />
|
||||
<Content Include="images\edit_m.png" />
|
||||
<Content Include="images\edit_s.gif" />
|
||||
<Content Include="images\edit_s.png" />
|
||||
<Content Include="images\elimina_l.png" />
|
||||
<Content Include="images\elimina_m.png" />
|
||||
<Content Include="images\elimina_s.gif" />
|
||||
<Content Include="images\elimina_s.png" />
|
||||
<Content Include="WebUserControls\mod_datiConfermati.ascx" />
|
||||
<Content Include="WebUserControls\mod_infoAggiuntive.ascx" />
|
||||
<Content Include="WebUserControls\mod_realtimeClock.ascx" />
|
||||
<Content Include="WebUserControls\mod_schermataMacchina.ascx" />
|
||||
<Content Include="WebUserControls\mod_semaforo.ascx" />
|
||||
<Content Include="packages.config" />
|
||||
<Content Include="Web.Debug.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="logs\PlaceHolder.file" />
|
||||
<Content Include="Reports\PlaceHolder.file" />
|
||||
<Content Include="upload\PlaceHolder.file" />
|
||||
<Content Include="WebCharts\PlaceHolder.file" />
|
||||
<Content Include="Web.Release.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
</Content>
|
||||
<None Include="Properties\PublishProfiles\IIS02.pubxml" />
|
||||
<None Include="Properties\PublishProfiles\Donati.pubxml" />
|
||||
<Content Include="Content\Style.less" />
|
||||
<Content Include="Site.Mobile.Master" />
|
||||
<Content Include="setupTgt.bat" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="App_Data\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\Steamware\SteamWareLib\SteamWare.csproj">
|
||||
<Project>{2872dcfe-8b46-43b2-baa0-842a816a2dd5}</Project>
|
||||
<Name>SteamWare</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\MapoDb\MapoDb.csproj">
|
||||
<Project>{4617a665-d6e3-4ceb-a689-ce2eecd45713}</Project>
|
||||
<Name>MapoDb</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<TypeScriptCompile Include="scripts\index.d.ts" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
|
||||
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>"$(ProjectDir)setupTgt.bat" "$(ConfigurationName)" "$(ProjectDir)"</PreBuildEvent>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
||||
<WebProjectProperties>
|
||||
<UseIIS>True</UseIIS>
|
||||
<AutoAssignPort>True</AutoAssignPort>
|
||||
<DevelopmentServerPort>54806</DevelopmentServerPort>
|
||||
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
||||
<IISUrl>http://localhost:54807/</IISUrl>
|
||||
<NTLMAuthentication>False</NTLMAuthentication>
|
||||
<UseCustomServer>False</UseCustomServer>
|
||||
<CustomServerUrl>
|
||||
</CustomServerUrl>
|
||||
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
||||
</WebProjectProperties>
|
||||
</FlavorProperties>
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
<Import Project="..\packages\BuildWebCompiler.1.12.394\build\BuildWebCompiler.targets" Condition="Exists('..\packages\BuildWebCompiler.1.12.394\build\BuildWebCompiler.targets')" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>Questo progetto fa riferimento a uno o più pacchetti NuGet che non sono presenti in questo computer. Usare lo strumento di ripristino dei pacchetti NuGet per scaricarli. Per altre informazioni, vedere http://go.microsoft.com/fwlink/?LinkID=322105. Il file mancante è {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\packages\BuildWebCompiler.1.12.394\build\BuildWebCompiler.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\BuildWebCompiler.1.12.394\build\BuildWebCompiler.targets'))" />
|
||||
</Target>
|
||||
</Project>
|
||||
@@ -0,0 +1,34 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// 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("Microsoft")]
|
||||
[assembly: AssemblyProduct("MoonPro")]
|
||||
//[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// 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)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("3d5900ae-111a-45be-96b3-d9e4606ca793")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// 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")]
|
||||
|
Before Width: | Height: | Size: 194 KiB After Width: | Height: | Size: 194 KiB |
|
Before Width: | Height: | Size: 193 KiB After Width: | Height: | Size: 193 KiB |
|
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 139 KiB |
|
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 125 KiB |
|
Before Width: | Height: | Size: 222 KiB After Width: | Height: | Size: 222 KiB |
|
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 132 KiB |
|
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 171 KiB |
|
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 190 KiB |
|
Before Width: | Height: | Size: 240 KiB After Width: | Height: | Size: 240 KiB |
|
Before Width: | Height: | Size: 211 KiB After Width: | Height: | Size: 211 KiB |
|
Before Width: | Height: | Size: 197 KiB After Width: | Height: | Size: 197 KiB |
|
Before Width: | Height: | Size: 454 KiB After Width: | Height: | Size: 454 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 245 KiB After Width: | Height: | Size: 245 KiB |
|
Before Width: | Height: | Size: 213 KiB After Width: | Height: | Size: 213 KiB |
|
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 139 KiB |
|
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 174 KiB |
|
Before Width: | Height: | Size: 211 KiB After Width: | Height: | Size: 211 KiB |
|
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 171 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 206 KiB After Width: | Height: | Size: 206 KiB |
|
Before Width: | Height: | Size: 145 KiB After Width: | Height: | Size: 145 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |