Files
MoonPro.net/MP-Site/MP-Site.csproj
T
2018-02-05 19:14:29 +01:00

890 lines
42 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.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>
<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.5</TypeScriptToolsVersion>
</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.0.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e, processorArchitecture=MSIL">
<HintPath>..\packages\AjaxControlToolkit.18.1.0\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="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="System" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<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.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="System.Web.Mobile" />
<Reference Include="System.Xml.Linq" />
</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\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="UI.aspx.cs">
<DependentUpon>UI.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="UI.aspx.designer.cs">
<DependentUpon>UI.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_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_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="WebUserControls\mod_UI.ascx.cs">
<DependentUpon>mod_UI.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\mod_UI.ascx.designer.cs">
<DependentUpon>mod_UI.ascx</DependentUpon>
</Compile>
<Compile Include="WS\AutoCompletamento.asmx.cs">
<DependentUpon>AutoCompletamento.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.less</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\empty.png" />
<Content Include="images\logoSteamware.png" />
<Content Include="images\macchine\Combi_A.jpg" />
<Content Include="images\macchine\Combi_B.jpg" />
<Content Include="images\macchine\Combi_C.jpg" />
<Content Include="images\macchine\cosmap.jpg" />
<Content Include="images\macchine\DMG_1035v.jpg" />
<Content Include="images\macchine\Doosan_HP5100II.jpg" />
<Content Include="images\macchine\exAbb.jpg" />
<Content Include="images\macchine\Linearmill_600.jpg" />
<Content Include="images\macchine\Maxxmill_500.jpg" />
<Content Include="images\macchine\Nikkei.jpg" />
<Content Include="images\macchine\pul001.jpg" />
<Content Include="images\macchine\pul002.jpg" />
<Content Include="images\macchine\pul003.jpg" />
<Content Include="images\macchine\pul004.jpg" />
<Content Include="images\macchine\Riello1.jpg" />
<Content Include="images\macchine\Riello2.jpg" />
<Content Include="images\macchine\sbav005.jpg" />
<Content Include="images\macchine\sme001.jpg" />
<Content Include="images\macchine\sme002.jpg" />
<Content Include="images\macchine\sme003.jpg" />
<Content Include="images\macchine\sme004.jpg" />
<Content Include="images\macchine\sme006.jpg" />
<Content Include="images\macchine\sme007.jpg" />
<Content Include="images\macchine\sme008.jpg" />
<Content Include="images\macchine\sme009.jpg" />
<Content Include="images\macchine\sme010.jpg" />
<Content Include="images\macchine\sme011.jpg" />
<Content Include="images\macchine\tav001.jpg" />
<Content Include="images\macchine\tav002.jpg" />
<Content Include="images\macchine\Transfer_BTB.jpg" />
<Content Include="images\macchine\Transfer_Tecnotransfer.jpg" />
<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\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="Content\fonts.less" />
<Content Include="Content\OpenSans.woff">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Content\OpenSansCondensed.woff">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<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\bootstrap.bundle.js" />
<Content Include="scripts\bootstrap.bundle.min.js" />
<Content Include="scripts\bootstrap.js" />
<Content Include="scripts\bootstrap.min.js" />
<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="Content\Style.css">
<DependentUpon>Style.less</DependentUpon>
</Content>
<Content Include="Content\Style.min.css">
<DependentUpon>Style.less</DependentUpon>
</Content>
<Content Include="ViewSwitcher.ascx" />
<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" />
<None Include="Web.IIS01.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.Jetco.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.OVH-Demo.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>
<Content Include="DonatiPass-appSett.config" />
<Content 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-1.7.2.min.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="UI.aspx" />
<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="WebUserControls\mod_UI.ascx" />
<Content Include="packages.config" />
<Content Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
<Content Include="Web.Donati.config">
<DependentUpon>Web.config</DependentUpon>
<SubType>Designer</SubType>
</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" />
<None Include="Web.IIS02.config">
<DependentUpon>Web.config</DependentUpon>
</None>
</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>
<TypeScriptCompile Include="scripts\index.d.ts" />
</ItemGroup>
<ItemGroup>
<Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
</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>
</Project>