AirScout/AirScout/AirScout.csproj

4076 wiersze
212 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{17498590-2CFF-4D24-BFB8-549D14BD2545}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AirScout</RootNamespace>
<AssemblyName>AirScout</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<PublishUrl>publish\</PublishUrl>
<Install>false</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<SupportUrl>http://www.dl0gth.de/software/airscout</SupportUrl>
<TargetCulture>en-GB</TargetCulture>
<ProductName>AirScout</ProductName>
<PublisherName>DL2ALF</PublisherName>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>portable</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>63A018CBEFF856D37BB8205182B79FA75AC368C1</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>AirScout_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>false</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<StartupObject>AirScout.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Main.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>portable</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WSL|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\WSL\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>portable</DebugType>
<PlatformTarget>x86</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WSL|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\WSL\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>portable</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<ItemGroup>
<Reference Include="DeviceId, Version=4.5.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DeviceId.4.5.0\lib\net40\DeviceId.dll</HintPath>
</Reference>
<Reference Include="MimeTypes, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ajayumi.MimeTypeMap.2.5.0\lib\net40\MimeTypes.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite, Version=1.0.112.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>..\packages\System.Data.SQLite.Core.1.0.112.0\lib\net40\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Design" />
<Reference Include="System.Management" />
<Reference Include="System.Net" />
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms.DataVisualization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="DeleteSingleStationDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DeleteSingleStationDlg.Designer.cs">
<DependentUpon>DeleteSingleStationDlg.cs</DependentUpon>
</Compile>
<Compile Include="Enums.cs" />
<Compile Include="GMapLocatorPolygon.cs" />
<Compile Include="MapPreloader.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="CleanupDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="CleanupDlg.Designer.cs">
<DependentUpon>CleanupDlg.cs</DependentUpon>
</Compile>
<Compile Include="CrossingHistoryDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="CrossingHistoryDlg.Designer.cs">
<DependentUpon>CrossingHistoryDlg.cs</DependentUpon>
</Compile>
<Compile Include="DatabaseEditDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DatabaseEditDlg.Designer.cs">
<DependentUpon>DatabaseEditDlg.cs</DependentUpon>
</Compile>
<Compile Include="DatabaseMaintenanceDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DatabaseMaintenanceDlg.Designer.cs">
<DependentUpon>DatabaseMaintenanceDlg.cs</DependentUpon>
</Compile>
<Compile Include="LocalObstructionsDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="LocalObstructionsDlg.Designer.cs">
<DependentUpon>LocalObstructionsDlg.cs</DependentUpon>
</Compile>
<Compile Include="MapStationDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MapStationDlg.Designer.cs">
<DependentUpon>MapStationDlg.cs</DependentUpon>
</Compile>
<Compile Include="PathCalculator.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ElevationCopyrightDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ElevationCopyrightDlg.Designer.cs">
<DependentUpon>ElevationCopyrightDlg.cs</DependentUpon>
</Compile>
<Compile Include="FirstRunWizard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FirstRunWizard.Designer.cs">
<DependentUpon>FirstRunWizard.cs</DependentUpon>
</Compile>
<Compile Include="LicenseDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="LicenseDlg.Designer.cs">
<DependentUpon>LicenseDlg.cs</DependentUpon>
</Compile>
<Compile Include="PercentageControl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="PercentageControl.Designer.cs">
<DependentUpon>PercentageControl.cs</DependentUpon>
</Compile>
<Compile Include="PlaneFeedDisclaimerDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PlaneFeedDisclaimerDlg.Designer.cs">
<DependentUpon>PlaneFeedDisclaimerDlg.cs</DependentUpon>
</Compile>
<Compile Include="HistoryFromURLDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="HistoryFromURLDlg.Designer.cs">
<DependentUpon>HistoryFromURLDlg.cs</DependentUpon>
</Compile>
<Compile Include="HorizonDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="HorizonDlg.Designer.cs">
<DependentUpon>HorizonDlg.cs</DependentUpon>
</Compile>
<Compile Include="MapDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MapDlg.Designer.cs">
<DependentUpon>MapDlg.cs</DependentUpon>
</Compile>
<Compile Include="MapProviderDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MapProviderDlg.Designer.cs">
<DependentUpon>MapProviderDlg.cs</DependentUpon>
</Compile>
<Compile Include="PlaneFeedSettingsDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PlaneFeedSettingsDlg.Designer.cs">
<DependentUpon>PlaneFeedSettingsDlg.cs</DependentUpon>
</Compile>
<Compile Include="OptionsDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="OptionsDlg.Designer.cs">
<DependentUpon>OptionsDlg.cs</DependentUpon>
</Compile>
<Compile Include="PlaneHistoryDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PlaneHistoryDlg.Designer.cs">
<DependentUpon>PlaneHistoryDlg.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="DatabaseStatus.cs" />
<Compile Include="ReflectionDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ReflectionDlg.Designer.cs">
<DependentUpon>ReflectionDlg.cs</DependentUpon>
</Compile>
<Compile Include="AircraftDatabaseMaintenanceDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AircraftDatabaseMaintenanceDlg.Designer.cs">
<DependentUpon>AircraftDatabaseMaintenanceDlg.cs</DependentUpon>
</Compile>
<Compile Include="ScoutBaseDatabaseMaintenanceDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ScoutBaseDatabaseMaintenanceDlg.Designer.cs">
<DependentUpon>ScoutBaseDatabaseMaintenanceDlg.cs</DependentUpon>
</Compile>
<Compile Include="SetTimeDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SetTimeDlg.Designer.cs">
<DependentUpon>SetTimeDlg.cs</DependentUpon>
</Compile>
<Compile Include="Settings.cs" />
<Compile Include="Splash.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Splash.Designer.cs">
<DependentUpon>Splash.cs</DependentUpon>
</Compile>
<Compile Include="TooltipDataPoint.cs" />
<Compile Include="TrackValues.cs" />
<Compile Include="TrafficDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="TrafficDlg.Designer.cs">
<DependentUpon>TrafficDlg.cs</DependentUpon>
</Compile>
<Compile Include="Watchlist.cs" />
<Compile Include="WatchlistDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WatchlistDlg.Designer.cs">
<DependentUpon>WatchlistDlg.cs</DependentUpon>
</Compile>
<Compile Include="Webserver.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WebserverStartArgs.cs" />
<Content Include="airport.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Icons\donate.png" />
<Content Include="wwwroot\resources\icons\plane_darkorange.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\resources\icons\plane_gray.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\resources\icons\plane_magenta.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\resources\icons\plane_red.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\resources\js\airscout.core.js" />
<Content Include="wwwroot\resources\js\scoutbase.core.js" />
<None Include="AirScout_clean.cmd">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Icons\Map.png" />
<None Include="Icons\Map2.png" />
<Content Include="Readme_Linux.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="TERMSANDCONDITIONS">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Resources\AirScout_Multi.png" />
<None Include="Resources\AirScout_Marker.png" />
<None Include="Resources\AirScout_Watchlist.png" />
<None Include="Resources\Settings.png" />
<Content Include="Requirements.txt" />
<Content Include="VersionHistory.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<EmbeddedResource Include="CleanupDlg.resx">
<DependentUpon>CleanupDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="CrossingHistoryDlg.resx">
<DependentUpon>CrossingHistoryDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DatabaseEditDlg.resx">
<DependentUpon>DatabaseEditDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DatabaseMaintenanceDlg.resx">
<DependentUpon>DatabaseMaintenanceDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DeleteSingleStationDlg.resx">
<DependentUpon>DeleteSingleStationDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ElevationCopyrightDlg.resx">
<DependentUpon>ElevationCopyrightDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FirstRunWizard.resx">
<DependentUpon>FirstRunWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LicenseDlg.resx">
<DependentUpon>LicenseDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LocalObstructionsDlg.resx">
<DependentUpon>LocalObstructionsDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MapStationDlg.resx">
<DependentUpon>MapStationDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="PercentageControl.resx">
<DependentUpon>PercentageControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="PlaneFeedDisclaimerDlg.resx">
<DependentUpon>PlaneFeedDisclaimerDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="HistoryFromURLDlg.resx">
<DependentUpon>HistoryFromURLDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="HorizonDlg.resx">
<DependentUpon>HorizonDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MapDlg.resx">
<DependentUpon>MapDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MapProviderDlg.resx">
<DependentUpon>MapProviderDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OptionsDlg.resx">
<DependentUpon>OptionsDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="PlaneFeedSettingsDlg.resx">
<DependentUpon>PlaneFeedSettingsDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="PlaneHistoryDlg.resx">
<DependentUpon>PlaneHistoryDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="ReflectionDlg.resx">
<DependentUpon>ReflectionDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="AircraftDatabaseMaintenanceDlg.resx">
<DependentUpon>AircraftDatabaseMaintenanceDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ScoutBaseDatabaseMaintenanceDlg.resx">
<DependentUpon>ScoutBaseDatabaseMaintenanceDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SetTimeDlg.resx">
<DependentUpon>SetTimeDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Splash.resx">
<DependentUpon>Splash.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TrafficDlg.resx">
<DependentUpon>TrafficDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WatchlistDlg.resx">
<DependentUpon>WatchlistDlg.cs</DependentUpon>
</EmbeddedResource>
<None Include="AirScout_TemporaryKey.pfx" />
<None Include="app.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="libSQLite.Interop.so">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="LICENSE">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="Properties\app.manifest" />
<None Include="Properties\DataSources\AirScout.Properties.Settings.datasource" />
<None Include="Properties\DataSources\OptionsDlg.datasource" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AeroWizard\AeroWizard\AeroWizard.csproj">
<Project>{199c12c4-3eef-4d08-bac3-f2a62bcf969c}</Project>
<Name>AeroWizard</Name>
</ProjectReference>
<ProjectReference Include="..\AirScout.AircraftPositions\AirScout.AircraftPositions.csproj">
<Project>{be467e28-c202-4d71-bb17-9086861ad75f}</Project>
<Name>AirScout.AircraftPositions</Name>
</ProjectReference>
<ProjectReference Include="..\AirScout.Aircrafts\AirScout.Aircrafts.csproj">
<Project>{288a26ec-b690-41a2-84e5-61c9b7b74046}</Project>
<Name>AirScout.Aircrafts</Name>
</ProjectReference>
<ProjectReference Include="..\AirScout.CAT\AirScout.CAT.csproj">
<Project>{ffdec390-7bbc-4dec-9826-1dd04279f3fa}</Project>
<Name>AirScout.CAT</Name>
</ProjectReference>
<ProjectReference Include="..\AirScout.Core\AirScout.Core.csproj">
<Project>{41b66be4-6086-4ae3-be31-c81ee6b10154}</Project>
<Name>AirScout.Core</Name>
</ProjectReference>
<ProjectReference Include="..\AirScout.PlaneFeeds.Plugin\AirScout.PlaneFeeds.Plugin.csproj">
<Project>{36945dbd-96c8-41e7-9168-f83c42e67af3}</Project>
<Name>AirScout.PlaneFeeds.Plugin</Name>
</ProjectReference>
<ProjectReference Include="..\AirScout.PlaneFeeds\AirScout.PlaneFeeds.csproj">
<Project>{ea78ad40-1505-406f-8049-744e58d93f54}</Project>
<Name>AirScout.PlaneFeeds</Name>
</ProjectReference>
<ProjectReference Include="..\AirScout.Signals\AirScout.Signals.csproj">
<Project>{3d34943b-caca-426d-9fc0-661531668e87}</Project>
<Name>AirScout.Signals</Name>
</ProjectReference>
<ProjectReference Include="..\CustomScrollBar\CustomScrollBar.csproj">
<Project>{80c7dc34-e1f6-4da8-affb-904c06a3623b}</Project>
<Name>CustomScrollBar</Name>
</ProjectReference>
<ProjectReference Include="..\DotNetZip\Zip\Zip DLL.csproj">
<Project>{d3b0ad67-44d8-4b3d-bed9-ce1fd6de2c5a}</Project>
<Name>Zip DLL</Name>
</ProjectReference>
<ProjectReference Include="..\OrbitTools\OrbitTools\Orbit.Core\Orbit.Core.csproj">
<Project>{99510ed5-99e0-405d-bcac-9159a7426d61}</Project>
<Name>Orbit.Core</Name>
</ProjectReference>
<ProjectReference Include="..\OrbitTools\OrbitTools\Orbit\Orbit.csproj">
<Project>{baa5fe10-3e3a-4d5d-ab3d-4b50d6ac0321}</Project>
<Name>Orbit</Name>
</ProjectReference>
<ProjectReference Include="..\OxyPlot\Source\OxyPlot.WindowsForms\OxyPlot.WindowsForms.csproj">
<Project>{8bc521ad-81cf-4e6c-8898-be67527e7064}</Project>
<Name>OxyPlot.WindowsForms</Name>
</ProjectReference>
<ProjectReference Include="..\OxyPlot\Source\OxyPlot\OxyPlot.csproj">
<Project>{507de008-21ac-469b-bc30-23b239832af6}</Project>
<Name>OxyPlot</Name>
</ProjectReference>
<ProjectReference Include="..\ScoutBase\ScoutBase.CAT\ScoutBase.CAT.csproj">
<Project>{c9291203-b5d0-4179-888d-04bc670b158f}</Project>
<Name>ScoutBase.CAT</Name>
</ProjectReference>
<ProjectReference Include="..\ScoutBase\ScoutBase.Core\ScoutBase.Core.csproj">
<Project>{EE86E933-D883-4B18-80EB-0FBA55EC67C6}</Project>
<Name>ScoutBase.Core</Name>
</ProjectReference>
<ProjectReference Include="..\ScoutBase\ScoutBase.Database\ScoutBase.Database.csproj">
<Project>{89e6c7a3-6064-479e-a710-37c7293cf47c}</Project>
<Name>ScoutBase.Database</Name>
</ProjectReference>
<ProjectReference Include="..\ScoutBase\ScoutBase.Elevation\ScoutBase.Elevation.csproj">
<Project>{009cabfd-726d-481f-972d-0a218e0ad9b9}</Project>
<Name>ScoutBase.Elevation</Name>
</ProjectReference>
<ProjectReference Include="..\ScoutBase\ScoutBase.Maps\ScoutBase.Maps.csproj">
<Project>{b3b005a5-cc05-430b-b966-20be5e5985bf}</Project>
<Name>ScoutBase.Maps</Name>
</ProjectReference>
<ProjectReference Include="..\ScoutBase\ScoutBase.Propagation\ScoutBase.Propagation.csproj">
<Project>{610db007-5f74-4b5d-8b71-5e2c163a99b3}</Project>
<Name>ScoutBase.Propagation</Name>
</ProjectReference>
<ProjectReference Include="..\ScoutBase\ScoutBase.Stations\ScoutBase.Stations.csproj">
<Project>{358e87d7-849f-412a-b487-f7b7d585a7f9}</Project>
<Name>ScoutBase.Stations</Name>
</ProjectReference>
<ProjectReference Include="..\SQLiteDatabase\SQLiteDatabase\SQLiteDatabase.csproj">
<Project>{6056D3BE-7002-4A6A-A9EA-6FF45122A3C7}</Project>
<Name>SQLiteDatabase</Name>
</ProjectReference>
<ProjectReference Include="..\AquaGauge\AquaGauge.csproj">
<Project>{0E5542E0-FC5D-4F67-950D-9F28C5D1225A}</Project>
<Name>AquaGauge</Name>
</ProjectReference>
<ProjectReference Include="..\CubicSpline\CubicSpline\CubicSpline.csproj">
<Project>{CD637EDA-E0C3-4ABF-8E24-A5B94892311C}</Project>
<Name>CubicSpline</Name>
</ProjectReference>
<ProjectReference Include="..\GreatMaps\GMap.NET.Core\GMap.NET.Core.csproj">
<Project>{D0C39D9D-BED0-418B-9A5E-713176CAF40C}</Project>
<Name>GMap.NET.Core</Name>
</ProjectReference>
<ProjectReference Include="..\GreatMaps\GMap.NET.WindowsForms\GMap.NET.WindowsForms.csproj">
<Project>{E06DEF77-F933-42FB-AFD7-DB2D0D8D6A98}</Project>
<Name>GMap.NET.WindowsForms</Name>
</ProjectReference>
<ProjectReference Include="..\NDDE\NDde\Source\NDde\NDde.csproj">
<Project>{D77772F9-3D3D-40BA-B95F-05C45878078F}</Project>
<Name>NDde</Name>
</ProjectReference>
<ProjectReference Include="..\SerializableGenerics\SerializableGenerics.csproj">
<Project>{ef2eb181-4d5b-4418-a280-bfa1d53550be}</Project>
<Name>SerializableGenerics</Name>
</ProjectReference>
<ProjectReference Include="..\WinTest\WinTest.csproj">
<Project>{7B815C51-6896-4989-BD1B-8D2D7A116AA3}</Project>
<Name>WinTest</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Icons\Intro.png" />
</ItemGroup>
<ItemGroup>
<None Include="Icons\question mark.png" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4 Client Profile %28x86 und x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="plane.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Main.ico" />
</ItemGroup>
<ItemGroup>
<Content Include="wwwroot\dashboard\assets\extra-libs\calendar\calendar.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\css\dataTables.bootstrap.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\css\dataTables.bootstrap.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\css\dataTables.bootstrap4.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\css\dataTables.bootstrap4.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\css\dataTables.foundation.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\css\dataTables.foundation.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\css\dataTables.jqueryui.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\css\dataTables.jqueryui.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\css\dataTables.semanticui.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\css\dataTables.semanticui.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\css\jquery.dataTables.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\css\jquery.dataTables.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\images\sort_asc.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\images\sort_asc_disabled.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\images\sort_both.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\images\sort_desc.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\images\sort_desc_disabled.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\js\dataTables.bootstrap.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\js\dataTables.bootstrap.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\js\dataTables.bootstrap4.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\js\dataTables.bootstrap4.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\js\dataTables.foundation.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\js\dataTables.foundation.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\js\dataTables.jqueryui.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\js\dataTables.jqueryui.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\js\dataTables.semanticui.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\js\dataTables.semanticui.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\js\jquery.dataTables.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\DataTables-1.10.16\js\jquery.dataTables.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\datatables.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\datatables.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\datatables.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\DataTables\datatables.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\gritter\jquery.gritter.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\gritter\jquery.gritter.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\multicheck\datatable-checkbox-init.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\multicheck\jquery.multicheck.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\multicheck\multicheck.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\extra-libs\sparkline\sparkline.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\background\error-bg.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\background\img4.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\background\img5.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\background\img6.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\big\img1.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\big\img2.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\big\img3.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\big\img4.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\big\img5.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\big\img6.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\big\Thumbs.db">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\custom-select.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\favicon.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\free-demo.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\logo-icon.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\logo-text.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\logo.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\1-old.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\1.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\1.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\2.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\2.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\3.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\3.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\4.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\5.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\6.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\7.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\8.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\agent.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\agent2.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\d1.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\d2.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\d3.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\d4.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\d5.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\images\users\profile.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\css\bootstrap-datepicker.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\css\bootstrap-datepicker.standalone.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\css\bootstrap-datepicker3.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\css\bootstrap-datepicker3.standalone.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\js\bootstrap-datepicker.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker-en-CA.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.ar-tn.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.ar.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.az.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.bg.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.bn.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.br.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.bs.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.ca.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.cs.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.cy.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.da.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.de.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.el.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.en-AU.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.en-CA.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.en-GB.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.en-IE.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.en-NZ.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.en-ZA.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.eo.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.es.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.et.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.eu.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.fa.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.fi.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.fo.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.fr-CH.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.fr.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.gl.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.he.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.hi.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.hr.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.hu.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.hy.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.id.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.is.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.it-CH.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.it.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.ja.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.ka.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.kh.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.kk.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.km.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.ko.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.kr.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.lt.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.lv.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.me.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.mk.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.mn.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.ms.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.nl-BE.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.nl.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.no.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.oc.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.pl.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.pt-BR.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.pt.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.ro.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.rs-latin.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.rs.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.ru.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.si.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.sk.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.sl.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.sq.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.sr-latin.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.sr.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.sv.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.sw.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.ta.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.tg.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.th.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.tk.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.tr.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.uk.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.uz-cyrl.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.uz-latn.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.vi.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.zh-CN.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap-datepicker\dist\locales\bootstrap-datepicker.zh-TW.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-grid.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-grid.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-grid.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-grid.min.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-grid.rtl.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-grid.rtl.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-grid.rtl.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-grid.rtl.min.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-reboot.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-reboot.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-reboot.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-reboot.min.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-reboot.rtl.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-reboot.rtl.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-reboot.rtl.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-reboot.rtl.min.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-utilities.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-utilities.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-utilities.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-utilities.min.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-utilities.rtl.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-utilities.rtl.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-utilities.rtl.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap-utilities.rtl.min.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap.min.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap.rtl.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap.rtl.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap.rtl.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\css\bootstrap.rtl.min.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\js\bootstrap.bundle.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\js\bootstrap.bundle.js.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\js\bootstrap.bundle.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\js\bootstrap.bundle.min.js.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\js\bootstrap.esm.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\js\bootstrap.esm.js.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\js\bootstrap.esm.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\js\bootstrap.esm.min.js.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\js\bootstrap.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\js\bootstrap.js.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\js\bootstrap.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\bootstrap\dist\js\bootstrap.min.js.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\chart\chart.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\chart\excanvas.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\chart\jquery.flot.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\chart\jquery.flot.pie.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\chart\jquery.flot.resize.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\chart\jquery.peity.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\chart\jquery.ui.custom.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\chart\matrix.charts.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\chart\matrix.dashboard.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\chart\matrix.interface.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\chart\turning-series.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\datatables.net-bs4\css\dataTables.bootstrap4.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\datatables.net-bs4\js\dataTables.bootstrap4.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\datatables\license.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\datatables\media\css\jquery.dataTables.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\datatables\media\images\favicon.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\datatables\media\images\Sorting icons.psd">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\datatables\media\images\sort_asc.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\datatables\media\images\sort_asc_disabled.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\datatables\media\images\sort_both.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\datatables\media\images\sort_desc.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\datatables\media\images\sort_desc_disabled.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\datatables\media\js\jquery.dataTables.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot.tooltip\.bower.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot.tooltip\bower.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot.tooltip\js\excanvas.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot.tooltip\js\jquery.flot.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot.tooltip\js\jquery.flot.tooltip.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot.tooltip\js\jquery.flot.tooltip.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot.tooltip\js\jquery.flot.tooltip.source.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\.bower.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\.gitignore">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\.travis.yml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\API.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\component.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\CONTRIBUTING.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\css\float-chart.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\ajax\data-eu-gdp-growth-1.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\ajax\data-eu-gdp-growth-2.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\ajax\data-eu-gdp-growth-3.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\ajax\data-eu-gdp-growth-4.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\ajax\data-eu-gdp-growth-5.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\ajax\data-eu-gdp-growth.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\ajax\data-japan-gdp-growth.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\ajax\data-usa-gdp-growth.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\ajax\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\annotating\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-interacting\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-multiple\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\date.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\africa">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\antarctica">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\asia">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\australasia">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\backward">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\etcetera">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\europe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\factory">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\iso3166.tab">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\leapseconds">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\northamerica">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\pacificnew">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\solar87">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\solar88">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\solar89">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\southamerica">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\systemv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\yearistype.sh">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time-zones\tz\zone.tab">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\axes-time\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\background.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\basic-options\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\basic-usage\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\canvas\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\categories\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\examples.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\image\hs-2004-27-a-large-web.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\image\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\interacting\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\navigate\arrow-down.gif">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\navigate\arrow-left.gif">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\navigate\arrow-right.gif">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\navigate\arrow-up.gif">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\navigate\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\percentiles\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\realtime\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\resize\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\selection\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\series-errorbars\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\series-pie\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\series-toggle\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\series-types\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\shared\jquery-ui\jquery-ui.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\stacking\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\symbols\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\threshold\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\tracking\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\visitors\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\examples\zooming\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\excanvas.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\excanvas.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\FAQ.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\flot.jquery.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.colorhelpers.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.flot.canvas.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.flot.categories.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.flot.crosshair.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.flot.errorbars.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.flot.fillbetween.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.flot.image.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.flot.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.flot.navigate.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.flot.pie.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.flot.resize.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.flot.selection.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.flot.stack.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.flot.symbol.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.flot.threshold.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.flot.time.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\jquery.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\LICENSE.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\Makefile">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\NEWS.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\package.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\PLUGINS.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\flot\README.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\fullcalendar.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\fullcalendar.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\fullcalendar.print.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\gcal.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale-all.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\af.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\ar-dz.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\ar-kw.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\ar-ly.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\ar-ma.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\ar-sa.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\ar-tn.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\ar.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\bg.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\bs.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\ca.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\cs.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\da.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\de-at.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\de-ch.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\de.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\el.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\en-au.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\en-ca.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\en-gb.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\en-ie.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\en-nz.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\es-do.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\es-us.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\es.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\et.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\eu.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\fa.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\fi.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\fr-ca.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\fr-ch.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\fr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\gl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\he.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\hi.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\hr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\hu.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\id.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\is.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\it.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\ja.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\ka.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\kk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\ko.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\lb.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\lt.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\lv.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\mk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\ms-my.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\ms.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\nb.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\nl-be.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\nl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\nn.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\pl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\pt-br.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\pt.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\ro.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\ru.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\sk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\sl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\sq.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\sr-cyrl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\sr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\sv.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\th.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\tr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\uk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\vi.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\zh-cn.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\fullcalendar\dist\locale\zh-tw.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\bindings\inputmask.binding.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\dependencyLibs\inputmask.dependencyLib.jqlite.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\dependencyLibs\inputmask.dependencyLib.jquery.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\dependencyLibs\inputmask.dependencyLib.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\global\document.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\global\window.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\inputmask.date.extensions.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\inputmask.extensions.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\inputmask.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\inputmask.numeric.extensions.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\inputmask.phone.extensions.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\inputmask.regex.extensions.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\jquery.inputmask.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\phone-codes\phone-be.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\phone-codes\phone-nl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\phone-codes\phone-ru.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\phone-codes\phone-uk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\inputmask\phone-codes\phone.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\jquery.inputmask.bundle.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\bindings\inputmask.binding.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\dependencyLibs\inputmask.dependencyLib.jqlite.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\dependencyLibs\inputmask.dependencyLib.jquery.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\dependencyLibs\inputmask.dependencyLib.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\global\document.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\global\window.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\inputmask.date.extensions.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\inputmask.extensions.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\inputmask.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\inputmask.numeric.extensions.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\inputmask.phone.extensions.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\inputmask.regex.extensions.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\jquery.inputmask.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\phone-codes\phone-be.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\phone-codes\phone-nl.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\phone-codes\phone-ru.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\phone-codes\phone-uk.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\inputmask\phone-codes\phone.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\inputmask\dist\min\jquery.inputmask.bundle.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColorPicker\dist\css\asColorPicker.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColorPicker\dist\images\alpha.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColorPicker\dist\images\hue.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColorPicker\dist\images\saturation.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColorPicker\dist\images\transparent.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColorPicker\dist\jquery-asColorPicker.es.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColorPicker\dist\jquery-asColorPicker.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColor\dist\jquery-asColor.es.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColor\dist\jquery-asColor.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColor\dist\jquery-asColor.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColor\dist\jquery-asColor.min.js.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColor\LICENSE">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColor\package.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColor\README.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColor\src\asColor.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColor\src\colorStrings.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColor\src\converter.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColor\src\defaults.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColor\src\info.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColor\src\main.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColor\src\names.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asColor\src\util.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\dist\jquery-asGradient.es.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\dist\jquery-asGradient.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\dist\jquery-asGradient.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\dist\jquery-asGradient.min.js.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\LICENSE">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\package.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\README.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\src\asGradient.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\src\colorStop.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\src\defaults.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\src\gradientString.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\src\gradientTypes.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\src\info.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\src\keywordAngleMap.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\src\main.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\src\regExpStrings.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-asGradient\src\util.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-minicolors\component.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-minicolors\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-minicolors\jquery.minicolors.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-minicolors\jquery.minicolors.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-minicolors\jquery.minicolors.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-minicolors\without-bootstrap.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-steps\build\jquery.steps-1.1.0.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-steps\build\jQuery.Steps.1.1.0.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-steps\build\jquery.steps.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-steps\jquery.steps.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-steps\lib\jquery-1.10.2.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-steps\lib\jquery-1.11.1.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-steps\lib\jquery-1.9.1.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-steps\lib\jquery.cookie-1.3.1.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-steps\lib\modernizr-2.6.2.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-steps\LICENSE.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-steps\nuget\jQuery.Steps.nuspec">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-steps\nuget\NuGet.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-steps\steps.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-steps\steps.jquery.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\additional-methods.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\jquery.validate.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_ar.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_az.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_bg.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_bn_BD.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_ca.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_cs.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_da.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_de.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_el.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_es.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_es_AR.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_es_PE.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_et.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_eu.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_fa.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_fi.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_fr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_ge.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_gl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_he.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_hr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_hu.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_hy_AM.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_id.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_is.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_it.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_ja.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_ka.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_kk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_ko.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_lt.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_lv.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_mk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_my.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_nl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_no.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_pl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_pt_BR.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_pt_PT.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_ro.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_ru.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_sd.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_si.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_sk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_sl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_sr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_sr_lat.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_sv.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_th.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_tj.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_tr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_uk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_ur.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_vi.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_zh.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\messages_zh_TW.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\methods_de.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\methods_es_CL.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\methods_fi.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\methods_nl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery-validation\dist\localization\methods_pt.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery.flot.tooltip\js\jquery.flot.tooltip.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery.flot.tooltip\js\jquery.flot.tooltip.source.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery\dist\core.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery\dist\jquery.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\jquery\dist\jquery.slim.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\magnific-popup\animation.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\magnific-popup\dist\jquery.magnific-popup.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\magnific-popup\dist\magnific-popup.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\magnific-popup\meg.init.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\ender.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\af.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ar-dz.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ar-kw.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ar-ly.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ar-ma.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ar-sa.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ar-tn.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ar.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\az.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\be.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\bg.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\bm.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\bn.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\bo.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\br.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\bs.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ca.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\cs.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\cv.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\cy.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\da.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\de-at.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\de-ch.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\de.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\dv.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\el.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\en-au.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\en-ca.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\en-gb.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\en-ie.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\en-il.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\en-nz.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\eo.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\es-do.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\es-us.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\es.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\et.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\eu.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\fa.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\fi.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\fo.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\fr-ca.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\fr-ch.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\fr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\fy.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\gd.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\gl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\gom-latn.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\gu.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\he.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\hi.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\hr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\hu.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\hy-am.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\id.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\is.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\it.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ja.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\jv.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ka.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\kk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\km.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\kn.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ko.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ky.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\lb.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\lo.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\lt.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\lv.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\me.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\mi.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\mk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ml.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\mn.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\mr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ms-my.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ms.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\mt.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\my.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\nb.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ne.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\nl-be.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\nl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\nn.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\pa-in.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\pl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\pt-br.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\pt.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ro.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ru.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\sd.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\se.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\si.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\sk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\sl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\sq.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\sr-cyrl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\sr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ss.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\sv.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\sw.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ta.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\te.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\tet.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\tg.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\th.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\tl-ph.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\tlh.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\tr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\tzl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\tzm-latn.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\tzm.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ug-cn.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\uk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\ur.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\uz-latn.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\uz.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\vi.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\x-pseudo.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\yo.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\zh-cn.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\zh-hk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\locale\zh-tw.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\min\locales.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\min\moment-with-locales.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\min\moment.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\moment.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\moment\package.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\perfect-scrollbar\dist\css\perfect-scrollbar.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\perfect-scrollbar\dist\js\perfect-scrollbar.jquery.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\perfect-scrollbar\dist\js\perfect-scrollbar.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\perfect-scrollbar\dist\perfect-scrollbar.common.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\perfect-scrollbar\dist\perfect-scrollbar.esm.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\perfect-scrollbar\dist\perfect-scrollbar.jquery.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\perfect-scrollbar\dist\perfect-scrollbar.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\popper.js\dist\esm\popper-utils.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\popper.js\dist\esm\popper.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\popper.js\dist\popper-utils.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\popper.js\dist\popper.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\popper.js\dist\umd\popper-utils.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\popper.js\dist\umd\popper.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\quill\dist\quill.bubble.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\quill\dist\quill.core.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\quill\dist\quill.core.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\quill\dist\quill.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\quill\dist\quill.snow.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\css\select2.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\af.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\ar.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\az.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\bg.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\bs.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\build.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\ca.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\cs.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\da.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\de.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\dsb.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\el.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\en.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\es.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\et.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\eu.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\fa.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\fi.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\fr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\gl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\he.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\hi.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\hr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\hsb.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\hu.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\hy.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\id.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\is.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\it.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\ja.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\km.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\ko.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\lt.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\lv.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\mk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\ms.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\nb.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\nl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\pl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\ps.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\pt-BR.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\pt.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\ro.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\ru.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\sk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\sl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\sr-Cyrl.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\sr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\sv.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\th.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\tk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\tr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\uk.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\vi.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\zh-CN.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\i18n\zh-TW.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\select2.full.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\select2\dist\js\select2.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\toastr\build\toastr.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\toastr\build\toastr.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\toastr\toastr-icon.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\assets\libs\toastr\toastr.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\css\fa-brands.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\css\fa-brands.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\css\fa-regular.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\css\fa-regular.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\css\fa-solid.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\css\fa-solid.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\css\fontawesome-all.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\css\fontawesome-all.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\css\fontawesome.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\css\fontawesome.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\less\fa-brands.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\less\fa-regular.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\less\fa-solid.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\less\fontawesome.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\less\_animated.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\less\_bordered-pulled.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\less\_core.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\less\_fixed-width.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\less\_icons.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\less\_larger.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\less\_list.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\less\_mixins.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\less\_rotated-flipped.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\less\_screen-reader.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\less\_stacked.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\less\_variables.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\scss\fa-brands.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\scss\fa-regular.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\scss\fa-solid.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\scss\fontawesome.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\scss\_animated.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\scss\_bordered-pulled.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\scss\_core.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\scss\_fixed-width.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\scss\_icons.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\scss\_larger.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\scss\_list.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\scss\_mixins.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\scss\_rotated-flipped.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\scss\_screen-reader.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\scss\_stacked.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\scss\_variables.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\webfonts\fa-brands-400.eot">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\webfonts\fa-brands-400.svg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\webfonts\fa-brands-400.ttf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\webfonts\fa-brands-400.woff">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\webfonts\fa-brands-400.woff2">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\webfonts\fa-regular-400.eot">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\webfonts\fa-regular-400.svg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\webfonts\fa-regular-400.ttf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\webfonts\fa-regular-400.woff">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\webfonts\fa-regular-400.woff2">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\webfonts\fa-solid-900.eot">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\webfonts\fa-solid-900.svg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\webfonts\fa-solid-900.ttf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\webfonts\fa-solid-900.woff">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\font-awesome\webfonts\fa-solid-900.woff2">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\material-design-iconic-font\css\material-design-iconic-font.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\material-design-iconic-font\css\material-design-iconic-font.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\material-design-iconic-font\css\materialdesignicons.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\material-design-iconic-font\css\materialdesignicons.min.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\material-design-iconic-font\fonts\Material-Design-Iconic-Font.eot">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\material-design-iconic-font\fonts\Material-Design-Iconic-Font.svg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\material-design-iconic-font\fonts\Material-Design-Iconic-Font.ttf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\material-design-iconic-font\fonts\Material-Design-Iconic-Font.woff">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\material-design-iconic-font\fonts\Material-Design-Iconic-Font.woff2">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\material-design-iconic-font\fonts\materialdesignicons-webfont.eot">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\material-design-iconic-font\fonts\materialdesignicons-webfont.svg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\material-design-iconic-font\fonts\materialdesignicons-webfont.ttf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\material-design-iconic-font\fonts\materialdesignicons-webfont.woff">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\material-design-iconic-font\fonts\materialdesignicons-webfont.woff2">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\themify-icons\fonts\themify.eot">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\themify-icons\fonts\themify.svg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\themify-icons\fonts\themify.ttf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\themify-icons\fonts\themify.woff">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\themify-icons\ie7\ie7.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\themify-icons\ie7\ie7.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\themify-icons\themify-icons.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\themify-icons\themify-icons.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\css\weather-icons-core.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\css\weather-icons-variables.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\css\weather-icons-wind.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\css\weather-icons-wind.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\css\weather-icons.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\css\weather-icons.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\fonts\weathericons-regular-webfont.eot">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\fonts\weathericons-regular-webfont.svg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\fonts\weathericons-regular-webfont.ttf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\fonts\weathericons-regular-webfont.woff">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\fonts\weathericons-regular-webfont.woff2">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\css\variables-beaufort.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\css\variables-day.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\css\variables-direction.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\css\variables-misc.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\css\variables-moon.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\css\variables-neutral.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\css\variables-night.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\css\variables-time.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\css\variables-wind-names.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-classes\classes-beaufort.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-classes\classes-day.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-classes\classes-direction.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-classes\classes-misc.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-classes\classes-moon-aliases.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-classes\classes-moon.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-classes\classes-neutral.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-classes\classes-night.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-classes\classes-time.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-classes\classes-wind-aliases.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-classes\classes-wind-degrees.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-classes\classes-wind.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-variables\variables-beaufort.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-variables\variables-day.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-variables\variables-direction.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-variables\variables-misc.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-variables\variables-moon.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-variables\variables-neutral.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-variables\variables-night.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-variables\variables-time.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\icon-variables\variables-wind-names.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\mappings\wi-forecast-io.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\mappings\wi-owm.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\mappings\wi-wmo4680.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\mappings\wi-yahoo.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\weather-icons-classes.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\weather-icons-core.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\weather-icons-variables.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\weather-icons-wind.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\weather-icons-wind.min.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\weather-icons.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\less\weather-icons.min.less">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-classes\classes-beaufort.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-classes\classes-day.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-classes\classes-direction.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-classes\classes-misc.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-classes\classes-moon-aliases.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-classes\classes-moon.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-classes\classes-neutral.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-classes\classes-night.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-classes\classes-time.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-classes\classes-wind-aliases.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-classes\classes-wind-degrees.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-classes\classes-wind.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-variables\variables-beaufort.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-variables\variables-day.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-variables\variables-direction.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-variables\variables-misc.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-variables\variables-moon.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-variables\variables-neutral.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-variables\variables-night.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-variables\variables-time.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\icon-variables\variables-wind-names.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\mappings\wi-forecast-io.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\mappings\wi-owm.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\mappings\wi-wmo4680.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\mappings\wi-yahoo.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\weather-icons-classes.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\weather-icons-core.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\weather-icons-variables.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\weather-icons-wind.min.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\weather-icons-wind.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\weather-icons.min.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\icons\weather-icons\sass\weather-icons.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\materialdesignicons.min.css.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\style.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\css\style.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\js\app-style-switcher.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\js\custom.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\js\custom.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\js\jquery-ui.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\js\jquery.ui.touch-punch-improved.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\js\pages\calendar\cal-init.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\js\pages\chart\chart-init.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\js\pages\chart\chart-page-init.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\js\pages\dashboards\dashboard1.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\js\pages\maps\map-google.init.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\js\pages\mask\mask.init.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\js\pages\sparkline\jquery.charts-sparkline.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\js\sidebarmenu.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\dist\js\waves.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\authentication-login.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\authentication-register.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\charts.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\error-403.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\error-404.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\error-405.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\error-500.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\form-basic.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\form-wizard.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\grid.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\icon-fontawesome.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\icon-material.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\index2.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\pages-buttons.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\pages-calendar.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\pages-chat.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\pages-elements.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\pages-gallery.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\pages-invoice.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\tables.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\html\widgets.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\bootstrap-grid.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\bootstrap-reboot.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\bootstrap-utilities.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\bootstrap.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\forms\_floating-labels.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\forms\_form-check.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\forms\_form-control.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\forms\_form-range.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\forms\_form-select.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\forms\_form-text.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\forms\_input-group.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\forms\_labels.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\forms\_validation.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\helpers\_clearfix.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\helpers\_colored-links.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\helpers\_position.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\helpers\_ratio.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\helpers\_stretched-link.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\helpers\_text-truncation.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\helpers\_visually-hidden.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_alert.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_border-radius.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_box-shadow.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_breakpoints.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_buttons.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_caret.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_clearfix.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_container.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_deprecate.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_forms.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_gradients.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_grid.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_image.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_list-group.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_lists.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_pagination.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_reset-text.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_resize.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_table-variants.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_text-truncate.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_transition.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_utilities.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\mixins\_visually-hidden.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\utilities\_api.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\vendor\_rfs.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_accordion.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_alert.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_badge.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_breadcrumb.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_button-group.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_buttons.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_card.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_carousel.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_close.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_containers.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_dropdown.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_forms.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_functions.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_grid.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_helpers.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_images.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_list-group.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_mixins.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_modal.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_nav.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_navbar.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_pagination.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_popover.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_progress.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_reboot.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_root.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_spinners.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_tables.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_toasts.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_tooltip.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_transitions.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_type.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_utilities.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\bootstrap\_variables.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\components.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\core\animation\animation.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\core\breadcrumb\breadcrumb.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\core\buttons\buttons.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\core\core.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\core\extra\extra.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\core\layout\layout.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\core\loader\spinner.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\core\perfect-scrollbar\perfect-scrollbar.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\core\scafholdings\scafholding.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\core\sidebar\sidebar.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\core\tables\table-pages.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\core\topbar\header.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\core\topbar\notify.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\core\wave-effects\wave-effects.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\custom.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\mixins\padding-margin.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\pages.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\pages\dashboards\dashboard1.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\responsive.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\style.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\theme-colors\theme-colors.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\variable.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\widgets\chat-widgets.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\widgets\comments.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\widgets\feeds.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\widgets\gal-card.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\widgets\profile.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\widgets\steamline.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\widgets\task.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\widgets\widgets.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\dashboard\src\scss\_landingpage.scss">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\layers-2x.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\layers.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-2x-black.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-2x-blue.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-2x-gold.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-2x-green.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-2x-grey.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-2x-orange.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-2x-red.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-2x-violet.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-2x-yellow.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-2x.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-black.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-blue.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-gold.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-green.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-grey.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-orange.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-red.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-violet.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon-yellow.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-icon.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\images\marker-shadow.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\leaflet-src.esm.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\leaflet-src.esm.js.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\leaflet-src.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\leaflet-src.js.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\leaflet.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\leaflet.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\leaflet.js.map">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\leaflet\leaflet.rotatedMarker.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\resources\js\jquery.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wwwroot\resources\js\jquery.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<Import Project="..\packages\System.Data.SQLite.Core.1.0.112.0\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.112.0\build\net40\System.Data.SQLite.Core.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.112.0\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.112.0\build\net40\System.Data.SQLite.Core.targets'))" />
</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>