Church.Net.API/Chruch.Net/Chruch.Net.csproj
2022-09-08 08:04:32 -07:00

4570 lines
318 KiB
XML

<?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')" />
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
<Import Project="..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" />
<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>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{755399EA-BCFB-48A7-8A85-923054F979CA}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Chruch.Net</RootNamespace>
<AssemblyName>Chruch.Net</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<MvcBuildViews>false</MvcBuildViews>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TypeScriptToolsVersion>2.5</TypeScriptToolsVersion>
<TargetFrameworkProfile />
</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>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Abstractions" />
<Reference Include="System.Web.Routing" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http">
</Reference>
<Reference Include="System.Net.Http.WebRequest">
</Reference>
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
</Reference>
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include="System.Web.Optimization">
<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">
<Private>True</Private>
<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">
<Private>True</Private>
<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">
<Private>True</Private>
<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">
<Private>True</Private>
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
</Reference>
<Reference Include="WebGrease">
<Private>True</Private>
<HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
</Reference>
<Reference Include="Antlr3.Runtime">
<Private>True</Private>
<HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Formatting">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
</Reference>
<Reference Include="System.Web.Http">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
</Reference>
<Reference Include="System.Web.Http.WebHost">
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
</Reference>
<Reference Include="EntityFramework">
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="EntityFramework.SqlServer">
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.Identity.Core">
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.Identity.Owin">
<HintPath>..\packages\Microsoft.AspNet.Identity.Owin.2.2.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.Identity.EntityFramework">
<HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
</Reference>
<Reference Include="Owin">
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin">
<HintPath>..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Host.SystemWeb">
<HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.3.0.1\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Security">
<HintPath>..\packages\Microsoft.Owin.Security.3.0.1\lib\net45\Microsoft.Owin.Security.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Security.Facebook">
<HintPath>..\packages\Microsoft.Owin.Security.Facebook.3.0.1\lib\net45\Microsoft.Owin.Security.Facebook.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Security.Cookies">
<HintPath>..\packages\Microsoft.Owin.Security.Cookies.3.0.1\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Security.OAuth">
<HintPath>..\packages\Microsoft.Owin.Security.OAuth.3.0.1\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Security.Google">
<HintPath>..\packages\Microsoft.Owin.Security.Google.3.0.1\lib\net45\Microsoft.Owin.Security.Google.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Security.Twitter">
<HintPath>..\packages\Microsoft.Owin.Security.Twitter.3.0.1\lib\net45\Microsoft.Owin.Security.Twitter.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Security.MicrosoftAccount">
<HintPath>..\packages\Microsoft.Owin.Security.MicrosoftAccount.3.0.1\lib\net45\Microsoft.Owin.Security.MicrosoftAccount.dll</HintPath>
</Reference>
<Reference Include="Microsoft.ApplicationInsights">
<HintPath>..\packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AI.Agent.Intercept">
<HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AI.DependencyCollector">
<HintPath>..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AI.PerfCounterCollector">
<HintPath>..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AI.ServerTelemetryChannel">
<HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AI.WindowsServer">
<HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AI.Web">
<HintPath>..\packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="App_Start\BundleConfig.cs" />
<Compile Include="App_Start\FilterConfig.cs" />
<Compile Include="App_Start\IdentityConfig.cs" />
<Compile Include="App_Start\RouteConfig.cs" />
<Compile Include="App_Start\Startup.Auth.cs" />
<Compile Include="App_Start\WebApiConfig.cs" />
<Compile Include="Areas\admin\adminAreaRegistration.cs" />
<Compile Include="Areas\admin\Controllers\DashboardController.cs" />
<Compile Include="Areas\dashboard\Controllers\FamilyMembersController.cs" />
<Compile Include="Areas\dashboard\Controllers\HappinessBESTsController.cs" />
<Compile Include="Areas\dashboard\Controllers\HappinessGroupsController.cs" />
<Compile Include="Areas\dashboard\Controllers\NewVisitorsController.cs" />
<Compile Include="Areas\dashboard\Controllers\ReligionsController.cs" />
<Compile Include="Areas\dashboard\Controllers\WhoIsSpiesController.cs" />
<Compile Include="Areas\dashboard\Controllers\_DashboardBaseController.cs" />
<Compile Include="Areas\dashboard\dashboardAreaRegistration.cs" />
<Compile Include="Areas\dashboard\Models\FamilyMemberCreateViewModel.cs" />
<Compile Include="Areas\English\Controllers\VocabulariesController.cs" />
<Compile Include="Areas\English\EnglishAreaRegistration.cs" />
<Compile Include="Controllers\AccountController.cs" />
<Compile Include="Controllers\HappinessController.cs" />
<Compile Include="Controllers\HomeController.cs" />
<Compile Include="Controllers\IceBreakController.cs" />
<Compile Include="Controllers\ManageController.cs" />
<Compile Include="Controllers\NewVisitorController.cs" />
<Compile Include="Controllers\Register2019Controller.cs" />
<Compile Include="Controllers\_BaseController.cs" />
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="LanHelper.cs" />
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Models\AccountViewModels.cs" />
<Compile Include="Models\IceBreakViewModel.cs" />
<Compile Include="Models\IdentityModels.cs" />
<Compile Include="Models\ManageViewModels.cs" />
<Compile Include="Models\NewVisitorViewClass.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Startup.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Content\bootstrap-grid.css" />
<Content Include="Content\bootstrap-grid.min.css" />
<Content Include="Content\bootstrap-material-datetimepicker.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\Login.css" />
<Content Include="Content\PreLoader.css" />
<Content Include="Content\styles.op-architecture.css" />
<Content Include="Content\unify-components.css" />
<Content Include="Content\unify-core.css" />
<Content Include="Content\unify-globals.css" />
<Content Include="Content\vendor\animate.css" />
<Content Include="Content\vendor\bootstrap\bootstrap.css" />
<Content Include="Content\vendor\bootstrap\bootstrap.js" />
<Content Include="Content\vendor\bootstrap\bootstrap.min.css" />
<Content Include="Content\vendor\bootstrap\bootstrap.min.js" />
<Content Include="Content\vendor\bootstrap\offcanvas.css" />
<Content Include="Content\vendor\bootstrap\offcanvas.js" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\bokeh\b1.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\bokeh\b2.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\bokeh\b3.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\bokeh\b4.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\img\arrow-left-black-small.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\img\arrow-left-black.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\img\arrow-left-white.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\img\arrow-left.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\img\arrow-right-black-small.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\img\arrow-right-black.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\img\arrow-right-white.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\img\arrow-right.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\img\arrow-round-left.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\img\arrow-round-right.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\img\bullet.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\img\plus-image.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\img\preloader.gif" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\img\shadow.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\img\skin-agapa-arrow-left.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\img\skin-agapa-arrow-right.png" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\plugin.css" />
<Content Include="Content\vendor\dzsparallaxer\dzsparallaxer.css" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\jquery.collagePlus.min.js" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\jquery.masonry.min.js" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\pat1.png" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\pat2.png" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\scroller.css" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\scroller.dev.js" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\scroller.js" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\arrowleft.png" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\arrowright.png" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\closedhand.cur" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\handle.png" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\image.png" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\openhand.cur" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\page.png" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\preloader.gif" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\progress.png" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\progressblue.png" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\progressy.png" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\progressyblue.png" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\s3scrollerx.png" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\s3scrollery.png" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\scroller1.png" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\skin_timeline_bg.png" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\skin_timeline_handle.png" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\styleimg\video.png" />
<Content Include="Content\vendor\hamburgers\hamburgers.min.css" />
<Content Include="Content\vendor\hs-megamenu\hs.megamenu.css" />
<Content Include="Content\vendor\hs-megamenu\hs.megamenu.js" />
<Content Include="Content\vendor\icon-awesome\css\font-awesome.min.css" />
<Content Include="Content\vendor\icon-hs\style.css" />
<Content Include="Content\vendor\icon-line\css\simple-line-icons.css" />
<Content Include="Content\vendor\slick-carousel\index.html" />
<Content Include="Content\vendor\slick-carousel\slick\ajax-loader.gif" />
<Content Include="Content\vendor\slick-carousel\slick\fonts\slick.svg" />
<Content Include="Content\vendor\slick-carousel\slick\slick-theme.css" />
<Content Include="Content\vendor\slick-carousel\slick\slick.css" />
<Content Include="Content\vendor\slick-carousel\slick\slick.js" />
<Content Include="Content\vendor\slick-carousel\slick\slick.min.js" />
<Content Include="dashboard\animate.css" />
<Content Include="dashboard\appear.js" />
<Content Include="dashboard\bootstrap-select\css\bootstrap-select.css" />
<Content Include="dashboard\bootstrap-select\css\bootstrap-select.min.css" />
<Content Include="dashboard\bootstrap-select\js\bootstrap-select.js" />
<Content Include="dashboard\bootstrap-select\js\bootstrap-select.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-ar_AR.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-ar_AR.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-bg_BG.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-bg_BG.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-cro_CRO.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-cro_CRO.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-cs_CZ.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-cs_CZ.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-da_DK.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-da_DK.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-de_DE.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-de_DE.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-en_US.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-en_US.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-es_CL.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-es_CL.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-es_ES.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-es_ES.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-et_EE.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-et_EE.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-eu.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-eu.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-fa_IR.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-fa_IR.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-fi_FI.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-fi_FI.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-fr_FR.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-fr_FR.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-hu_HU.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-hu_HU.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-id_ID.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-id_ID.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-it_IT.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-it_IT.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-ja_JP.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-ja_JP.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-kh_KM.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-kh_KM.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-ko_KR.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-ko_KR.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-lt_LT.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-lt_LT.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-nb_NO.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-nb_NO.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-nl_NL.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-nl_NL.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-pl_PL.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-pl_PL.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-pt_BR.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-pt_BR.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-pt_PT.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-pt_PT.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-ro_RO.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-ro_RO.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-ru_RU.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-ru_RU.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-sk_SK.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-sk_SK.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-sl_SI.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-sl_SI.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-sv_SE.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-sv_SE.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-tr_TR.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-tr_TR.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-ua_UA.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-ua_UA.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-vi_VN.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-vi_VN.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-zh_CN.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-zh_CN.min.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-zh_TW.js" />
<Content Include="dashboard\bootstrap-select\js\i18n\defaults-zh_TW.min.js" />
<Content Include="dashboard\chartist-js-tooltip\chartist-plugin-tooltip.css" />
<Content Include="dashboard\chartist-js-tooltip\chartist-plugin-tooltip.js" />
<Content Include="dashboard\chartist-js\chartist.css" />
<Content Include="dashboard\chartist-js\chartist.js" />
<Content Include="dashboard\chartist-js\chartist.min.css" />
<Content Include="dashboard\chartist-js\chartist.min.js" />
<Content Include="dashboard\components\hs.activate-elements.js" />
<Content Include="dashboard\components\hs.area-chart.js" />
<Content Include="dashboard\components\hs.bar-chart.js" />
<Content Include="dashboard\components\hs.datatables.js" />
<Content Include="dashboard\components\hs.donut-chart.js" />
<Content Include="dashboard\components\hs.file-attachement.js" />
<Content Include="dashboard\components\hs.file-upload.js" />
<Content Include="dashboard\components\hs.line-chart.js" />
<Content Include="dashboard\components\hs.multi-select.js" />
<Content Include="dashboard\components\hs.pie-chart.js" />
<Content Include="dashboard\components\hs.popup.js" />
<Content Include="dashboard\components\hs.range-datepicker.js" />
<Content Include="dashboard\components\hs.side-nav.js" />
<Content Include="dashboard\components\hs.toastr.js" />
<Content Include="dashboard\cookiejs\jquery.cookie.js" />
<Content Include="dashboard\fancybox\jquery.fancybox.css" />
<Content Include="dashboard\fancybox\jquery.fancybox.js" />
<Content Include="dashboard\fancybox\jquery.fancybox.min.css" />
<Content Include="dashboard\fancybox\jquery.fancybox.min.js" />
<Content Include="dashboard\flatpickr\dist\css\flatpickr.min.css" />
<Content Include="dashboard\flatpickr\dist\js\flatpickr.min.js" />
<Content Include="dashboard\hamburgers\example.html" />
<Content Include="dashboard\hamburgers\hamburgers.css" />
<Content Include="dashboard\hamburgers\hamburgers.min.css" />
<Content Include="dashboard\hs-admin-icons\hs-admin-icons.css" />
<Content Include="dashboard\hs-admin-icons\hs-admin-icons.svg" />
<Content Include="dashboard\icon-awesome\css\font-awesome.css" />
<Content Include="dashboard\icon-awesome\css\font-awesome.min.css" />
<Content Include="dashboard\icon-awesome\fonts\fontawesome-webfont.svg" />
<Content Include="dashboard\icon-awesome\HELP-US-OUT.txt" />
<Content Include="dashboard\icon-etlinefont\et-line.dev.svg" />
<Content Include="dashboard\icon-etlinefont\fonts\et-line.svg" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\adjustments_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\alarmclock_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\anchor_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\aperture_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\bargraph_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\basket_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\beaker_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\bike_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\book-open_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\briefcase_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\browser_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\calendar_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\camera_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\caution_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\chat_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\circle-compass_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\clipboard_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\clock_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\cloud_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\compass_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\desktop_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\dial_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\documents_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\document_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\download_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\dribbble_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\edit_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\envelope_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\expand_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\facebook_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\flag_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\focus_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\gears_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\genius_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\gift_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\global_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\globe_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\googleplus_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\grid_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\happy_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\hazardous_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\heart_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\hotairballoon_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\hourglass_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\key_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\laptop_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\layers_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\lifesaver_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\lightbulb_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\linegraph_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\linkedin_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\link_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\lock_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\magnifying-glass_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\map-pin_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\map_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\megaphone_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\mic_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\mobile_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\newspaper_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\notebook_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\paintbrush_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\paperclip_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\pencil_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\phone_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\pictures_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\picture_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\piechart_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\presentation_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\pricetags_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\printer_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\profile-female_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\profile-male_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\puzzle_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\quote_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\recycle_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\refresh_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\ribbon_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\rss_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\sad_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\scissors_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\scope_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\search_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\shield_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\speedometer_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\strategy_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\streetsign_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\tablet_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\target_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\telescope_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\toolbox_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\tools-2_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\tools_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\trophy_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\tumblr_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\twitter_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\upload_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\video_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\wallet_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-32px\wine_32px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\adjustments_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\alarmclock_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\anchor_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\aperture_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\bargraph_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\basket_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\beaker_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\bike_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\book-open_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\briefcase_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\browser_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\calendar_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\camera_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\caution_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\chat_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\circle-compass_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\clipboard_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\clock_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\cloud_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\compass_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\desktop_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\dial_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\documents_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\document_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\download_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\dribbble_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\edit_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\envelope_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\expand_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\facebook_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\flag_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\focus_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\gears_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\genius_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\gift_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\global_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\globe_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\googleplus_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\grid_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\happy_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\hazardous_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\heart_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\hotairballoon_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\hourglass_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\key_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\laptop_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\layers_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\lifesaver_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\lightbulb_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\linegraph_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\linkedin_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\link_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\lock_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\magnifying-glass_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\map-pin_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\map_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\megaphone_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\mic_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\mobile_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\newspaper_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\notebook_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\paintbrush_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\paperclip_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\pencil_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\phone_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\pictures_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\picture_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\piechart_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\presentation_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\pricetags_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\printer_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\profile-female_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\profile-male_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\puzzle_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\quote_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\recycle_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\refresh_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\ribbon_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\rss_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\sad_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\scissors_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\scope_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\search_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\shield_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\speedometer_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\strategy_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\streetsign_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\tablet_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\target_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\telescope_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\toolbox_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\tools-2_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\tools_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\trophy_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\tumblr_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\twitter_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\upload_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\video_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\wallet_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\png\png-64px\wine_64px.png" />
<Content Include="dashboard\icon-etlinefont\images\svg\all_icons\line-icons_expanded.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\adjustments.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\alarmclock.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\anchor.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\aperture.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\attachments.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\bargraph.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\basket.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\beaker.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\bike.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\book-open.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\briefcase.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\browser.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\calendar.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\camera.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\caution.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\chat.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\circle-compass.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\clipboard.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\clock.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\cloud.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\compass.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\desktop.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\dial.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\document.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\documents.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\download.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\dribbble.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\edit.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\envelope.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\expand.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\facebook.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\flag.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\focus.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\gears.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\genius.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\gift.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\global.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\globe.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\googleplus.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\grid.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\happy.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\hazardous.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\heart.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\hotairballoon.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\hourglass.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\key.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\laptop.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\layers.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\lifesaver.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\lightbulb.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\linegraph.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\linkedin.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\lock.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\magnifying-glass.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\map-pin.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\map.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\megaphone.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\mic.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\mobile.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\newspaper.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\notebook.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\paintbrush.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\paperclip.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\pencil.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\phone.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\picture.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\pictures.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\piechart.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\presentation.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\pricetags.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\printer.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\profile-female.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\profile-male.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\puzzle.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\quote.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\recycle.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\refresh.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\ribbon.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\rss.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\sad.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\scissors.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\scope.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\search.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\shield.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\speedometer.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\strategy.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\streetsign.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\tablet.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\telescope.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\toolbox.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\tools-2.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\tools.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\traget.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\trophy.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\tumblr.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\twitter.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\upload.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\video.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\wallet.svg" />
<Content Include="dashboard\icon-etlinefont\images\svg\individual_icons\wine.svg" />
<Content Include="dashboard\icon-etlinefont\index.html" />
<Content Include="dashboard\icon-etlinefont\lte-ie7.js" />
<Content Include="dashboard\icon-etlinefont\Read_Me.txt" />
<Content Include="dashboard\icon-etlinefont\style-source.css" />
<Content Include="dashboard\icon-etlinefont\style.css" />
<Content Include="dashboard\icon-hs\fonts\hs-icons.svg" />
<Content Include="dashboard\icon-hs\style.css" />
<Content Include="dashboard\icon-line-pro\christmas\png\001.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\002.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\003.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\004.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\005.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\006.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\007.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\008.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\009.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\010.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\011.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\012.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\013.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\014.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\015.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\016.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\017.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\018.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\019.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\020.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\021.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\022.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\023.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\024.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\025.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\026.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\027.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\028.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\029.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\030.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\031.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\032.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\033.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\034.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\035.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\036.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\037.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\038.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\039.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\040.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\041.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\042.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\043.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\044.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\045.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\046.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\047.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\048.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\049.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\050.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\051.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\052.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\053.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\054.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\055.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\056.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\057.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\058.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\059.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\060.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\061.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\062.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\063.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\064.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\065.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\066.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\067.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\068.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\069.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\070.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\071.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\072.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\073.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\074.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\075.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\076.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\077.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\078.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\079.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\080.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\081.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\082.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\083.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\084.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\085.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\086.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\087.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\088.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\089.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\090.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\091.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\092.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\093.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\094.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\095.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\096.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\097.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\098.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\099.png" />
<Content Include="dashboard\icon-line-pro\christmas\png\100.png" />
<Content Include="dashboard\icon-line-pro\christmas\webfont\fonts\cristmas.svg" />
<Content Include="dashboard\icon-line-pro\christmas\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\christmas\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\christmas\webfont\SVG - Font\demo.html" />
<Content Include="dashboard\icon-line-pro\christmas\webfont\SVG - Font\icons.svg" />
<Content Include="dashboard\icon-line-pro\clothes\png\001.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\002.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\003.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\004.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\005.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\006.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\007.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\008.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\009.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\010.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\011.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\012.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\013.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\014.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\015.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\016.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\017.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\018.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\019.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\020.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\021.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\022.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\023.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\024.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\025.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\026.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\027.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\028.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\029.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\030.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\031.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\032.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\033.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\034.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\035.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\036.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\037.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\038.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\039.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\040.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\041.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\042.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\043.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\044.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\045.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\046.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\047.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\048.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\049.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\050.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\051.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\052.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\053.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\054.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\055.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\056.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\057.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\058.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\059.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\060.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\061.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\062.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\063.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\064.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\065.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\066.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\067.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\068.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\069.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\070.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\071.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\072.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\073.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\074.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\075.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\076.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\077.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\078.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\079.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\080.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\081.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\082.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\083.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\084.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\085.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\086.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\087.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\088.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\089.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\090.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\091.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\092.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\093.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\094.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\095.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\096.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\097.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\098.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\099.png" />
<Content Include="dashboard\icon-line-pro\clothes\png\100.png" />
<Content Include="dashboard\icon-line-pro\clothes\webfont\fonts\clothes.svg" />
<Content Include="dashboard\icon-line-pro\clothes\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\clothes\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\communication\png\001.png" />
<Content Include="dashboard\icon-line-pro\communication\png\002.png" />
<Content Include="dashboard\icon-line-pro\communication\png\003.png" />
<Content Include="dashboard\icon-line-pro\communication\png\004.png" />
<Content Include="dashboard\icon-line-pro\communication\png\005.png" />
<Content Include="dashboard\icon-line-pro\communication\png\006.png" />
<Content Include="dashboard\icon-line-pro\communication\png\007.png" />
<Content Include="dashboard\icon-line-pro\communication\png\008.png" />
<Content Include="dashboard\icon-line-pro\communication\png\009.png" />
<Content Include="dashboard\icon-line-pro\communication\png\010.png" />
<Content Include="dashboard\icon-line-pro\communication\png\011.png" />
<Content Include="dashboard\icon-line-pro\communication\png\012.png" />
<Content Include="dashboard\icon-line-pro\communication\png\013.png" />
<Content Include="dashboard\icon-line-pro\communication\png\014.png" />
<Content Include="dashboard\icon-line-pro\communication\png\015.png" />
<Content Include="dashboard\icon-line-pro\communication\png\016.png" />
<Content Include="dashboard\icon-line-pro\communication\png\017.png" />
<Content Include="dashboard\icon-line-pro\communication\png\018.png" />
<Content Include="dashboard\icon-line-pro\communication\png\019.png" />
<Content Include="dashboard\icon-line-pro\communication\png\020.png" />
<Content Include="dashboard\icon-line-pro\communication\png\021.png" />
<Content Include="dashboard\icon-line-pro\communication\png\022.png" />
<Content Include="dashboard\icon-line-pro\communication\png\023.png" />
<Content Include="dashboard\icon-line-pro\communication\png\024.png" />
<Content Include="dashboard\icon-line-pro\communication\png\025.png" />
<Content Include="dashboard\icon-line-pro\communication\png\026.png" />
<Content Include="dashboard\icon-line-pro\communication\png\027.png" />
<Content Include="dashboard\icon-line-pro\communication\png\028.png" />
<Content Include="dashboard\icon-line-pro\communication\png\029.png" />
<Content Include="dashboard\icon-line-pro\communication\png\030.png" />
<Content Include="dashboard\icon-line-pro\communication\png\031.png" />
<Content Include="dashboard\icon-line-pro\communication\png\032.png" />
<Content Include="dashboard\icon-line-pro\communication\png\033.png" />
<Content Include="dashboard\icon-line-pro\communication\png\034.png" />
<Content Include="dashboard\icon-line-pro\communication\png\035.png" />
<Content Include="dashboard\icon-line-pro\communication\png\036.png" />
<Content Include="dashboard\icon-line-pro\communication\png\037.png" />
<Content Include="dashboard\icon-line-pro\communication\png\038.png" />
<Content Include="dashboard\icon-line-pro\communication\png\039.png" />
<Content Include="dashboard\icon-line-pro\communication\png\040.png" />
<Content Include="dashboard\icon-line-pro\communication\png\041.png" />
<Content Include="dashboard\icon-line-pro\communication\png\042.png" />
<Content Include="dashboard\icon-line-pro\communication\png\043.png" />
<Content Include="dashboard\icon-line-pro\communication\png\044.png" />
<Content Include="dashboard\icon-line-pro\communication\png\045.png" />
<Content Include="dashboard\icon-line-pro\communication\png\046.png" />
<Content Include="dashboard\icon-line-pro\communication\png\047.png" />
<Content Include="dashboard\icon-line-pro\communication\png\048.png" />
<Content Include="dashboard\icon-line-pro\communication\png\049.png" />
<Content Include="dashboard\icon-line-pro\communication\png\050.png" />
<Content Include="dashboard\icon-line-pro\communication\png\051.png" />
<Content Include="dashboard\icon-line-pro\communication\png\052.png" />
<Content Include="dashboard\icon-line-pro\communication\png\053.png" />
<Content Include="dashboard\icon-line-pro\communication\png\054.png" />
<Content Include="dashboard\icon-line-pro\communication\png\055.png" />
<Content Include="dashboard\icon-line-pro\communication\png\056.png" />
<Content Include="dashboard\icon-line-pro\communication\png\057.png" />
<Content Include="dashboard\icon-line-pro\communication\png\058.png" />
<Content Include="dashboard\icon-line-pro\communication\png\059.png" />
<Content Include="dashboard\icon-line-pro\communication\png\060.png" />
<Content Include="dashboard\icon-line-pro\communication\png\061.png" />
<Content Include="dashboard\icon-line-pro\communication\png\062.png" />
<Content Include="dashboard\icon-line-pro\communication\png\063.png" />
<Content Include="dashboard\icon-line-pro\communication\png\064.png" />
<Content Include="dashboard\icon-line-pro\communication\png\065.png" />
<Content Include="dashboard\icon-line-pro\communication\png\066.png" />
<Content Include="dashboard\icon-line-pro\communication\png\067.png" />
<Content Include="dashboard\icon-line-pro\communication\png\068.png" />
<Content Include="dashboard\icon-line-pro\communication\png\069.png" />
<Content Include="dashboard\icon-line-pro\communication\png\070.png" />
<Content Include="dashboard\icon-line-pro\communication\png\071.png" />
<Content Include="dashboard\icon-line-pro\communication\png\072.png" />
<Content Include="dashboard\icon-line-pro\communication\png\073.png" />
<Content Include="dashboard\icon-line-pro\communication\png\074.png" />
<Content Include="dashboard\icon-line-pro\communication\png\075.png" />
<Content Include="dashboard\icon-line-pro\communication\png\076.png" />
<Content Include="dashboard\icon-line-pro\communication\png\077.png" />
<Content Include="dashboard\icon-line-pro\communication\png\078.png" />
<Content Include="dashboard\icon-line-pro\communication\png\079.png" />
<Content Include="dashboard\icon-line-pro\communication\png\080.png" />
<Content Include="dashboard\icon-line-pro\communication\png\081.png" />
<Content Include="dashboard\icon-line-pro\communication\png\082.png" />
<Content Include="dashboard\icon-line-pro\communication\png\083.png" />
<Content Include="dashboard\icon-line-pro\communication\png\084.png" />
<Content Include="dashboard\icon-line-pro\communication\png\085.png" />
<Content Include="dashboard\icon-line-pro\communication\png\086.png" />
<Content Include="dashboard\icon-line-pro\communication\png\087.png" />
<Content Include="dashboard\icon-line-pro\communication\png\088.png" />
<Content Include="dashboard\icon-line-pro\communication\png\089.png" />
<Content Include="dashboard\icon-line-pro\communication\png\090.png" />
<Content Include="dashboard\icon-line-pro\communication\png\091.png" />
<Content Include="dashboard\icon-line-pro\communication\png\092.png" />
<Content Include="dashboard\icon-line-pro\communication\png\093.png" />
<Content Include="dashboard\icon-line-pro\communication\png\094.png" />
<Content Include="dashboard\icon-line-pro\communication\png\095.png" />
<Content Include="dashboard\icon-line-pro\communication\png\096.png" />
<Content Include="dashboard\icon-line-pro\communication\png\097.png" />
<Content Include="dashboard\icon-line-pro\communication\png\098.png" />
<Content Include="dashboard\icon-line-pro\communication\png\099.png" />
<Content Include="dashboard\icon-line-pro\communication\png\100.png" />
<Content Include="dashboard\icon-line-pro\communication\png\101.png" />
<Content Include="dashboard\icon-line-pro\communication\png\102.png" />
<Content Include="dashboard\icon-line-pro\communication\png\103.png" />
<Content Include="dashboard\icon-line-pro\communication\png\104.png" />
<Content Include="dashboard\icon-line-pro\communication\png\105.png" />
<Content Include="dashboard\icon-line-pro\communication\png\106.png" />
<Content Include="dashboard\icon-line-pro\communication\png\107.png" />
<Content Include="dashboard\icon-line-pro\communication\png\108.png" />
<Content Include="dashboard\icon-line-pro\communication\png\109.png" />
<Content Include="dashboard\icon-line-pro\communication\png\110.png" />
<Content Include="dashboard\icon-line-pro\communication\png\111.png" />
<Content Include="dashboard\icon-line-pro\communication\png\112.png" />
<Content Include="dashboard\icon-line-pro\communication\png\113.png" />
<Content Include="dashboard\icon-line-pro\communication\png\114.png" />
<Content Include="dashboard\icon-line-pro\communication\png\115.png" />
<Content Include="dashboard\icon-line-pro\communication\png\116.png" />
<Content Include="dashboard\icon-line-pro\communication\png\117.png" />
<Content Include="dashboard\icon-line-pro\communication\png\118.png" />
<Content Include="dashboard\icon-line-pro\communication\png\119.png" />
<Content Include="dashboard\icon-line-pro\communication\png\120.png" />
<Content Include="dashboard\icon-line-pro\communication\png\121.png" />
<Content Include="dashboard\icon-line-pro\communication\png\122.png" />
<Content Include="dashboard\icon-line-pro\communication\png\123.png" />
<Content Include="dashboard\icon-line-pro\communication\png\124.png" />
<Content Include="dashboard\icon-line-pro\communication\png\125.png" />
<Content Include="dashboard\icon-line-pro\communication\png\126.png" />
<Content Include="dashboard\icon-line-pro\communication\png\127.png" />
<Content Include="dashboard\icon-line-pro\communication\png\128.png" />
<Content Include="dashboard\icon-line-pro\communication\png\129.png" />
<Content Include="dashboard\icon-line-pro\communication\png\130.png" />
<Content Include="dashboard\icon-line-pro\communication\png\131.png" />
<Content Include="dashboard\icon-line-pro\communication\png\132.png" />
<Content Include="dashboard\icon-line-pro\communication\png\133.png" />
<Content Include="dashboard\icon-line-pro\communication\png\134.png" />
<Content Include="dashboard\icon-line-pro\communication\png\135.png" />
<Content Include="dashboard\icon-line-pro\communication\png\136.png" />
<Content Include="dashboard\icon-line-pro\communication\png\137.png" />
<Content Include="dashboard\icon-line-pro\communication\png\138.png" />
<Content Include="dashboard\icon-line-pro\communication\png\139.png" />
<Content Include="dashboard\icon-line-pro\communication\png\140.png" />
<Content Include="dashboard\icon-line-pro\communication\png\141.png" />
<Content Include="dashboard\icon-line-pro\communication\png\142.png" />
<Content Include="dashboard\icon-line-pro\communication\png\143.png" />
<Content Include="dashboard\icon-line-pro\communication\png\144.png" />
<Content Include="dashboard\icon-line-pro\communication\png\145.png" />
<Content Include="dashboard\icon-line-pro\communication\png\146.png" />
<Content Include="dashboard\icon-line-pro\communication\png\147.png" />
<Content Include="dashboard\icon-line-pro\communication\png\148.png" />
<Content Include="dashboard\icon-line-pro\communication\png\149.png" />
<Content Include="dashboard\icon-line-pro\communication\png\150.png" />
<Content Include="dashboard\icon-line-pro\communication\png\151.png" />
<Content Include="dashboard\icon-line-pro\communication\png\152.png" />
<Content Include="dashboard\icon-line-pro\communication\png\153.png" />
<Content Include="dashboard\icon-line-pro\communication\png\154.png" />
<Content Include="dashboard\icon-line-pro\communication\png\155.png" />
<Content Include="dashboard\icon-line-pro\communication\png\156.png" />
<Content Include="dashboard\icon-line-pro\communication\png\157.png" />
<Content Include="dashboard\icon-line-pro\communication\png\158.png" />
<Content Include="dashboard\icon-line-pro\communication\png\159.png" />
<Content Include="dashboard\icon-line-pro\communication\png\160.png" />
<Content Include="dashboard\icon-line-pro\communication\png\161.png" />
<Content Include="dashboard\icon-line-pro\communication\png\162.png" />
<Content Include="dashboard\icon-line-pro\communication\png\163.png" />
<Content Include="dashboard\icon-line-pro\communication\png\164.png" />
<Content Include="dashboard\icon-line-pro\communication\png\165.png" />
<Content Include="dashboard\icon-line-pro\communication\png\166.png" />
<Content Include="dashboard\icon-line-pro\communication\png\167.png" />
<Content Include="dashboard\icon-line-pro\communication\png\168.png" />
<Content Include="dashboard\icon-line-pro\communication\png\169.png" />
<Content Include="dashboard\icon-line-pro\communication\png\170.png" />
<Content Include="dashboard\icon-line-pro\communication\png\171.png" />
<Content Include="dashboard\icon-line-pro\communication\png\172.png" />
<Content Include="dashboard\icon-line-pro\communication\png\173.png" />
<Content Include="dashboard\icon-line-pro\communication\png\174.png" />
<Content Include="dashboard\icon-line-pro\communication\png\175.png" />
<Content Include="dashboard\icon-line-pro\communication\png\176.png" />
<Content Include="dashboard\icon-line-pro\communication\png\177.png" />
<Content Include="dashboard\icon-line-pro\communication\png\178.png" />
<Content Include="dashboard\icon-line-pro\communication\png\179.png" />
<Content Include="dashboard\icon-line-pro\communication\png\180.png" />
<Content Include="dashboard\icon-line-pro\communication\webfont\fonts\communication-48-x-48.svg" />
<Content Include="dashboard\icon-line-pro\communication\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\communication\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\education\png\001.png" />
<Content Include="dashboard\icon-line-pro\education\png\002.png" />
<Content Include="dashboard\icon-line-pro\education\png\003.png" />
<Content Include="dashboard\icon-line-pro\education\png\004.png" />
<Content Include="dashboard\icon-line-pro\education\png\005.png" />
<Content Include="dashboard\icon-line-pro\education\png\006.png" />
<Content Include="dashboard\icon-line-pro\education\png\007.png" />
<Content Include="dashboard\icon-line-pro\education\png\008.png" />
<Content Include="dashboard\icon-line-pro\education\png\009.png" />
<Content Include="dashboard\icon-line-pro\education\png\010.png" />
<Content Include="dashboard\icon-line-pro\education\png\011.png" />
<Content Include="dashboard\icon-line-pro\education\png\012.png" />
<Content Include="dashboard\icon-line-pro\education\png\013.png" />
<Content Include="dashboard\icon-line-pro\education\png\014.png" />
<Content Include="dashboard\icon-line-pro\education\png\015.png" />
<Content Include="dashboard\icon-line-pro\education\png\016.png" />
<Content Include="dashboard\icon-line-pro\education\png\017.png" />
<Content Include="dashboard\icon-line-pro\education\png\018.png" />
<Content Include="dashboard\icon-line-pro\education\png\019.png" />
<Content Include="dashboard\icon-line-pro\education\png\020.png" />
<Content Include="dashboard\icon-line-pro\education\png\021.png" />
<Content Include="dashboard\icon-line-pro\education\png\022.png" />
<Content Include="dashboard\icon-line-pro\education\png\023.png" />
<Content Include="dashboard\icon-line-pro\education\png\024.png" />
<Content Include="dashboard\icon-line-pro\education\png\025.png" />
<Content Include="dashboard\icon-line-pro\education\png\026.png" />
<Content Include="dashboard\icon-line-pro\education\png\027.png" />
<Content Include="dashboard\icon-line-pro\education\png\028.png" />
<Content Include="dashboard\icon-line-pro\education\png\029.png" />
<Content Include="dashboard\icon-line-pro\education\png\030.png" />
<Content Include="dashboard\icon-line-pro\education\png\031.png" />
<Content Include="dashboard\icon-line-pro\education\png\032.png" />
<Content Include="dashboard\icon-line-pro\education\png\033.png" />
<Content Include="dashboard\icon-line-pro\education\png\034.png" />
<Content Include="dashboard\icon-line-pro\education\png\035.png" />
<Content Include="dashboard\icon-line-pro\education\png\036.png" />
<Content Include="dashboard\icon-line-pro\education\png\037.png" />
<Content Include="dashboard\icon-line-pro\education\png\038.png" />
<Content Include="dashboard\icon-line-pro\education\png\039.png" />
<Content Include="dashboard\icon-line-pro\education\png\040.png" />
<Content Include="dashboard\icon-line-pro\education\png\041.png" />
<Content Include="dashboard\icon-line-pro\education\png\042.png" />
<Content Include="dashboard\icon-line-pro\education\png\043.png" />
<Content Include="dashboard\icon-line-pro\education\png\044.png" />
<Content Include="dashboard\icon-line-pro\education\png\045.png" />
<Content Include="dashboard\icon-line-pro\education\png\046.png" />
<Content Include="dashboard\icon-line-pro\education\png\047.png" />
<Content Include="dashboard\icon-line-pro\education\png\048.png" />
<Content Include="dashboard\icon-line-pro\education\png\049.png" />
<Content Include="dashboard\icon-line-pro\education\png\050.png" />
<Content Include="dashboard\icon-line-pro\education\png\051.png" />
<Content Include="dashboard\icon-line-pro\education\png\052.png" />
<Content Include="dashboard\icon-line-pro\education\png\053.png" />
<Content Include="dashboard\icon-line-pro\education\png\054.png" />
<Content Include="dashboard\icon-line-pro\education\png\055.png" />
<Content Include="dashboard\icon-line-pro\education\png\056.png" />
<Content Include="dashboard\icon-line-pro\education\png\057.png" />
<Content Include="dashboard\icon-line-pro\education\png\058.png" />
<Content Include="dashboard\icon-line-pro\education\png\059.png" />
<Content Include="dashboard\icon-line-pro\education\png\060.png" />
<Content Include="dashboard\icon-line-pro\education\png\061.png" />
<Content Include="dashboard\icon-line-pro\education\png\062.png" />
<Content Include="dashboard\icon-line-pro\education\png\063.png" />
<Content Include="dashboard\icon-line-pro\education\png\064.png" />
<Content Include="dashboard\icon-line-pro\education\png\065.png" />
<Content Include="dashboard\icon-line-pro\education\png\066.png" />
<Content Include="dashboard\icon-line-pro\education\png\067.png" />
<Content Include="dashboard\icon-line-pro\education\png\068.png" />
<Content Include="dashboard\icon-line-pro\education\png\069.png" />
<Content Include="dashboard\icon-line-pro\education\png\070.png" />
<Content Include="dashboard\icon-line-pro\education\png\071.png" />
<Content Include="dashboard\icon-line-pro\education\png\072.png" />
<Content Include="dashboard\icon-line-pro\education\png\073.png" />
<Content Include="dashboard\icon-line-pro\education\png\074.png" />
<Content Include="dashboard\icon-line-pro\education\png\075.png" />
<Content Include="dashboard\icon-line-pro\education\png\076.png" />
<Content Include="dashboard\icon-line-pro\education\png\077.png" />
<Content Include="dashboard\icon-line-pro\education\png\078.png" />
<Content Include="dashboard\icon-line-pro\education\png\079.png" />
<Content Include="dashboard\icon-line-pro\education\png\080.png" />
<Content Include="dashboard\icon-line-pro\education\png\081.png" />
<Content Include="dashboard\icon-line-pro\education\png\082.png" />
<Content Include="dashboard\icon-line-pro\education\png\083.png" />
<Content Include="dashboard\icon-line-pro\education\png\084.png" />
<Content Include="dashboard\icon-line-pro\education\png\085.png" />
<Content Include="dashboard\icon-line-pro\education\png\086.png" />
<Content Include="dashboard\icon-line-pro\education\png\087.png" />
<Content Include="dashboard\icon-line-pro\education\png\088.png" />
<Content Include="dashboard\icon-line-pro\education\png\089.png" />
<Content Include="dashboard\icon-line-pro\education\png\090.png" />
<Content Include="dashboard\icon-line-pro\education\png\091.png" />
<Content Include="dashboard\icon-line-pro\education\png\092.png" />
<Content Include="dashboard\icon-line-pro\education\png\093.png" />
<Content Include="dashboard\icon-line-pro\education\png\094.png" />
<Content Include="dashboard\icon-line-pro\education\png\095.png" />
<Content Include="dashboard\icon-line-pro\education\png\096.png" />
<Content Include="dashboard\icon-line-pro\education\png\097.png" />
<Content Include="dashboard\icon-line-pro\education\png\098.png" />
<Content Include="dashboard\icon-line-pro\education\png\099.png" />
<Content Include="dashboard\icon-line-pro\education\png\100.png" />
<Content Include="dashboard\icon-line-pro\education\png\101.png" />
<Content Include="dashboard\icon-line-pro\education\png\102.png" />
<Content Include="dashboard\icon-line-pro\education\png\103.png" />
<Content Include="dashboard\icon-line-pro\education\png\104.png" />
<Content Include="dashboard\icon-line-pro\education\png\105.png" />
<Content Include="dashboard\icon-line-pro\education\png\106.png" />
<Content Include="dashboard\icon-line-pro\education\png\107.png" />
<Content Include="dashboard\icon-line-pro\education\png\108.png" />
<Content Include="dashboard\icon-line-pro\education\png\109.png" />
<Content Include="dashboard\icon-line-pro\education\png\110.png" />
<Content Include="dashboard\icon-line-pro\education\png\111.png" />
<Content Include="dashboard\icon-line-pro\education\png\112.png" />
<Content Include="dashboard\icon-line-pro\education\png\113.png" />
<Content Include="dashboard\icon-line-pro\education\png\114.png" />
<Content Include="dashboard\icon-line-pro\education\png\115.png" />
<Content Include="dashboard\icon-line-pro\education\png\116.png" />
<Content Include="dashboard\icon-line-pro\education\png\117.png" />
<Content Include="dashboard\icon-line-pro\education\png\118.png" />
<Content Include="dashboard\icon-line-pro\education\png\119.png" />
<Content Include="dashboard\icon-line-pro\education\png\120.png" />
<Content Include="dashboard\icon-line-pro\education\png\121.png" />
<Content Include="dashboard\icon-line-pro\education\png\122.png" />
<Content Include="dashboard\icon-line-pro\education\png\123.png" />
<Content Include="dashboard\icon-line-pro\education\png\124.png" />
<Content Include="dashboard\icon-line-pro\education\png\125.png" />
<Content Include="dashboard\icon-line-pro\education\png\126.png" />
<Content Include="dashboard\icon-line-pro\education\png\127.png" />
<Content Include="dashboard\icon-line-pro\education\png\128.png" />
<Content Include="dashboard\icon-line-pro\education\png\129.png" />
<Content Include="dashboard\icon-line-pro\education\png\130.png" />
<Content Include="dashboard\icon-line-pro\education\png\131.png" />
<Content Include="dashboard\icon-line-pro\education\png\132.png" />
<Content Include="dashboard\icon-line-pro\education\png\133.png" />
<Content Include="dashboard\icon-line-pro\education\png\134.png" />
<Content Include="dashboard\icon-line-pro\education\png\135.png" />
<Content Include="dashboard\icon-line-pro\education\png\136.png" />
<Content Include="dashboard\icon-line-pro\education\png\137.png" />
<Content Include="dashboard\icon-line-pro\education\png\138.png" />
<Content Include="dashboard\icon-line-pro\education\png\139.png" />
<Content Include="dashboard\icon-line-pro\education\png\140.png" />
<Content Include="dashboard\icon-line-pro\education\png\141.png" />
<Content Include="dashboard\icon-line-pro\education\png\142.png" />
<Content Include="dashboard\icon-line-pro\education\png\143.png" />
<Content Include="dashboard\icon-line-pro\education\png\144.png" />
<Content Include="dashboard\icon-line-pro\education\png\145.png" />
<Content Include="dashboard\icon-line-pro\education\png\146.png" />
<Content Include="dashboard\icon-line-pro\education\png\147.png" />
<Content Include="dashboard\icon-line-pro\education\png\148.png" />
<Content Include="dashboard\icon-line-pro\education\png\149.png" />
<Content Include="dashboard\icon-line-pro\education\png\150.png" />
<Content Include="dashboard\icon-line-pro\education\png\151.png" />
<Content Include="dashboard\icon-line-pro\education\png\152.png" />
<Content Include="dashboard\icon-line-pro\education\png\153.png" />
<Content Include="dashboard\icon-line-pro\education\png\154.png" />
<Content Include="dashboard\icon-line-pro\education\png\155.png" />
<Content Include="dashboard\icon-line-pro\education\png\156.png" />
<Content Include="dashboard\icon-line-pro\education\png\157.png" />
<Content Include="dashboard\icon-line-pro\education\png\158.png" />
<Content Include="dashboard\icon-line-pro\education\png\159.png" />
<Content Include="dashboard\icon-line-pro\education\png\160.png" />
<Content Include="dashboard\icon-line-pro\education\png\161.png" />
<Content Include="dashboard\icon-line-pro\education\png\162.png" />
<Content Include="dashboard\icon-line-pro\education\png\163.png" />
<Content Include="dashboard\icon-line-pro\education\png\164.png" />
<Content Include="dashboard\icon-line-pro\education\png\165.png" />
<Content Include="dashboard\icon-line-pro\education\png\166.png" />
<Content Include="dashboard\icon-line-pro\education\png\167.png" />
<Content Include="dashboard\icon-line-pro\education\png\168.png" />
<Content Include="dashboard\icon-line-pro\education\png\169.png" />
<Content Include="dashboard\icon-line-pro\education\png\170.png" />
<Content Include="dashboard\icon-line-pro\education\png\171.png" />
<Content Include="dashboard\icon-line-pro\education\png\172.png" />
<Content Include="dashboard\icon-line-pro\education\png\173.png" />
<Content Include="dashboard\icon-line-pro\education\png\174.png" />
<Content Include="dashboard\icon-line-pro\education\png\175.png" />
<Content Include="dashboard\icon-line-pro\education\png\176.png" />
<Content Include="dashboard\icon-line-pro\education\png\177.png" />
<Content Include="dashboard\icon-line-pro\education\png\178.png" />
<Content Include="dashboard\icon-line-pro\education\png\179.png" />
<Content Include="dashboard\icon-line-pro\education\png\180.png" />
<Content Include="dashboard\icon-line-pro\education\png\181.png" />
<Content Include="dashboard\icon-line-pro\education\png\182.png" />
<Content Include="dashboard\icon-line-pro\education\png\183.png" />
<Content Include="dashboard\icon-line-pro\education\png\184.png" />
<Content Include="dashboard\icon-line-pro\education\png\185.png" />
<Content Include="dashboard\icon-line-pro\education\png\186.png" />
<Content Include="dashboard\icon-line-pro\education\png\187.png" />
<Content Include="dashboard\icon-line-pro\education\png\188.png" />
<Content Include="dashboard\icon-line-pro\education\png\189.png" />
<Content Include="dashboard\icon-line-pro\education\png\190.png" />
<Content Include="dashboard\icon-line-pro\education\png\191.png" />
<Content Include="dashboard\icon-line-pro\education\png\192.png" />
<Content Include="dashboard\icon-line-pro\education\png\193.png" />
<Content Include="dashboard\icon-line-pro\education\png\194.png" />
<Content Include="dashboard\icon-line-pro\education\png\195.png" />
<Content Include="dashboard\icon-line-pro\education\png\196.png" />
<Content Include="dashboard\icon-line-pro\education\png\197.png" />
<Content Include="dashboard\icon-line-pro\education\png\198.png" />
<Content Include="dashboard\icon-line-pro\education\png\199.png" />
<Content Include="dashboard\icon-line-pro\education\png\200.png" />
<Content Include="dashboard\icon-line-pro\education\webfont\fonts\education-48.svg" />
<Content Include="dashboard\icon-line-pro\education\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\education\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\electronics\png\001.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\002.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\003.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\004.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\005.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\006.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\007.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\008.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\009.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\010.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\011.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\012.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\013.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\014.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\015.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\016.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\017.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\018.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\019.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\020.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\021.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\022.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\023.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\024.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\025.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\026.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\027.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\028.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\029.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\030.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\031.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\032.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\033.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\034.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\035.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\036.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\037.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\038.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\039.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\040.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\041.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\042.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\043.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\044.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\045.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\046.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\047.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\048.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\049.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\050.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\051.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\052.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\053.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\054.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\055.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\056.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\057.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\058.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\059.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\060.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\061.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\062.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\063.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\064.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\065.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\066.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\067.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\068.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\069.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\070.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\071.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\072.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\073.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\074.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\075.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\076.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\077.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\078.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\079.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\080.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\081.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\082.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\083.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\084.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\085.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\086.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\087.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\088.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\089.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\090.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\091.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\092.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\093.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\094.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\095.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\096.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\097.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\098.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\099.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\100.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\101.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\102.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\103.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\104.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\105.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\106.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\107.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\108.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\109.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\110.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\111.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\112.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\113.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\114.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\115.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\116.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\117.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\118.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\119.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\120.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\121.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\122.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\123.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\124.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\125.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\126.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\127.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\128.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\129.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\130.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\131.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\132.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\133.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\134.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\135.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\136.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\137.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\138.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\139.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\140.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\141.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\142.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\143.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\144.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\145.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\146.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\147.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\148.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\149.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\150.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\151.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\152.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\153.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\154.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\155.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\156.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\157.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\158.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\159.png" />
<Content Include="dashboard\icon-line-pro\electronics\png\160.png" />
<Content Include="dashboard\icon-line-pro\electronics\webfont\fonts\electronics.svg" />
<Content Include="dashboard\icon-line-pro\electronics\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\electronics\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\finance\png\001.png" />
<Content Include="dashboard\icon-line-pro\finance\png\002.png" />
<Content Include="dashboard\icon-line-pro\finance\png\003.png" />
<Content Include="dashboard\icon-line-pro\finance\png\004.png" />
<Content Include="dashboard\icon-line-pro\finance\png\005.png" />
<Content Include="dashboard\icon-line-pro\finance\png\006.png" />
<Content Include="dashboard\icon-line-pro\finance\png\007.png" />
<Content Include="dashboard\icon-line-pro\finance\png\008.png" />
<Content Include="dashboard\icon-line-pro\finance\png\009.png" />
<Content Include="dashboard\icon-line-pro\finance\png\010.png" />
<Content Include="dashboard\icon-line-pro\finance\png\011.png" />
<Content Include="dashboard\icon-line-pro\finance\png\012.png" />
<Content Include="dashboard\icon-line-pro\finance\png\013.png" />
<Content Include="dashboard\icon-line-pro\finance\png\014.png" />
<Content Include="dashboard\icon-line-pro\finance\png\015.png" />
<Content Include="dashboard\icon-line-pro\finance\png\016.png" />
<Content Include="dashboard\icon-line-pro\finance\png\017.png" />
<Content Include="dashboard\icon-line-pro\finance\png\018.png" />
<Content Include="dashboard\icon-line-pro\finance\png\019.png" />
<Content Include="dashboard\icon-line-pro\finance\png\020.png" />
<Content Include="dashboard\icon-line-pro\finance\png\021.png" />
<Content Include="dashboard\icon-line-pro\finance\png\022.png" />
<Content Include="dashboard\icon-line-pro\finance\png\023.png" />
<Content Include="dashboard\icon-line-pro\finance\png\024.png" />
<Content Include="dashboard\icon-line-pro\finance\png\025.png" />
<Content Include="dashboard\icon-line-pro\finance\png\026.png" />
<Content Include="dashboard\icon-line-pro\finance\png\027.png" />
<Content Include="dashboard\icon-line-pro\finance\png\028.png" />
<Content Include="dashboard\icon-line-pro\finance\png\029.png" />
<Content Include="dashboard\icon-line-pro\finance\png\030.png" />
<Content Include="dashboard\icon-line-pro\finance\png\031.png" />
<Content Include="dashboard\icon-line-pro\finance\png\032.png" />
<Content Include="dashboard\icon-line-pro\finance\png\033.png" />
<Content Include="dashboard\icon-line-pro\finance\png\034.png" />
<Content Include="dashboard\icon-line-pro\finance\png\035.png" />
<Content Include="dashboard\icon-line-pro\finance\png\036.png" />
<Content Include="dashboard\icon-line-pro\finance\png\037.png" />
<Content Include="dashboard\icon-line-pro\finance\png\038.png" />
<Content Include="dashboard\icon-line-pro\finance\png\039.png" />
<Content Include="dashboard\icon-line-pro\finance\png\040.png" />
<Content Include="dashboard\icon-line-pro\finance\png\041.png" />
<Content Include="dashboard\icon-line-pro\finance\png\042.png" />
<Content Include="dashboard\icon-line-pro\finance\png\043.png" />
<Content Include="dashboard\icon-line-pro\finance\png\044.png" />
<Content Include="dashboard\icon-line-pro\finance\png\045.png" />
<Content Include="dashboard\icon-line-pro\finance\png\046.png" />
<Content Include="dashboard\icon-line-pro\finance\png\047.png" />
<Content Include="dashboard\icon-line-pro\finance\png\048.png" />
<Content Include="dashboard\icon-line-pro\finance\png\049.png" />
<Content Include="dashboard\icon-line-pro\finance\png\050.png" />
<Content Include="dashboard\icon-line-pro\finance\png\051.png" />
<Content Include="dashboard\icon-line-pro\finance\png\052.png" />
<Content Include="dashboard\icon-line-pro\finance\png\053.png" />
<Content Include="dashboard\icon-line-pro\finance\png\054.png" />
<Content Include="dashboard\icon-line-pro\finance\png\055.png" />
<Content Include="dashboard\icon-line-pro\finance\png\056.png" />
<Content Include="dashboard\icon-line-pro\finance\png\057.png" />
<Content Include="dashboard\icon-line-pro\finance\png\058.png" />
<Content Include="dashboard\icon-line-pro\finance\png\059.png" />
<Content Include="dashboard\icon-line-pro\finance\png\060.png" />
<Content Include="dashboard\icon-line-pro\finance\png\061.png" />
<Content Include="dashboard\icon-line-pro\finance\png\062.png" />
<Content Include="dashboard\icon-line-pro\finance\png\063.png" />
<Content Include="dashboard\icon-line-pro\finance\png\064.png" />
<Content Include="dashboard\icon-line-pro\finance\png\065.png" />
<Content Include="dashboard\icon-line-pro\finance\png\066.png" />
<Content Include="dashboard\icon-line-pro\finance\png\067.png" />
<Content Include="dashboard\icon-line-pro\finance\png\068.png" />
<Content Include="dashboard\icon-line-pro\finance\png\069.png" />
<Content Include="dashboard\icon-line-pro\finance\png\070.png" />
<Content Include="dashboard\icon-line-pro\finance\png\071.png" />
<Content Include="dashboard\icon-line-pro\finance\png\072.png" />
<Content Include="dashboard\icon-line-pro\finance\png\073.png" />
<Content Include="dashboard\icon-line-pro\finance\png\074.png" />
<Content Include="dashboard\icon-line-pro\finance\png\075.png" />
<Content Include="dashboard\icon-line-pro\finance\png\076.png" />
<Content Include="dashboard\icon-line-pro\finance\png\077.png" />
<Content Include="dashboard\icon-line-pro\finance\png\078.png" />
<Content Include="dashboard\icon-line-pro\finance\png\079.png" />
<Content Include="dashboard\icon-line-pro\finance\png\080.png" />
<Content Include="dashboard\icon-line-pro\finance\png\081.png" />
<Content Include="dashboard\icon-line-pro\finance\png\082.png" />
<Content Include="dashboard\icon-line-pro\finance\png\083.png" />
<Content Include="dashboard\icon-line-pro\finance\png\084.png" />
<Content Include="dashboard\icon-line-pro\finance\png\085.png" />
<Content Include="dashboard\icon-line-pro\finance\png\086.png" />
<Content Include="dashboard\icon-line-pro\finance\png\087.png" />
<Content Include="dashboard\icon-line-pro\finance\png\088.png" />
<Content Include="dashboard\icon-line-pro\finance\png\089.png" />
<Content Include="dashboard\icon-line-pro\finance\png\090.png" />
<Content Include="dashboard\icon-line-pro\finance\png\091.png" />
<Content Include="dashboard\icon-line-pro\finance\png\092.png" />
<Content Include="dashboard\icon-line-pro\finance\png\093.png" />
<Content Include="dashboard\icon-line-pro\finance\png\094.png" />
<Content Include="dashboard\icon-line-pro\finance\png\095.png" />
<Content Include="dashboard\icon-line-pro\finance\png\096.png" />
<Content Include="dashboard\icon-line-pro\finance\png\097.png" />
<Content Include="dashboard\icon-line-pro\finance\png\098.png" />
<Content Include="dashboard\icon-line-pro\finance\png\099.png" />
<Content Include="dashboard\icon-line-pro\finance\png\100.png" />
<Content Include="dashboard\icon-line-pro\finance\png\101.png" />
<Content Include="dashboard\icon-line-pro\finance\png\102.png" />
<Content Include="dashboard\icon-line-pro\finance\png\103.png" />
<Content Include="dashboard\icon-line-pro\finance\png\104.png" />
<Content Include="dashboard\icon-line-pro\finance\png\105.png" />
<Content Include="dashboard\icon-line-pro\finance\png\106.png" />
<Content Include="dashboard\icon-line-pro\finance\png\107.png" />
<Content Include="dashboard\icon-line-pro\finance\png\108.png" />
<Content Include="dashboard\icon-line-pro\finance\png\109.png" />
<Content Include="dashboard\icon-line-pro\finance\png\110.png" />
<Content Include="dashboard\icon-line-pro\finance\png\111.png" />
<Content Include="dashboard\icon-line-pro\finance\png\112.png" />
<Content Include="dashboard\icon-line-pro\finance\png\113.png" />
<Content Include="dashboard\icon-line-pro\finance\png\114.png" />
<Content Include="dashboard\icon-line-pro\finance\png\115.png" />
<Content Include="dashboard\icon-line-pro\finance\png\116.png" />
<Content Include="dashboard\icon-line-pro\finance\png\117.png" />
<Content Include="dashboard\icon-line-pro\finance\png\118.png" />
<Content Include="dashboard\icon-line-pro\finance\png\119.png" />
<Content Include="dashboard\icon-line-pro\finance\png\120.png" />
<Content Include="dashboard\icon-line-pro\finance\png\121.png" />
<Content Include="dashboard\icon-line-pro\finance\png\122.png" />
<Content Include="dashboard\icon-line-pro\finance\png\123.png" />
<Content Include="dashboard\icon-line-pro\finance\png\124.png" />
<Content Include="dashboard\icon-line-pro\finance\png\125.png" />
<Content Include="dashboard\icon-line-pro\finance\png\126.png" />
<Content Include="dashboard\icon-line-pro\finance\png\127.png" />
<Content Include="dashboard\icon-line-pro\finance\png\128.png" />
<Content Include="dashboard\icon-line-pro\finance\png\129.png" />
<Content Include="dashboard\icon-line-pro\finance\png\130.png" />
<Content Include="dashboard\icon-line-pro\finance\png\131.png" />
<Content Include="dashboard\icon-line-pro\finance\png\132.png" />
<Content Include="dashboard\icon-line-pro\finance\png\133.png" />
<Content Include="dashboard\icon-line-pro\finance\png\134.png" />
<Content Include="dashboard\icon-line-pro\finance\png\135.png" />
<Content Include="dashboard\icon-line-pro\finance\png\136.png" />
<Content Include="dashboard\icon-line-pro\finance\png\137.png" />
<Content Include="dashboard\icon-line-pro\finance\png\138.png" />
<Content Include="dashboard\icon-line-pro\finance\png\139.png" />
<Content Include="dashboard\icon-line-pro\finance\png\140.png" />
<Content Include="dashboard\icon-line-pro\finance\png\141.png" />
<Content Include="dashboard\icon-line-pro\finance\png\142.png" />
<Content Include="dashboard\icon-line-pro\finance\png\143.png" />
<Content Include="dashboard\icon-line-pro\finance\png\144.png" />
<Content Include="dashboard\icon-line-pro\finance\png\145.png" />
<Content Include="dashboard\icon-line-pro\finance\png\146.png" />
<Content Include="dashboard\icon-line-pro\finance\png\147.png" />
<Content Include="dashboard\icon-line-pro\finance\png\148.png" />
<Content Include="dashboard\icon-line-pro\finance\png\149.png" />
<Content Include="dashboard\icon-line-pro\finance\png\150.png" />
<Content Include="dashboard\icon-line-pro\finance\png\151.png" />
<Content Include="dashboard\icon-line-pro\finance\png\152.png" />
<Content Include="dashboard\icon-line-pro\finance\png\153.png" />
<Content Include="dashboard\icon-line-pro\finance\png\154.png" />
<Content Include="dashboard\icon-line-pro\finance\png\155.png" />
<Content Include="dashboard\icon-line-pro\finance\png\156.png" />
<Content Include="dashboard\icon-line-pro\finance\png\157.png" />
<Content Include="dashboard\icon-line-pro\finance\png\158.png" />
<Content Include="dashboard\icon-line-pro\finance\png\159.png" />
<Content Include="dashboard\icon-line-pro\finance\png\160.png" />
<Content Include="dashboard\icon-line-pro\finance\png\161.png" />
<Content Include="dashboard\icon-line-pro\finance\png\162.png" />
<Content Include="dashboard\icon-line-pro\finance\png\163.png" />
<Content Include="dashboard\icon-line-pro\finance\png\164.png" />
<Content Include="dashboard\icon-line-pro\finance\png\165.png" />
<Content Include="dashboard\icon-line-pro\finance\png\166.png" />
<Content Include="dashboard\icon-line-pro\finance\png\167.png" />
<Content Include="dashboard\icon-line-pro\finance\png\168.png" />
<Content Include="dashboard\icon-line-pro\finance\png\169.png" />
<Content Include="dashboard\icon-line-pro\finance\png\170.png" />
<Content Include="dashboard\icon-line-pro\finance\png\171.png" />
<Content Include="dashboard\icon-line-pro\finance\png\172.png" />
<Content Include="dashboard\icon-line-pro\finance\png\173.png" />
<Content Include="dashboard\icon-line-pro\finance\png\174.png" />
<Content Include="dashboard\icon-line-pro\finance\png\175.png" />
<Content Include="dashboard\icon-line-pro\finance\png\176.png" />
<Content Include="dashboard\icon-line-pro\finance\png\177.png" />
<Content Include="dashboard\icon-line-pro\finance\png\178.png" />
<Content Include="dashboard\icon-line-pro\finance\png\179.png" />
<Content Include="dashboard\icon-line-pro\finance\png\180.png" />
<Content Include="dashboard\icon-line-pro\finance\png\181.png" />
<Content Include="dashboard\icon-line-pro\finance\png\182.png" />
<Content Include="dashboard\icon-line-pro\finance\png\183.png" />
<Content Include="dashboard\icon-line-pro\finance\png\184.png" />
<Content Include="dashboard\icon-line-pro\finance\png\185.png" />
<Content Include="dashboard\icon-line-pro\finance\png\186.png" />
<Content Include="dashboard\icon-line-pro\finance\png\187.png" />
<Content Include="dashboard\icon-line-pro\finance\png\188.png" />
<Content Include="dashboard\icon-line-pro\finance\png\189.png" />
<Content Include="dashboard\icon-line-pro\finance\png\190.png" />
<Content Include="dashboard\icon-line-pro\finance\png\191.png" />
<Content Include="dashboard\icon-line-pro\finance\png\192.png" />
<Content Include="dashboard\icon-line-pro\finance\png\193.png" />
<Content Include="dashboard\icon-line-pro\finance\png\194.png" />
<Content Include="dashboard\icon-line-pro\finance\png\195.png" />
<Content Include="dashboard\icon-line-pro\finance\png\196.png" />
<Content Include="dashboard\icon-line-pro\finance\png\197.png" />
<Content Include="dashboard\icon-line-pro\finance\png\198.png" />
<Content Include="dashboard\icon-line-pro\finance\png\199.png" />
<Content Include="dashboard\icon-line-pro\finance\png\200.png" />
<Content Include="dashboard\icon-line-pro\finance\png\201.png" />
<Content Include="dashboard\icon-line-pro\finance\png\202.png" />
<Content Include="dashboard\icon-line-pro\finance\png\203.png" />
<Content Include="dashboard\icon-line-pro\finance\png\204.png" />
<Content Include="dashboard\icon-line-pro\finance\png\205.png" />
<Content Include="dashboard\icon-line-pro\finance\png\206.png" />
<Content Include="dashboard\icon-line-pro\finance\png\207.png" />
<Content Include="dashboard\icon-line-pro\finance\png\208.png" />
<Content Include="dashboard\icon-line-pro\finance\png\209.png" />
<Content Include="dashboard\icon-line-pro\finance\png\210.png" />
<Content Include="dashboard\icon-line-pro\finance\png\211.png" />
<Content Include="dashboard\icon-line-pro\finance\png\212.png" />
<Content Include="dashboard\icon-line-pro\finance\png\213.png" />
<Content Include="dashboard\icon-line-pro\finance\png\214.png" />
<Content Include="dashboard\icon-line-pro\finance\png\215.png" />
<Content Include="dashboard\icon-line-pro\finance\png\216.png" />
<Content Include="dashboard\icon-line-pro\finance\png\217.png" />
<Content Include="dashboard\icon-line-pro\finance\png\218.png" />
<Content Include="dashboard\icon-line-pro\finance\png\219.png" />
<Content Include="dashboard\icon-line-pro\finance\png\220.png" />
<Content Include="dashboard\icon-line-pro\finance\png\221.png" />
<Content Include="dashboard\icon-line-pro\finance\png\222.png" />
<Content Include="dashboard\icon-line-pro\finance\png\223.png" />
<Content Include="dashboard\icon-line-pro\finance\png\224.png" />
<Content Include="dashboard\icon-line-pro\finance\png\225.png" />
<Content Include="dashboard\icon-line-pro\finance\png\226.png" />
<Content Include="dashboard\icon-line-pro\finance\png\227.png" />
<Content Include="dashboard\icon-line-pro\finance\png\228.png" />
<Content Include="dashboard\icon-line-pro\finance\png\229.png" />
<Content Include="dashboard\icon-line-pro\finance\png\230.png" />
<Content Include="dashboard\icon-line-pro\finance\png\231.png" />
<Content Include="dashboard\icon-line-pro\finance\png\232.png" />
<Content Include="dashboard\icon-line-pro\finance\png\233.png" />
<Content Include="dashboard\icon-line-pro\finance\png\234.png" />
<Content Include="dashboard\icon-line-pro\finance\png\235.png" />
<Content Include="dashboard\icon-line-pro\finance\png\236.png" />
<Content Include="dashboard\icon-line-pro\finance\png\237.png" />
<Content Include="dashboard\icon-line-pro\finance\png\238.png" />
<Content Include="dashboard\icon-line-pro\finance\png\239.png" />
<Content Include="dashboard\icon-line-pro\finance\png\240.png" />
<Content Include="dashboard\icon-line-pro\finance\png\241.png" />
<Content Include="dashboard\icon-line-pro\finance\png\242.png" />
<Content Include="dashboard\icon-line-pro\finance\png\243.png" />
<Content Include="dashboard\icon-line-pro\finance\png\244.png" />
<Content Include="dashboard\icon-line-pro\finance\png\245.png" />
<Content Include="dashboard\icon-line-pro\finance\png\246.png" />
<Content Include="dashboard\icon-line-pro\finance\png\247.png" />
<Content Include="dashboard\icon-line-pro\finance\png\248.png" />
<Content Include="dashboard\icon-line-pro\finance\png\249.png" />
<Content Include="dashboard\icon-line-pro\finance\png\250.png" />
<Content Include="dashboard\icon-line-pro\finance\png\251.png" />
<Content Include="dashboard\icon-line-pro\finance\png\252.png" />
<Content Include="dashboard\icon-line-pro\finance\png\253.png" />
<Content Include="dashboard\icon-line-pro\finance\png\254.png" />
<Content Include="dashboard\icon-line-pro\finance\png\255.png" />
<Content Include="dashboard\icon-line-pro\finance\png\256.png" />
<Content Include="dashboard\icon-line-pro\finance\png\257.png" />
<Content Include="dashboard\icon-line-pro\finance\png\258.png" />
<Content Include="dashboard\icon-line-pro\finance\png\259.png" />
<Content Include="dashboard\icon-line-pro\finance\png\260.png" />
<Content Include="dashboard\icon-line-pro\finance\webfont\fonts\finance.svg" />
<Content Include="dashboard\icon-line-pro\finance\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\finance\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\food\png\001.png" />
<Content Include="dashboard\icon-line-pro\food\png\002.png" />
<Content Include="dashboard\icon-line-pro\food\png\003.png" />
<Content Include="dashboard\icon-line-pro\food\png\004.png" />
<Content Include="dashboard\icon-line-pro\food\png\005.png" />
<Content Include="dashboard\icon-line-pro\food\png\006.png" />
<Content Include="dashboard\icon-line-pro\food\png\007.png" />
<Content Include="dashboard\icon-line-pro\food\png\008.png" />
<Content Include="dashboard\icon-line-pro\food\png\009.png" />
<Content Include="dashboard\icon-line-pro\food\png\010.png" />
<Content Include="dashboard\icon-line-pro\food\png\011.png" />
<Content Include="dashboard\icon-line-pro\food\png\012.png" />
<Content Include="dashboard\icon-line-pro\food\png\013.png" />
<Content Include="dashboard\icon-line-pro\food\png\014.png" />
<Content Include="dashboard\icon-line-pro\food\png\015.png" />
<Content Include="dashboard\icon-line-pro\food\png\016.png" />
<Content Include="dashboard\icon-line-pro\food\png\017.png" />
<Content Include="dashboard\icon-line-pro\food\png\018.png" />
<Content Include="dashboard\icon-line-pro\food\png\019.png" />
<Content Include="dashboard\icon-line-pro\food\png\020.png" />
<Content Include="dashboard\icon-line-pro\food\png\021.png" />
<Content Include="dashboard\icon-line-pro\food\png\022.png" />
<Content Include="dashboard\icon-line-pro\food\png\023.png" />
<Content Include="dashboard\icon-line-pro\food\png\024.png" />
<Content Include="dashboard\icon-line-pro\food\png\025.png" />
<Content Include="dashboard\icon-line-pro\food\png\026.png" />
<Content Include="dashboard\icon-line-pro\food\png\027.png" />
<Content Include="dashboard\icon-line-pro\food\png\028.png" />
<Content Include="dashboard\icon-line-pro\food\png\029.png" />
<Content Include="dashboard\icon-line-pro\food\png\030.png" />
<Content Include="dashboard\icon-line-pro\food\png\031.png" />
<Content Include="dashboard\icon-line-pro\food\png\032.png" />
<Content Include="dashboard\icon-line-pro\food\png\033.png" />
<Content Include="dashboard\icon-line-pro\food\png\034.png" />
<Content Include="dashboard\icon-line-pro\food\png\035.png" />
<Content Include="dashboard\icon-line-pro\food\png\036.png" />
<Content Include="dashboard\icon-line-pro\food\png\037.png" />
<Content Include="dashboard\icon-line-pro\food\png\038.png" />
<Content Include="dashboard\icon-line-pro\food\png\039.png" />
<Content Include="dashboard\icon-line-pro\food\png\040.png" />
<Content Include="dashboard\icon-line-pro\food\png\041.png" />
<Content Include="dashboard\icon-line-pro\food\png\042.png" />
<Content Include="dashboard\icon-line-pro\food\png\043.png" />
<Content Include="dashboard\icon-line-pro\food\png\044.png" />
<Content Include="dashboard\icon-line-pro\food\png\045.png" />
<Content Include="dashboard\icon-line-pro\food\png\046.png" />
<Content Include="dashboard\icon-line-pro\food\png\047.png" />
<Content Include="dashboard\icon-line-pro\food\png\048.png" />
<Content Include="dashboard\icon-line-pro\food\png\049.png" />
<Content Include="dashboard\icon-line-pro\food\png\050.png" />
<Content Include="dashboard\icon-line-pro\food\png\051.png" />
<Content Include="dashboard\icon-line-pro\food\png\052.png" />
<Content Include="dashboard\icon-line-pro\food\png\053.png" />
<Content Include="dashboard\icon-line-pro\food\png\054.png" />
<Content Include="dashboard\icon-line-pro\food\png\055.png" />
<Content Include="dashboard\icon-line-pro\food\png\056.png" />
<Content Include="dashboard\icon-line-pro\food\png\057.png" />
<Content Include="dashboard\icon-line-pro\food\png\058.png" />
<Content Include="dashboard\icon-line-pro\food\png\059.png" />
<Content Include="dashboard\icon-line-pro\food\png\060.png" />
<Content Include="dashboard\icon-line-pro\food\png\061.png" />
<Content Include="dashboard\icon-line-pro\food\png\062.png" />
<Content Include="dashboard\icon-line-pro\food\png\063.png" />
<Content Include="dashboard\icon-line-pro\food\png\064.png" />
<Content Include="dashboard\icon-line-pro\food\png\065.png" />
<Content Include="dashboard\icon-line-pro\food\png\066.png" />
<Content Include="dashboard\icon-line-pro\food\png\067.png" />
<Content Include="dashboard\icon-line-pro\food\png\068.png" />
<Content Include="dashboard\icon-line-pro\food\png\069.png" />
<Content Include="dashboard\icon-line-pro\food\png\070.png" />
<Content Include="dashboard\icon-line-pro\food\png\071.png" />
<Content Include="dashboard\icon-line-pro\food\png\072.png" />
<Content Include="dashboard\icon-line-pro\food\png\073.png" />
<Content Include="dashboard\icon-line-pro\food\png\074.png" />
<Content Include="dashboard\icon-line-pro\food\png\075.png" />
<Content Include="dashboard\icon-line-pro\food\png\076.png" />
<Content Include="dashboard\icon-line-pro\food\png\077.png" />
<Content Include="dashboard\icon-line-pro\food\png\078.png" />
<Content Include="dashboard\icon-line-pro\food\png\079.png" />
<Content Include="dashboard\icon-line-pro\food\png\080.png" />
<Content Include="dashboard\icon-line-pro\food\png\081.png" />
<Content Include="dashboard\icon-line-pro\food\png\082.png" />
<Content Include="dashboard\icon-line-pro\food\png\083.png" />
<Content Include="dashboard\icon-line-pro\food\png\084.png" />
<Content Include="dashboard\icon-line-pro\food\png\085.png" />
<Content Include="dashboard\icon-line-pro\food\png\086.png" />
<Content Include="dashboard\icon-line-pro\food\png\087.png" />
<Content Include="dashboard\icon-line-pro\food\png\088.png" />
<Content Include="dashboard\icon-line-pro\food\png\089.png" />
<Content Include="dashboard\icon-line-pro\food\png\090.png" />
<Content Include="dashboard\icon-line-pro\food\png\091.png" />
<Content Include="dashboard\icon-line-pro\food\png\092.png" />
<Content Include="dashboard\icon-line-pro\food\png\093.png" />
<Content Include="dashboard\icon-line-pro\food\png\094.png" />
<Content Include="dashboard\icon-line-pro\food\png\095.png" />
<Content Include="dashboard\icon-line-pro\food\png\096.png" />
<Content Include="dashboard\icon-line-pro\food\png\097.png" />
<Content Include="dashboard\icon-line-pro\food\png\098.png" />
<Content Include="dashboard\icon-line-pro\food\png\099.png" />
<Content Include="dashboard\icon-line-pro\food\png\100.png" />
<Content Include="dashboard\icon-line-pro\food\png\101.png" />
<Content Include="dashboard\icon-line-pro\food\png\102.png" />
<Content Include="dashboard\icon-line-pro\food\png\103.png" />
<Content Include="dashboard\icon-line-pro\food\png\104.png" />
<Content Include="dashboard\icon-line-pro\food\png\105.png" />
<Content Include="dashboard\icon-line-pro\food\png\106.png" />
<Content Include="dashboard\icon-line-pro\food\png\107.png" />
<Content Include="dashboard\icon-line-pro\food\png\108.png" />
<Content Include="dashboard\icon-line-pro\food\png\109.png" />
<Content Include="dashboard\icon-line-pro\food\png\110.png" />
<Content Include="dashboard\icon-line-pro\food\png\111.png" />
<Content Include="dashboard\icon-line-pro\food\png\112.png" />
<Content Include="dashboard\icon-line-pro\food\png\113.png" />
<Content Include="dashboard\icon-line-pro\food\png\114.png" />
<Content Include="dashboard\icon-line-pro\food\png\115.png" />
<Content Include="dashboard\icon-line-pro\food\png\116.png" />
<Content Include="dashboard\icon-line-pro\food\png\117.png" />
<Content Include="dashboard\icon-line-pro\food\png\118.png" />
<Content Include="dashboard\icon-line-pro\food\png\119.png" />
<Content Include="dashboard\icon-line-pro\food\png\120.png" />
<Content Include="dashboard\icon-line-pro\food\png\121.png" />
<Content Include="dashboard\icon-line-pro\food\png\122.png" />
<Content Include="dashboard\icon-line-pro\food\png\123.png" />
<Content Include="dashboard\icon-line-pro\food\png\124.png" />
<Content Include="dashboard\icon-line-pro\food\png\125.png" />
<Content Include="dashboard\icon-line-pro\food\png\126.png" />
<Content Include="dashboard\icon-line-pro\food\png\127.png" />
<Content Include="dashboard\icon-line-pro\food\png\128.png" />
<Content Include="dashboard\icon-line-pro\food\png\129.png" />
<Content Include="dashboard\icon-line-pro\food\png\130.png" />
<Content Include="dashboard\icon-line-pro\food\png\131.png" />
<Content Include="dashboard\icon-line-pro\food\png\132.png" />
<Content Include="dashboard\icon-line-pro\food\png\133.png" />
<Content Include="dashboard\icon-line-pro\food\png\134.png" />
<Content Include="dashboard\icon-line-pro\food\png\135.png" />
<Content Include="dashboard\icon-line-pro\food\png\136.png" />
<Content Include="dashboard\icon-line-pro\food\png\137.png" />
<Content Include="dashboard\icon-line-pro\food\png\138.png" />
<Content Include="dashboard\icon-line-pro\food\png\139.png" />
<Content Include="dashboard\icon-line-pro\food\png\140.png" />
<Content Include="dashboard\icon-line-pro\food\png\141.png" />
<Content Include="dashboard\icon-line-pro\food\png\142.png" />
<Content Include="dashboard\icon-line-pro\food\png\143.png" />
<Content Include="dashboard\icon-line-pro\food\png\144.png" />
<Content Include="dashboard\icon-line-pro\food\png\145.png" />
<Content Include="dashboard\icon-line-pro\food\png\146.png" />
<Content Include="dashboard\icon-line-pro\food\png\147.png" />
<Content Include="dashboard\icon-line-pro\food\png\148.png" />
<Content Include="dashboard\icon-line-pro\food\png\149.png" />
<Content Include="dashboard\icon-line-pro\food\png\150.png" />
<Content Include="dashboard\icon-line-pro\food\png\151.png" />
<Content Include="dashboard\icon-line-pro\food\png\152.png" />
<Content Include="dashboard\icon-line-pro\food\png\153.png" />
<Content Include="dashboard\icon-line-pro\food\png\154.png" />
<Content Include="dashboard\icon-line-pro\food\png\155.png" />
<Content Include="dashboard\icon-line-pro\food\png\156.png" />
<Content Include="dashboard\icon-line-pro\food\png\157.png" />
<Content Include="dashboard\icon-line-pro\food\png\158.png" />
<Content Include="dashboard\icon-line-pro\food\png\159.png" />
<Content Include="dashboard\icon-line-pro\food\png\160.png" />
<Content Include="dashboard\icon-line-pro\food\png\161.png" />
<Content Include="dashboard\icon-line-pro\food\png\162.png" />
<Content Include="dashboard\icon-line-pro\food\png\163.png" />
<Content Include="dashboard\icon-line-pro\food\png\164.png" />
<Content Include="dashboard\icon-line-pro\food\png\165.png" />
<Content Include="dashboard\icon-line-pro\food\png\184.png" />
<Content Include="dashboard\icon-line-pro\food\png\185.png" />
<Content Include="dashboard\icon-line-pro\food\png\186.png" />
<Content Include="dashboard\icon-line-pro\food\png\187.png" />
<Content Include="dashboard\icon-line-pro\food\png\188.png" />
<Content Include="dashboard\icon-line-pro\food\png\189.png" />
<Content Include="dashboard\icon-line-pro\food\png\190.png" />
<Content Include="dashboard\icon-line-pro\food\png\191.png" />
<Content Include="dashboard\icon-line-pro\food\png\192.png" />
<Content Include="dashboard\icon-line-pro\food\png\193.png" />
<Content Include="dashboard\icon-line-pro\food\png\194.png" />
<Content Include="dashboard\icon-line-pro\food\png\195.png" />
<Content Include="dashboard\icon-line-pro\food\png\196.png" />
<Content Include="dashboard\icon-line-pro\food\png\197.png" />
<Content Include="dashboard\icon-line-pro\food\png\198.png" />
<Content Include="dashboard\icon-line-pro\food\png\199.png" />
<Content Include="dashboard\icon-line-pro\food\png\200.png" />
<Content Include="dashboard\icon-line-pro\food\png\201.png" />
<Content Include="dashboard\icon-line-pro\food\png\202.png" />
<Content Include="dashboard\icon-line-pro\food\png\203.png" />
<Content Include="dashboard\icon-line-pro\food\png\204.png" />
<Content Include="dashboard\icon-line-pro\food\png\205.png" />
<Content Include="dashboard\icon-line-pro\food\png\206.png" />
<Content Include="dashboard\icon-line-pro\food\png\207.png" />
<Content Include="dashboard\icon-line-pro\food\png\208.png" />
<Content Include="dashboard\icon-line-pro\food\png\209.png" />
<Content Include="dashboard\icon-line-pro\food\png\210.png" />
<Content Include="dashboard\icon-line-pro\food\png\211.png" />
<Content Include="dashboard\icon-line-pro\food\png\212.png" />
<Content Include="dashboard\icon-line-pro\food\png\213.png" />
<Content Include="dashboard\icon-line-pro\food\png\214.png" />
<Content Include="dashboard\icon-line-pro\food\png\215.png" />
<Content Include="dashboard\icon-line-pro\food\png\216.png" />
<Content Include="dashboard\icon-line-pro\food\png\217.png" />
<Content Include="dashboard\icon-line-pro\food\png\218.png" />
<Content Include="dashboard\icon-line-pro\food\png\219.png" />
<Content Include="dashboard\icon-line-pro\food\png\220.png" />
<Content Include="dashboard\icon-line-pro\food\png\221.png" />
<Content Include="dashboard\icon-line-pro\food\png\222.png" />
<Content Include="dashboard\icon-line-pro\food\png\223.png" />
<Content Include="dashboard\icon-line-pro\food\png\224.png" />
<Content Include="dashboard\icon-line-pro\food\png\225.png" />
<Content Include="dashboard\icon-line-pro\food\png\226.png" />
<Content Include="dashboard\icon-line-pro\food\png\227.png" />
<Content Include="dashboard\icon-line-pro\food\png\228.png" />
<Content Include="dashboard\icon-line-pro\food\png\229.png" />
<Content Include="dashboard\icon-line-pro\food\png\230.png" />
<Content Include="dashboard\icon-line-pro\food\png\231.png" />
<Content Include="dashboard\icon-line-pro\food\png\232.png" />
<Content Include="dashboard\icon-line-pro\food\png\233.png" />
<Content Include="dashboard\icon-line-pro\food\png\234.png" />
<Content Include="dashboard\icon-line-pro\food\png\235.png" />
<Content Include="dashboard\icon-line-pro\food\png\236.png" />
<Content Include="dashboard\icon-line-pro\food\png\237.png" />
<Content Include="dashboard\icon-line-pro\food\png\238.png" />
<Content Include="dashboard\icon-line-pro\food\png\239.png" />
<Content Include="dashboard\icon-line-pro\food\png\240.png" />
<Content Include="dashboard\icon-line-pro\food\png\241.png" />
<Content Include="dashboard\icon-line-pro\food\png\242.png" />
<Content Include="dashboard\icon-line-pro\food\png\243.png" />
<Content Include="dashboard\icon-line-pro\food\png\244.png" />
<Content Include="dashboard\icon-line-pro\food\png\245.png" />
<Content Include="dashboard\icon-line-pro\food\png\246.png" />
<Content Include="dashboard\icon-line-pro\food\png\247.png" />
<Content Include="dashboard\icon-line-pro\food\png\248.png" />
<Content Include="dashboard\icon-line-pro\food\png\249.png" />
<Content Include="dashboard\icon-line-pro\food\png\250.png" />
<Content Include="dashboard\icon-line-pro\food\png\251.png" />
<Content Include="dashboard\icon-line-pro\food\png\252.png" />
<Content Include="dashboard\icon-line-pro\food\png\253.png" />
<Content Include="dashboard\icon-line-pro\food\png\254.png" />
<Content Include="dashboard\icon-line-pro\food\png\255.png" />
<Content Include="dashboard\icon-line-pro\food\png\256.png" />
<Content Include="dashboard\icon-line-pro\food\png\257.png" />
<Content Include="dashboard\icon-line-pro\food\png\258.png" />
<Content Include="dashboard\icon-line-pro\food\png\259.png" />
<Content Include="dashboard\icon-line-pro\food\png\260.png" />
<Content Include="dashboard\icon-line-pro\food\png\261.png" />
<Content Include="dashboard\icon-line-pro\food\png\262.png" />
<Content Include="dashboard\icon-line-pro\food\png\263.png" />
<Content Include="dashboard\icon-line-pro\food\png\264.png" />
<Content Include="dashboard\icon-line-pro\food\png\265.png" />
<Content Include="dashboard\icon-line-pro\food\png\266.png" />
<Content Include="dashboard\icon-line-pro\food\png\267.png" />
<Content Include="dashboard\icon-line-pro\food\png\268.png" />
<Content Include="dashboard\icon-line-pro\food\png\269.png" />
<Content Include="dashboard\icon-line-pro\food\png\270.png" />
<Content Include="dashboard\icon-line-pro\food\png\271.png" />
<Content Include="dashboard\icon-line-pro\food\png\272.png" />
<Content Include="dashboard\icon-line-pro\food\png\273.png" />
<Content Include="dashboard\icon-line-pro\food\png\274.png" />
<Content Include="dashboard\icon-line-pro\food\png\275.png" />
<Content Include="dashboard\icon-line-pro\food\png\276.png" />
<Content Include="dashboard\icon-line-pro\food\png\277.png" />
<Content Include="dashboard\icon-line-pro\food\png\278.png" />
<Content Include="dashboard\icon-line-pro\food\png\279.png" />
<Content Include="dashboard\icon-line-pro\food\png\280.png" />
<Content Include="dashboard\icon-line-pro\food\png\281.png" />
<Content Include="dashboard\icon-line-pro\food\png\282.png" />
<Content Include="dashboard\icon-line-pro\food\png\283.png" />
<Content Include="dashboard\icon-line-pro\food\png\284.png" />
<Content Include="dashboard\icon-line-pro\food\png\285.png" />
<Content Include="dashboard\icon-line-pro\food\png\286.png" />
<Content Include="dashboard\icon-line-pro\food\png\287.png" />
<Content Include="dashboard\icon-line-pro\food\png\288.png" />
<Content Include="dashboard\icon-line-pro\food\png\289.png" />
<Content Include="dashboard\icon-line-pro\food\png\290.png" />
<Content Include="dashboard\icon-line-pro\food\png\291.png" />
<Content Include="dashboard\icon-line-pro\food\png\292.png" />
<Content Include="dashboard\icon-line-pro\food\png\293.png" />
<Content Include="dashboard\icon-line-pro\food\png\294.png" />
<Content Include="dashboard\icon-line-pro\food\png\295.png" />
<Content Include="dashboard\icon-line-pro\food\png\296.png" />
<Content Include="dashboard\icon-line-pro\food\png\297.png" />
<Content Include="dashboard\icon-line-pro\food\png\298.png" />
<Content Include="dashboard\icon-line-pro\food\png\299.png" />
<Content Include="dashboard\icon-line-pro\food\png\300.png" />
<Content Include="dashboard\icon-line-pro\food\webfont\fonts\food-48.svg" />
<Content Include="dashboard\icon-line-pro\food\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\food\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\furniture\png\001.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\002.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\003.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\004.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\005.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\006.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\007.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\008.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\009.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\010.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\011.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\012.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\013.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\014.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\015.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\016.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\017.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\018.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\019.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\020.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\021.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\022.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\023.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\024.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\025.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\026.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\027.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\028.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\029.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\030.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\031.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\032.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\033.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\034.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\035.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\036.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\037.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\038.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\039.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\040.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\041.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\042.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\043.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\044.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\045.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\046.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\047.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\048.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\049.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\050.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\051.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\052.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\053.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\054.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\055.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\056.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\057.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\058.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\059.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\060.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\061.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\062.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\063.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\064.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\065.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\066.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\067.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\068.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\069.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\070.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\071.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\072.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\073.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\074.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\075.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\076.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\077.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\078.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\079.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\080.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\081.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\082.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\083.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\084.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\085.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\086.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\087.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\088.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\089.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\090.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\091.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\092.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\093.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\094.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\095.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\096.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\097.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\098.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\099.png" />
<Content Include="dashboard\icon-line-pro\furniture\png\100.png" />
<Content Include="dashboard\icon-line-pro\furniture\webfont\fonts\furniture.svg" />
<Content Include="dashboard\icon-line-pro\furniture\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\furniture\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\001.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\002.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\003.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\004.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\005.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\006.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\007.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\008.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\009.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\010.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\011.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\012.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\013.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\014.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\015.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\016.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\017.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\018.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\019.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\020.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\021.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\022.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\023.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\024.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\025.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\026.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\027.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\028.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\029.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\030.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\031.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\032.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\033.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\034.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\035.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\036.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\037.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\038.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\039.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\040.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\041.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\042.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\043.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\044.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\045.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\046.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\047.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\048.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\049.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\050.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\051.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\052.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\053.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\054.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\055.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\056.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\057.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\058.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\059.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\060.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\061.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\062.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\063.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\064.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\065.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\066.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\067.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\068.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\069.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\070.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\071.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\072.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\073.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\074.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\075.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\076.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\077.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\078.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\079.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\080.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\081.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\082.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\083.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\084.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\085.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\086.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\087.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\088.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\089.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\090.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\091.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\092.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\093.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\094.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\095.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\096.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\097.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\098.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\099.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\100.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\101.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\102.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\103.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\104.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\105.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\106.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\107.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\108.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\109.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\110.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\111.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\112.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\113.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\114.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\115.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\116.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\117.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\118.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\119.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\120.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\121.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\122.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\123.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\124.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\125.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\126.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\127.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\128.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\129.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\130.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\131.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\132.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\133.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\134.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\135.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\136.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\137.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\138.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\139.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\140.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\141.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\142.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\143.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\144.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\145.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\146.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\147.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\148.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\149.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\150.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\151.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\152.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\153.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\154.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\155.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\156.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\157.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\158.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\159.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\160.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\161.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\162.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\163.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\164.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\165.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\166.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\167.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\168.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\169.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\170.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\171.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\172.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\173.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\174.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\175.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\176.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\177.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\178.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\179.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\180.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\181.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\182.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\183.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\184.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\185.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\186.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\187.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\188.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\189.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\190.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\191.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\192.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\193.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\194.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\195.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\196.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\197.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\198.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\199.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\200.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\201.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\202.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\203.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\204.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\205.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\206.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\207.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\208.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\209.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\210.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\211.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\212.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\213.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\214.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\215.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\216.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\217.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\218.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\219.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\220.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\221.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\222.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\223.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\224.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\225.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\226.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\227.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\228.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\229.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\230.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\231.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\232.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\233.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\234.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\235.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\236.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\237.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\238.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\239.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\240.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\241.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\242.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\243.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\244.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\245.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\246.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\247.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\248.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\249.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\png\250.png" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\webfont\fonts\hotel-restaurant.svg" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\media\png\001.png" />
<Content Include="dashboard\icon-line-pro\media\png\002.png" />
<Content Include="dashboard\icon-line-pro\media\png\003.png" />
<Content Include="dashboard\icon-line-pro\media\png\004.png" />
<Content Include="dashboard\icon-line-pro\media\png\005.png" />
<Content Include="dashboard\icon-line-pro\media\png\006.png" />
<Content Include="dashboard\icon-line-pro\media\png\007.png" />
<Content Include="dashboard\icon-line-pro\media\png\008.png" />
<Content Include="dashboard\icon-line-pro\media\png\009.png" />
<Content Include="dashboard\icon-line-pro\media\png\010.png" />
<Content Include="dashboard\icon-line-pro\media\png\011.png" />
<Content Include="dashboard\icon-line-pro\media\png\012.png" />
<Content Include="dashboard\icon-line-pro\media\png\013.png" />
<Content Include="dashboard\icon-line-pro\media\png\014.png" />
<Content Include="dashboard\icon-line-pro\media\png\015.png" />
<Content Include="dashboard\icon-line-pro\media\png\016.png" />
<Content Include="dashboard\icon-line-pro\media\png\017.png" />
<Content Include="dashboard\icon-line-pro\media\png\018.png" />
<Content Include="dashboard\icon-line-pro\media\png\019.png" />
<Content Include="dashboard\icon-line-pro\media\png\020.png" />
<Content Include="dashboard\icon-line-pro\media\png\021.png" />
<Content Include="dashboard\icon-line-pro\media\png\022.png" />
<Content Include="dashboard\icon-line-pro\media\png\023.png" />
<Content Include="dashboard\icon-line-pro\media\png\024.png" />
<Content Include="dashboard\icon-line-pro\media\png\025.png" />
<Content Include="dashboard\icon-line-pro\media\png\026.png" />
<Content Include="dashboard\icon-line-pro\media\png\027.png" />
<Content Include="dashboard\icon-line-pro\media\png\028.png" />
<Content Include="dashboard\icon-line-pro\media\png\029.png" />
<Content Include="dashboard\icon-line-pro\media\png\030.png" />
<Content Include="dashboard\icon-line-pro\media\png\031.png" />
<Content Include="dashboard\icon-line-pro\media\png\032.png" />
<Content Include="dashboard\icon-line-pro\media\png\033.png" />
<Content Include="dashboard\icon-line-pro\media\png\034.png" />
<Content Include="dashboard\icon-line-pro\media\png\035.png" />
<Content Include="dashboard\icon-line-pro\media\png\036.png" />
<Content Include="dashboard\icon-line-pro\media\png\037.png" />
<Content Include="dashboard\icon-line-pro\media\png\038.png" />
<Content Include="dashboard\icon-line-pro\media\png\039.png" />
<Content Include="dashboard\icon-line-pro\media\png\040.png" />
<Content Include="dashboard\icon-line-pro\media\png\041.png" />
<Content Include="dashboard\icon-line-pro\media\png\042.png" />
<Content Include="dashboard\icon-line-pro\media\png\043.png" />
<Content Include="dashboard\icon-line-pro\media\png\044.png" />
<Content Include="dashboard\icon-line-pro\media\png\045.png" />
<Content Include="dashboard\icon-line-pro\media\png\046.png" />
<Content Include="dashboard\icon-line-pro\media\png\047.png" />
<Content Include="dashboard\icon-line-pro\media\png\048.png" />
<Content Include="dashboard\icon-line-pro\media\png\049.png" />
<Content Include="dashboard\icon-line-pro\media\png\050.png" />
<Content Include="dashboard\icon-line-pro\media\png\051.png" />
<Content Include="dashboard\icon-line-pro\media\png\052.png" />
<Content Include="dashboard\icon-line-pro\media\png\053.png" />
<Content Include="dashboard\icon-line-pro\media\png\054.png" />
<Content Include="dashboard\icon-line-pro\media\png\055.png" />
<Content Include="dashboard\icon-line-pro\media\png\056.png" />
<Content Include="dashboard\icon-line-pro\media\png\057.png" />
<Content Include="dashboard\icon-line-pro\media\png\058.png" />
<Content Include="dashboard\icon-line-pro\media\png\059.png" />
<Content Include="dashboard\icon-line-pro\media\png\060.png" />
<Content Include="dashboard\icon-line-pro\media\png\061.png" />
<Content Include="dashboard\icon-line-pro\media\png\062.png" />
<Content Include="dashboard\icon-line-pro\media\png\063.png" />
<Content Include="dashboard\icon-line-pro\media\png\064.png" />
<Content Include="dashboard\icon-line-pro\media\png\065.png" />
<Content Include="dashboard\icon-line-pro\media\png\066.png" />
<Content Include="dashboard\icon-line-pro\media\png\067.png" />
<Content Include="dashboard\icon-line-pro\media\png\068.png" />
<Content Include="dashboard\icon-line-pro\media\png\069.png" />
<Content Include="dashboard\icon-line-pro\media\png\070.png" />
<Content Include="dashboard\icon-line-pro\media\png\071.png" />
<Content Include="dashboard\icon-line-pro\media\png\072.png" />
<Content Include="dashboard\icon-line-pro\media\png\073.png" />
<Content Include="dashboard\icon-line-pro\media\png\074.png" />
<Content Include="dashboard\icon-line-pro\media\png\075.png" />
<Content Include="dashboard\icon-line-pro\media\png\076.png" />
<Content Include="dashboard\icon-line-pro\media\png\077.png" />
<Content Include="dashboard\icon-line-pro\media\png\078.png" />
<Content Include="dashboard\icon-line-pro\media\png\079.png" />
<Content Include="dashboard\icon-line-pro\media\png\080.png" />
<Content Include="dashboard\icon-line-pro\media\png\081.png" />
<Content Include="dashboard\icon-line-pro\media\png\082.png" />
<Content Include="dashboard\icon-line-pro\media\png\083.png" />
<Content Include="dashboard\icon-line-pro\media\png\084.png" />
<Content Include="dashboard\icon-line-pro\media\png\085.png" />
<Content Include="dashboard\icon-line-pro\media\png\086.png" />
<Content Include="dashboard\icon-line-pro\media\png\087.png" />
<Content Include="dashboard\icon-line-pro\media\png\088.png" />
<Content Include="dashboard\icon-line-pro\media\png\089.png" />
<Content Include="dashboard\icon-line-pro\media\png\090.png" />
<Content Include="dashboard\icon-line-pro\media\png\091.png" />
<Content Include="dashboard\icon-line-pro\media\png\092.png" />
<Content Include="dashboard\icon-line-pro\media\png\093.png" />
<Content Include="dashboard\icon-line-pro\media\png\094.png" />
<Content Include="dashboard\icon-line-pro\media\png\095.png" />
<Content Include="dashboard\icon-line-pro\media\png\096.png" />
<Content Include="dashboard\icon-line-pro\media\png\097.png" />
<Content Include="dashboard\icon-line-pro\media\png\098.png" />
<Content Include="dashboard\icon-line-pro\media\png\099.png" />
<Content Include="dashboard\icon-line-pro\media\png\100.png" />
<Content Include="dashboard\icon-line-pro\media\png\101.png" />
<Content Include="dashboard\icon-line-pro\media\png\102.png" />
<Content Include="dashboard\icon-line-pro\media\png\103.png" />
<Content Include="dashboard\icon-line-pro\media\png\104.png" />
<Content Include="dashboard\icon-line-pro\media\png\105.png" />
<Content Include="dashboard\icon-line-pro\media\png\106.png" />
<Content Include="dashboard\icon-line-pro\media\png\107.png" />
<Content Include="dashboard\icon-line-pro\media\png\108.png" />
<Content Include="dashboard\icon-line-pro\media\png\109.png" />
<Content Include="dashboard\icon-line-pro\media\png\110.png" />
<Content Include="dashboard\icon-line-pro\media\png\111.png" />
<Content Include="dashboard\icon-line-pro\media\png\112.png" />
<Content Include="dashboard\icon-line-pro\media\png\113.png" />
<Content Include="dashboard\icon-line-pro\media\png\114.png" />
<Content Include="dashboard\icon-line-pro\media\png\115.png" />
<Content Include="dashboard\icon-line-pro\media\png\116.png" />
<Content Include="dashboard\icon-line-pro\media\png\117.png" />
<Content Include="dashboard\icon-line-pro\media\png\118.png" />
<Content Include="dashboard\icon-line-pro\media\png\119.png" />
<Content Include="dashboard\icon-line-pro\media\png\120.png" />
<Content Include="dashboard\icon-line-pro\media\png\121.png" />
<Content Include="dashboard\icon-line-pro\media\png\122.png" />
<Content Include="dashboard\icon-line-pro\media\png\123.png" />
<Content Include="dashboard\icon-line-pro\media\png\124.png" />
<Content Include="dashboard\icon-line-pro\media\png\125.png" />
<Content Include="dashboard\icon-line-pro\media\png\126.png" />
<Content Include="dashboard\icon-line-pro\media\png\127.png" />
<Content Include="dashboard\icon-line-pro\media\png\128.png" />
<Content Include="dashboard\icon-line-pro\media\png\129.png" />
<Content Include="dashboard\icon-line-pro\media\png\130.png" />
<Content Include="dashboard\icon-line-pro\media\webfont\fonts\media.svg" />
<Content Include="dashboard\icon-line-pro\media\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\media\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\medical\png\001.png" />
<Content Include="dashboard\icon-line-pro\medical\png\002.png" />
<Content Include="dashboard\icon-line-pro\medical\png\003.png" />
<Content Include="dashboard\icon-line-pro\medical\png\004.png" />
<Content Include="dashboard\icon-line-pro\medical\png\005.png" />
<Content Include="dashboard\icon-line-pro\medical\png\006.png" />
<Content Include="dashboard\icon-line-pro\medical\png\007.png" />
<Content Include="dashboard\icon-line-pro\medical\png\008.png" />
<Content Include="dashboard\icon-line-pro\medical\png\009.png" />
<Content Include="dashboard\icon-line-pro\medical\png\010.png" />
<Content Include="dashboard\icon-line-pro\medical\png\011.png" />
<Content Include="dashboard\icon-line-pro\medical\png\012.png" />
<Content Include="dashboard\icon-line-pro\medical\png\013.png" />
<Content Include="dashboard\icon-line-pro\medical\png\014.png" />
<Content Include="dashboard\icon-line-pro\medical\png\015.png" />
<Content Include="dashboard\icon-line-pro\medical\png\016.png" />
<Content Include="dashboard\icon-line-pro\medical\png\017.png" />
<Content Include="dashboard\icon-line-pro\medical\png\018.png" />
<Content Include="dashboard\icon-line-pro\medical\png\019.png" />
<Content Include="dashboard\icon-line-pro\medical\png\020.png" />
<Content Include="dashboard\icon-line-pro\medical\png\021.png" />
<Content Include="dashboard\icon-line-pro\medical\png\022.png" />
<Content Include="dashboard\icon-line-pro\medical\png\023.png" />
<Content Include="dashboard\icon-line-pro\medical\png\024.png" />
<Content Include="dashboard\icon-line-pro\medical\png\025.png" />
<Content Include="dashboard\icon-line-pro\medical\png\026.png" />
<Content Include="dashboard\icon-line-pro\medical\png\027.png" />
<Content Include="dashboard\icon-line-pro\medical\png\028.png" />
<Content Include="dashboard\icon-line-pro\medical\png\029.png" />
<Content Include="dashboard\icon-line-pro\medical\png\030.png" />
<Content Include="dashboard\icon-line-pro\medical\png\031.png" />
<Content Include="dashboard\icon-line-pro\medical\png\032.png" />
<Content Include="dashboard\icon-line-pro\medical\png\033.png" />
<Content Include="dashboard\icon-line-pro\medical\png\034.png" />
<Content Include="dashboard\icon-line-pro\medical\png\035.png" />
<Content Include="dashboard\icon-line-pro\medical\png\036.png" />
<Content Include="dashboard\icon-line-pro\medical\png\037.png" />
<Content Include="dashboard\icon-line-pro\medical\png\038.png" />
<Content Include="dashboard\icon-line-pro\medical\png\039.png" />
<Content Include="dashboard\icon-line-pro\medical\png\040.png" />
<Content Include="dashboard\icon-line-pro\medical\png\041.png" />
<Content Include="dashboard\icon-line-pro\medical\png\042.png" />
<Content Include="dashboard\icon-line-pro\medical\png\043.png" />
<Content Include="dashboard\icon-line-pro\medical\png\044.png" />
<Content Include="dashboard\icon-line-pro\medical\png\045.png" />
<Content Include="dashboard\icon-line-pro\medical\png\046.png" />
<Content Include="dashboard\icon-line-pro\medical\png\047.png" />
<Content Include="dashboard\icon-line-pro\medical\png\048.png" />
<Content Include="dashboard\icon-line-pro\medical\png\049.png" />
<Content Include="dashboard\icon-line-pro\medical\png\050.png" />
<Content Include="dashboard\icon-line-pro\medical\png\051.png" />
<Content Include="dashboard\icon-line-pro\medical\png\052.png" />
<Content Include="dashboard\icon-line-pro\medical\png\053.png" />
<Content Include="dashboard\icon-line-pro\medical\png\054.png" />
<Content Include="dashboard\icon-line-pro\medical\png\055.png" />
<Content Include="dashboard\icon-line-pro\medical\png\056.png" />
<Content Include="dashboard\icon-line-pro\medical\png\057.png" />
<Content Include="dashboard\icon-line-pro\medical\png\058.png" />
<Content Include="dashboard\icon-line-pro\medical\png\059.png" />
<Content Include="dashboard\icon-line-pro\medical\png\060.png" />
<Content Include="dashboard\icon-line-pro\medical\png\061.png" />
<Content Include="dashboard\icon-line-pro\medical\png\062.png" />
<Content Include="dashboard\icon-line-pro\medical\png\063.png" />
<Content Include="dashboard\icon-line-pro\medical\png\064.png" />
<Content Include="dashboard\icon-line-pro\medical\png\065.png" />
<Content Include="dashboard\icon-line-pro\medical\png\066.png" />
<Content Include="dashboard\icon-line-pro\medical\png\067.png" />
<Content Include="dashboard\icon-line-pro\medical\png\068.png" />
<Content Include="dashboard\icon-line-pro\medical\png\069.png" />
<Content Include="dashboard\icon-line-pro\medical\png\070.png" />
<Content Include="dashboard\icon-line-pro\medical\png\071.png" />
<Content Include="dashboard\icon-line-pro\medical\png\072.png" />
<Content Include="dashboard\icon-line-pro\medical\png\073.png" />
<Content Include="dashboard\icon-line-pro\medical\png\074.png" />
<Content Include="dashboard\icon-line-pro\medical\png\075.png" />
<Content Include="dashboard\icon-line-pro\medical\png\076.png" />
<Content Include="dashboard\icon-line-pro\medical\png\077.png" />
<Content Include="dashboard\icon-line-pro\medical\png\078.png" />
<Content Include="dashboard\icon-line-pro\medical\png\079.png" />
<Content Include="dashboard\icon-line-pro\medical\png\080.png" />
<Content Include="dashboard\icon-line-pro\medical\png\081.png" />
<Content Include="dashboard\icon-line-pro\medical\png\082.png" />
<Content Include="dashboard\icon-line-pro\medical\png\083.png" />
<Content Include="dashboard\icon-line-pro\medical\png\084.png" />
<Content Include="dashboard\icon-line-pro\medical\png\085.png" />
<Content Include="dashboard\icon-line-pro\medical\png\086.png" />
<Content Include="dashboard\icon-line-pro\medical\png\087.png" />
<Content Include="dashboard\icon-line-pro\medical\png\088.png" />
<Content Include="dashboard\icon-line-pro\medical\png\089.png" />
<Content Include="dashboard\icon-line-pro\medical\png\090.png" />
<Content Include="dashboard\icon-line-pro\medical\png\091.png" />
<Content Include="dashboard\icon-line-pro\medical\png\092.png" />
<Content Include="dashboard\icon-line-pro\medical\png\093.png" />
<Content Include="dashboard\icon-line-pro\medical\png\094.png" />
<Content Include="dashboard\icon-line-pro\medical\png\095.png" />
<Content Include="dashboard\icon-line-pro\medical\png\096.png" />
<Content Include="dashboard\icon-line-pro\medical\png\097.png" />
<Content Include="dashboard\icon-line-pro\medical\png\098.png" />
<Content Include="dashboard\icon-line-pro\medical\png\099.png" />
<Content Include="dashboard\icon-line-pro\medical\png\100.png" />
<Content Include="dashboard\icon-line-pro\medical\webfont\fonts\medical-and-health.svg" />
<Content Include="dashboard\icon-line-pro\medical\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\medical\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\music\png\001.png" />
<Content Include="dashboard\icon-line-pro\music\png\002.png" />
<Content Include="dashboard\icon-line-pro\music\png\003.png" />
<Content Include="dashboard\icon-line-pro\music\png\004.png" />
<Content Include="dashboard\icon-line-pro\music\png\005.png" />
<Content Include="dashboard\icon-line-pro\music\png\006.png" />
<Content Include="dashboard\icon-line-pro\music\png\007.png" />
<Content Include="dashboard\icon-line-pro\music\png\008.png" />
<Content Include="dashboard\icon-line-pro\music\png\009.png" />
<Content Include="dashboard\icon-line-pro\music\png\010.png" />
<Content Include="dashboard\icon-line-pro\music\png\011.png" />
<Content Include="dashboard\icon-line-pro\music\png\012.png" />
<Content Include="dashboard\icon-line-pro\music\png\013.png" />
<Content Include="dashboard\icon-line-pro\music\png\014.png" />
<Content Include="dashboard\icon-line-pro\music\png\015.png" />
<Content Include="dashboard\icon-line-pro\music\png\016.png" />
<Content Include="dashboard\icon-line-pro\music\png\017.png" />
<Content Include="dashboard\icon-line-pro\music\png\018.png" />
<Content Include="dashboard\icon-line-pro\music\png\019.png" />
<Content Include="dashboard\icon-line-pro\music\png\020.png" />
<Content Include="dashboard\icon-line-pro\music\png\021.png" />
<Content Include="dashboard\icon-line-pro\music\png\022.png" />
<Content Include="dashboard\icon-line-pro\music\png\023.png" />
<Content Include="dashboard\icon-line-pro\music\png\024.png" />
<Content Include="dashboard\icon-line-pro\music\png\025.png" />
<Content Include="dashboard\icon-line-pro\music\png\026.png" />
<Content Include="dashboard\icon-line-pro\music\png\027.png" />
<Content Include="dashboard\icon-line-pro\music\png\028.png" />
<Content Include="dashboard\icon-line-pro\music\png\029.png" />
<Content Include="dashboard\icon-line-pro\music\png\030.png" />
<Content Include="dashboard\icon-line-pro\music\png\031.png" />
<Content Include="dashboard\icon-line-pro\music\png\032.png" />
<Content Include="dashboard\icon-line-pro\music\png\033.png" />
<Content Include="dashboard\icon-line-pro\music\png\034.png" />
<Content Include="dashboard\icon-line-pro\music\png\035.png" />
<Content Include="dashboard\icon-line-pro\music\png\036.png" />
<Content Include="dashboard\icon-line-pro\music\png\037.png" />
<Content Include="dashboard\icon-line-pro\music\png\038.png" />
<Content Include="dashboard\icon-line-pro\music\png\039.png" />
<Content Include="dashboard\icon-line-pro\music\png\040.png" />
<Content Include="dashboard\icon-line-pro\music\png\041.png" />
<Content Include="dashboard\icon-line-pro\music\png\042.png" />
<Content Include="dashboard\icon-line-pro\music\png\043.png" />
<Content Include="dashboard\icon-line-pro\music\png\044.png" />
<Content Include="dashboard\icon-line-pro\music\png\045.png" />
<Content Include="dashboard\icon-line-pro\music\png\046.png" />
<Content Include="dashboard\icon-line-pro\music\png\047.png" />
<Content Include="dashboard\icon-line-pro\music\png\048.png" />
<Content Include="dashboard\icon-line-pro\music\png\049.png" />
<Content Include="dashboard\icon-line-pro\music\png\050.png" />
<Content Include="dashboard\icon-line-pro\music\png\051.png" />
<Content Include="dashboard\icon-line-pro\music\png\052.png" />
<Content Include="dashboard\icon-line-pro\music\png\053.png" />
<Content Include="dashboard\icon-line-pro\music\png\054.png" />
<Content Include="dashboard\icon-line-pro\music\png\055.png" />
<Content Include="dashboard\icon-line-pro\music\png\056.png" />
<Content Include="dashboard\icon-line-pro\music\png\057.png" />
<Content Include="dashboard\icon-line-pro\music\png\058.png" />
<Content Include="dashboard\icon-line-pro\music\png\059.png" />
<Content Include="dashboard\icon-line-pro\music\png\060.png" />
<Content Include="dashboard\icon-line-pro\music\png\061.png" />
<Content Include="dashboard\icon-line-pro\music\png\062.png" />
<Content Include="dashboard\icon-line-pro\music\png\063.png" />
<Content Include="dashboard\icon-line-pro\music\png\064.png" />
<Content Include="dashboard\icon-line-pro\music\png\065.png" />
<Content Include="dashboard\icon-line-pro\music\png\066.png" />
<Content Include="dashboard\icon-line-pro\music\png\067.png" />
<Content Include="dashboard\icon-line-pro\music\png\068.png" />
<Content Include="dashboard\icon-line-pro\music\png\069.png" />
<Content Include="dashboard\icon-line-pro\music\png\070.png" />
<Content Include="dashboard\icon-line-pro\music\png\071.png" />
<Content Include="dashboard\icon-line-pro\music\png\072.png" />
<Content Include="dashboard\icon-line-pro\music\png\073.png" />
<Content Include="dashboard\icon-line-pro\music\png\074.png" />
<Content Include="dashboard\icon-line-pro\music\png\075.png" />
<Content Include="dashboard\icon-line-pro\music\png\076.png" />
<Content Include="dashboard\icon-line-pro\music\png\077.png" />
<Content Include="dashboard\icon-line-pro\music\png\078.png" />
<Content Include="dashboard\icon-line-pro\music\png\079.png" />
<Content Include="dashboard\icon-line-pro\music\png\080.png" />
<Content Include="dashboard\icon-line-pro\music\png\081.png" />
<Content Include="dashboard\icon-line-pro\music\png\082.png" />
<Content Include="dashboard\icon-line-pro\music\png\083.png" />
<Content Include="dashboard\icon-line-pro\music\png\084.png" />
<Content Include="dashboard\icon-line-pro\music\png\085.png" />
<Content Include="dashboard\icon-line-pro\music\png\086.png" />
<Content Include="dashboard\icon-line-pro\music\png\087.png" />
<Content Include="dashboard\icon-line-pro\music\png\088.png" />
<Content Include="dashboard\icon-line-pro\music\png\089.png" />
<Content Include="dashboard\icon-line-pro\music\png\090.png" />
<Content Include="dashboard\icon-line-pro\music\png\091.png" />
<Content Include="dashboard\icon-line-pro\music\png\092.png" />
<Content Include="dashboard\icon-line-pro\music\png\093.png" />
<Content Include="dashboard\icon-line-pro\music\png\094.png" />
<Content Include="dashboard\icon-line-pro\music\png\095.png" />
<Content Include="dashboard\icon-line-pro\music\png\096.png" />
<Content Include="dashboard\icon-line-pro\music\png\097.png" />
<Content Include="dashboard\icon-line-pro\music\png\098.png" />
<Content Include="dashboard\icon-line-pro\music\png\099.png" />
<Content Include="dashboard\icon-line-pro\music\png\100.png" />
<Content Include="dashboard\icon-line-pro\music\webfont\fonts\music.svg" />
<Content Include="dashboard\icon-line-pro\music\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\music\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\real-estate\png\001.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\002.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\003.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\004.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\005.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\006.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\007.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\008.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\009.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\010.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\011.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\012.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\013.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\014.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\015.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\016.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\017.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\018.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\019.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\020.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\021.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\022.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\023.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\024.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\025.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\026.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\027.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\028.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\029.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\030.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\031.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\032.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\033.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\034.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\035.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\036.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\037.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\038.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\039.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\040.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\041.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\042.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\043.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\044.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\045.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\046.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\047.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\048.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\049.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\050.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\051.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\052.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\053.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\054.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\055.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\056.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\057.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\058.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\059.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\060.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\061.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\062.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\063.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\064.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\065.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\066.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\067.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\068.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\069.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\070.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\071.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\072.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\073.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\074.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\075.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\076.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\077.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\078.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\079.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\080.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\081.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\082.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\083.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\084.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\085.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\086.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\087.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\088.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\089.png" />
<Content Include="dashboard\icon-line-pro\real-estate\png\090.png" />
<Content Include="dashboard\icon-line-pro\real-estate\webfont\fonts\real-estate.svg" />
<Content Include="dashboard\icon-line-pro\real-estate\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\real-estate\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\science\png\001.png" />
<Content Include="dashboard\icon-line-pro\science\png\002.png" />
<Content Include="dashboard\icon-line-pro\science\png\003.png" />
<Content Include="dashboard\icon-line-pro\science\png\004.png" />
<Content Include="dashboard\icon-line-pro\science\png\005.png" />
<Content Include="dashboard\icon-line-pro\science\png\006.png" />
<Content Include="dashboard\icon-line-pro\science\png\007.png" />
<Content Include="dashboard\icon-line-pro\science\png\008.png" />
<Content Include="dashboard\icon-line-pro\science\png\009.png" />
<Content Include="dashboard\icon-line-pro\science\png\010.png" />
<Content Include="dashboard\icon-line-pro\science\png\011.png" />
<Content Include="dashboard\icon-line-pro\science\png\012.png" />
<Content Include="dashboard\icon-line-pro\science\png\013.png" />
<Content Include="dashboard\icon-line-pro\science\png\014.png" />
<Content Include="dashboard\icon-line-pro\science\png\015.png" />
<Content Include="dashboard\icon-line-pro\science\png\016.png" />
<Content Include="dashboard\icon-line-pro\science\png\017.png" />
<Content Include="dashboard\icon-line-pro\science\png\018.png" />
<Content Include="dashboard\icon-line-pro\science\png\019.png" />
<Content Include="dashboard\icon-line-pro\science\png\020.png" />
<Content Include="dashboard\icon-line-pro\science\png\021.png" />
<Content Include="dashboard\icon-line-pro\science\png\022.png" />
<Content Include="dashboard\icon-line-pro\science\png\023.png" />
<Content Include="dashboard\icon-line-pro\science\png\024.png" />
<Content Include="dashboard\icon-line-pro\science\png\025.png" />
<Content Include="dashboard\icon-line-pro\science\png\026.png" />
<Content Include="dashboard\icon-line-pro\science\png\027.png" />
<Content Include="dashboard\icon-line-pro\science\png\028.png" />
<Content Include="dashboard\icon-line-pro\science\png\029.png" />
<Content Include="dashboard\icon-line-pro\science\png\030.png" />
<Content Include="dashboard\icon-line-pro\science\png\031.png" />
<Content Include="dashboard\icon-line-pro\science\png\032.png" />
<Content Include="dashboard\icon-line-pro\science\png\033.png" />
<Content Include="dashboard\icon-line-pro\science\png\034.png" />
<Content Include="dashboard\icon-line-pro\science\png\035.png" />
<Content Include="dashboard\icon-line-pro\science\png\036.png" />
<Content Include="dashboard\icon-line-pro\science\png\037.png" />
<Content Include="dashboard\icon-line-pro\science\png\038.png" />
<Content Include="dashboard\icon-line-pro\science\png\039.png" />
<Content Include="dashboard\icon-line-pro\science\png\040.png" />
<Content Include="dashboard\icon-line-pro\science\png\041.png" />
<Content Include="dashboard\icon-line-pro\science\png\042.png" />
<Content Include="dashboard\icon-line-pro\science\png\043.png" />
<Content Include="dashboard\icon-line-pro\science\png\044.png" />
<Content Include="dashboard\icon-line-pro\science\png\045.png" />
<Content Include="dashboard\icon-line-pro\science\png\046.png" />
<Content Include="dashboard\icon-line-pro\science\png\047.png" />
<Content Include="dashboard\icon-line-pro\science\png\048.png" />
<Content Include="dashboard\icon-line-pro\science\png\049.png" />
<Content Include="dashboard\icon-line-pro\science\png\050.png" />
<Content Include="dashboard\icon-line-pro\science\png\051.png" />
<Content Include="dashboard\icon-line-pro\science\png\052.png" />
<Content Include="dashboard\icon-line-pro\science\png\053.png" />
<Content Include="dashboard\icon-line-pro\science\png\054.png" />
<Content Include="dashboard\icon-line-pro\science\png\055.png" />
<Content Include="dashboard\icon-line-pro\science\png\056.png" />
<Content Include="dashboard\icon-line-pro\science\png\057.png" />
<Content Include="dashboard\icon-line-pro\science\png\058.png" />
<Content Include="dashboard\icon-line-pro\science\png\059.png" />
<Content Include="dashboard\icon-line-pro\science\png\060.png" />
<Content Include="dashboard\icon-line-pro\science\png\061.png" />
<Content Include="dashboard\icon-line-pro\science\png\062.png" />
<Content Include="dashboard\icon-line-pro\science\png\063.png" />
<Content Include="dashboard\icon-line-pro\science\png\064.png" />
<Content Include="dashboard\icon-line-pro\science\png\065.png" />
<Content Include="dashboard\icon-line-pro\science\png\066.png" />
<Content Include="dashboard\icon-line-pro\science\png\067.png" />
<Content Include="dashboard\icon-line-pro\science\png\068.png" />
<Content Include="dashboard\icon-line-pro\science\png\069.png" />
<Content Include="dashboard\icon-line-pro\science\png\070.png" />
<Content Include="dashboard\icon-line-pro\science\png\071.png" />
<Content Include="dashboard\icon-line-pro\science\png\072.png" />
<Content Include="dashboard\icon-line-pro\science\png\073.png" />
<Content Include="dashboard\icon-line-pro\science\png\074.png" />
<Content Include="dashboard\icon-line-pro\science\png\075.png" />
<Content Include="dashboard\icon-line-pro\science\png\076.png" />
<Content Include="dashboard\icon-line-pro\science\png\077.png" />
<Content Include="dashboard\icon-line-pro\science\png\078.png" />
<Content Include="dashboard\icon-line-pro\science\png\079.png" />
<Content Include="dashboard\icon-line-pro\science\png\080.png" />
<Content Include="dashboard\icon-line-pro\science\png\081.png" />
<Content Include="dashboard\icon-line-pro\science\png\082.png" />
<Content Include="dashboard\icon-line-pro\science\png\083.png" />
<Content Include="dashboard\icon-line-pro\science\png\084.png" />
<Content Include="dashboard\icon-line-pro\science\png\085.png" />
<Content Include="dashboard\icon-line-pro\science\png\086.png" />
<Content Include="dashboard\icon-line-pro\science\png\087.png" />
<Content Include="dashboard\icon-line-pro\science\png\088.png" />
<Content Include="dashboard\icon-line-pro\science\png\089.png" />
<Content Include="dashboard\icon-line-pro\science\png\090.png" />
<Content Include="dashboard\icon-line-pro\science\png\091.png" />
<Content Include="dashboard\icon-line-pro\science\png\092.png" />
<Content Include="dashboard\icon-line-pro\science\png\093.png" />
<Content Include="dashboard\icon-line-pro\science\png\094.png" />
<Content Include="dashboard\icon-line-pro\science\png\095.png" />
<Content Include="dashboard\icon-line-pro\science\png\096.png" />
<Content Include="dashboard\icon-line-pro\science\png\097.png" />
<Content Include="dashboard\icon-line-pro\science\png\098.png" />
<Content Include="dashboard\icon-line-pro\science\png\099.png" />
<Content Include="dashboard\icon-line-pro\science\png\100.png" />
<Content Include="dashboard\icon-line-pro\science\png\101.png" />
<Content Include="dashboard\icon-line-pro\science\png\102.png" />
<Content Include="dashboard\icon-line-pro\science\png\103.png" />
<Content Include="dashboard\icon-line-pro\science\png\104.png" />
<Content Include="dashboard\icon-line-pro\science\png\105.png" />
<Content Include="dashboard\icon-line-pro\science\png\106.png" />
<Content Include="dashboard\icon-line-pro\science\png\107.png" />
<Content Include="dashboard\icon-line-pro\science\png\108.png" />
<Content Include="dashboard\icon-line-pro\science\png\109.png" />
<Content Include="dashboard\icon-line-pro\science\png\110.png" />
<Content Include="dashboard\icon-line-pro\science\png\111.png" />
<Content Include="dashboard\icon-line-pro\science\png\112.png" />
<Content Include="dashboard\icon-line-pro\science\png\113.png" />
<Content Include="dashboard\icon-line-pro\science\png\114.png" />
<Content Include="dashboard\icon-line-pro\science\png\115.png" />
<Content Include="dashboard\icon-line-pro\science\png\116.png" />
<Content Include="dashboard\icon-line-pro\science\png\117.png" />
<Content Include="dashboard\icon-line-pro\science\png\118.png" />
<Content Include="dashboard\icon-line-pro\science\png\119.png" />
<Content Include="dashboard\icon-line-pro\science\png\120.png" />
<Content Include="dashboard\icon-line-pro\science\png\121.png" />
<Content Include="dashboard\icon-line-pro\science\png\122.png" />
<Content Include="dashboard\icon-line-pro\science\png\123.png" />
<Content Include="dashboard\icon-line-pro\science\png\124.png" />
<Content Include="dashboard\icon-line-pro\science\png\125.png" />
<Content Include="dashboard\icon-line-pro\science\png\126.png" />
<Content Include="dashboard\icon-line-pro\science\png\127.png" />
<Content Include="dashboard\icon-line-pro\science\png\128.png" />
<Content Include="dashboard\icon-line-pro\science\png\129.png" />
<Content Include="dashboard\icon-line-pro\science\png\130.png" />
<Content Include="dashboard\icon-line-pro\science\png\131.png" />
<Content Include="dashboard\icon-line-pro\science\png\132.png" />
<Content Include="dashboard\icon-line-pro\science\png\133.png" />
<Content Include="dashboard\icon-line-pro\science\png\134.png" />
<Content Include="dashboard\icon-line-pro\science\png\135.png" />
<Content Include="dashboard\icon-line-pro\science\png\136.png" />
<Content Include="dashboard\icon-line-pro\science\png\137.png" />
<Content Include="dashboard\icon-line-pro\science\png\138.png" />
<Content Include="dashboard\icon-line-pro\science\png\139.png" />
<Content Include="dashboard\icon-line-pro\science\png\140.png" />
<Content Include="dashboard\icon-line-pro\science\png\141.png" />
<Content Include="dashboard\icon-line-pro\science\png\142.png" />
<Content Include="dashboard\icon-line-pro\science\png\143.png" />
<Content Include="dashboard\icon-line-pro\science\png\144.png" />
<Content Include="dashboard\icon-line-pro\science\png\145.png" />
<Content Include="dashboard\icon-line-pro\science\png\146.png" />
<Content Include="dashboard\icon-line-pro\science\png\147.png" />
<Content Include="dashboard\icon-line-pro\science\png\148.png" />
<Content Include="dashboard\icon-line-pro\science\png\149.png" />
<Content Include="dashboard\icon-line-pro\science\png\150.png" />
<Content Include="dashboard\icon-line-pro\science\png\151.png" />
<Content Include="dashboard\icon-line-pro\science\png\152.png" />
<Content Include="dashboard\icon-line-pro\science\png\153.png" />
<Content Include="dashboard\icon-line-pro\science\png\154.png" />
<Content Include="dashboard\icon-line-pro\science\png\155.png" />
<Content Include="dashboard\icon-line-pro\science\png\156.png" />
<Content Include="dashboard\icon-line-pro\science\png\157.png" />
<Content Include="dashboard\icon-line-pro\science\png\158.png" />
<Content Include="dashboard\icon-line-pro\science\png\159.png" />
<Content Include="dashboard\icon-line-pro\science\png\160.png" />
<Content Include="dashboard\icon-line-pro\science\webfont\fonts\science.svg" />
<Content Include="dashboard\icon-line-pro\science\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\science\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\001.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\002.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\003.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\004.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\005.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\006.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\007.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\008.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\009.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\010.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\011.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\012.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\013.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\014.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\015.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\016.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\017.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\018.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\019.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\020.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\021.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\022.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\023.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\024.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\025.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\026.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\027.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\028.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\029.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\030.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\031.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\032.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\033.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\034.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\035.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\036.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\037.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\038.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\039.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\040.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\041.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\042.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\043.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\044.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\045.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\046.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\047.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\048.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\049.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\050.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\051.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\052.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\053.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\054.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\055.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\056.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\057.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\058.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\059.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\060.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\061.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\062.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\063.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\064.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\065.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\066.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\067.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\068.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\069.png" />
<Content Include="dashboard\icon-line-pro\snowflakes\png\070.png" />
<Content Include="dashboard\icon-line-pro\sports\png\001.png" />
<Content Include="dashboard\icon-line-pro\sports\png\002.png" />
<Content Include="dashboard\icon-line-pro\sports\png\003.png" />
<Content Include="dashboard\icon-line-pro\sports\png\004.png" />
<Content Include="dashboard\icon-line-pro\sports\png\005.png" />
<Content Include="dashboard\icon-line-pro\sports\png\006.png" />
<Content Include="dashboard\icon-line-pro\sports\png\007.png" />
<Content Include="dashboard\icon-line-pro\sports\png\008.png" />
<Content Include="dashboard\icon-line-pro\sports\png\009.png" />
<Content Include="dashboard\icon-line-pro\sports\png\010.png" />
<Content Include="dashboard\icon-line-pro\sports\png\011.png" />
<Content Include="dashboard\icon-line-pro\sports\png\012.png" />
<Content Include="dashboard\icon-line-pro\sports\png\013.png" />
<Content Include="dashboard\icon-line-pro\sports\png\014.png" />
<Content Include="dashboard\icon-line-pro\sports\png\015.png" />
<Content Include="dashboard\icon-line-pro\sports\png\016.png" />
<Content Include="dashboard\icon-line-pro\sports\png\017.png" />
<Content Include="dashboard\icon-line-pro\sports\png\018.png" />
<Content Include="dashboard\icon-line-pro\sports\png\019.png" />
<Content Include="dashboard\icon-line-pro\sports\png\020.png" />
<Content Include="dashboard\icon-line-pro\sports\png\021.png" />
<Content Include="dashboard\icon-line-pro\sports\png\022.png" />
<Content Include="dashboard\icon-line-pro\sports\png\023.png" />
<Content Include="dashboard\icon-line-pro\sports\png\024.png" />
<Content Include="dashboard\icon-line-pro\sports\png\025.png" />
<Content Include="dashboard\icon-line-pro\sports\png\026.png" />
<Content Include="dashboard\icon-line-pro\sports\png\027.png" />
<Content Include="dashboard\icon-line-pro\sports\png\028.png" />
<Content Include="dashboard\icon-line-pro\sports\png\029.png" />
<Content Include="dashboard\icon-line-pro\sports\png\030.png" />
<Content Include="dashboard\icon-line-pro\sports\png\031.png" />
<Content Include="dashboard\icon-line-pro\sports\png\032.png" />
<Content Include="dashboard\icon-line-pro\sports\png\033.png" />
<Content Include="dashboard\icon-line-pro\sports\png\034.png" />
<Content Include="dashboard\icon-line-pro\sports\png\035.png" />
<Content Include="dashboard\icon-line-pro\sports\png\036.png" />
<Content Include="dashboard\icon-line-pro\sports\png\037.png" />
<Content Include="dashboard\icon-line-pro\sports\png\038.png" />
<Content Include="dashboard\icon-line-pro\sports\png\039.png" />
<Content Include="dashboard\icon-line-pro\sports\png\040.png" />
<Content Include="dashboard\icon-line-pro\sports\png\041.png" />
<Content Include="dashboard\icon-line-pro\sports\png\042.png" />
<Content Include="dashboard\icon-line-pro\sports\png\043.png" />
<Content Include="dashboard\icon-line-pro\sports\png\044.png" />
<Content Include="dashboard\icon-line-pro\sports\png\045.png" />
<Content Include="dashboard\icon-line-pro\sports\png\046.png" />
<Content Include="dashboard\icon-line-pro\sports\png\047.png" />
<Content Include="dashboard\icon-line-pro\sports\png\048.png" />
<Content Include="dashboard\icon-line-pro\sports\png\049.png" />
<Content Include="dashboard\icon-line-pro\sports\png\050.png" />
<Content Include="dashboard\icon-line-pro\sports\png\051.png" />
<Content Include="dashboard\icon-line-pro\sports\png\052.png" />
<Content Include="dashboard\icon-line-pro\sports\png\053.png" />
<Content Include="dashboard\icon-line-pro\sports\png\054.png" />
<Content Include="dashboard\icon-line-pro\sports\png\055.png" />
<Content Include="dashboard\icon-line-pro\sports\png\056.png" />
<Content Include="dashboard\icon-line-pro\sports\png\057.png" />
<Content Include="dashboard\icon-line-pro\sports\png\058.png" />
<Content Include="dashboard\icon-line-pro\sports\png\059.png" />
<Content Include="dashboard\icon-line-pro\sports\png\060.png" />
<Content Include="dashboard\icon-line-pro\sports\png\061.png" />
<Content Include="dashboard\icon-line-pro\sports\png\062.png" />
<Content Include="dashboard\icon-line-pro\sports\png\063.png" />
<Content Include="dashboard\icon-line-pro\sports\png\064.png" />
<Content Include="dashboard\icon-line-pro\sports\png\065.png" />
<Content Include="dashboard\icon-line-pro\sports\png\066.png" />
<Content Include="dashboard\icon-line-pro\sports\png\067.png" />
<Content Include="dashboard\icon-line-pro\sports\png\068.png" />
<Content Include="dashboard\icon-line-pro\sports\png\069.png" />
<Content Include="dashboard\icon-line-pro\sports\png\070.png" />
<Content Include="dashboard\icon-line-pro\sports\png\071.png" />
<Content Include="dashboard\icon-line-pro\sports\png\072.png" />
<Content Include="dashboard\icon-line-pro\sports\png\073.png" />
<Content Include="dashboard\icon-line-pro\sports\png\074.png" />
<Content Include="dashboard\icon-line-pro\sports\png\075.png" />
<Content Include="dashboard\icon-line-pro\sports\png\076.png" />
<Content Include="dashboard\icon-line-pro\sports\png\077.png" />
<Content Include="dashboard\icon-line-pro\sports\png\078.png" />
<Content Include="dashboard\icon-line-pro\sports\png\079.png" />
<Content Include="dashboard\icon-line-pro\sports\png\080.png" />
<Content Include="dashboard\icon-line-pro\sports\png\081.png" />
<Content Include="dashboard\icon-line-pro\sports\png\082.png" />
<Content Include="dashboard\icon-line-pro\sports\png\083.png" />
<Content Include="dashboard\icon-line-pro\sports\png\084.png" />
<Content Include="dashboard\icon-line-pro\sports\png\085.png" />
<Content Include="dashboard\icon-line-pro\sports\png\086.png" />
<Content Include="dashboard\icon-line-pro\sports\png\087.png" />
<Content Include="dashboard\icon-line-pro\sports\png\088.png" />
<Content Include="dashboard\icon-line-pro\sports\png\089.png" />
<Content Include="dashboard\icon-line-pro\sports\png\090.png" />
<Content Include="dashboard\icon-line-pro\sports\png\091.png" />
<Content Include="dashboard\icon-line-pro\sports\png\092.png" />
<Content Include="dashboard\icon-line-pro\sports\png\093.png" />
<Content Include="dashboard\icon-line-pro\sports\png\094.png" />
<Content Include="dashboard\icon-line-pro\sports\png\095.png" />
<Content Include="dashboard\icon-line-pro\sports\png\096.png" />
<Content Include="dashboard\icon-line-pro\sports\png\097.png" />
<Content Include="dashboard\icon-line-pro\sports\png\098.png" />
<Content Include="dashboard\icon-line-pro\sports\png\099.png" />
<Content Include="dashboard\icon-line-pro\sports\png\100.png" />
<Content Include="dashboard\icon-line-pro\sports\png\101.png" />
<Content Include="dashboard\icon-line-pro\sports\png\102.png" />
<Content Include="dashboard\icon-line-pro\sports\png\103.png" />
<Content Include="dashboard\icon-line-pro\sports\png\104.png" />
<Content Include="dashboard\icon-line-pro\sports\png\105.png" />
<Content Include="dashboard\icon-line-pro\sports\png\106.png" />
<Content Include="dashboard\icon-line-pro\sports\png\107.png" />
<Content Include="dashboard\icon-line-pro\sports\png\108.png" />
<Content Include="dashboard\icon-line-pro\sports\png\109.png" />
<Content Include="dashboard\icon-line-pro\sports\png\110.png" />
<Content Include="dashboard\icon-line-pro\sports\png\111.png" />
<Content Include="dashboard\icon-line-pro\sports\png\112.png" />
<Content Include="dashboard\icon-line-pro\sports\png\113.png" />
<Content Include="dashboard\icon-line-pro\sports\png\114.png" />
<Content Include="dashboard\icon-line-pro\sports\png\115.png" />
<Content Include="dashboard\icon-line-pro\sports\png\116.png" />
<Content Include="dashboard\icon-line-pro\sports\png\117.png" />
<Content Include="dashboard\icon-line-pro\sports\png\118.png" />
<Content Include="dashboard\icon-line-pro\sports\png\119.png" />
<Content Include="dashboard\icon-line-pro\sports\png\120.png" />
<Content Include="dashboard\icon-line-pro\sports\png\121.png" />
<Content Include="dashboard\icon-line-pro\sports\png\122.png" />
<Content Include="dashboard\icon-line-pro\sports\png\123.png" />
<Content Include="dashboard\icon-line-pro\sports\png\124.png" />
<Content Include="dashboard\icon-line-pro\sports\png\125.png" />
<Content Include="dashboard\icon-line-pro\sports\png\126.png" />
<Content Include="dashboard\icon-line-pro\sports\png\127.png" />
<Content Include="dashboard\icon-line-pro\sports\png\128.png" />
<Content Include="dashboard\icon-line-pro\sports\png\129.png" />
<Content Include="dashboard\icon-line-pro\sports\png\130.png" />
<Content Include="dashboard\icon-line-pro\sports\png\131.png" />
<Content Include="dashboard\icon-line-pro\sports\png\132.png" />
<Content Include="dashboard\icon-line-pro\sports\png\133.png" />
<Content Include="dashboard\icon-line-pro\sports\png\134.png" />
<Content Include="dashboard\icon-line-pro\sports\png\135.png" />
<Content Include="dashboard\icon-line-pro\sports\png\136.png" />
<Content Include="dashboard\icon-line-pro\sports\png\137.png" />
<Content Include="dashboard\icon-line-pro\sports\png\138.png" />
<Content Include="dashboard\icon-line-pro\sports\png\139.png" />
<Content Include="dashboard\icon-line-pro\sports\png\140.png" />
<Content Include="dashboard\icon-line-pro\sports\png\141.png" />
<Content Include="dashboard\icon-line-pro\sports\png\142.png" />
<Content Include="dashboard\icon-line-pro\sports\png\143.png" />
<Content Include="dashboard\icon-line-pro\sports\png\144.png" />
<Content Include="dashboard\icon-line-pro\sports\png\145.png" />
<Content Include="dashboard\icon-line-pro\sports\png\146.png" />
<Content Include="dashboard\icon-line-pro\sports\png\147.png" />
<Content Include="dashboard\icon-line-pro\sports\png\148.png" />
<Content Include="dashboard\icon-line-pro\sports\png\149.png" />
<Content Include="dashboard\icon-line-pro\sports\png\150.png" />
<Content Include="dashboard\icon-line-pro\sports\png\151.png" />
<Content Include="dashboard\icon-line-pro\sports\png\152.png" />
<Content Include="dashboard\icon-line-pro\sports\png\153.png" />
<Content Include="dashboard\icon-line-pro\sports\png\154.png" />
<Content Include="dashboard\icon-line-pro\sports\png\155.png" />
<Content Include="dashboard\icon-line-pro\sports\png\156.png" />
<Content Include="dashboard\icon-line-pro\sports\png\157.png" />
<Content Include="dashboard\icon-line-pro\sports\png\158.png" />
<Content Include="dashboard\icon-line-pro\sports\png\159.png" />
<Content Include="dashboard\icon-line-pro\sports\png\160.png" />
<Content Include="dashboard\icon-line-pro\sports\png\161.png" />
<Content Include="dashboard\icon-line-pro\sports\png\162.png" />
<Content Include="dashboard\icon-line-pro\sports\png\163.png" />
<Content Include="dashboard\icon-line-pro\sports\png\164.png" />
<Content Include="dashboard\icon-line-pro\sports\png\165.png" />
<Content Include="dashboard\icon-line-pro\sports\png\166.png" />
<Content Include="dashboard\icon-line-pro\sports\png\167.png" />
<Content Include="dashboard\icon-line-pro\sports\png\168.png" />
<Content Include="dashboard\icon-line-pro\sports\png\169.png" />
<Content Include="dashboard\icon-line-pro\sports\png\170.png" />
<Content Include="dashboard\icon-line-pro\sports\png\171.png" />
<Content Include="dashboard\icon-line-pro\sports\png\172.png" />
<Content Include="dashboard\icon-line-pro\sports\png\173.png" />
<Content Include="dashboard\icon-line-pro\sports\png\174.png" />
<Content Include="dashboard\icon-line-pro\sports\png\175.png" />
<Content Include="dashboard\icon-line-pro\sports\png\176.png" />
<Content Include="dashboard\icon-line-pro\sports\png\177.png" />
<Content Include="dashboard\icon-line-pro\sports\png\178.png" />
<Content Include="dashboard\icon-line-pro\sports\png\179.png" />
<Content Include="dashboard\icon-line-pro\sports\png\180.png" />
<Content Include="dashboard\icon-line-pro\sports\png\181.png" />
<Content Include="dashboard\icon-line-pro\sports\png\182.png" />
<Content Include="dashboard\icon-line-pro\sports\png\183.png" />
<Content Include="dashboard\icon-line-pro\sports\png\184.png" />
<Content Include="dashboard\icon-line-pro\sports\png\185.png" />
<Content Include="dashboard\icon-line-pro\sports\png\186.png" />
<Content Include="dashboard\icon-line-pro\sports\png\187.png" />
<Content Include="dashboard\icon-line-pro\sports\png\188.png" />
<Content Include="dashboard\icon-line-pro\sports\png\189.png" />
<Content Include="dashboard\icon-line-pro\sports\png\190.png" />
<Content Include="dashboard\icon-line-pro\sports\png\191.png" />
<Content Include="dashboard\icon-line-pro\sports\png\192.png" />
<Content Include="dashboard\icon-line-pro\sports\png\193.png" />
<Content Include="dashboard\icon-line-pro\sports\png\194.png" />
<Content Include="dashboard\icon-line-pro\sports\png\195.png" />
<Content Include="dashboard\icon-line-pro\sports\png\196.png" />
<Content Include="dashboard\icon-line-pro\sports\png\197.png" />
<Content Include="dashboard\icon-line-pro\sports\png\198.png" />
<Content Include="dashboard\icon-line-pro\sports\png\199.png" />
<Content Include="dashboard\icon-line-pro\sports\png\200.png" />
<Content Include="dashboard\icon-line-pro\sports\webfont\fonts\sports-48-x-48.svg" />
<Content Include="dashboard\icon-line-pro\sports\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\sports\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\style.css" />
<Content Include="dashboard\icon-line-pro\transport\png\001.png" />
<Content Include="dashboard\icon-line-pro\transport\png\002.png" />
<Content Include="dashboard\icon-line-pro\transport\png\003.png" />
<Content Include="dashboard\icon-line-pro\transport\png\004.png" />
<Content Include="dashboard\icon-line-pro\transport\png\005.png" />
<Content Include="dashboard\icon-line-pro\transport\png\006.png" />
<Content Include="dashboard\icon-line-pro\transport\png\007.png" />
<Content Include="dashboard\icon-line-pro\transport\png\008.png" />
<Content Include="dashboard\icon-line-pro\transport\png\009.png" />
<Content Include="dashboard\icon-line-pro\transport\png\010.png" />
<Content Include="dashboard\icon-line-pro\transport\png\011.png" />
<Content Include="dashboard\icon-line-pro\transport\png\012.png" />
<Content Include="dashboard\icon-line-pro\transport\png\013.png" />
<Content Include="dashboard\icon-line-pro\transport\png\014.png" />
<Content Include="dashboard\icon-line-pro\transport\png\015.png" />
<Content Include="dashboard\icon-line-pro\transport\png\016.png" />
<Content Include="dashboard\icon-line-pro\transport\png\017.png" />
<Content Include="dashboard\icon-line-pro\transport\png\018.png" />
<Content Include="dashboard\icon-line-pro\transport\png\019.png" />
<Content Include="dashboard\icon-line-pro\transport\png\020.png" />
<Content Include="dashboard\icon-line-pro\transport\png\021.png" />
<Content Include="dashboard\icon-line-pro\transport\png\022.png" />
<Content Include="dashboard\icon-line-pro\transport\png\023.png" />
<Content Include="dashboard\icon-line-pro\transport\png\024.png" />
<Content Include="dashboard\icon-line-pro\transport\png\025.png" />
<Content Include="dashboard\icon-line-pro\transport\png\026.png" />
<Content Include="dashboard\icon-line-pro\transport\png\027.png" />
<Content Include="dashboard\icon-line-pro\transport\png\028.png" />
<Content Include="dashboard\icon-line-pro\transport\png\029.png" />
<Content Include="dashboard\icon-line-pro\transport\png\030.png" />
<Content Include="dashboard\icon-line-pro\transport\png\031.png" />
<Content Include="dashboard\icon-line-pro\transport\png\032.png" />
<Content Include="dashboard\icon-line-pro\transport\png\033.png" />
<Content Include="dashboard\icon-line-pro\transport\png\034.png" />
<Content Include="dashboard\icon-line-pro\transport\png\035.png" />
<Content Include="dashboard\icon-line-pro\transport\png\036.png" />
<Content Include="dashboard\icon-line-pro\transport\png\037.png" />
<Content Include="dashboard\icon-line-pro\transport\png\038.png" />
<Content Include="dashboard\icon-line-pro\transport\png\039.png" />
<Content Include="dashboard\icon-line-pro\transport\png\040.png" />
<Content Include="dashboard\icon-line-pro\transport\png\041.png" />
<Content Include="dashboard\icon-line-pro\transport\png\042.png" />
<Content Include="dashboard\icon-line-pro\transport\png\043.png" />
<Content Include="dashboard\icon-line-pro\transport\png\044.png" />
<Content Include="dashboard\icon-line-pro\transport\png\045.png" />
<Content Include="dashboard\icon-line-pro\transport\png\046.png" />
<Content Include="dashboard\icon-line-pro\transport\png\047.png" />
<Content Include="dashboard\icon-line-pro\transport\png\048.png" />
<Content Include="dashboard\icon-line-pro\transport\png\049.png" />
<Content Include="dashboard\icon-line-pro\transport\png\050.png" />
<Content Include="dashboard\icon-line-pro\transport\png\051.png" />
<Content Include="dashboard\icon-line-pro\transport\png\052.png" />
<Content Include="dashboard\icon-line-pro\transport\png\053.png" />
<Content Include="dashboard\icon-line-pro\transport\png\054.png" />
<Content Include="dashboard\icon-line-pro\transport\png\055.png" />
<Content Include="dashboard\icon-line-pro\transport\png\056.png" />
<Content Include="dashboard\icon-line-pro\transport\png\057.png" />
<Content Include="dashboard\icon-line-pro\transport\png\058.png" />
<Content Include="dashboard\icon-line-pro\transport\png\059.png" />
<Content Include="dashboard\icon-line-pro\transport\png\060.png" />
<Content Include="dashboard\icon-line-pro\transport\png\061.png" />
<Content Include="dashboard\icon-line-pro\transport\png\062.png" />
<Content Include="dashboard\icon-line-pro\transport\png\063.png" />
<Content Include="dashboard\icon-line-pro\transport\png\064.png" />
<Content Include="dashboard\icon-line-pro\transport\png\065.png" />
<Content Include="dashboard\icon-line-pro\transport\png\066.png" />
<Content Include="dashboard\icon-line-pro\transport\png\067.png" />
<Content Include="dashboard\icon-line-pro\transport\png\068.png" />
<Content Include="dashboard\icon-line-pro\transport\png\069.png" />
<Content Include="dashboard\icon-line-pro\transport\png\070.png" />
<Content Include="dashboard\icon-line-pro\transport\png\071.png" />
<Content Include="dashboard\icon-line-pro\transport\png\072.png" />
<Content Include="dashboard\icon-line-pro\transport\png\073.png" />
<Content Include="dashboard\icon-line-pro\transport\png\074.png" />
<Content Include="dashboard\icon-line-pro\transport\png\075.png" />
<Content Include="dashboard\icon-line-pro\transport\png\076.png" />
<Content Include="dashboard\icon-line-pro\transport\png\077.png" />
<Content Include="dashboard\icon-line-pro\transport\png\078.png" />
<Content Include="dashboard\icon-line-pro\transport\png\079.png" />
<Content Include="dashboard\icon-line-pro\transport\png\080.png" />
<Content Include="dashboard\icon-line-pro\transport\png\081.png" />
<Content Include="dashboard\icon-line-pro\transport\png\082.png" />
<Content Include="dashboard\icon-line-pro\transport\png\083.png" />
<Content Include="dashboard\icon-line-pro\transport\png\084.png" />
<Content Include="dashboard\icon-line-pro\transport\png\085.png" />
<Content Include="dashboard\icon-line-pro\transport\png\086.png" />
<Content Include="dashboard\icon-line-pro\transport\png\087.png" />
<Content Include="dashboard\icon-line-pro\transport\png\088.png" />
<Content Include="dashboard\icon-line-pro\transport\png\089.png" />
<Content Include="dashboard\icon-line-pro\transport\png\090.png" />
<Content Include="dashboard\icon-line-pro\transport\png\091.png" />
<Content Include="dashboard\icon-line-pro\transport\png\092.png" />
<Content Include="dashboard\icon-line-pro\transport\png\093.png" />
<Content Include="dashboard\icon-line-pro\transport\png\094.png" />
<Content Include="dashboard\icon-line-pro\transport\png\095.png" />
<Content Include="dashboard\icon-line-pro\transport\png\096.png" />
<Content Include="dashboard\icon-line-pro\transport\png\097.png" />
<Content Include="dashboard\icon-line-pro\transport\png\098.png" />
<Content Include="dashboard\icon-line-pro\transport\png\099.png" />
<Content Include="dashboard\icon-line-pro\transport\png\100.png" />
<Content Include="dashboard\icon-line-pro\transport\webfont\fonts\transport.svg" />
<Content Include="dashboard\icon-line-pro\transport\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\transport\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\travel\png\001.png" />
<Content Include="dashboard\icon-line-pro\travel\png\002.png" />
<Content Include="dashboard\icon-line-pro\travel\png\003.png" />
<Content Include="dashboard\icon-line-pro\travel\png\004.png" />
<Content Include="dashboard\icon-line-pro\travel\png\005.png" />
<Content Include="dashboard\icon-line-pro\travel\png\006.png" />
<Content Include="dashboard\icon-line-pro\travel\png\007.png" />
<Content Include="dashboard\icon-line-pro\travel\png\008.png" />
<Content Include="dashboard\icon-line-pro\travel\png\009.png" />
<Content Include="dashboard\icon-line-pro\travel\png\010.png" />
<Content Include="dashboard\icon-line-pro\travel\png\011.png" />
<Content Include="dashboard\icon-line-pro\travel\png\012.png" />
<Content Include="dashboard\icon-line-pro\travel\png\013.png" />
<Content Include="dashboard\icon-line-pro\travel\png\014.png" />
<Content Include="dashboard\icon-line-pro\travel\png\015.png" />
<Content Include="dashboard\icon-line-pro\travel\png\016.png" />
<Content Include="dashboard\icon-line-pro\travel\png\017.png" />
<Content Include="dashboard\icon-line-pro\travel\png\018.png" />
<Content Include="dashboard\icon-line-pro\travel\png\019.png" />
<Content Include="dashboard\icon-line-pro\travel\png\020.png" />
<Content Include="dashboard\icon-line-pro\travel\png\021.png" />
<Content Include="dashboard\icon-line-pro\travel\png\022.png" />
<Content Include="dashboard\icon-line-pro\travel\png\023.png" />
<Content Include="dashboard\icon-line-pro\travel\png\024.png" />
<Content Include="dashboard\icon-line-pro\travel\png\025.png" />
<Content Include="dashboard\icon-line-pro\travel\png\026.png" />
<Content Include="dashboard\icon-line-pro\travel\png\027.png" />
<Content Include="dashboard\icon-line-pro\travel\png\028.png" />
<Content Include="dashboard\icon-line-pro\travel\png\029.png" />
<Content Include="dashboard\icon-line-pro\travel\png\030.png" />
<Content Include="dashboard\icon-line-pro\travel\png\031.png" />
<Content Include="dashboard\icon-line-pro\travel\png\032.png" />
<Content Include="dashboard\icon-line-pro\travel\png\033.png" />
<Content Include="dashboard\icon-line-pro\travel\png\034.png" />
<Content Include="dashboard\icon-line-pro\travel\png\035.png" />
<Content Include="dashboard\icon-line-pro\travel\png\036.png" />
<Content Include="dashboard\icon-line-pro\travel\png\037.png" />
<Content Include="dashboard\icon-line-pro\travel\png\038.png" />
<Content Include="dashboard\icon-line-pro\travel\png\039.png" />
<Content Include="dashboard\icon-line-pro\travel\png\040.png" />
<Content Include="dashboard\icon-line-pro\travel\png\041.png" />
<Content Include="dashboard\icon-line-pro\travel\png\042.png" />
<Content Include="dashboard\icon-line-pro\travel\png\043.png" />
<Content Include="dashboard\icon-line-pro\travel\png\044.png" />
<Content Include="dashboard\icon-line-pro\travel\png\045.png" />
<Content Include="dashboard\icon-line-pro\travel\png\046.png" />
<Content Include="dashboard\icon-line-pro\travel\png\047.png" />
<Content Include="dashboard\icon-line-pro\travel\png\048.png" />
<Content Include="dashboard\icon-line-pro\travel\png\049.png" />
<Content Include="dashboard\icon-line-pro\travel\png\050.png" />
<Content Include="dashboard\icon-line-pro\travel\png\051.png" />
<Content Include="dashboard\icon-line-pro\travel\png\052.png" />
<Content Include="dashboard\icon-line-pro\travel\png\053.png" />
<Content Include="dashboard\icon-line-pro\travel\png\054.png" />
<Content Include="dashboard\icon-line-pro\travel\png\055.png" />
<Content Include="dashboard\icon-line-pro\travel\png\056.png" />
<Content Include="dashboard\icon-line-pro\travel\png\057.png" />
<Content Include="dashboard\icon-line-pro\travel\png\058.png" />
<Content Include="dashboard\icon-line-pro\travel\png\059.png" />
<Content Include="dashboard\icon-line-pro\travel\png\060.png" />
<Content Include="dashboard\icon-line-pro\travel\png\061.png" />
<Content Include="dashboard\icon-line-pro\travel\png\062.png" />
<Content Include="dashboard\icon-line-pro\travel\png\063.png" />
<Content Include="dashboard\icon-line-pro\travel\png\064.png" />
<Content Include="dashboard\icon-line-pro\travel\png\065.png" />
<Content Include="dashboard\icon-line-pro\travel\png\066.png" />
<Content Include="dashboard\icon-line-pro\travel\png\067.png" />
<Content Include="dashboard\icon-line-pro\travel\png\068.png" />
<Content Include="dashboard\icon-line-pro\travel\png\069.png" />
<Content Include="dashboard\icon-line-pro\travel\png\070.png" />
<Content Include="dashboard\icon-line-pro\travel\png\071.png" />
<Content Include="dashboard\icon-line-pro\travel\png\072.png" />
<Content Include="dashboard\icon-line-pro\travel\png\073.png" />
<Content Include="dashboard\icon-line-pro\travel\png\074.png" />
<Content Include="dashboard\icon-line-pro\travel\png\075.png" />
<Content Include="dashboard\icon-line-pro\travel\png\076.png" />
<Content Include="dashboard\icon-line-pro\travel\png\077.png" />
<Content Include="dashboard\icon-line-pro\travel\png\078.png" />
<Content Include="dashboard\icon-line-pro\travel\png\079.png" />
<Content Include="dashboard\icon-line-pro\travel\png\080.png" />
<Content Include="dashboard\icon-line-pro\travel\png\081.png" />
<Content Include="dashboard\icon-line-pro\travel\png\082.png" />
<Content Include="dashboard\icon-line-pro\travel\png\083.png" />
<Content Include="dashboard\icon-line-pro\travel\png\084.png" />
<Content Include="dashboard\icon-line-pro\travel\png\085.png" />
<Content Include="dashboard\icon-line-pro\travel\png\086.png" />
<Content Include="dashboard\icon-line-pro\travel\png\087.png" />
<Content Include="dashboard\icon-line-pro\travel\png\088.png" />
<Content Include="dashboard\icon-line-pro\travel\png\089.png" />
<Content Include="dashboard\icon-line-pro\travel\png\090.png" />
<Content Include="dashboard\icon-line-pro\travel\png\091.png" />
<Content Include="dashboard\icon-line-pro\travel\png\092.png" />
<Content Include="dashboard\icon-line-pro\travel\png\093.png" />
<Content Include="dashboard\icon-line-pro\travel\png\094.png" />
<Content Include="dashboard\icon-line-pro\travel\png\095.png" />
<Content Include="dashboard\icon-line-pro\travel\png\096.png" />
<Content Include="dashboard\icon-line-pro\travel\png\097.png" />
<Content Include="dashboard\icon-line-pro\travel\png\098.png" />
<Content Include="dashboard\icon-line-pro\travel\png\099.png" />
<Content Include="dashboard\icon-line-pro\travel\png\100.png" />
<Content Include="dashboard\icon-line-pro\travel\png\101.png" />
<Content Include="dashboard\icon-line-pro\travel\png\102.png" />
<Content Include="dashboard\icon-line-pro\travel\png\103.png" />
<Content Include="dashboard\icon-line-pro\travel\png\104.png" />
<Content Include="dashboard\icon-line-pro\travel\png\105.png" />
<Content Include="dashboard\icon-line-pro\travel\png\106.png" />
<Content Include="dashboard\icon-line-pro\travel\png\107.png" />
<Content Include="dashboard\icon-line-pro\travel\png\108.png" />
<Content Include="dashboard\icon-line-pro\travel\png\109.png" />
<Content Include="dashboard\icon-line-pro\travel\png\110.png" />
<Content Include="dashboard\icon-line-pro\travel\png\111.png" />
<Content Include="dashboard\icon-line-pro\travel\png\112.png" />
<Content Include="dashboard\icon-line-pro\travel\png\113.png" />
<Content Include="dashboard\icon-line-pro\travel\png\114.png" />
<Content Include="dashboard\icon-line-pro\travel\png\115.png" />
<Content Include="dashboard\icon-line-pro\travel\png\116.png" />
<Content Include="dashboard\icon-line-pro\travel\png\117.png" />
<Content Include="dashboard\icon-line-pro\travel\png\118.png" />
<Content Include="dashboard\icon-line-pro\travel\png\119.png" />
<Content Include="dashboard\icon-line-pro\travel\png\120.png" />
<Content Include="dashboard\icon-line-pro\travel\png\121.png" />
<Content Include="dashboard\icon-line-pro\travel\png\122.png" />
<Content Include="dashboard\icon-line-pro\travel\png\123.png" />
<Content Include="dashboard\icon-line-pro\travel\png\124.png" />
<Content Include="dashboard\icon-line-pro\travel\png\125.png" />
<Content Include="dashboard\icon-line-pro\travel\png\126.png" />
<Content Include="dashboard\icon-line-pro\travel\png\127.png" />
<Content Include="dashboard\icon-line-pro\travel\png\128.png" />
<Content Include="dashboard\icon-line-pro\travel\png\129.png" />
<Content Include="dashboard\icon-line-pro\travel\png\130.png" />
<Content Include="dashboard\icon-line-pro\travel\png\131.png" />
<Content Include="dashboard\icon-line-pro\travel\png\132.png" />
<Content Include="dashboard\icon-line-pro\travel\png\133.png" />
<Content Include="dashboard\icon-line-pro\travel\png\134.png" />
<Content Include="dashboard\icon-line-pro\travel\png\135.png" />
<Content Include="dashboard\icon-line-pro\travel\png\136.png" />
<Content Include="dashboard\icon-line-pro\travel\png\137.png" />
<Content Include="dashboard\icon-line-pro\travel\png\138.png" />
<Content Include="dashboard\icon-line-pro\travel\png\139.png" />
<Content Include="dashboard\icon-line-pro\travel\png\140.png" />
<Content Include="dashboard\icon-line-pro\travel\png\141.png" />
<Content Include="dashboard\icon-line-pro\travel\png\142.png" />
<Content Include="dashboard\icon-line-pro\travel\png\143.png" />
<Content Include="dashboard\icon-line-pro\travel\png\144.png" />
<Content Include="dashboard\icon-line-pro\travel\png\145.png" />
<Content Include="dashboard\icon-line-pro\travel\png\146.png" />
<Content Include="dashboard\icon-line-pro\travel\png\147.png" />
<Content Include="dashboard\icon-line-pro\travel\png\148.png" />
<Content Include="dashboard\icon-line-pro\travel\png\149.png" />
<Content Include="dashboard\icon-line-pro\travel\png\150.png" />
<Content Include="dashboard\icon-line-pro\travel\webfont\fonts\travel.svg" />
<Content Include="dashboard\icon-line-pro\travel\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\travel\webfont\styles.css" />
<Content Include="dashboard\icon-line-pro\weather\png\001.png" />
<Content Include="dashboard\icon-line-pro\weather\png\002.png" />
<Content Include="dashboard\icon-line-pro\weather\png\003.png" />
<Content Include="dashboard\icon-line-pro\weather\png\004.png" />
<Content Include="dashboard\icon-line-pro\weather\png\005.png" />
<Content Include="dashboard\icon-line-pro\weather\png\006.png" />
<Content Include="dashboard\icon-line-pro\weather\png\007.png" />
<Content Include="dashboard\icon-line-pro\weather\png\008.png" />
<Content Include="dashboard\icon-line-pro\weather\png\009.png" />
<Content Include="dashboard\icon-line-pro\weather\png\010.png" />
<Content Include="dashboard\icon-line-pro\weather\png\011.png" />
<Content Include="dashboard\icon-line-pro\weather\png\012.png" />
<Content Include="dashboard\icon-line-pro\weather\png\013.png" />
<Content Include="dashboard\icon-line-pro\weather\png\014.png" />
<Content Include="dashboard\icon-line-pro\weather\png\015.png" />
<Content Include="dashboard\icon-line-pro\weather\png\016.png" />
<Content Include="dashboard\icon-line-pro\weather\png\017.png" />
<Content Include="dashboard\icon-line-pro\weather\png\018.png" />
<Content Include="dashboard\icon-line-pro\weather\png\019.png" />
<Content Include="dashboard\icon-line-pro\weather\png\020.png" />
<Content Include="dashboard\icon-line-pro\weather\png\021.png" />
<Content Include="dashboard\icon-line-pro\weather\png\022.png" />
<Content Include="dashboard\icon-line-pro\weather\png\023.png" />
<Content Include="dashboard\icon-line-pro\weather\png\024.png" />
<Content Include="dashboard\icon-line-pro\weather\png\025.png" />
<Content Include="dashboard\icon-line-pro\weather\png\026.png" />
<Content Include="dashboard\icon-line-pro\weather\png\027.png" />
<Content Include="dashboard\icon-line-pro\weather\png\028.png" />
<Content Include="dashboard\icon-line-pro\weather\png\029.png" />
<Content Include="dashboard\icon-line-pro\weather\png\030.png" />
<Content Include="dashboard\icon-line-pro\weather\png\031.png" />
<Content Include="dashboard\icon-line-pro\weather\png\032.png" />
<Content Include="dashboard\icon-line-pro\weather\png\033.png" />
<Content Include="dashboard\icon-line-pro\weather\png\034.png" />
<Content Include="dashboard\icon-line-pro\weather\png\035.png" />
<Content Include="dashboard\icon-line-pro\weather\png\036.png" />
<Content Include="dashboard\icon-line-pro\weather\png\037.png" />
<Content Include="dashboard\icon-line-pro\weather\png\038.png" />
<Content Include="dashboard\icon-line-pro\weather\png\039.png" />
<Content Include="dashboard\icon-line-pro\weather\png\040.png" />
<Content Include="dashboard\icon-line-pro\weather\png\041.png" />
<Content Include="dashboard\icon-line-pro\weather\png\042.png" />
<Content Include="dashboard\icon-line-pro\weather\png\043.png" />
<Content Include="dashboard\icon-line-pro\weather\png\044.png" />
<Content Include="dashboard\icon-line-pro\weather\png\045.png" />
<Content Include="dashboard\icon-line-pro\weather\png\046.png" />
<Content Include="dashboard\icon-line-pro\weather\png\047.png" />
<Content Include="dashboard\icon-line-pro\weather\png\048.png" />
<Content Include="dashboard\icon-line-pro\weather\png\049.png" />
<Content Include="dashboard\icon-line-pro\weather\png\050.png" />
<Content Include="dashboard\icon-line-pro\weather\png\051.png" />
<Content Include="dashboard\icon-line-pro\weather\png\052.png" />
<Content Include="dashboard\icon-line-pro\weather\png\053.png" />
<Content Include="dashboard\icon-line-pro\weather\png\054.png" />
<Content Include="dashboard\icon-line-pro\weather\png\055.png" />
<Content Include="dashboard\icon-line-pro\weather\png\056.png" />
<Content Include="dashboard\icon-line-pro\weather\png\057.png" />
<Content Include="dashboard\icon-line-pro\weather\png\058.png" />
<Content Include="dashboard\icon-line-pro\weather\png\059.png" />
<Content Include="dashboard\icon-line-pro\weather\png\060.png" />
<Content Include="dashboard\icon-line-pro\weather\webfont\fonts\weather.svg" />
<Content Include="dashboard\icon-line-pro\weather\webfont\icons-reference.html" />
<Content Include="dashboard\icon-line-pro\weather\webfont\styles.css" />
<Content Include="dashboard\icon-line\css\simple-line-icons.css" />
<Content Include="dashboard\icon-line\fonts\Simple-Line-Icons.svg" />
<Content Include="dashboard\jquery-ui\core.js" />
<Content Include="dashboard\jquery-ui\data.js" />
<Content Include="dashboard\jquery-ui\disable-selection.js" />
<Content Include="dashboard\jquery-ui\effect.js" />
<Content Include="dashboard\jquery-ui\effects\effect-blind.js" />
<Content Include="dashboard\jquery-ui\effects\effect-bounce.js" />
<Content Include="dashboard\jquery-ui\effects\effect-clip.js" />
<Content Include="dashboard\jquery-ui\effects\effect-drop.js" />
<Content Include="dashboard\jquery-ui\effects\effect-explode.js" />
<Content Include="dashboard\jquery-ui\effects\effect-fade.js" />
<Content Include="dashboard\jquery-ui\effects\effect-fold.js" />
<Content Include="dashboard\jquery-ui\effects\effect-highlight.js" />
<Content Include="dashboard\jquery-ui\effects\effect-puff.js" />
<Content Include="dashboard\jquery-ui\effects\effect-pulsate.js" />
<Content Include="dashboard\jquery-ui\effects\effect-scale.js" />
<Content Include="dashboard\jquery-ui\effects\effect-shake.js" />
<Content Include="dashboard\jquery-ui\effects\effect-size.js" />
<Content Include="dashboard\jquery-ui\effects\effect-slide.js" />
<Content Include="dashboard\jquery-ui\effects\effect-transfer.js" />
<Content Include="dashboard\jquery-ui\escape-selector.js" />
<Content Include="dashboard\jquery-ui\focusable.js" />
<Content Include="dashboard\jquery-ui\form-reset-mixin.js" />
<Content Include="dashboard\jquery-ui\form.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-af.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-ar-DZ.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-ar.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-az.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-be.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-bg.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-bs.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-ca.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-cs.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-cy-GB.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-da.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-de.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-el.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-en-AU.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-en-GB.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-en-NZ.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-eo.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-es.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-et.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-eu.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-fa.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-fi.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-fo.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-fr-CA.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-fr-CH.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-fr.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-gl.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-he.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-hi.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-hr.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-hu.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-hy.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-id.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-is.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-it-CH.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-it.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-ja.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-ka.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-kk.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-km.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-ko.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-ky.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-lb.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-lt.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-lv.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-mk.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-ml.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-ms.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-nb.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-nl-BE.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-nl.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-nn.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-no.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-pl.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-pt-BR.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-pt.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-rm.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-ro.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-ru.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-sk.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-sl.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-sq.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-sr-SR.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-sr.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-sv.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-ta.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-th.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-tj.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-tr.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-uk.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-vi.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-zh-CN.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-zh-HK.js" />
<Content Include="dashboard\jquery-ui\i18n\datepicker-zh-TW.js" />
<Content Include="dashboard\jquery-ui\ie.js" />
<Content Include="dashboard\jquery-ui\jquery-1-7.js" />
<Content Include="dashboard\jquery-ui\keycode.js" />
<Content Include="dashboard\jquery-ui\labels.js" />
<Content Include="dashboard\jquery-ui\minified\core.js" />
<Content Include="dashboard\jquery-ui\minified\data.js" />
<Content Include="dashboard\jquery-ui\minified\disable-selection.js" />
<Content Include="dashboard\jquery-ui\minified\effect.js" />
<Content Include="dashboard\jquery-ui\minified\escape-selector.js" />
<Content Include="dashboard\jquery-ui\minified\focusable.js" />
<Content Include="dashboard\jquery-ui\minified\form-reset-mixin.js" />
<Content Include="dashboard\jquery-ui\minified\form.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-af.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-ar-DZ.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-ar.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-az.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-be.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-bg.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-bs.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-ca.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-cs.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-cy-GB.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-da.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-de.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-el.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-en-AU.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-en-GB.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-en-NZ.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-eo.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-es.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-et.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-eu.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-fa.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-fi.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-fo.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-fr-CA.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-fr-CH.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-fr.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-gl.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-he.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-hi.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-hr.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-hu.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-hy.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-id.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-is.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-it-CH.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-it.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-ja.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-ka.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-kk.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-km.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-ko.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-ky.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-lb.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-lt.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-lv.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-mk.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-ml.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-ms.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-nb.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-nl-BE.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-nl.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-nn.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-no.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-pl.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-pt-BR.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-pt.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-rm.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-ro.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-ru.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-sk.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-sl.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-sq.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-sr-SR.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-sr.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-sv.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-ta.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-th.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-tj.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-tr.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-uk.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-vi.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-zh-CN.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-zh-HK.js" />
<Content Include="dashboard\jquery-ui\minified\i18n\datepicker-zh-TW.js" />
<Content Include="dashboard\jquery-ui\minified\ie.js" />
<Content Include="dashboard\jquery-ui\minified\jquery-1-7.js" />
<Content Include="dashboard\jquery-ui\minified\keycode.js" />
<Content Include="dashboard\jquery-ui\minified\labels.js" />
<Content Include="dashboard\jquery-ui\minified\plugin.js" />
<Content Include="dashboard\jquery-ui\minified\position.js" />
<Content Include="dashboard\jquery-ui\minified\safe-active-element.js" />
<Content Include="dashboard\jquery-ui\minified\safe-blur.js" />
<Content Include="dashboard\jquery-ui\minified\scroll-parent.js" />
<Content Include="dashboard\jquery-ui\minified\tabbable.js" />
<Content Include="dashboard\jquery-ui\minified\unique-id.js" />
<Content Include="dashboard\jquery-ui\minified\version.js" />
<Content Include="dashboard\jquery-ui\minified\widget.js" />
<Content Include="dashboard\jquery-ui\plugin.js" />
<Content Include="dashboard\jquery-ui\position.js" />
<Content Include="dashboard\jquery-ui\safe-active-element.js" />
<Content Include="dashboard\jquery-ui\safe-blur.js" />
<Content Include="dashboard\jquery-ui\scroll-parent.js" />
<Content Include="dashboard\jquery-ui\tabbable.js" />
<Content Include="dashboard\jquery-ui\unique-id.js" />
<Content Include="dashboard\jquery-ui\version.js" />
<Content Include="dashboard\jquery-ui\widget.js" />
<Content Include="dashboard\jquery-ui\widgets\accordion.js" />
<Content Include="dashboard\jquery-ui\widgets\autocomplete.js" />
<Content Include="dashboard\jquery-ui\widgets\button.js" />
<Content Include="dashboard\jquery-ui\widgets\checkboxradio.js" />
<Content Include="dashboard\jquery-ui\widgets\controlgroup.js" />
<Content Include="dashboard\jquery-ui\widgets\datepicker.js" />
<Content Include="dashboard\jquery-ui\widgets\dialog.js" />
<Content Include="dashboard\jquery-ui\widgets\draggable.js" />
<Content Include="dashboard\jquery-ui\widgets\droppable.js" />
<Content Include="dashboard\jquery-ui\widgets\menu.js" />
<Content Include="dashboard\jquery-ui\widgets\mouse.js" />
<Content Include="dashboard\jquery-ui\widgets\progressbar.js" />
<Content Include="dashboard\jquery-ui\widgets\resizable.js" />
<Content Include="dashboard\jquery-ui\widgets\selectable.js" />
<Content Include="dashboard\jquery-ui\widgets\selectmenu.js" />
<Content Include="dashboard\jquery-ui\widgets\slider.js" />
<Content Include="dashboard\jquery-ui\widgets\sortable.js" />
<Content Include="dashboard\jquery-ui\widgets\spinner.js" />
<Content Include="dashboard\jquery-ui\widgets\tabs.js" />
<Content Include="dashboard\jquery-ui\widgets\tooltip.js" />
<Content Include="dashboard\js\blocks\temp.txt" />
<Content Include="dashboard\js\components\gmap\hs.map.js" />
<Content Include="dashboard\js\components\hs.activate-elements.js" />
<Content Include="dashboard\js\components\hs.ajax-autocomplete.js" />
<Content Include="dashboard\js\components\hs.area-chart.js" />
<Content Include="dashboard\js\components\hs.autocomplete-local-search.js" />
<Content Include="dashboard\js\components\hs.autocomplete.js" />
<Content Include="dashboard\js\components\hs.bar-chart.js" />
<Content Include="dashboard\js\components\hs.bg-video.js" />
<Content Include="dashboard\js\components\hs.carousel.js" />
<Content Include="dashboard\js\components\hs.chart-pie.js" />
<Content Include="dashboard\js\components\hs.chart.js" />
<Content Include="dashboard\js\components\hs.count-qty.js" />
<Content Include="dashboard\js\components\hs.countdown.js" />
<Content Include="dashboard\js\components\hs.counter.js" />
<Content Include="dashboard\js\components\hs.cubeportfolio.js" />
<Content Include="dashboard\js\components\hs.datatables.js" />
<Content Include="dashboard\js\components\hs.datepicker-1.0.js" />
<Content Include="dashboard\js\components\hs.datepicker.js" />
<Content Include="dashboard\js\components\hs.donut-chart.js" />
<Content Include="dashboard\js\components\hs.dropdown.js" />
<Content Include="dashboard\js\components\hs.file-attachement.js" />
<Content Include="dashboard\js\components\hs.file-upload.js" />
<Content Include="dashboard\js\components\hs.go-to.js" />
<Content Include="dashboard\js\components\hs.header-fullscreen.js" />
<Content Include="dashboard\js\components\hs.header-side.js" />
<Content Include="dashboard\js\components\hs.header.js" />
<Content Include="dashboard\js\components\hs.line-chart.js" />
<Content Include="dashboard\js\components\hs.map.pin.js" />
<Content Include="dashboard\js\components\hs.map.svg.js" />
<Content Include="dashboard\js\components\hs.markup-copy.js" />
<Content Include="dashboard\js\components\hs.masked-input.js" />
<Content Include="dashboard\js\components\hs.modal-event.js" />
<Content Include="dashboard\js\components\hs.modal-window.js" />
<Content Include="dashboard\js\components\hs.multi-select.js" />
<Content Include="dashboard\js\components\hs.navigation.js" />
<Content Include="dashboard\js\components\hs.nl-form.js" />
<Content Include="dashboard\js\components\hs.onscroll-animation.js" />
<Content Include="dashboard\js\components\hs.pie-chart.js" />
<Content Include="dashboard\js\components\hs.popup-old.js" />
<Content Include="dashboard\js\components\hs.popup.js" />
<Content Include="dashboard\js\components\hs.progress-bar.js" />
<Content Include="dashboard\js\components\hs.range-datepicker.js" />
<Content Include="dashboard\js\components\hs.rating.js" />
<Content Include="dashboard\js\components\hs.scroll-nav.js" />
<Content Include="dashboard\js\components\hs.scrollbar.js" />
<Content Include="dashboard\js\components\hs.select.js" />
<Content Include="dashboard\js\components\hs.side-nav.js" />
<Content Include="dashboard\js\components\hs.slider.js" />
<Content Include="dashboard\js\components\hs.smart-menu.js" />
<Content Include="dashboard\js\components\hs.step-form.js" />
<Content Include="dashboard\js\components\hs.sticky-block.js" />
<Content Include="dashboard\js\components\hs.tabs.js" />
<Content Include="dashboard\js\components\hs.toastr.js" />
<Content Include="dashboard\js\components\hs.validation.js" />
<Content Include="dashboard\js\components\hs.video-audio.js" />
<Content Include="dashboard\js\components\text-animation\hs.text-slideshow.js" />
<Content Include="dashboard\js\custom.js" />
<Content Include="dashboard\js\demo\hs.demo.icons.js" />
<Content Include="dashboard\js\helpers\hs.bg-video.js" />
<Content Include="dashboard\js\helpers\hs.compressed-form.js" />
<Content Include="dashboard\js\helpers\hs.file-attachments.js" />
<Content Include="dashboard\js\helpers\hs.focus-state.js" />
<Content Include="dashboard\js\helpers\hs.hamburgers.js" />
<Content Include="dashboard\js\helpers\hs.height-calc.js" />
<Content Include="dashboard\js\helpers\hs.hover-blocks.js" />
<Content Include="dashboard\js\helpers\hs.modal-markup.js" />
<Content Include="dashboard\js\helpers\hs.navigation-splitted.js" />
<Content Include="dashboard\js\helpers\hs.not-empty-state.js" />
<Content Include="dashboard\js\helpers\hs.rating.js" />
<Content Include="dashboard\js\helpers\hs.selecter.js" />
<Content Include="dashboard\js\helpers\hs.shortcode-filter.js" />
<Content Include="dashboard\js\hs.core.js" />
<Content Include="dashboard\js\_js-classes.txt" />
<Content Include="dashboard\malihu-scrollbar\jquery.mCustomScrollbar.concat.min.js" />
<Content Include="dashboard\malihu-scrollbar\jquery.mCustomScrollbar.css" />
<Content Include="dashboard\malihu-scrollbar\jquery.mCustomScrollbar.js" />
<Content Include="dashboard\malihu-scrollbar\jquery.mCustomScrollbar.min.css" />
<Content Include="dashboard\unify-admin.css" />
<Content Include="favicon.ico" />
<Content Include="fonts\fontawesome-webfont.svg" />
<Content Include="fonts\hs-icons.svg" />
<Content Include="fonts\Material-Design-Icons.svg" />
<Content Include="fonts\Simple-Line-Icons.svg" />
<Content Include="Global.asax" />
<Content Include="Content\Site.css" />
<Content Include="ApplicationInsights.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Images\background.jpg" />
<Content Include="Images\background2.jpg" />
<Content Include="Images\background3.jpg" />
<Content Include="Images\bg\bg-img1.png" />
<Content Include="Images\bg\bricks--white.png" />
<Content Include="Images\bg\grid\diagonal-left.png" />
<Content Include="Images\bg\grid\diagonal-right.png" />
<Content Include="Images\bg\grid\tile-left.png" />
<Content Include="Images\bg\grid\tile-right.png" />
<Content Include="Images\bg\grid\wave.png" />
<Content Include="Images\bg\grid\zigzag-left.png" />
<Content Include="Images\bg\grid\zigzag-right.png" />
<Content Include="Images\bg\marker\marker-bg-black.png" />
<Content Include="Images\bg\marker\marker-bg-green.png" />
<Content Include="Images\bg\marker\marker-bg-primary.png" />
<Content Include="Images\bg\marker\marker-bg-red.png" />
<Content Include="Images\bg\marker\marker-bg-white.png" />
<Content Include="Images\bg\marker\marker-bg-yellow.png" />
<Content Include="Images\bg\none-bg.png" />
<Content Include="Images\bg\pattern--green.png" />
<Content Include="Images\bg\pattern-7.png" />
<Content Include="Images\bg\pattern2.png" />
<Content Include="Images\bg\pattern3.png" />
<Content Include="Images\bg\pattern4.png" />
<Content Include="Images\bg\pattern5.png" />
<Content Include="Images\bg\pattern6--beige.png" />
<Content Include="Images\bg\pattern6--gray.png" />
<Content Include="Images\bg\pattern6-1-dark.png" />
<Content Include="Images\bg\pattern6-1.png" />
<Content Include="Images\bg\pattern6-2.png" />
<Content Include="Images\bg\pattern6-3.png" />
<Content Include="Images\bg\pattern6-dark.png" />
<Content Include="Images\bg\pattern6.png" />
<Content Include="Images\bg\pattern\bricks-white.png" />
<Content Include="Images\bg\pattern\darkness.png" />
<Content Include="Images\bg\pattern\doodles.png" />
<Content Include="Images\bg\pattern\figures-light.png" />
<Content Include="Images\bg\pattern\footer-lodyas.png" />
<Content Include="Images\bg\pattern\math-dark.png" />
<Content Include="Images\bg\pattern\memphis-colorful.png" />
<Content Include="Images\bg\pattern\noise-green.png" />
<Content Include="Images\bg\pattern\noise2-dark.png" />
<Content Include="Images\bg\secondary.png" />
<Content Include="Images\bg\transparent.png" />
<Content Include="Images\CellGroup\IMG_7052.JPG" />
<Content Include="Images\CellGroup\IMG_7064.JPG" />
<Content Include="Images\CellGroup\IMG_7071.JPG" />
<Content Include="Images\CellGroup\IMG_7077.JPG" />
<Content Include="Images\Destiny\Destiny01.png" />
<Content Include="Images\Destiny\Destiny02.png" />
<Content Include="Images\Destiny\Destiny03.png" />
<Content Include="Images\Destiny\Destiny04.png" />
<Content Include="Images\Destiny\Destiny05.png" />
<Content Include="Images\free-f.png" />
<Content Include="Images\HappinessGroup\bg1.jpg" />
<Content Include="Images\HappinessGroup\bg2.jpg" />
<Content Include="Images\HappinessGroup\grunge_line_bottom.png" />
<Content Include="Images\HappinessGroup\happinessGroupLogo.png" />
<Content Include="Images\HappinessGroup\week01.jpg" />
<Content Include="Images\HappinessGroup\week02.jpg" />
<Content Include="Images\HappinessGroup\week03.jpg" />
<Content Include="Images\HappinessGroup\week04.jpg" />
<Content Include="Images\HappinessGroup\week05.jpg" />
<Content Include="Images\HappinessGroup\week06.jpg" />
<Content Include="Images\HappinessGroup\week07.jpg" />
<Content Include="Images\HappinessGroup\week08.jpg" />
<Content Include="Images\HappinessGroup\week1-T.jpg" />
<Content Include="Images\HappinessGroup\week1-T.png" />
<Content Include="Images\IceBreak\img14.jpg" />
<Content Include="Images\IceBreak\img15.png" />
<Content Include="Images\IceBreak\img16.png" />
<Content Include="Images\login.jpg" />
<Content Include="Images\logo-dark.png" />
<Content Include="Images\logo-light.png" />
<Content Include="Images\premium-f.png" />
<Content Include="Images\SeekNewVisitor.jpg" />
<Content Include="Images\svg\svg-bg-element1.svg" />
<Content Include="Images\svg\svg-bg1.svg" />
<Content Include="Images\svg\svg-bg2-j.svg" />
<Content Include="Images\svg\svg-bg2.svg" />
<Content Include="Images\svg\svg-bg3.svg" />
<Content Include="Images\svg\svg-bg4.svg" />
<Content Include="Images\svg\svg-bg5.svg" />
<Content Include="Images\svg\svg-bg6.svg" />
<Content Include="Scripts\ajaxPost.js" />
<Content Include="Scripts\bootstrap-material-datetimepicker.js" />
<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\clipboard.min.js" />
<Content Include="Scripts\components\gmap\hs.map.js" />
<Content Include="Scripts\components\hs.ajax-autocomplete.js" />
<Content Include="Scripts\components\hs.autocomplete-local-search.js" />
<Content Include="Scripts\components\hs.autocomplete.js" />
<Content Include="Scripts\components\hs.bg-video.js" />
<Content Include="Scripts\components\hs.carousel.js" />
<Content Include="Scripts\components\hs.chart-pie.js" />
<Content Include="Scripts\components\hs.chart.js" />
<Content Include="Scripts\components\hs.count-qty.js" />
<Content Include="Scripts\components\hs.countdown.js" />
<Content Include="Scripts\components\hs.counter.js" />
<Content Include="Scripts\components\hs.cubeportfolio.js" />
<Content Include="Scripts\components\hs.datepicker.js" />
<Content Include="Scripts\components\hs.dropdown.js" />
<Content Include="Scripts\components\hs.file-attachement.js" />
<Content Include="Scripts\components\hs.go-to.js" />
<Content Include="Scripts\components\hs.header-fullscreen.js" />
<Content Include="Scripts\components\hs.header-side.js" />
<Content Include="Scripts\components\hs.header.js" />
<Content Include="Scripts\components\hs.map.pin.js" />
<Content Include="Scripts\components\hs.map.svg.js" />
<Content Include="Scripts\components\hs.markup-copy.js" />
<Content Include="Scripts\components\hs.masked-input.js" />
<Content Include="Scripts\components\hs.modal-event.js" />
<Content Include="Scripts\components\hs.modal-window.js" />
<Content Include="Scripts\components\hs.navigation.js" />
<Content Include="Scripts\components\hs.nl-form.js" />
<Content Include="Scripts\components\hs.onscroll-animation.js" />
<Content Include="Scripts\components\hs.popup.js" />
<Content Include="Scripts\components\hs.progress-bar.js" />
<Content Include="Scripts\components\hs.rating.js" />
<Content Include="Scripts\components\hs.scroll-nav.js" />
<Content Include="Scripts\components\hs.scrollbar.js" />
<Content Include="Scripts\components\hs.select.js" />
<Content Include="Scripts\components\hs.slider.js" />
<Content Include="Scripts\components\hs.smart-menu.js" />
<Content Include="Scripts\components\hs.step-form.js" />
<Content Include="Scripts\components\hs.sticky-block.js" />
<Content Include="Scripts\components\hs.tabs.js" />
<Content Include="Scripts\components\hs.validation.js" />
<Content Include="Scripts\components\hs.video-audio.js" />
<Content Include="Scripts\components\text-animation\hs.text-slideshow.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" />
<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="Areas\admin\Views\web.config" />
<Content Include="Areas\admin\Views\_ViewStart.cshtml" />
<Content Include="Areas\admin\Views\Shared\_Layout.cshtml" />
<Content Include="Areas\admin\Views\Dashboard\Index.cshtml" />
<Content Include="dashboard\bootstrap-select\css\bootstrap-select.css.map" />
<Content Include="dashboard\bootstrap-select\js\bootstrap-select.js.map" />
<Content Include="dashboard\chartist-js\chartist.css.map" />
<Content Include="dashboard\chartist-js\chartist.min.js.map" />
<Content Include="dashboard\chartist-js\scss\chartist.scss" />
<Content Include="dashboard\chartist-js\scss\settings\_chartist-settings.scss" />
<Content Include="dashboard\hs-admin-icons\hs-admin-icons.eot" />
<Content Include="dashboard\hs-admin-icons\hs-admin-icons.ttf" />
<Content Include="dashboard\hs-admin-icons\hs-admin-icons.woff" />
<Content Include="dashboard\icon-awesome\fonts\fontawesome-webfont.eot" />
<Content Include="dashboard\icon-awesome\fonts\fontawesome-webfont.ttf" />
<Content Include="dashboard\icon-awesome\fonts\fontawesome-webfont.woff" />
<Content Include="dashboard\icon-awesome\fonts\fontawesome-webfont.woff2" />
<Content Include="dashboard\icon-awesome\fonts\FontAwesome.otf" />
<Content Include="dashboard\icon-awesome\less\animated.less" />
<Content Include="dashboard\icon-awesome\less\bordered-pulled.less" />
<Content Include="dashboard\icon-awesome\less\core.less" />
<Content Include="dashboard\icon-awesome\less\fixed-width.less" />
<Content Include="dashboard\icon-awesome\less\font-awesome.less" />
<Content Include="dashboard\icon-awesome\less\icons.less" />
<Content Include="dashboard\icon-awesome\less\larger.less" />
<Content Include="dashboard\icon-awesome\less\list.less" />
<Content Include="dashboard\icon-awesome\less\mixins.less" />
<Content Include="dashboard\icon-awesome\less\path.less" />
<Content Include="dashboard\icon-awesome\less\rotated-flipped.less" />
<Content Include="dashboard\icon-awesome\less\screen-reader.less" />
<Content Include="dashboard\icon-awesome\less\stacked.less" />
<Content Include="dashboard\icon-awesome\less\variables.less" />
<Content Include="dashboard\icon-awesome\scss\font-awesome.scss" />
<Content Include="dashboard\icon-awesome\scss\_animated.scss" />
<Content Include="dashboard\icon-awesome\scss\_bordered-pulled.scss" />
<Content Include="dashboard\icon-awesome\scss\_core.scss" />
<Content Include="dashboard\icon-awesome\scss\_fixed-width.scss" />
<Content Include="dashboard\icon-awesome\scss\_icons.scss" />
<Content Include="dashboard\icon-awesome\scss\_larger.scss" />
<Content Include="dashboard\icon-awesome\scss\_list.scss" />
<Content Include="dashboard\icon-awesome\scss\_mixins.scss" />
<Content Include="dashboard\icon-awesome\scss\_path.scss" />
<Content Include="dashboard\icon-awesome\scss\_rotated-flipped.scss" />
<Content Include="dashboard\icon-awesome\scss\_screen-reader.scss" />
<Content Include="dashboard\icon-awesome\scss\_stacked.scss" />
<Content Include="dashboard\icon-awesome\scss\_variables.scss" />
<Content Include="dashboard\icon-etlinefont\bower.json" />
<Content Include="dashboard\icon-etlinefont\fonts\et-line.eot" />
<Content Include="dashboard\icon-etlinefont\fonts\et-line.ttf" />
<Content Include="dashboard\icon-etlinefont\fonts\et-line.woff" />
<Content Include="dashboard\icon-etlinefont\images\ai\line-icons_expanded.ai" />
<Content Include="dashboard\icon-etlinefont\images\ai\line-icons_strokes.ai" />
<Content Include="dashboard\icon-etlinefont\LICENSE" />
<Content Include="dashboard\icon-etlinefont\README.md" />
<Content Include="dashboard\icon-hs\fonts\hs-icons.ttf" />
<Content Include="dashboard\icon-hs\fonts\hs-icons.woff" />
<Content Include="dashboard\icon-line-pro\christmas\webfont\fonts\cristmas.eot" />
<Content Include="dashboard\icon-line-pro\christmas\webfont\fonts\cristmas.ttf" />
<Content Include="dashboard\icon-line-pro\christmas\webfont\fonts\cristmas.woff" />
<Content Include="dashboard\icon-line-pro\clothes\webfont\fonts\clothes.eot" />
<Content Include="dashboard\icon-line-pro\clothes\webfont\fonts\clothes.ttf" />
<Content Include="dashboard\icon-line-pro\clothes\webfont\fonts\clothes.woff" />
<Content Include="dashboard\icon-line-pro\communication\webfont\fonts\communication-48-x-48.eot" />
<Content Include="dashboard\icon-line-pro\communication\webfont\fonts\communication-48-x-48.ttf" />
<Content Include="dashboard\icon-line-pro\communication\webfont\fonts\communication-48-x-48.woff" />
<Content Include="dashboard\icon-line-pro\education\webfont\fonts\education-48.eot" />
<Content Include="dashboard\icon-line-pro\education\webfont\fonts\education-48.ttf" />
<Content Include="dashboard\icon-line-pro\education\webfont\fonts\education-48.woff" />
<Content Include="dashboard\icon-line-pro\electronics\webfont\fonts\electronics.eot" />
<Content Include="dashboard\icon-line-pro\electronics\webfont\fonts\electronics.ttf" />
<Content Include="dashboard\icon-line-pro\electronics\webfont\fonts\electronics.woff" />
<Content Include="dashboard\icon-line-pro\finance\webfont\fonts\finance.eot" />
<Content Include="dashboard\icon-line-pro\finance\webfont\fonts\finance.ttf" />
<Content Include="dashboard\icon-line-pro\finance\webfont\fonts\finance.woff" />
<Content Include="dashboard\icon-line-pro\food\webfont\fonts\food-48.eot" />
<Content Include="dashboard\icon-line-pro\food\webfont\fonts\food-48.ttf" />
<Content Include="dashboard\icon-line-pro\food\webfont\fonts\food-48.woff" />
<Content Include="dashboard\icon-line-pro\furniture\webfont\fonts\furniture.eot" />
<Content Include="dashboard\icon-line-pro\furniture\webfont\fonts\furniture.ttf" />
<Content Include="dashboard\icon-line-pro\furniture\webfont\fonts\furniture.woff" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\webfont\fonts\hotel-restaurant.eot" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\webfont\fonts\hotel-restaurant.ttf" />
<Content Include="dashboard\icon-line-pro\hotel-restaurant\webfont\fonts\hotel-restaurant.woff" />
<Content Include="dashboard\icon-line-pro\media\webfont\fonts\media.eot" />
<Content Include="dashboard\icon-line-pro\media\webfont\fonts\media.ttf" />
<Content Include="dashboard\icon-line-pro\media\webfont\fonts\media.woff" />
<Content Include="dashboard\icon-line-pro\medical\webfont\fonts\medical-and-health.eot" />
<Content Include="dashboard\icon-line-pro\medical\webfont\fonts\medical-and-health.ttf" />
<Content Include="dashboard\icon-line-pro\medical\webfont\fonts\medical-and-health.woff" />
<Content Include="dashboard\icon-line-pro\music\webfont\fonts\music.eot" />
<Content Include="dashboard\icon-line-pro\music\webfont\fonts\music.ttf" />
<Content Include="dashboard\icon-line-pro\music\webfont\fonts\music.woff" />
<Content Include="dashboard\icon-line-pro\real-estate\webfont\fonts\real-estate.eot" />
<Content Include="dashboard\icon-line-pro\real-estate\webfont\fonts\real-estate.ttf" />
<Content Include="dashboard\icon-line-pro\real-estate\webfont\fonts\real-estate.woff" />
<Content Include="dashboard\icon-line-pro\science\webfont\fonts\science.eot" />
<Content Include="dashboard\icon-line-pro\science\webfont\fonts\science.ttf" />
<Content Include="dashboard\icon-line-pro\science\webfont\fonts\science.woff" />
<Content Include="dashboard\icon-line-pro\sports\webfont\fonts\sports-48-x-48.eot" />
<Content Include="dashboard\icon-line-pro\sports\webfont\fonts\sports-48-x-48.ttf" />
<Content Include="dashboard\icon-line-pro\sports\webfont\fonts\sports-48-x-48.woff" />
<Content Include="dashboard\icon-line-pro\transport\webfont\fonts\transport.eot" />
<Content Include="dashboard\icon-line-pro\transport\webfont\fonts\transport.ttf" />
<Content Include="dashboard\icon-line-pro\transport\webfont\fonts\transport.woff" />
<Content Include="dashboard\icon-line-pro\travel\webfont\fonts\travel.eot" />
<Content Include="dashboard\icon-line-pro\travel\webfont\fonts\travel.ttf" />
<Content Include="dashboard\icon-line-pro\travel\webfont\fonts\travel.woff" />
<Content Include="dashboard\icon-line-pro\weather\webfont\fonts\weather.eot" />
<Content Include="dashboard\icon-line-pro\weather\webfont\fonts\weather.ttf" />
<Content Include="dashboard\icon-line-pro\weather\webfont\fonts\weather.woff" />
<Content Include="dashboard\icon-line\fonts\Simple-Line-Icons.eot" />
<Content Include="dashboard\icon-line\fonts\Simple-Line-Icons.ttf" />
<Content Include="dashboard\icon-line\fonts\Simple-Line-Icons.woff" />
<Content Include="dashboard\icon-line\fonts\Simple-Line-Icons.woff2" />
<Content Include="dashboard\jquery-ui\.jshintrc" />
<Content Include="Areas\dashboard\Views\web.config" />
<Content Include="Areas\dashboard\Views\Shared\_Layout.cshtml" />
<Content Include="Areas\dashboard\Views\_ViewStart.cshtml" />
<Content Include="Content\vendor\dzsparallaxer\advancedscroller\plugin.css.map" />
<Content Include="Content\vendor\dzsparallaxer\dzsparallaxer.css.map" />
<Content Include="Content\vendor\dzsparallaxer\dzsscroller\scroller.css.map" />
<Content Include="Content\vendor\slick-carousel\.bower.json" />
<Content Include="Content\vendor\slick-carousel\bower.json" />
<Content Include="Content\vendor\slick-carousel\component.json" />
<Content Include="Content\vendor\slick-carousel\CONTRIBUTING.markdown" />
<Content Include="Content\vendor\slick-carousel\ISSUE_TEMPLATE.md" />
<Content Include="Content\vendor\slick-carousel\LICENSE" />
<Content Include="Content\vendor\slick-carousel\Makefile" />
<Content Include="Content\vendor\slick-carousel\README.markdown" />
<Content Include="Content\vendor\slick-carousel\slick.jquery.json" />
<Content Include="Content\vendor\slick-carousel\slick\config.rb" />
<Content Include="Content\vendor\slick-carousel\slick\fonts\slick.eot" />
<Content Include="Content\vendor\slick-carousel\slick\fonts\slick.ttf" />
<Content Include="Content\vendor\slick-carousel\slick\fonts\slick.woff" />
<Content Include="Content\vendor\slick-carousel\slick\slick-theme.less" />
<Content Include="Content\vendor\slick-carousel\slick\slick-theme.scss" />
<Content Include="Content\vendor\slick-carousel\slick\slick.less" />
<Content Include="Content\vendor\slick-carousel\slick\slick.scss" />
<Content Include="fonts\fontawesome-webfont.eot" />
<Content Include="fonts\fontawesome-webfont.ttf" />
<Content Include="fonts\fontawesome-webfont.woff" />
<Content Include="fonts\fontawesome-webfont.woff2" />
<Content Include="fonts\FontAwesome.otf" />
<Content Include="fonts\hs-icons.ttf" />
<Content Include="fonts\hs-icons.woff" />
<Content Include="fonts\Simple-Line-Icons.eot" />
<Content Include="fonts\Simple-Line-Icons.ttf" />
<Content Include="fonts\Simple-Line-Icons.woff" />
<Content Include="fonts\Simple-Line-Icons.woff2" />
<Content Include="Areas\dashboard\Views\NewVisitors\Create.cshtml" />
<Content Include="Areas\dashboard\Views\NewVisitors\Delete.cshtml" />
<Content Include="Areas\dashboard\Views\NewVisitors\Details.cshtml" />
<Content Include="Areas\dashboard\Views\NewVisitors\Edit.cshtml" />
<Content Include="Areas\dashboard\Views\NewVisitors\Index.cshtml" />
<Content Include="fonts\Material-Design-Icons.eot" />
<Content Include="fonts\Material-Design-Icons.ttf" />
<Content Include="fonts\Material-Design-Icons.woff" />
<Content Include="fonts\Material-Design-Icons.woff2" />
<Content Include="Areas\dashboard\Views\Religions\Create.cshtml" />
<Content Include="Areas\dashboard\Views\Religions\Delete.cshtml" />
<Content Include="Areas\dashboard\Views\Religions\Details.cshtml" />
<Content Include="Areas\dashboard\Views\Religions\Edit.cshtml" />
<Content Include="Areas\dashboard\Views\Religions\Index.cshtml" />
<Content Include="Areas\dashboard\Views\FamilyMembers\Create.cshtml" />
<Content Include="Areas\dashboard\Views\FamilyMembers\Delete.cshtml" />
<Content Include="Areas\dashboard\Views\FamilyMembers\Details.cshtml" />
<Content Include="Areas\dashboard\Views\FamilyMembers\Edit.cshtml" />
<Content Include="Areas\dashboard\Views\FamilyMembers\Index.cshtml" />
<Content Include="Areas\dashboard\Views\WhoIsSpies\Create.cshtml" />
<Content Include="Areas\dashboard\Views\WhoIsSpies\Delete.cshtml" />
<Content Include="Areas\dashboard\Views\WhoIsSpies\Details.cshtml" />
<Content Include="Areas\dashboard\Views\WhoIsSpies\Edit.cshtml" />
<Content Include="Areas\dashboard\Views\WhoIsSpies\Index.cshtml" />
<Content Include="Areas\English\Views\web.config" />
<Content Include="Areas\English\Views\Shared\_Layout.cshtml" />
<Content Include="Areas\English\Views\_ViewStart.cshtml" />
<Content Include="Areas\English\Views\Vocabularies\Create.cshtml" />
<Content Include="Areas\English\Views\Vocabularies\Delete.cshtml" />
<Content Include="Areas\English\Views\Vocabularies\Details.cshtml" />
<Content Include="Areas\English\Views\Vocabularies\Edit.cshtml" />
<Content Include="Areas\English\Views\Vocabularies\Index.cshtml" />
<Content Include="Areas\English\Views\Vocabularies\Memorized.cshtml" />
<Content Include="Areas\English\Views\Shared\_SpellPractice.cshtml" />
<Content Include="Areas\English\Views\Vocabularies\Visualize.cshtml" />
<Content Include="Areas\English\Views\Vocabularies\Apply.cshtml" />
<Content Include="Areas\English\Views\Vocabularies\Review.cshtml" />
<Content Include="Areas\dashboard\Views\HappinessGroups\Create.cshtml" />
<Content Include="Areas\dashboard\Views\HappinessGroups\Delete.cshtml" />
<Content Include="Areas\dashboard\Views\HappinessGroups\Details.cshtml" />
<Content Include="Areas\dashboard\Views\HappinessGroups\Edit.cshtml" />
<Content Include="Areas\dashboard\Views\HappinessGroups\Index.cshtml" />
<Content Include="Areas\dashboard\Views\HappinessBESTs\Create.cshtml" />
<Content Include="Areas\dashboard\Views\HappinessBESTs\Delete.cshtml" />
<Content Include="Areas\dashboard\Views\HappinessBESTs\Details.cshtml" />
<Content Include="Areas\dashboard\Views\HappinessBESTs\Edit.cshtml" />
<Content Include="Areas\dashboard\Views\HappinessBESTs\Index.cshtml" />
<Content Include="Areas\English\Views\Vocabularies\FlashCard.cshtml" />
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
<None Include="Scripts\jquery-3.3.1.intellisense.js" />
<Content Include="Scripts\helpers\hs.bg-video.js" />
<Content Include="Scripts\helpers\hs.file-attachments.js" />
<Content Include="Scripts\helpers\hs.focus-state.js" />
<Content Include="Scripts\helpers\hs.hamburgers.js" />
<Content Include="Scripts\helpers\hs.height-calc.js" />
<Content Include="Scripts\helpers\hs.hover-blocks.js" />
<Content Include="Scripts\helpers\hs.modal-markup.js" />
<Content Include="Scripts\helpers\hs.navigation-splitted.js" />
<Content Include="Scripts\helpers\hs.not-empty-state.js" />
<Content Include="Scripts\helpers\hs.rating.js" />
<Content Include="Scripts\helpers\hs.selecter.js" />
<Content Include="Scripts\helpers\hs.shortcode-filter.js" />
<Content Include="Scripts\hs.core.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\jquery-3.3.1.slim.min.map" />
<Content Include="Scripts\jquery-3.3.1.min.map" />
<None Include="Scripts\jquery.validate-vsdoc.js" />
<Content Include="Scripts\jquery.qrcode.min.js" />
<Content Include="Scripts\jquery.validate.js" />
<Content Include="Scripts\jquery.validate.min.js" />
<Content Include="Scripts\jquery.validate.unobtrusive.js" />
<Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
<Content Include="Scripts\modernizr-2.6.2.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\promise.min.js" />
<Content Include="Scripts\respond.js" />
<Content Include="Scripts\respond.min.js" />
<Content Include="Scripts\sweetalert2.all.js" />
<Content Include="Scripts\typeit.min.js" />
<Content Include="Scripts\typeit.modern.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="Scripts\vendor\appear.js" />
<Content Include="Scripts\vendor\circles\circles.min.js" />
<Content Include="Scripts\vendor\circle\circle-progress.min.js" />
<Content Include="Scripts\vendor\dzsparallaxer\advancedscroller\plugin.dev.js" />
<Content Include="Scripts\vendor\dzsparallaxer\advancedscroller\plugin.js" />
<Content Include="Scripts\vendor\dzsparallaxer\dzsparallaxer.dev.js" />
<Content Include="Scripts\vendor\dzsparallaxer\dzsparallaxer.js" />
<Content Include="Scripts\vendor\dzsparallaxer\dzsprx_module_parallax_features.js" />
<Content Include="Scripts\vendor\dzsparallaxer\dzsscroller\jquery.collagePlus.min.js" />
<Content Include="Scripts\vendor\dzsparallaxer\dzsscroller\jquery.masonry.min.js" />
<Content Include="Scripts\vendor\dzsparallaxer\dzsscroller\scroller.dev.js" />
<Content Include="Scripts\vendor\dzsparallaxer\dzsscroller\scroller.js" />
<Content Include="Scripts\vendor\dzsparallaxer\dzsscroller\scrollergallery.dev.js" />
<Content Include="Scripts\vendor\dzsparallaxer\dzsscroller\scrollergallery.js" />
<Content Include="Scripts\vendor\gmaps\docs\gmaps.controls.js.html" />
<Content Include="Scripts\vendor\gmaps\docs\gmaps.core.js.html" />
<Content Include="Scripts\vendor\gmaps\docs\GMaps.html" />
<Content Include="Scripts\vendor\gmaps\docs\gmaps.static.js.html" />
<Content Include="Scripts\vendor\gmaps\docs\index.html" />
<Content Include="Scripts\vendor\gmaps\docs\scripts\linenumber.js" />
<Content Include="Scripts\vendor\gmaps\docs\scripts\prettify\Apache-License-2.0.txt" />
<Content Include="Scripts\vendor\gmaps\docs\scripts\prettify\lang-css.js" />
<Content Include="Scripts\vendor\gmaps\docs\scripts\prettify\prettify.js" />
<Content Include="Scripts\vendor\gmaps\docs\styles\jsdoc.css" />
<Content Include="Scripts\vendor\gmaps\docs\styles\prettify.css" />
<Content Include="Scripts\vendor\gmaps\examples\basic.html" />
<Content Include="Scripts\vendor\gmaps\examples\context_menu.html" />
<Content Include="Scripts\vendor\gmaps\examples\custom_controls.html" />
<Content Include="Scripts\vendor\gmaps\examples\elevation_locations.html" />
<Content Include="Scripts\vendor\gmaps\examples\elevation_routes.html" />
<Content Include="Scripts\vendor\gmaps\examples\examples.css" />
<Content Include="Scripts\vendor\gmaps\examples\fusion_tables.html" />
<Content Include="Scripts\vendor\gmaps\examples\geocoding.html" />
<Content Include="Scripts\vendor\gmaps\examples\geofences.html" />
<Content Include="Scripts\vendor\gmaps\examples\geolocation.html" />
<Content Include="Scripts\vendor\gmaps\examples\geometry.html" />
<Content Include="Scripts\vendor\gmaps\examples\kml.html" />
<Content Include="Scripts\vendor\gmaps\examples\layers.html" />
<Content Include="Scripts\vendor\gmaps\examples\layers_places.html" />
<Content Include="Scripts\vendor\gmaps\examples\map_events.html" />
<Content Include="Scripts\vendor\gmaps\examples\map_types.html" />
<Content Include="Scripts\vendor\gmaps\examples\markers.html" />
<Content Include="Scripts\vendor\gmaps\examples\marker_clusterer.html" />
<Content Include="Scripts\vendor\gmaps\examples\overlays.html" />
<Content Include="Scripts\vendor\gmaps\examples\overlay_map_types.html" />
<Content Include="Scripts\vendor\gmaps\examples\polygons.html" />
<Content Include="Scripts\vendor\gmaps\examples\polylines.html" />
<Content Include="Scripts\vendor\gmaps\examples\render_directions.html" />
<Content Include="Scripts\vendor\gmaps\examples\routes.html" />
<Content Include="Scripts\vendor\gmaps\examples\routes_advanced.html" />
<Content Include="Scripts\vendor\gmaps\examples\static.html" />
<Content Include="Scripts\vendor\gmaps\examples\static_markers.html" />
<Content Include="Scripts\vendor\gmaps\examples\static_polylines.html" />
<Content Include="Scripts\vendor\gmaps\examples\static_styles.html" />
<Content Include="Scripts\vendor\gmaps\examples\styled_maps.html" />
<Content Include="Scripts\vendor\gmaps\examples\travel_route.html" />
<Content Include="Scripts\vendor\gmaps\gmaps.js" />
<Content Include="Scripts\vendor\gmaps\gmaps.min.js" />
<Content Include="Scripts\vendor\gmaps\Gruntfile.js" />
<Content Include="Scripts\vendor\gmaps\lib\gmaps.controls.js" />
<Content Include="Scripts\vendor\gmaps\lib\gmaps.core.js" />
<Content Include="Scripts\vendor\gmaps\lib\gmaps.events.js" />
<Content Include="Scripts\vendor\gmaps\lib\gmaps.geofences.js" />
<Content Include="Scripts\vendor\gmaps\lib\gmaps.geometry.js" />
<Content Include="Scripts\vendor\gmaps\lib\gmaps.layers.js" />
<Content Include="Scripts\vendor\gmaps\lib\gmaps.map_types.js" />
<Content Include="Scripts\vendor\gmaps\lib\gmaps.markers.js" />
<Content Include="Scripts\vendor\gmaps\lib\gmaps.native_extensions.js" />
<Content Include="Scripts\vendor\gmaps\lib\gmaps.overlays.js" />
<Content Include="Scripts\vendor\gmaps\lib\gmaps.routes.js" />
<Content Include="Scripts\vendor\gmaps\lib\gmaps.static.js" />
<Content Include="Scripts\vendor\gmaps\lib\gmaps.streetview.js" />
<Content Include="Scripts\vendor\gmaps\lib\gmaps.styles.js" />
<Content Include="Scripts\vendor\gmaps\lib\gmaps.utils.js" />
<Content Include="Scripts\vendor\gmaps\test\index.html" />
<Content Include="Scripts\vendor\gmaps\test\lib\jasmine-html.js" />
<Content Include="Scripts\vendor\gmaps\test\lib\jasmine.css" />
<Content Include="Scripts\vendor\gmaps\test\lib\jasmine.js" />
<Content Include="Scripts\vendor\gmaps\test\spec\ControlSpec.js" />
<Content Include="Scripts\vendor\gmaps\test\spec\EventSpec.js" />
<Content Include="Scripts\vendor\gmaps\test\spec\GeometrySpec.js" />
<Content Include="Scripts\vendor\gmaps\test\spec\LayerSpec.js" />
<Content Include="Scripts\vendor\gmaps\test\spec\MapSpec.js" />
<Content Include="Scripts\vendor\gmaps\test\spec\MarkerSpec.js" />
<Content Include="Scripts\vendor\gmaps\test\spec\OverlaySpec.js" />
<Content Include="Scripts\vendor\gmaps\test\spec\RouteSpec.js" />
<Content Include="Scripts\vendor\gmaps\test\spec\StreetViewSpec.js" />
<Content Include="Scripts\vendor\gmaps\test\spec\StyleSpec.js" />
<Content Include="Scripts\vendor\gmaps\test\style.css" />
<Content Include="Scripts\vendor\gmaps\test\template\jasmine-gmaps.html" />
<Content Include="Scripts\vendor\hs-megamenu\hs.megamenu.js" />
<Content Include="Scripts\vendor\jquery-migrate\jquery-migrate-3.0.js" />
<Content Include="Scripts\vendor\jquery-migrate\jquery-migrate-3.0.min.js" />
<Content Include="Scripts\vendor\jquery-migrate\jquery-migrate.min.js" />
<Content Include="Scripts\vendor\jquery.countdown.min.js" />
<Content Include="Scripts\vendor\jquery.easing\js\jquery.easing.compatibility.js" />
<Content Include="Scripts\vendor\jquery.easing\js\jquery.easing.js" />
<Content Include="Scripts\vendor\jquery.easing\js\jquery.easing.min.js" />
<Content Include="Scripts\vendor\slick-carousel\index.html" />
<Content Include="Scripts\vendor\slick-carousel\slick\ajax-loader.gif" />
<Content Include="Scripts\vendor\slick-carousel\slick\fonts\slick.svg" />
<Content Include="Scripts\vendor\slick-carousel\slick\slick-theme.css" />
<Content Include="Scripts\vendor\slick-carousel\slick\slick.css" />
<Content Include="Scripts\vendor\slick-carousel\slick\slick.js" />
<Content Include="Scripts\vendor\slick-carousel\slick\slick.min.js" />
<Content Include="Web.config" />
<Content Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
<Content Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
<Content Include="Views\Web.config" />
<Content Include="Views\_ViewStart.cshtml" />
<Content Include="Views\Shared\Error.cshtml" />
<Content Include="Views\Shared\_Layout.cshtml" />
<Content Include="Views\Home\About.cshtml" />
<Content Include="Views\Home\Contact.cshtml" />
<Content Include="Views\Home\Index.cshtml" />
<Content Include="Views\Account\_ExternalLoginsListPartial.cshtml" />
<Content Include="Views\Account\ConfirmEmail.cshtml" />
<Content Include="Views\Account\ExternalLoginConfirmation.cshtml" />
<Content Include="Views\Account\ExternalLoginFailure.cshtml" />
<Content Include="Views\Account\ForgotPassword.cshtml" />
<Content Include="Views\Account\ForgotPasswordConfirmation.cshtml" />
<Content Include="Views\Account\Login.cshtml" />
<Content Include="Views\Account\Register.cshtml" />
<Content Include="Views\Account\ResetPassword.cshtml" />
<Content Include="Views\Account\ResetPasswordConfirmation.cshtml" />
<Content Include="Views\Account\SendCode.cshtml" />
<Content Include="Views\Account\VerifyCode.cshtml" />
<Content Include="Views\Manage\AddPhoneNumber.cshtml" />
<Content Include="Views\Manage\ChangePassword.cshtml" />
<Content Include="Views\Manage\Index.cshtml" />
<Content Include="Views\Manage\ManageLogins.cshtml" />
<Content Include="Views\Manage\SetPassword.cshtml" />
<Content Include="Views\Manage\VerifyPhoneNumber.cshtml" />
<Content Include="Views\Shared\Lockout.cshtml" />
<Content Include="Views\Shared\_LoginPartial.cshtml" />
<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="Views\NewVisitor\Index.cshtml" />
<Content Include="Views\Shared\_Processing.cshtml" />
<Content Include="Views\NewVisitor\ImageTextSlider.cshtml" />
<Content Include="Views\Shared\_Footer.cshtml" />
<Content Include="Scripts\vendor\circle\LICENSE" />
<Content Include="Scripts\vendor\gmaps\.bower.json" />
<Content Include="Scripts\vendor\gmaps\bower.json" />
<Content Include="Scripts\vendor\gmaps\CONTRIBUTING.md" />
<Content Include="Scripts\vendor\gmaps\gmaps.min.js.map" />
<Content Include="Scripts\vendor\gmaps\jsdoc.json" />
<Content Include="Scripts\vendor\gmaps\README.md" />
<Content Include="Scripts\vendor\gmaps\umd.hbs" />
<Content Include="Scripts\vendor\jquery-migrate\.bower.json" />
<Content Include="Scripts\vendor\jquery-migrate\bower.json" />
<Content Include="Scripts\vendor\jquery-migrate\README.md" />
<Content Include="Scripts\vendor\jquery.easing\.bower.json" />
<Content Include="Scripts\vendor\jquery.easing\bower.json" />
<Content Include="Scripts\vendor\jquery.easing\LICENSE" />
<Content Include="Scripts\vendor\jquery.easing\README.md" />
<Content Include="Scripts\vendor\slick-carousel\.bower.json" />
<Content Include="Scripts\vendor\slick-carousel\bower.json" />
<Content Include="Scripts\vendor\slick-carousel\component.json" />
<Content Include="Scripts\vendor\slick-carousel\CONTRIBUTING.markdown" />
<Content Include="Scripts\vendor\slick-carousel\ISSUE_TEMPLATE.md" />
<Content Include="Scripts\vendor\slick-carousel\LICENSE" />
<Content Include="Scripts\vendor\slick-carousel\Makefile" />
<Content Include="Scripts\vendor\slick-carousel\README.markdown" />
<Content Include="Scripts\vendor\slick-carousel\slick.jquery.json" />
<Content Include="Scripts\vendor\slick-carousel\slick\config.rb" />
<Content Include="Scripts\vendor\slick-carousel\slick\fonts\slick.eot" />
<Content Include="Scripts\vendor\slick-carousel\slick\fonts\slick.ttf" />
<Content Include="Scripts\vendor\slick-carousel\slick\fonts\slick.woff" />
<Content Include="Scripts\vendor\slick-carousel\slick\slick-theme.less" />
<Content Include="Scripts\vendor\slick-carousel\slick\slick-theme.scss" />
<Content Include="Scripts\vendor\slick-carousel\slick\slick.less" />
<Content Include="Scripts\vendor\slick-carousel\slick\slick.scss" />
<Content Include="Views\NewVisitor\Slider.cshtml" />
<Content Include="Views\IceBreak\WhoIsSpy.cshtml" />
<Content Include="Views\Shared\_LayoutEmpty.cshtml" />
<Content Include="Views\IceBreak\Hi.cshtml" />
<Content Include="Views\IceBreak\WhoIsSpyPlay.cshtml" />
<Content Include="Views\NewVisitor\ImageTextSliderChooseDate.cshtml" />
<Content Include="Views\IceBreak\WhoIsSpyWaitForStart.cshtml" />
<Content Include="Views\IceBreak\WhoIsSpyPlayerList.cshtml" />
<Content Include="Views\Register2019\Index.cshtml" />
<Content Include="Views\Register2019\IndexCn.cshtml" />
<Content Include="Views\Happiness\Best.cshtml" />
<Content Include="Views\IceBreak\Host.cshtml" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
<Folder Include="Areas\admin\Models\" />
<Folder Include="Areas\dashboard\Views\_DashboardBase\" />
<Folder Include="Areas\English\Models\" />
<Folder Include="Content\vendor\master-slider\" />
<Folder Include="Scripts\dashboard\" />
<Folder Include="Views\_Base\" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="Scripts\index.d.ts" />
</ItemGroup>
<ItemGroup>
<Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Chruch.Net.BLL.Core\Church.Net.BLL.Core.csproj">
<Project>{ef712f0f-d4a3-452b-94fd-09261c558347}</Project>
<Name>Church.Net.BLL.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Church.Net.BLL\Church.Net.BLL.csproj">
<Project>{e00016c7-1d23-482b-b6fd-1da93f3a8048}</Project>
<Name>Church.Net.BLL</Name>
</ProjectReference>
<ProjectReference Include="..\Church.Net.Utility\Church.Net.Utility.csproj">
<Project>{606e98ab-096a-46ed-8e2e-4eb5ce4ec553}</Project>
<Name>Church.Net.Utility</Name>
</ProjectReference>
</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" />
<Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
</Target>
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>50581</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:50581/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>此專案參考這部電腦上所缺少的 NuGet 封裝。請啟用 NuGet 封裝還原,以下載該封裝。如需詳細資訊,請參閱 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的檔案是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props'))" />
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
</Target>
<!-- 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> -->
</Project>