OpenAuth.Net/OpenAuth.Mvc/OpenAuth.Mvc.csproj
2016-10-20 16:47:35 +08:00

1460 lines
103 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2A9D9687-1822-41CF-B7DF-819BFC0F8FE9}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OpenAuth.Mvc</RootNamespace>
<AssemblyName>OpenAuth.Mvc</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<MvcBuildViews>false</MvcBuildViews>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
<IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<WebGreaseLibPath>..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Autofac">
<HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
</Reference>
<Reference Include="Autofac.Configuration">
<HintPath>..\packages\Autofac.Configuration.3.3.0\lib\net40\Autofac.Configuration.dll</HintPath>
</Reference>
<Reference Include="Autofac.Integration.Mvc">
<HintPath>..\packages\Autofac.Mvc5.3.3.4\lib\net45\Autofac.Integration.Mvc.dll</HintPath>
</Reference>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="MySql.Data, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<HintPath>..\packages\MySql.Data.6.9.8\lib\net45\MySql.Data.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MySql.Data.Entity.EF6, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<HintPath>..\packages\MySql.Data.Entity.6.9.8\lib\net45\MySql.Data.Entity.EF6.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="OptimaJet.Workflow.Core, Version=1.5.5.0, Culture=neutral, PublicKeyToken=3d29392dccd464d7, processorArchitecture=MSIL">
<HintPath>..\packages\WorkflowEngine.NET-Core.1.5.5.2\lib\net45\OptimaJet.Workflow.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="OptimaJet.Workflow.DbPersistence, Version=1.5.5.0, Culture=neutral, PublicKeyToken=3d29392dccd464d7, processorArchitecture=MSIL">
<HintPath>..\packages\WorkflowEngine.NET-ProviderForMSSQL.1.5.5.2\lib\net45\OptimaJet.Workflow.DbPersistence.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Abstractions" />
<Reference Include="System.Web.Routing" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http">
</Reference>
<Reference Include="System.Net.Http.WebRequest">
</Reference>
<Reference Include="System.Web.Optimization">
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.1\lib\net40\System.Web.Optimization.dll</HintPath>
</Reference>
<Reference Include="WebGrease, Version=1.5.2.14234, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="App_Start\BundleConfig.cs" />
<Compile Include="App_Start\FilterConfig.cs" />
<Compile Include="App_Start\RouteConfig.cs" />
<Compile Include="AutofacExt.cs" />
<Compile Include="Controllers\BaseController.cs" />
<Compile Include="Controllers\CategoryManagerController.cs" />
<Compile Include="Controllers\WorkflowSchemasController.cs" />
<Compile Include="Controllers\DesignerController.cs" />
<Compile Include="Controllers\ErrorController.cs" />
<Compile Include="Controllers\CommonAppliesController.cs" />
<Compile Include="Controllers\HomeController.cs" />
<Compile Include="Controllers\LoginController.cs" />
<Compile Include="Controllers\ModuleElementManagerController.cs" />
<Compile Include="Controllers\ModuleManagerController.cs" />
<Compile Include="Controllers\OrgManagerController.cs" />
<Compile Include="Controllers\RelevanceManagerController.cs" />
<Compile Include="Controllers\ResourceManagerController.cs" />
<Compile Include="Controllers\RoleManagerController.cs" />
<Compile Include="Controllers\StockManagerController.cs" />
<Compile Include="Controllers\UserManagerController.cs" />
<Compile Include="Models\JobjectModelBinder.cs" />
<Compile Include="Models\WorkflowActionProvider.cs" />
<Compile Include="Models\WorkflowInit.cs" />
<Compile Include="Models\WorkflowRuleProvider.cs" />
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="Models\AuthenticateAttribute.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="BllScripts\assignModule.js" />
<Content Include="BllScripts\assignModuleElement.js" />
<Content Include="BllScripts\categoryManager.js" />
<Content Include="BllScripts\jqEvent.js" />
<Content Include="BllScripts\parentTreeMultiple.js" />
<Content Include="BllScripts\parentTree.js" />
<Content Include="BllScripts\processDetail.js" />
<Content Include="BllScripts\grid.js" />
<Content Include="BllScripts\moduleElementMan.js" />
<Content Include="BllScripts\modulemanager.js" />
<Content Include="BllScripts\orgManager.js" />
<Content Include="BllScripts\queryString.js" />
<Content Include="BllScripts\resourceManager.js" />
<Content Include="BllScripts\roleManager.js" />
<Content Include="BllScripts\commonApply.js" />
<Content Include="BllScripts\workflowSchemaManager.js" />
<Content Include="BllScripts\stockManager.js" />
<Content Include="BllScripts\usermanager.js" />
<Content Include="BllScripts\assignRes.js" />
<Content Include="BllScripts\userRoleManager.js" />
<Content Include="Content\ace\avatars\avatar.png" />
<Content Include="Content\ace\avatars\avatar1.png" />
<Content Include="Content\ace\avatars\avatar2.png" />
<Content Include="Content\ace\avatars\avatar3.png" />
<Content Include="Content\ace\avatars\avatar4.png" />
<Content Include="Content\ace\avatars\avatar5.png" />
<Content Include="Content\ace\avatars\profile-pic.jpg" />
<Content Include="Content\ace\avatars\user.jpg" />
<Content Include="Content\ace\css\ace-fonts.css" />
<Content Include="Content\ace\css\ace-ie.css" />
<Content Include="Content\ace\css\ace-part2.css" />
<Content Include="Content\ace\css\ace-rtl.css" />
<Content Include="Content\ace\css\ace-skins.css" />
<Content Include="Content\ace\css\ace.css" />
<Content Include="Content\ace\css\ace.onpage-help.css" />
<Content Include="Content\ace\css\bootstrap.css" />
<Content Include="Content\ace\css\font-awesome.min.css" />
<Content Include="Content\ace\css\images\loading.gif" />
<Content Include="Content\ace\css\images\meteorshower.jpg" />
<Content Include="Content\ace\css\images\meteorshower2.jpg" />
<Content Include="Content\ace\css\images\pattern.jpg" />
<Content Include="Content\ace\css\images\pattern.png" />
<Content Include="Content\ace\css\ionicons.min.css" />
<Content Include="Content\ace\css\pace.css" />
<Content Include="Content\ace\fonts\fontawesome-webfont.svg" />
<Content Include="Content\ace\fonts\glyphicons-halflings-regular.svg" />
<Content Include="Content\ace\fonts\ionicons.svg" />
<Content Include="Content\ace\images\email1.png" />
<Content Include="Content\ace\images\email2.png" />
<Content Include="Content\ace\images\email3.png" />
<Content Include="Content\ace\images\email4.png" />
<Content Include="Content\ace\images\gallery\image-1.jpg" />
<Content Include="Content\ace\images\gallery\image-2.jpg" />
<Content Include="Content\ace\images\gallery\image-3.jpg" />
<Content Include="Content\ace\images\gallery\image-4.jpg" />
<Content Include="Content\ace\images\gallery\image-5.jpg" />
<Content Include="Content\ace\images\gallery\image-6.jpg" />
<Content Include="Content\ace\images\gallery\thumb-1.jpg" />
<Content Include="Content\ace\images\gallery\thumb-2.jpg" />
<Content Include="Content\ace\images\gallery\thumb-3.jpg" />
<Content Include="Content\ace\images\gallery\thumb-4.jpg" />
<Content Include="Content\ace\images\gallery\thumb-5.jpg" />
<Content Include="Content\ace\images\gallery\thumb-6.jpg" />
<Content Include="Content\ace\js\ace-elements.js" />
<Content Include="Content\ace\js\ace-extra.js" />
<Content Include="Content\ace\js\ace-require.js" />
<Content Include="Content\ace\js\ace-small.js" />
<Content Include="Content\ace\js\ace.js" />
<Content Include="Content\ace\js\src\ace.ajax-content.js" />
<Content Include="Content\ace\js\src\ace.auto-container.js" />
<Content Include="Content\ace\js\src\ace.auto-padding.js" />
<Content Include="Content\ace\js\src\ace.basics.js" />
<Content Include="Content\ace\js\src\ace.js" />
<Content Include="Content\ace\js\src\ace.onpage-help.js" />
<Content Include="Content\ace\js\src\ace.scrolltop.js" />
<Content Include="Content\ace\js\src\ace.searchbox-autocomplete.js" />
<Content Include="Content\ace\js\src\ace.settings-rtl.js" />
<Content Include="Content\ace\js\src\ace.settings-skin.js" />
<Content Include="Content\ace\js\src\ace.settings.js" />
<Content Include="Content\ace\js\src\ace.sidebar-scroll-1.js" />
<Content Include="Content\ace\js\src\ace.sidebar-scroll-2.js" />
<Content Include="Content\ace\js\src\ace.sidebar.js" />
<Content Include="Content\ace\js\src\ace.submenu-hover.js" />
<Content Include="Content\ace\js\src\ace.touch-drag.js" />
<Content Include="Content\ace\js\src\ace.widget-box.js" />
<Content Include="Content\ace\js\src\ace.widget-on-reload.js" />
<Content Include="Content\ace\js\src\elements.aside.js" />
<Content Include="Content\ace\js\src\elements.colorpicker.js" />
<Content Include="Content\ace\js\src\elements.fileinput.js" />
<Content Include="Content\ace\js\src\elements.onpage-help.js" />
<Content Include="Content\ace\js\src\elements.scroller.js" />
<Content Include="Content\ace\js\src\elements.spinner.js" />
<Content Include="Content\ace\js\src\elements.treeview.js" />
<Content Include="Content\ace\js\src\elements.typeahead.js" />
<Content Include="Content\ace\js\src\elements.wizard.js" />
<Content Include="Content\ace\js\src\elements.wysiwyg.js" />
<Content Include="Content\layui\css\layui.css" />
<Content Include="Content\layui\css\mobile.css" />
<Content Include="Content\layui\css\modules\code.css" />
<Content Include="Content\layui\css\modules\laydate\icon.png" />
<Content Include="Content\layui\css\modules\laydate\laydate.css" />
<Content Include="Content\layui\css\modules\layer\default\icon-ext.png" />
<Content Include="Content\layui\css\modules\layer\default\icon.png" />
<Content Include="Content\layui\css\modules\layer\default\loading-0.gif" />
<Content Include="Content\layui\css\modules\layer\default\loading-1.gif" />
<Content Include="Content\layui\css\modules\layer\default\loading-2.gif" />
<Content Include="Content\layui\css\modules\layer\layer.css" />
<Content Include="Content\layui\font\iconfont.svg" />
<Content Include="Content\layui\images\face\0.gif" />
<Content Include="Content\layui\images\face\1.gif" />
<Content Include="Content\layui\images\face\10.gif" />
<Content Include="Content\layui\images\face\11.gif" />
<Content Include="Content\layui\images\face\12.gif" />
<Content Include="Content\layui\images\face\13.gif" />
<Content Include="Content\layui\images\face\14.gif" />
<Content Include="Content\layui\images\face\15.gif" />
<Content Include="Content\layui\images\face\16.gif" />
<Content Include="Content\layui\images\face\17.gif" />
<Content Include="Content\layui\images\face\18.gif" />
<Content Include="Content\layui\images\face\19.gif" />
<Content Include="Content\layui\images\face\2.gif" />
<Content Include="Content\layui\images\face\20.gif" />
<Content Include="Content\layui\images\face\21.gif" />
<Content Include="Content\layui\images\face\22.gif" />
<Content Include="Content\layui\images\face\23.gif" />
<Content Include="Content\layui\images\face\24.gif" />
<Content Include="Content\layui\images\face\25.gif" />
<Content Include="Content\layui\images\face\26.gif" />
<Content Include="Content\layui\images\face\27.gif" />
<Content Include="Content\layui\images\face\28.gif" />
<Content Include="Content\layui\images\face\29.gif" />
<Content Include="Content\layui\images\face\3.gif" />
<Content Include="Content\layui\images\face\30.gif" />
<Content Include="Content\layui\images\face\31.gif" />
<Content Include="Content\layui\images\face\32.gif" />
<Content Include="Content\layui\images\face\33.gif" />
<Content Include="Content\layui\images\face\34.gif" />
<Content Include="Content\layui\images\face\35.gif" />
<Content Include="Content\layui\images\face\36.gif" />
<Content Include="Content\layui\images\face\37.gif" />
<Content Include="Content\layui\images\face\38.gif" />
<Content Include="Content\layui\images\face\39.gif" />
<Content Include="Content\layui\images\face\4.gif" />
<Content Include="Content\layui\images\face\40.gif" />
<Content Include="Content\layui\images\face\41.gif" />
<Content Include="Content\layui\images\face\42.gif" />
<Content Include="Content\layui\images\face\43.gif" />
<Content Include="Content\layui\images\face\44.gif" />
<Content Include="Content\layui\images\face\45.gif" />
<Content Include="Content\layui\images\face\46.gif" />
<Content Include="Content\layui\images\face\47.gif" />
<Content Include="Content\layui\images\face\48.gif" />
<Content Include="Content\layui\images\face\49.gif" />
<Content Include="Content\layui\images\face\5.gif" />
<Content Include="Content\layui\images\face\50.gif" />
<Content Include="Content\layui\images\face\51.gif" />
<Content Include="Content\layui\images\face\52.gif" />
<Content Include="Content\layui\images\face\53.gif" />
<Content Include="Content\layui\images\face\54.gif" />
<Content Include="Content\layui\images\face\55.gif" />
<Content Include="Content\layui\images\face\56.gif" />
<Content Include="Content\layui\images\face\57.gif" />
<Content Include="Content\layui\images\face\58.gif" />
<Content Include="Content\layui\images\face\59.gif" />
<Content Include="Content\layui\images\face\6.gif" />
<Content Include="Content\layui\images\face\60.gif" />
<Content Include="Content\layui\images\face\61.gif" />
<Content Include="Content\layui\images\face\62.gif" />
<Content Include="Content\layui\images\face\63.gif" />
<Content Include="Content\layui\images\face\64.gif" />
<Content Include="Content\layui\images\face\65.gif" />
<Content Include="Content\layui\images\face\66.gif" />
<Content Include="Content\layui\images\face\67.gif" />
<Content Include="Content\layui\images\face\68.gif" />
<Content Include="Content\layui\images\face\69.gif" />
<Content Include="Content\layui\images\face\7.gif" />
<Content Include="Content\layui\images\face\70.gif" />
<Content Include="Content\layui\images\face\71.gif" />
<Content Include="Content\layui\images\face\8.gif" />
<Content Include="Content\layui\images\face\9.gif" />
<Content Include="Content\layui\layui.js" />
<Content Include="Content\layui\lay\dest\layui.all.js" />
<Content Include="Content\layui\lay\lib\jquery.js" />
<Content Include="Content\layui\lay\modules\code.js" />
<Content Include="Content\layui\lay\modules\element.js" />
<Content Include="Content\layui\lay\modules\flow.js" />
<Content Include="Content\layui\lay\modules\form.js" />
<Content Include="Content\layui\lay\modules\laydate.js" />
<Content Include="Content\layui\lay\modules\layedit.js" />
<Content Include="Content\layui\lay\modules\layer.js" />
<Content Include="Content\layui\lay\modules\laypage.js" />
<Content Include="Content\layui\lay\modules\laytpl.js" />
<Content Include="Content\layui\lay\modules\tree.js" />
<Content Include="Content\layui\lay\modules\upload.js" />
<Content Include="Content\layui\lay\modules\util.js" />
<Content Include="Content\mylayer.css" />
<Content Include="Content\myace.css" />
<Content Include="Content\plugins\bootstrap\css\bootstrap.css" />
<Content Include="Content\plugins\bootstrap\css\bootstrap.min.css" />
<Content Include="Content\plugins\bootstrap\fonts\glyphicons-halflings-regular.svg" />
<Content Include="Content\plugins\bootstrap\js\bootstrap.js" />
<Content Include="Content\plugins\bootstrap\js\bootstrap.min.js" />
<Content Include="Content\plugins\bootstrap\js\npm.js" />
<Content Include="Content\plugins\jqGrid\i18n\grid.locale-en.js" />
<Content Include="Content\plugins\jqGrid\jquery.jqGrid.src.js" />
<Content Include="Content\plugins\bootstrap-slider\bootstrap-slider.js" />
<Content Include="Content\plugins\bootstrap-slider\slider.css" />
<Content Include="Content\plugins\bootstrap-treeview\bootstrap-treeview.min.css" />
<Content Include="Content\plugins\bootstrap-treeview\bootstrap-treeview.min.js" />
<Content Include="Content\plugins\bootstrap-wysihtml5\bootstrap3-wysihtml5.all.min.js" />
<Content Include="Content\plugins\bootstrap-wysihtml5\bootstrap3-wysihtml5.css" />
<Content Include="Content\plugins\bootstrap-wysihtml5\bootstrap3-wysihtml5.js" />
<Content Include="Content\plugins\bootstrap-wysihtml5\bootstrap3-wysihtml5.min.css" />
<Content Include="Content\plugins\ckeditor\adapters\jquery.js" />
<Content Include="Content\plugins\ckeditor\build-config.js" />
<Content Include="Content\plugins\ckeditor\ckeditor.js" />
<Content Include="Content\plugins\ckeditor\config.js" />
<Content Include="Content\plugins\ckeditor\contents.css" />
<Content Include="Content\plugins\ckeditor\lang\af.js" />
<Content Include="Content\plugins\ckeditor\lang\ar.js" />
<Content Include="Content\plugins\ckeditor\lang\bg.js" />
<Content Include="Content\plugins\ckeditor\lang\bn.js" />
<Content Include="Content\plugins\ckeditor\lang\bs.js" />
<Content Include="Content\plugins\ckeditor\lang\ca.js" />
<Content Include="Content\plugins\ckeditor\lang\cs.js" />
<Content Include="Content\plugins\ckeditor\lang\cy.js" />
<Content Include="Content\plugins\ckeditor\lang\da.js" />
<Content Include="Content\plugins\ckeditor\lang\de.js" />
<Content Include="Content\plugins\ckeditor\lang\el.js" />
<Content Include="Content\plugins\ckeditor\lang\en-au.js" />
<Content Include="Content\plugins\ckeditor\lang\en-ca.js" />
<Content Include="Content\plugins\ckeditor\lang\en-gb.js" />
<Content Include="Content\plugins\ckeditor\lang\en.js" />
<Content Include="Content\plugins\ckeditor\lang\eo.js" />
<Content Include="Content\plugins\ckeditor\lang\es.js" />
<Content Include="Content\plugins\ckeditor\lang\et.js" />
<Content Include="Content\plugins\ckeditor\lang\eu.js" />
<Content Include="Content\plugins\ckeditor\lang\fa.js" />
<Content Include="Content\plugins\ckeditor\lang\fi.js" />
<Content Include="Content\plugins\ckeditor\lang\fo.js" />
<Content Include="Content\plugins\ckeditor\lang\fr-ca.js" />
<Content Include="Content\plugins\ckeditor\lang\fr.js" />
<Content Include="Content\plugins\ckeditor\lang\gl.js" />
<Content Include="Content\plugins\ckeditor\lang\gu.js" />
<Content Include="Content\plugins\ckeditor\lang\he.js" />
<Content Include="Content\plugins\ckeditor\lang\hi.js" />
<Content Include="Content\plugins\ckeditor\lang\hr.js" />
<Content Include="Content\plugins\ckeditor\lang\hu.js" />
<Content Include="Content\plugins\ckeditor\lang\id.js" />
<Content Include="Content\plugins\ckeditor\lang\is.js" />
<Content Include="Content\plugins\ckeditor\lang\it.js" />
<Content Include="Content\plugins\ckeditor\lang\ja.js" />
<Content Include="Content\plugins\ckeditor\lang\ka.js" />
<Content Include="Content\plugins\ckeditor\lang\km.js" />
<Content Include="Content\plugins\ckeditor\lang\ko.js" />
<Content Include="Content\plugins\ckeditor\lang\ku.js" />
<Content Include="Content\plugins\ckeditor\lang\lt.js" />
<Content Include="Content\plugins\ckeditor\lang\lv.js" />
<Content Include="Content\plugins\ckeditor\lang\mk.js" />
<Content Include="Content\plugins\ckeditor\lang\mn.js" />
<Content Include="Content\plugins\ckeditor\lang\ms.js" />
<Content Include="Content\plugins\ckeditor\lang\nb.js" />
<Content Include="Content\plugins\ckeditor\lang\nl.js" />
<Content Include="Content\plugins\ckeditor\lang\no.js" />
<Content Include="Content\plugins\ckeditor\lang\pl.js" />
<Content Include="Content\plugins\ckeditor\lang\pt-br.js" />
<Content Include="Content\plugins\ckeditor\lang\pt.js" />
<Content Include="Content\plugins\ckeditor\lang\ro.js" />
<Content Include="Content\plugins\ckeditor\lang\ru.js" />
<Content Include="Content\plugins\ckeditor\lang\si.js" />
<Content Include="Content\plugins\ckeditor\lang\sk.js" />
<Content Include="Content\plugins\ckeditor\lang\sl.js" />
<Content Include="Content\plugins\ckeditor\lang\sq.js" />
<Content Include="Content\plugins\ckeditor\lang\sr-latn.js" />
<Content Include="Content\plugins\ckeditor\lang\sr.js" />
<Content Include="Content\plugins\ckeditor\lang\sv.js" />
<Content Include="Content\plugins\ckeditor\lang\th.js" />
<Content Include="Content\plugins\ckeditor\lang\tr.js" />
<Content Include="Content\plugins\ckeditor\lang\ug.js" />
<Content Include="Content\plugins\ckeditor\lang\uk.js" />
<Content Include="Content\plugins\ckeditor\lang\vi.js" />
<Content Include="Content\plugins\ckeditor\lang\zh-cn.js" />
<Content Include="Content\plugins\ckeditor\lang\zh.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\a11yhelp.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\ar.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\bg.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\ca.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\cs.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\cy.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\da.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\de.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\el.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\en.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\eo.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\es.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\et.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\fa.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\fi.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\fr-ca.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\fr.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\gl.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\gu.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\he.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\hi.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\hr.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\hu.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\id.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\it.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\ja.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\km.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\ko.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\ku.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\lt.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\lv.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\mk.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\mn.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\nb.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\nl.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\no.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\pl.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\pt-br.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\pt.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\ro.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\ru.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\si.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\sk.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\sl.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\sq.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\sr-latn.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\sr.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\sv.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\th.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\tr.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\ug.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\uk.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\vi.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\zh-cn.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\zh.js" />
<Content Include="Content\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\_translationstatus.txt" />
<Content Include="Content\plugins\ckeditor\plugins\about\dialogs\about.js" />
<Content Include="Content\plugins\ckeditor\plugins\about\dialogs\hidpi\logo_ckeditor.png" />
<Content Include="Content\plugins\ckeditor\plugins\about\dialogs\logo_ckeditor.png" />
<Content Include="Content\plugins\ckeditor\plugins\clipboard\dialogs\paste.js" />
<Content Include="Content\plugins\ckeditor\plugins\dialog\dialogDefinition.js" />
<Content Include="Content\plugins\ckeditor\plugins\fakeobjects\images\spacer.gif" />
<Content Include="Content\plugins\ckeditor\plugins\icons.png" />
<Content Include="Content\plugins\ckeditor\plugins\icons_hidpi.png" />
<Content Include="Content\plugins\ckeditor\plugins\image\dialogs\image.js" />
<Content Include="Content\plugins\ckeditor\plugins\image\images\noimage.png" />
<Content Include="Content\plugins\ckeditor\plugins\link\dialogs\anchor.js" />
<Content Include="Content\plugins\ckeditor\plugins\link\dialogs\link.js" />
<Content Include="Content\plugins\ckeditor\plugins\link\images\anchor.png" />
<Content Include="Content\plugins\ckeditor\plugins\link\images\hidpi\anchor.png" />
<Content Include="Content\plugins\ckeditor\plugins\magicline\images\hidpi\icon.png" />
<Content Include="Content\plugins\ckeditor\plugins\magicline\images\icon.png" />
<Content Include="Content\plugins\ckeditor\plugins\pastefromword\filter\default.js" />
<Content Include="Content\plugins\ckeditor\plugins\scayt\dialogs\options.js" />
<Content Include="Content\plugins\ckeditor\plugins\scayt\dialogs\toolbar.css" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\ar.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\bg.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\ca.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\cs.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\cy.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\de.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\el.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\en.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\eo.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\es.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\et.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\fa.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\fi.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\fr-ca.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\fr.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\gl.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\he.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\hr.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\hu.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\id.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\it.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\ja.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\km.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\ku.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\lv.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\nb.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\nl.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\no.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\pl.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\pt-br.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\pt.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\ru.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\si.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\sk.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\sl.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\sq.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\sv.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\th.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\tr.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\ug.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\uk.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\vi.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\zh-cn.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\zh.js" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\lang\_translationstatus.txt" />
<Content Include="Content\plugins\ckeditor\plugins\specialchar\dialogs\specialchar.js" />
<Content Include="Content\plugins\ckeditor\plugins\tabletools\dialogs\tableCell.js" />
<Content Include="Content\plugins\ckeditor\plugins\table\dialogs\table.js" />
<Content Include="Content\plugins\ckeditor\plugins\wsc\dialogs\ciframe.html" />
<Content Include="Content\plugins\ckeditor\plugins\wsc\dialogs\tmp.html" />
<Content Include="Content\plugins\ckeditor\plugins\wsc\dialogs\tmpFrameset.html" />
<Content Include="Content\plugins\ckeditor\plugins\wsc\dialogs\wsc.css" />
<Content Include="Content\plugins\ckeditor\plugins\wsc\dialogs\wsc.js" />
<Content Include="Content\plugins\ckeditor\plugins\wsc\dialogs\wsc_ie.js" />
<Content Include="Content\plugins\ckeditor\skins\moono\dialog.css" />
<Content Include="Content\plugins\ckeditor\skins\moono\dialog_ie.css" />
<Content Include="Content\plugins\ckeditor\skins\moono\dialog_ie7.css" />
<Content Include="Content\plugins\ckeditor\skins\moono\dialog_ie8.css" />
<Content Include="Content\plugins\ckeditor\skins\moono\dialog_iequirks.css" />
<Content Include="Content\plugins\ckeditor\skins\moono\dialog_opera.css" />
<Content Include="Content\plugins\ckeditor\skins\moono\editor.css" />
<Content Include="Content\plugins\ckeditor\skins\moono\editor_gecko.css" />
<Content Include="Content\plugins\ckeditor\skins\moono\editor_ie.css" />
<Content Include="Content\plugins\ckeditor\skins\moono\editor_ie7.css" />
<Content Include="Content\plugins\ckeditor\skins\moono\editor_ie8.css" />
<Content Include="Content\plugins\ckeditor\skins\moono\editor_iequirks.css" />
<Content Include="Content\plugins\ckeditor\skins\moono\icons.png" />
<Content Include="Content\plugins\ckeditor\skins\moono\icons_hidpi.png" />
<Content Include="Content\plugins\ckeditor\skins\moono\images\arrow.png" />
<Content Include="Content\plugins\ckeditor\skins\moono\images\close.png" />
<Content Include="Content\plugins\ckeditor\skins\moono\images\hidpi\close.png" />
<Content Include="Content\plugins\ckeditor\skins\moono\images\hidpi\lock-open.png" />
<Content Include="Content\plugins\ckeditor\skins\moono\images\hidpi\lock.png" />
<Content Include="Content\plugins\ckeditor\skins\moono\images\hidpi\refresh.png" />
<Content Include="Content\plugins\ckeditor\skins\moono\images\lock-open.png" />
<Content Include="Content\plugins\ckeditor\skins\moono\images\lock.png" />
<Content Include="Content\plugins\ckeditor\skins\moono\images\refresh.png" />
<Content Include="Content\plugins\ckeditor\styles.js" />
<Content Include="Content\plugins\colorpicker\bootstrap-colorpicker.css" />
<Content Include="Content\plugins\colorpicker\bootstrap-colorpicker.js" />
<Content Include="Content\plugins\colorpicker\bootstrap-colorpicker.min.css" />
<Content Include="Content\plugins\colorpicker\bootstrap-colorpicker.min.js" />
<Content Include="Content\plugins\colorpicker\img\alpha-horizontal.png" />
<Content Include="Content\plugins\colorpicker\img\alpha.png" />
<Content Include="Content\plugins\colorpicker\img\hue-horizontal.png" />
<Content Include="Content\plugins\colorpicker\img\hue.png" />
<Content Include="Content\plugins\colorpicker\img\saturation.png" />
<Content Include="Content\plugins\datatables\dataTables.bootstrap.css" />
<Content Include="Content\plugins\datatables\dataTables.bootstrap.js" />
<Content Include="Content\plugins\datatables\dataTables.bootstrap.min.js" />
<Content Include="Content\plugins\datatables\extensions\AutoFill\css\dataTables.autoFill.css" />
<Content Include="Content\plugins\datatables\extensions\AutoFill\css\dataTables.autoFill.min.css" />
<Content Include="Content\plugins\datatables\extensions\AutoFill\examples\columns.html" />
<Content Include="Content\plugins\datatables\extensions\AutoFill\examples\complete-callback.html" />
<Content Include="Content\plugins\datatables\extensions\AutoFill\examples\fill-both.html" />
<Content Include="Content\plugins\datatables\extensions\AutoFill\examples\fill-horizontal.html" />
<Content Include="Content\plugins\datatables\extensions\AutoFill\examples\index.html" />
<Content Include="Content\plugins\datatables\extensions\AutoFill\examples\scrolling.html" />
<Content Include="Content\plugins\datatables\extensions\AutoFill\examples\simple.html" />
<Content Include="Content\plugins\datatables\extensions\AutoFill\examples\step-callback.html" />
<Content Include="Content\plugins\datatables\extensions\AutoFill\images\filler.png" />
<Content Include="Content\plugins\datatables\extensions\AutoFill\js\dataTables.autoFill.js" />
<Content Include="Content\plugins\datatables\extensions\AutoFill\js\dataTables.autoFill.min.js" />
<Content Include="Content\plugins\datatables\extensions\AutoFill\Readme.txt" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\css\dataTables.colReorder.css" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\css\dataTables.colReorder.min.css" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\examples\alt_insert.html" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\examples\colvis.html" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\examples\col_filter.html" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\examples\fixedcolumns.html" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\examples\fixedheader.html" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\examples\index.html" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\examples\jqueryui.html" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\examples\new_init.html" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\examples\predefined.html" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\examples\realtime.html" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\examples\reset.html" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\examples\scrolling.html" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\examples\server_side.html" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\examples\simple.html" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\examples\state_save.html" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\images\insert.png" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\js\dataTables.colReorder.js" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\js\dataTables.colReorder.min.js" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\License.txt" />
<Content Include="Content\plugins\datatables\extensions\ColVis\css\dataTables.colVis.css" />
<Content Include="Content\plugins\datatables\extensions\ColVis\css\dataTables.colvis.jqueryui.css" />
<Content Include="Content\plugins\datatables\extensions\ColVis\css\dataTables.colVis.min.css" />
<Content Include="Content\plugins\datatables\extensions\ColVis\examples\button_order.html" />
<Content Include="Content\plugins\datatables\extensions\ColVis\examples\exclude_columns.html" />
<Content Include="Content\plugins\datatables\extensions\ColVis\examples\group_columns.html" />
<Content Include="Content\plugins\datatables\extensions\ColVis\examples\index.html" />
<Content Include="Content\plugins\datatables\extensions\ColVis\examples\jqueryui.html" />
<Content Include="Content\plugins\datatables\extensions\ColVis\examples\mouseover.html" />
<Content Include="Content\plugins\datatables\extensions\ColVis\examples\new_init.html" />
<Content Include="Content\plugins\datatables\extensions\ColVis\examples\restore.html" />
<Content Include="Content\plugins\datatables\extensions\ColVis\examples\simple.html" />
<Content Include="Content\plugins\datatables\extensions\ColVis\examples\text.html" />
<Content Include="Content\plugins\datatables\extensions\ColVis\examples\title_callback.html" />
<Content Include="Content\plugins\datatables\extensions\ColVis\examples\two_tables.html" />
<Content Include="Content\plugins\datatables\extensions\ColVis\examples\two_tables_identical.html" />
<Content Include="Content\plugins\datatables\extensions\ColVis\js\dataTables.colVis.js" />
<Content Include="Content\plugins\datatables\extensions\ColVis\js\dataTables.colVis.min.js" />
<Content Include="Content\plugins\datatables\extensions\ColVis\License.txt" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\css\dataTables.fixedColumns.css" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\css\dataTables.fixedColumns.min.css" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\examples\bootstrap.html" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\examples\colvis.html" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\examples\col_filter.html" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\examples\css_size.html" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\examples\index.html" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\examples\index_column.html" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\examples\left_right_columns.html" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\examples\right_column.html" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\examples\rowspan.html" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\examples\server-side-processing.html" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\examples\simple.html" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\examples\size_fixed.html" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\examples\size_fluid.html" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\examples\two_columns.html" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\js\dataTables.fixedColumns.js" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\js\dataTables.fixedColumns.min.js" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\License.txt" />
<Content Include="Content\plugins\datatables\extensions\FixedHeader\css\dataTables.fixedHeader.css" />
<Content Include="Content\plugins\datatables\extensions\FixedHeader\css\dataTables.fixedHeader.min.css" />
<Content Include="Content\plugins\datatables\extensions\FixedHeader\examples\header_footer.html" />
<Content Include="Content\plugins\datatables\extensions\FixedHeader\examples\index.html" />
<Content Include="Content\plugins\datatables\extensions\FixedHeader\examples\simple.html" />
<Content Include="Content\plugins\datatables\extensions\FixedHeader\examples\top_left_right.html" />
<Content Include="Content\plugins\datatables\extensions\FixedHeader\examples\two_tables.html" />
<Content Include="Content\plugins\datatables\extensions\FixedHeader\examples\zIndexes.html" />
<Content Include="Content\plugins\datatables\extensions\FixedHeader\js\dataTables.fixedHeader.js" />
<Content Include="Content\plugins\datatables\extensions\FixedHeader\js\dataTables.fixedHeader.min.js" />
<Content Include="Content\plugins\datatables\extensions\FixedHeader\Readme.txt" />
<Content Include="Content\plugins\datatables\extensions\KeyTable\css\dataTables.keyTable.css" />
<Content Include="Content\plugins\datatables\extensions\KeyTable\css\dataTables.keyTable.min.css" />
<Content Include="Content\plugins\datatables\extensions\KeyTable\examples\events.html" />
<Content Include="Content\plugins\datatables\extensions\KeyTable\examples\html.html" />
<Content Include="Content\plugins\datatables\extensions\KeyTable\examples\index.html" />
<Content Include="Content\plugins\datatables\extensions\KeyTable\examples\scrolling.html" />
<Content Include="Content\plugins\datatables\extensions\KeyTable\examples\simple.html" />
<Content Include="Content\plugins\datatables\extensions\KeyTable\js\dataTables.keyTable.js" />
<Content Include="Content\plugins\datatables\extensions\KeyTable\js\dataTables.keyTable.min.js" />
<Content Include="Content\plugins\datatables\extensions\KeyTable\Readme.txt" />
<Content Include="Content\plugins\datatables\extensions\Responsive\css\dataTables.responsive.css" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\child-rows\column-control.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\child-rows\custom-renderer.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\child-rows\disable-child-rows.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\child-rows\index.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\child-rows\right-column.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\child-rows\whole-row-control.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\display-control\auto.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\display-control\classes.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\display-control\complexHeader.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\display-control\fixedHeader.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\display-control\index.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\display-control\init-classes.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\index.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\initialisation\ajax.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\initialisation\className.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\initialisation\default.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\initialisation\index.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\initialisation\new.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\initialisation\option.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\styling\bootstrap.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\styling\compact.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\styling\foundation.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\styling\index.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\examples\styling\scrolling.html" />
<Content Include="Content\plugins\datatables\extensions\Responsive\js\dataTables.responsive.js" />
<Content Include="Content\plugins\datatables\extensions\Responsive\js\dataTables.responsive.min.js" />
<Content Include="Content\plugins\datatables\extensions\Responsive\License.txt" />
<Content Include="Content\plugins\datatables\extensions\Scroller\css\dataTables.scroller.css" />
<Content Include="Content\plugins\datatables\extensions\Scroller\css\dataTables.scroller.min.css" />
<Content Include="Content\plugins\datatables\extensions\Scroller\examples\api_scrolling.html" />
<Content Include="Content\plugins\datatables\extensions\Scroller\examples\data\2500.txt" />
<Content Include="Content\plugins\datatables\extensions\Scroller\examples\index.html" />
<Content Include="Content\plugins\datatables\extensions\Scroller\examples\large_js_source.html" />
<Content Include="Content\plugins\datatables\extensions\Scroller\examples\server-side_processing.html" />
<Content Include="Content\plugins\datatables\extensions\Scroller\examples\simple.html" />
<Content Include="Content\plugins\datatables\extensions\Scroller\examples\state_saving.html" />
<Content Include="Content\plugins\datatables\extensions\Scroller\images\loading-background.png" />
<Content Include="Content\plugins\datatables\extensions\Scroller\js\dataTables.scroller.js" />
<Content Include="Content\plugins\datatables\extensions\Scroller\js\dataTables.scroller.min.js" />
<Content Include="Content\plugins\datatables\extensions\Scroller\Readme.txt" />
<Content Include="Content\plugins\datatables\extensions\TableTools\css\dataTables.tableTools.css" />
<Content Include="Content\plugins\datatables\extensions\TableTools\css\dataTables.tableTools.min.css" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\ajax.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\alter_buttons.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\bootstrap.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\button_text.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\collection.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\defaults.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\index.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\jqueryui.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\multiple_tables.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\multi_instance.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\new_init.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\pdf_message.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\plug-in.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\select_column.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\select_multi.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\select_os.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\select_single.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\simple.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\examples\swf_path.html" />
<Content Include="Content\plugins\datatables\extensions\TableTools\images\collection.png" />
<Content Include="Content\plugins\datatables\extensions\TableTools\images\collection_hover.png" />
<Content Include="Content\plugins\datatables\extensions\TableTools\images\copy.png" />
<Content Include="Content\plugins\datatables\extensions\TableTools\images\copy_hover.png" />
<Content Include="Content\plugins\datatables\extensions\TableTools\images\csv.png" />
<Content Include="Content\plugins\datatables\extensions\TableTools\images\csv_hover.png" />
<Content Include="Content\plugins\datatables\extensions\TableTools\images\pdf.png" />
<Content Include="Content\plugins\datatables\extensions\TableTools\images\pdf_hover.png" />
<Content Include="Content\plugins\datatables\extensions\TableTools\images\print.png" />
<Content Include="Content\plugins\datatables\extensions\TableTools\images\print_hover.png" />
<Content Include="Content\plugins\datatables\extensions\TableTools\images\xls.png" />
<Content Include="Content\plugins\datatables\extensions\TableTools\images\xls_hover.png" />
<Content Include="Content\plugins\datatables\extensions\TableTools\js\dataTables.tableTools.js" />
<Content Include="Content\plugins\datatables\extensions\TableTools\js\dataTables.tableTools.min.js" />
<Content Include="Content\plugins\datatables\extensions\TableTools\swf\copy_csv_xls.swf" />
<Content Include="Content\plugins\datatables\extensions\TableTools\swf\copy_csv_xls_pdf.swf" />
<Content Include="Content\plugins\datatables\images\sort_asc.png" />
<Content Include="Content\plugins\datatables\images\sort_asc_disabled.png" />
<Content Include="Content\plugins\datatables\images\sort_both.png" />
<Content Include="Content\plugins\datatables\images\sort_desc.png" />
<Content Include="Content\plugins\datatables\images\sort_desc_disabled.png" />
<Content Include="Content\plugins\datatables\jquery.dataTables.css" />
<Content Include="Content\plugins\datatables\jquery.dataTables.js" />
<Content Include="Content\plugins\datatables\jquery.dataTables.min.css" />
<Content Include="Content\plugins\datatables\jquery.dataTables.min.js" />
<Content Include="Content\plugins\datatables\jquery.dataTables_themeroller.css" />
<Content Include="Content\plugins\datepicker\bootstrap-datepicker.js" />
<Content Include="Content\plugins\datepicker\datepicker3.css" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.ar.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.az.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.bg.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.ca.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.cs.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.cy.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.da.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.de.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.el.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.es.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.et.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.fa.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.fi.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.fr.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.gl.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.he.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.hr.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.hu.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.id.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.is.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.it.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.ja.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.ka.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.kk.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.kr.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.lt.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.lv.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.mk.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.ms.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.nb.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.nl-BE.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.nl.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.no.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.pl.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.pt-BR.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.pt.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.ro.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.rs-latin.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.rs.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.ru.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.sk.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.sl.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.sq.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.sv.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.sw.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.th.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.tr.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.ua.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.vi.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.zh-CN.js" />
<Content Include="Content\plugins\datepicker\locales\bootstrap-datepicker.zh-TW.js" />
<Content Include="Content\plugins\daterangepicker\daterangepicker-bs3.css" />
<Content Include="Content\plugins\daterangepicker\daterangepicker.js" />
<Content Include="Content\plugins\daterangepicker\moment.js" />
<Content Include="Content\plugins\daterangepicker\moment.min.js" />
<Content Include="Content\plugins\flot\excanvas.js" />
<Content Include="Content\plugins\flot\excanvas.min.js" />
<Content Include="Content\plugins\flot\jquery.colorhelpers.js" />
<Content Include="Content\plugins\flot\jquery.colorhelpers.min.js" />
<Content Include="Content\plugins\flot\jquery.flot.canvas.js" />
<Content Include="Content\plugins\flot\jquery.flot.canvas.min.js" />
<Content Include="Content\plugins\flot\jquery.flot.categories.js" />
<Content Include="Content\plugins\flot\jquery.flot.categories.min.js" />
<Content Include="Content\plugins\flot\jquery.flot.crosshair.js" />
<Content Include="Content\plugins\flot\jquery.flot.crosshair.min.js" />
<Content Include="Content\plugins\flot\jquery.flot.errorbars.js" />
<Content Include="Content\plugins\flot\jquery.flot.errorbars.min.js" />
<Content Include="Content\plugins\flot\jquery.flot.fillbetween.js" />
<Content Include="Content\plugins\flot\jquery.flot.fillbetween.min.js" />
<Content Include="Content\plugins\flot\jquery.flot.image.js" />
<Content Include="Content\plugins\flot\jquery.flot.image.min.js" />
<Content Include="Content\plugins\flot\jquery.flot.js" />
<Content Include="Content\plugins\flot\jquery.flot.min.js" />
<Content Include="Content\plugins\flot\jquery.flot.navigate.js" />
<Content Include="Content\plugins\flot\jquery.flot.navigate.min.js" />
<Content Include="Content\plugins\flot\jquery.flot.pie.js" />
<Content Include="Content\plugins\flot\jquery.flot.pie.min.js" />
<Content Include="Content\plugins\flot\jquery.flot.resize.js" />
<Content Include="Content\plugins\flot\jquery.flot.resize.min.js" />
<Content Include="Content\plugins\flot\jquery.flot.selection.js" />
<Content Include="Content\plugins\flot\jquery.flot.selection.min.js" />
<Content Include="Content\plugins\flot\jquery.flot.stack.js" />
<Content Include="Content\plugins\flot\jquery.flot.stack.min.js" />
<Content Include="Content\plugins\flot\jquery.flot.symbol.js" />
<Content Include="Content\plugins\flot\jquery.flot.symbol.min.js" />
<Content Include="Content\plugins\flot\jquery.flot.threshold.js" />
<Content Include="Content\plugins\flot\jquery.flot.threshold.min.js" />
<Content Include="Content\plugins\flot\jquery.flot.time.js" />
<Content Include="Content\plugins\flot\jquery.flot.time.min.js" />
<Content Include="Content\plugins\iCheck\all.css" />
<Content Include="Content\plugins\iCheck\flat\aero%402x.png" />
<Content Include="Content\plugins\iCheck\flat\aero.css" />
<Content Include="Content\plugins\iCheck\flat\aero.png" />
<Content Include="Content\plugins\iCheck\flat\blue%402x.png" />
<Content Include="Content\plugins\iCheck\flat\blue.css" />
<Content Include="Content\plugins\iCheck\flat\blue.png" />
<Content Include="Content\plugins\iCheck\flat\flat%402x.png" />
<Content Include="Content\plugins\iCheck\flat\flat.css" />
<Content Include="Content\plugins\iCheck\flat\flat.png" />
<Content Include="Content\plugins\iCheck\flat\green%402x.png" />
<Content Include="Content\plugins\iCheck\flat\green.css" />
<Content Include="Content\plugins\iCheck\flat\green.png" />
<Content Include="Content\plugins\iCheck\flat\grey%402x.png" />
<Content Include="Content\plugins\iCheck\flat\grey.css" />
<Content Include="Content\plugins\iCheck\flat\grey.png" />
<Content Include="Content\plugins\iCheck\flat\orange%402x.png" />
<Content Include="Content\plugins\iCheck\flat\orange.css" />
<Content Include="Content\plugins\iCheck\flat\orange.png" />
<Content Include="Content\plugins\iCheck\flat\pink%402x.png" />
<Content Include="Content\plugins\iCheck\flat\pink.css" />
<Content Include="Content\plugins\iCheck\flat\pink.png" />
<Content Include="Content\plugins\iCheck\flat\purple%402x.png" />
<Content Include="Content\plugins\iCheck\flat\purple.css" />
<Content Include="Content\plugins\iCheck\flat\purple.png" />
<Content Include="Content\plugins\iCheck\flat\red%402x.png" />
<Content Include="Content\plugins\iCheck\flat\red.css" />
<Content Include="Content\plugins\iCheck\flat\red.png" />
<Content Include="Content\plugins\iCheck\flat\yellow%402x.png" />
<Content Include="Content\plugins\iCheck\flat\yellow.css" />
<Content Include="Content\plugins\iCheck\flat\yellow.png" />
<Content Include="Content\plugins\iCheck\flat\_all.css" />
<Content Include="Content\plugins\iCheck\futurico\futurico%402x.png" />
<Content Include="Content\plugins\iCheck\futurico\futurico.css" />
<Content Include="Content\plugins\iCheck\futurico\futurico.png" />
<Content Include="Content\plugins\iCheck\icheck.js" />
<Content Include="Content\plugins\iCheck\icheck.min.js" />
<Content Include="Content\plugins\iCheck\line\aero.css" />
<Content Include="Content\plugins\iCheck\line\blue.css" />
<Content Include="Content\plugins\iCheck\line\green.css" />
<Content Include="Content\plugins\iCheck\line\grey.css" />
<Content Include="Content\plugins\iCheck\line\line%402x.png" />
<Content Include="Content\plugins\iCheck\line\line.css" />
<Content Include="Content\plugins\iCheck\line\line.png" />
<Content Include="Content\plugins\iCheck\line\orange.css" />
<Content Include="Content\plugins\iCheck\line\pink.css" />
<Content Include="Content\plugins\iCheck\line\purple.css" />
<Content Include="Content\plugins\iCheck\line\red.css" />
<Content Include="Content\plugins\iCheck\line\yellow.css" />
<Content Include="Content\plugins\iCheck\line\_all.css" />
<Content Include="Content\plugins\iCheck\minimal\aero%402x.png" />
<Content Include="Content\plugins\iCheck\minimal\aero.css" />
<Content Include="Content\plugins\iCheck\minimal\aero.png" />
<Content Include="Content\plugins\iCheck\minimal\blue%402x.png" />
<Content Include="Content\plugins\iCheck\minimal\blue.css" />
<Content Include="Content\plugins\iCheck\minimal\blue.png" />
<Content Include="Content\plugins\iCheck\minimal\green%402x.png" />
<Content Include="Content\plugins\iCheck\minimal\green.css" />
<Content Include="Content\plugins\iCheck\minimal\green.png" />
<Content Include="Content\plugins\iCheck\minimal\grey%402x.png" />
<Content Include="Content\plugins\iCheck\minimal\grey.css" />
<Content Include="Content\plugins\iCheck\minimal\grey.png" />
<Content Include="Content\plugins\iCheck\minimal\minimal%402x.png" />
<Content Include="Content\plugins\iCheck\minimal\minimal.css" />
<Content Include="Content\plugins\iCheck\minimal\minimal.png" />
<Content Include="Content\plugins\iCheck\minimal\orange%402x.png" />
<Content Include="Content\plugins\iCheck\minimal\orange.css" />
<Content Include="Content\plugins\iCheck\minimal\orange.png" />
<Content Include="Content\plugins\iCheck\minimal\pink%402x.png" />
<Content Include="Content\plugins\iCheck\minimal\pink.css" />
<Content Include="Content\plugins\iCheck\minimal\pink.png" />
<Content Include="Content\plugins\iCheck\minimal\purple%402x.png" />
<Content Include="Content\plugins\iCheck\minimal\purple.css" />
<Content Include="Content\plugins\iCheck\minimal\purple.png" />
<Content Include="Content\plugins\iCheck\minimal\red%402x.png" />
<Content Include="Content\plugins\iCheck\minimal\red.css" />
<Content Include="Content\plugins\iCheck\minimal\red.png" />
<Content Include="Content\plugins\iCheck\minimal\yellow%402x.png" />
<Content Include="Content\plugins\iCheck\minimal\yellow.css" />
<Content Include="Content\plugins\iCheck\minimal\yellow.png" />
<Content Include="Content\plugins\iCheck\minimal\_all.css" />
<Content Include="Content\plugins\iCheck\polaris\polaris%402x.png" />
<Content Include="Content\plugins\iCheck\polaris\polaris.css" />
<Content Include="Content\plugins\iCheck\polaris\polaris.png" />
<Content Include="Content\plugins\iCheck\square\aero%402x.png" />
<Content Include="Content\plugins\iCheck\square\aero.css" />
<Content Include="Content\plugins\iCheck\square\aero.png" />
<Content Include="Content\plugins\iCheck\square\blue%402x.png" />
<Content Include="Content\plugins\iCheck\square\blue.css" />
<Content Include="Content\plugins\iCheck\square\blue.png" />
<Content Include="Content\plugins\iCheck\square\green%402x.png" />
<Content Include="Content\plugins\iCheck\square\green.css" />
<Content Include="Content\plugins\iCheck\square\green.png" />
<Content Include="Content\plugins\iCheck\square\grey%402x.png" />
<Content Include="Content\plugins\iCheck\square\grey.css" />
<Content Include="Content\plugins\iCheck\square\grey.png" />
<Content Include="Content\plugins\iCheck\square\orange%402x.png" />
<Content Include="Content\plugins\iCheck\square\orange.css" />
<Content Include="Content\plugins\iCheck\square\orange.png" />
<Content Include="Content\plugins\iCheck\square\pink%402x.png" />
<Content Include="Content\plugins\iCheck\square\pink.css" />
<Content Include="Content\plugins\iCheck\square\pink.png" />
<Content Include="Content\plugins\iCheck\square\purple%402x.png" />
<Content Include="Content\plugins\iCheck\square\purple.css" />
<Content Include="Content\plugins\iCheck\square\purple.png" />
<Content Include="Content\plugins\iCheck\square\red%402x.png" />
<Content Include="Content\plugins\iCheck\square\red.css" />
<Content Include="Content\plugins\iCheck\square\red.png" />
<Content Include="Content\plugins\iCheck\square\square%402x.png" />
<Content Include="Content\plugins\iCheck\square\square.css" />
<Content Include="Content\plugins\iCheck\square\square.png" />
<Content Include="Content\plugins\iCheck\square\yellow%402x.png" />
<Content Include="Content\plugins\iCheck\square\yellow.css" />
<Content Include="Content\plugins\iCheck\square\yellow.png" />
<Content Include="Content\plugins\iCheck\square\_all.css" />
<Content Include="Content\plugins\input-mask\jquery.inputmask.date.extensions.js" />
<Content Include="Content\plugins\input-mask\jquery.inputmask.extensions.js" />
<Content Include="Content\plugins\input-mask\jquery.inputmask.js" />
<Content Include="Content\plugins\input-mask\jquery.inputmask.numeric.extensions.js" />
<Content Include="Content\plugins\input-mask\jquery.inputmask.phone.extensions.js" />
<Content Include="Content\plugins\input-mask\jquery.inputmask.regex.extensions.js" />
<Content Include="Content\plugins\input-mask\phone-codes\readme.txt" />
<Content Include="Content\plugins\ionslider\img\sprite-skin-flat.png" />
<Content Include="Content\plugins\ionslider\img\sprite-skin-nice.png" />
<Content Include="Content\plugins\ionslider\ion.rangeSlider.css" />
<Content Include="Content\plugins\ionslider\ion.rangeSlider.min.js" />
<Content Include="Content\plugins\ionslider\ion.rangeSlider.skinFlat.css" />
<Content Include="Content\plugins\ionslider\ion.rangeSlider.skinNice.css" />
<Content Include="Content\plugins\jqGrid\ui.jqgrid.css" />
<Content Include="Content\plugins\jQueryUI\jquery-ui-1.10.3.js" />
<Content Include="Content\plugins\jQueryUI\jquery-ui-1.10.3.min.js" />
<Content Include="Content\plugins\jQuery\jQuery-2.1.4.min.js" />
<Content Include="Content\plugins\layer\extend\layer.ext.js" />
<Content Include="Content\plugins\layer\layer.js" />
<Content Include="Content\plugins\layer\skin\default\icon-ext.png" />
<Content Include="Content\plugins\layer\skin\default\icon.png" />
<Content Include="Content\plugins\layer\skin\default\loading-0.gif" />
<Content Include="Content\plugins\layer\skin\default\loading-1.gif" />
<Content Include="Content\plugins\layer\skin\default\loading-2.gif" />
<Content Include="Content\plugins\layer\skin\layer.css" />
<Content Include="Content\plugins\layer\skin\layer.ext.css" />
<Content Include="Content\plugins\morris\morris.css" />
<Content Include="Content\plugins\morris\morris.js" />
<Content Include="Content\plugins\morris\morris.min.js" />
<Content Include="Content\plugins\slimScroll\jquery.slimscroll.js" />
<Content Include="Content\plugins\slimScroll\jquery.slimscroll.min.js" />
<Content Include="Content\plugins\sparkline\jquery.sparkline.js" />
<Content Include="Content\plugins\sparkline\jquery.sparkline.min.js" />
<Content Include="Content\plugins\timepicker\bootstrap-timepicker.css" />
<Content Include="Content\plugins\timepicker\bootstrap-timepicker.js" />
<Content Include="Content\plugins\timepicker\bootstrap-timepicker.min.css" />
<Content Include="Content\plugins\timepicker\bootstrap-timepicker.min.js" />
<Content Include="Content\plugins\zTree\css\awesomeStyle\awesome.css" />
<Content Include="Content\plugins\zTree\css\awesomeStyle\img\loading.gif" />
<Content Include="Content\plugins\zTree\css\demo.css" />
<Content Include="Content\plugins\zTree\css\metroStyle\img\line_conn.png" />
<Content Include="Content\plugins\zTree\css\metroStyle\img\loading.gif" />
<Content Include="Content\plugins\zTree\css\metroStyle\img\metro.gif" />
<Content Include="Content\plugins\zTree\css\metroStyle\img\metro.png" />
<Content Include="Content\plugins\zTree\css\metroStyle\metroStyle.css" />
<Content Include="Content\plugins\zTree\js\jquery-1.4.4.min.js" />
<Content Include="Content\plugins\zTree\js\jquery.ztree.all.js" />
<Content Include="Content\plugins\zTree\js\jquery.ztree.all.min.js" />
<Content Include="Content\plugins\zTree\js\jquery.ztree.core.js" />
<Content Include="Content\plugins\zTree\js\jquery.ztree.core.min.js" />
<Content Include="Content\plugins\zTree\js\jquery.ztree.excheck.js" />
<Content Include="Content\plugins\zTree\js\jquery.ztree.excheck.min.js" />
<Content Include="Content\plugins\zTree\js\jquery.ztree.exedit.js" />
<Content Include="Content\plugins\zTree\js\jquery.ztree.exedit.min.js" />
<Content Include="Content\plugins\zTree\js\jquery.ztree.exhide.js" />
<Content Include="Content\plugins\zTree\js\jquery.ztree.exhide.min.js" />
<Content Include="Content\style.css" />
<Content Include="Content\vue.js" />
<Content Include="Content\workflowdesigner.css" />
<Content Include="favicon.ico" />
<Content Include="fonts\glyphicons-halflings-regular.svg" />
<Content Include="Global.asax" />
<Content Include="Images\designer.command.png" />
<Content Include="Images\designer.createat.png" />
<Content Include="Images\designer.createt.png" />
<Content Include="Images\designer.delete.png" />
<Content Include="Images\designer.tb.actor.png" />
<Content Include="Images\designer.tb.add.png" />
<Content Include="Images\designer.tb.additionalparameters.png" />
<Content Include="Images\designer.tb.arrangment.png" />
<Content Include="Images\designer.tb.codeactions.png" />
<Content Include="Images\designer.tb.command.png" />
<Content Include="Images\designer.tb.copy.png" />
<Content Include="Images\designer.tb.copyprops.png" />
<Content Include="Images\designer.tb.copypropsactive.png" />
<Content Include="Images\designer.tb.delete.png" />
<Content Include="Images\designer.tb.locale.png" />
<Content Include="Images\designer.tb.move.png" />
<Content Include="Images\designer.tb.parameter.png" />
<Content Include="Images\designer.tb.redo.png" />
<Content Include="Images\designer.tb.saveasimage.png" />
<Content Include="Images\designer.tb.timer.png" />
<Content Include="Images\designer.tb.undo.png" />
<Content Include="Images\designer.tb.zoomIn.png" />
<Content Include="Images\designer.tb.zoomnorm.png" />
<Content Include="Images\designer.tb.zoomOut.png" />
<Content Include="Images\designer.tran.aa.png" />
<Content Include="Images\designer.tran.ac.png" />
<Content Include="Images\designer.tran.ao.png" />
<Content Include="Images\designer.tran.ca.png" />
<Content Include="Images\designer.tran.cc.png" />
<Content Include="Images\designer.tran.co.png" />
<Content Include="Images\error.png" />
<Content Include="Images\findHosting.png" />
<Content Include="Images\grid.gif" />
<Content Include="Images\heroAccent.png" />
<Content Include="Images\left_menuForOutLook.gif" />
<Content Include="Images\left_menuForOutLook.png" />
<Content Include="Images\loading.gif" />
<Content Include="Images\x.png" />
<Content Include="Scripts\ace.js" />
<Content Include="Scripts\designerconstants.js" />
<Content Include="Scripts\ext-searchbox.js" />
<Content Include="Scripts\jquery-ui.js" />
<Content Include="Scripts\jquery.js" />
<Content Include="Scripts\json5.js" />
<Content Include="Scripts\kinetic-v5.1.0.min.js" />
<Content Include="Scripts\mode-csharp.js" />
<Content Include="Scripts\mode-json.js" />
<Content Include="Scripts\theme-monokai.js" />
<Content Include="Scripts\workflowdesigner.min.js" />
<Content Include="Views\CategoryManager\Index.cshtml" />
<Content Include="fonts\glyphicons-halflings-regular.eot" />
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
<Content Include="fonts\glyphicons-halflings-regular.woff" />
<Content Include="Content\plugins\bootstrap\css\bootstrap.css.map" />
<Content Include="Content\plugins\bootstrap\fonts\glyphicons-halflings-regular.eot" />
<Content Include="Content\plugins\bootstrap\fonts\glyphicons-halflings-regular.ttf" />
<Content Include="Content\plugins\bootstrap\fonts\glyphicons-halflings-regular.woff" />
<Content Include="Content\plugins\bootstrap\fonts\glyphicons-halflings-regular.woff2" />
<Content Include="Content\plugins\ckeditor\CHANGES.md" />
<Content Include="Content\plugins\ckeditor\LICENSE.md" />
<Content Include="Content\plugins\ckeditor\plugins\scayt\LICENSE.md" />
<Content Include="Content\plugins\ckeditor\plugins\scayt\README.md" />
<Content Include="Content\plugins\ckeditor\plugins\wsc\LICENSE.md" />
<Content Include="Content\plugins\ckeditor\plugins\wsc\README.md" />
<Content Include="Content\plugins\ckeditor\README.md" />
<Content Include="Content\plugins\ckeditor\skins\moono\readme.md" />
<Content Include="Content\plugins\datatables\extensions\ColReorder\Readme.md" />
<Content Include="Content\plugins\datatables\extensions\ColVis\Readme.md" />
<Content Include="Content\plugins\datatables\extensions\FixedColumns\Readme.md" />
<Content Include="Content\plugins\datatables\extensions\Responsive\css\dataTables.responsive.scss" />
<Content Include="Content\plugins\datatables\extensions\Responsive\Readme.md" />
<Content Include="Content\plugins\datatables\extensions\Scroller\examples\data\ssp.php" />
<Content Include="Content\plugins\datatables\extensions\TableTools\images\psd\collection.psd" />
<Content Include="Content\plugins\datatables\extensions\TableTools\images\psd\copy document.psd" />
<Content Include="Content\plugins\datatables\extensions\TableTools\images\psd\file_types.psd" />
<Content Include="Content\plugins\datatables\extensions\TableTools\images\psd\printer.psd" />
<Content Include="Content\plugins\datatables\extensions\TableTools\Readme.md" />
<Content Include="Content\plugins\input-mask\phone-codes\phone-be.json" />
<Content Include="Content\plugins\input-mask\phone-codes\phone-codes.json" />
<Content Include="Content\plugins\zTree\css\awesomeStyle\awesome.less" />
<Content Include="Content\plugins\zTree\css\awesomeStyle\fa.less" />
<Content Include="Content\ace\css\less\ace-angular.less" />
<Content Include="Content\ace\css\less\ace-extra.less" />
<Content Include="Content\ace\css\less\ace-features.less" />
<Content Include="Content\ace\css\less\ace-frontend.less" />
<Content Include="Content\ace\css\less\ace-nav.less" />
<Content Include="Content\ace\css\less\ace-responsive.less" />
<Content Include="Content\ace\css\less\ace-rtl.less" />
<Content Include="Content\ace\css\less\ace.less" />
<Content Include="Content\ace\css\less\basic.less" />
<Content Include="Content\ace\css\less\bootstrap\alerts.less" />
<Content Include="Content\ace\css\less\bootstrap\badges.less" />
<Content Include="Content\ace\css\less\bootstrap\bootstrap.less" />
<Content Include="Content\ace\css\less\bootstrap\breadcrumbs.less" />
<Content Include="Content\ace\css\less\bootstrap\button-groups.less" />
<Content Include="Content\ace\css\less\bootstrap\buttons.less" />
<Content Include="Content\ace\css\less\bootstrap\carousel.less" />
<Content Include="Content\ace\css\less\bootstrap\close.less" />
<Content Include="Content\ace\css\less\bootstrap\code.less" />
<Content Include="Content\ace\css\less\bootstrap\component-animations.less" />
<Content Include="Content\ace\css\less\bootstrap\dropdowns.less" />
<Content Include="Content\ace\css\less\bootstrap\forms.less" />
<Content Include="Content\ace\css\less\bootstrap\glyphicons.less" />
<Content Include="Content\ace\css\less\bootstrap\grid.less" />
<Content Include="Content\ace\css\less\bootstrap\input-groups.less" />
<Content Include="Content\ace\css\less\bootstrap\jumbotron.less" />
<Content Include="Content\ace\css\less\bootstrap\labels.less" />
<Content Include="Content\ace\css\less\bootstrap\list-group.less" />
<Content Include="Content\ace\css\less\bootstrap\media.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\alerts.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\background-variant.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\border-radius.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\buttons.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\center-block.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\clearfix.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\forms.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\gradients.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\grid-framework.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\grid.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\hide-text.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\image.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\labels.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\list-group.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\nav-divider.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\nav-vertical-align.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\opacity.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\pagination.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\panels.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\progress-bar.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\reset-filter.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\reset-text.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\resize.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\responsive-visibility.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\size.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\tab-focus.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\table-row.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\text-emphasis.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\text-overflow.less" />
<Content Include="Content\ace\css\less\bootstrap\mixins\vendor-prefixes.less" />
<Content Include="Content\ace\css\less\bootstrap\modals.less" />
<Content Include="Content\ace\css\less\bootstrap\navbar.less" />
<Content Include="Content\ace\css\less\bootstrap\navs.less" />
<Content Include="Content\ace\css\less\bootstrap\normalize.less" />
<Content Include="Content\ace\css\less\bootstrap\pager.less" />
<Content Include="Content\ace\css\less\bootstrap\pagination.less" />
<Content Include="Content\ace\css\less\bootstrap\panels.less" />
<Content Include="Content\ace\css\less\bootstrap\popovers.less" />
<Content Include="Content\ace\css\less\bootstrap\print.less" />
<Content Include="Content\ace\css\less\bootstrap\progress-bars.less" />
<Content Include="Content\ace\css\less\bootstrap\responsive-embed.less" />
<Content Include="Content\ace\css\less\bootstrap\responsive-utilities.less" />
<Content Include="Content\ace\css\less\bootstrap\scaffolding.less" />
<Content Include="Content\ace\css\less\bootstrap\tables.less" />
<Content Include="Content\ace\css\less\bootstrap\theme.less" />
<Content Include="Content\ace\css\less\bootstrap\thumbnails.less" />
<Content Include="Content\ace\css\less\bootstrap\tooltip.less" />
<Content Include="Content\ace\css\less\bootstrap\type.less" />
<Content Include="Content\ace\css\less\bootstrap\utilities.less" />
<Content Include="Content\ace\css\less\bootstrap\variables.less" />
<Content Include="Content\ace\css\less\bootstrap\wells.less" />
<Content Include="Content\ace\css\less\breadcrumbs.less" />
<Content Include="Content\ace\css\less\bs3-reset.less" />
<Content Include="Content\ace\css\less\buttons.less" />
<Content Include="Content\ace\css\less\dropdown.less" />
<Content Include="Content\ace\css\less\dropdown\colorpicker.less" />
<Content Include="Content\ace\css\less\dropdown\navbar-dropdown.less" />
<Content Include="Content\ace\css\less\dropdown\navbar-tabbed-dropdown.less" />
<Content Include="Content\ace\css\less\ext\bootstrap-tag.less" />
<Content Include="Content\ace\css\less\fonts-rel.less" />
<Content Include="Content\ace\css\less\fonts.less" />
<Content Include="Content\ace\css\less\footer.less" />
<Content Include="Content\ace\css\less\form.less" />
<Content Include="Content\ace\css\less\form\checkbox.less" />
<Content Include="Content\ace\css\less\form\file.less" />
<Content Include="Content\ace\css\less\gallery.less" />
<Content Include="Content\ace\css\less\general.less" />
<Content Include="Content\ace\css\less\icon-animated.less" />
<Content Include="Content\ace\css\less\infobox.less" />
<Content Include="Content\ace\css\less\items.less" />
<Content Include="Content\ace\css\less\label-badge.less" />
<Content Include="Content\ace\css\less\mixins.less" />
<Content Include="Content\ace\css\less\modal.less" />
<Content Include="Content\ace\css\less\navbar\collapsible.less" />
<Content Include="Content\ace\css\less\navbar\navbar-menu-form.less" />
<Content Include="Content\ace\css\less\navbar\toggle-button.less" />
<Content Include="Content\ace\css\less\navbar\user-buttons-move-down.less" />
<Content Include="Content\ace\css\less\navbar\user-buttons.less" />
<Content Include="Content\ace\css\less\navbar\user-dropdown-position.less" />
<Content Include="Content\ace\css\less\navbar\user-menu.less" />
<Content Include="Content\ace\css\less\onpage-help.less" />
<Content Include="Content\ace\css\less\other.less" />
<Content Include="Content\ace\css\less\page.error.less" />
<Content Include="Content\ace\css\less\page.inbox.less" />
<Content Include="Content\ace\css\less\page.invoice.less" />
<Content Include="Content\ace\css\less\page.login.less" />
<Content Include="Content\ace\css\less\page.pricing.less" />
<Content Include="Content\ace\css\less\page.profile.less" />
<Content Include="Content\ace\css\less\page.search.less" />
<Content Include="Content\ace\css\less\page.timeline.less" />
<Content Include="Content\ace\css\less\print.less" />
<Content Include="Content\ace\css\less\progressbar.less" />
<Content Include="Content\ace\css\less\scroll.less" />
<Content Include="Content\ace\css\less\searchbox.less" />
<Content Include="Content\ace\css\less\sidebar.less" />
<Content Include="Content\ace\css\less\sidebar\active.less" />
<Content Include="Content\ace\css\less\sidebar\compact.less" />
<Content Include="Content\ace\css\less\sidebar\ff_fix.less" />
<Content Include="Content\ace\css\less\sidebar\highlight.less" />
<Content Include="Content\ace\css\less\sidebar\horizontal.less" />
<Content Include="Content\ace\css\less\sidebar\hover.less" />
<Content Include="Content\ace\css\less\sidebar\min.less" />
<Content Include="Content\ace\css\less\sidebar\multiple.less" />
<Content Include="Content\ace\css\less\sidebar\old-toggle-button.less" />
<Content Include="Content\ace\css\less\sidebar\responsive-1.less" />
<Content Include="Content\ace\css\less\sidebar\responsive-2.less" />
<Content Include="Content\ace\css\less\sidebar\responsive-3.less" />
<Content Include="Content\ace\css\less\sidebar\shortcuts-toggle.less" />
<Content Include="Content\ace\css\less\sidebar\sidebar-fixed.less" />
<Content Include="Content\ace\css\less\sidebar\sub-arrow.less" />
<Content Include="Content\ace\css\less\skins\empty.less" />
<Content Include="Content\ace\css\less\skins\no-skin.less" />
<Content Include="Content\ace\css\less\skins\skin-1.less" />
<Content Include="Content\ace\css\less\skins\skin-2.less" />
<Content Include="Content\ace\css\less\skins\skin-3.less" />
<Content Include="Content\ace\css\less\skins\skins.less" />
<Content Include="Content\ace\css\less\tab-accordion.less" />
<Content Include="Content\ace\css\less\tables.less" />
<Content Include="Content\ace\css\less\thirdparty-calendar.less" />
<Content Include="Content\ace\css\less\thirdparty-chosen.less" />
<Content Include="Content\ace\css\less\thirdparty-colorbox.less" />
<Content Include="Content\ace\css\less\thirdparty-dataTables.less" />
<Content Include="Content\ace\css\less\thirdparty-date.less" />
<Content Include="Content\ace\css\less\thirdparty-dropzone.less" />
<Content Include="Content\ace\css\less\thirdparty-duallist-multiselect.less" />
<Content Include="Content\ace\css\less\thirdparty-editable.less" />
<Content Include="Content\ace\css\less\thirdparty-fuelux.less" />
<Content Include="Content\ace\css\less\thirdparty-gritter.less" />
<Content Include="Content\ace\css\less\thirdparty-jqgrid.less" />
<Content Include="Content\ace\css\less\thirdparty-jquery-ui.less" />
<Content Include="Content\ace\css\less\thirdparty-nestable.less" />
<Content Include="Content\ace\css\less\thirdparty-raty.less" />
<Content Include="Content\ace\css\less\thirdparty-select2.less" />
<Content Include="Content\ace\css\less\thirdparty-slider.less" />
<Content Include="Content\ace\css\less\thirdparty-typeahead.less" />
<Content Include="Content\ace\css\less\thirdparty-wysiwyg.less" />
<Content Include="Content\ace\css\less\tooltip-popover.less" />
<Content Include="Content\ace\css\less\utility.less" />
<Content Include="Content\ace\css\less\variables.less" />
<Content Include="Content\ace\css\less\widget.less" />
<Content Include="Content\ace\fonts\glyphicons-halflings-regular.eot" />
<Content Include="Content\ace\fonts\glyphicons-halflings-regular.ttf" />
<Content Include="Content\ace\fonts\glyphicons-halflings-regular.woff" />
<Content Include="Content\ace\fonts\glyphicons-halflings-regular.woff2" />
<Content Include="Content\ace\fonts\OpenSans-300.woff" />
<Content Include="Content\ace\fonts\OpenSans-400.woff" />
<Content Include="Content\ace\fonts\readme" />
<Content Include="Content\ace\js\src\readme" />
<Content Include="Content\ace\js\src\scripts.json" />
<Content Include="Content\ace\fonts\fontawesome-webfont.eot" />
<Content Include="Content\ace\fonts\fontawesome-webfont.ttf" />
<Content Include="Content\ace\fonts\fontawesome-webfont.woff" />
<Content Include="Content\ace\fonts\fontawesome-webfont.woff2" />
<Content Include="Content\ace\fonts\FontAwesome.otf" />
<Content Include="Content\ace\fonts\ionicons.eot" />
<Content Include="Content\ace\fonts\ionicons.ttf" />
<Content Include="Content\ace\fonts\ionicons.woff" />
<Content Include="Content\layui\font\iconfont.eot" />
<Content Include="Content\layui\font\iconfont.ttf" />
<Content Include="Content\layui\font\iconfont.woff" />
<None Include="Properties\PublishProfiles\default.pubxml" />
<Content Include="Views\Designer\Index.cshtml" />
<Content Include="Views\CommonApplies\Detail.cshtml" />
<None Include="Views\Error\NoAccess.cshtml" />
<Content Include="Views\Home\git.cshtml" />
<Content Include="Web.config">
<SubType>Designer</SubType>
</Content>
<Content Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
<Content Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
<Content Include="Views\Web.config" />
<Content Include="Views\_ViewStart.cshtml" />
<Content Include="Views\Home\Index.cshtml" />
<Content Include="Views\ResourceManager\Index.cshtml" />
<Content Include="Views\RoleManager\LookupMulti.cshtml" />
<Content Include="Views\ResourceManager\AssignRes.cshtml" />
<Content Include="Views\StockManager\Index.cshtml" />
<Content Include="Views\Shared\_Layout.cshtml" />
<Content Include="Views\CommonApplies\Index.cshtml" />
<Content Include="Views\WorkflowSchemas\Index.cshtml" />
<Content Include="Views\Home\Navbar.cshtml" />
<Content Include="Views\Shared\Blank.cshtml" />
<Content Include="Views\Shared\_LayoutNoHeader.cshtml" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
<Folder Include="Views\Base\" />
</ItemGroup>
<ItemGroup>
<Content Include="packages.config">
<SubType>Designer</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Infrastructure\Infrastructure.csproj">
<Project>{5feaec9a-4f1e-4ee7-b377-9db1b0870dac}</Project>
<Name>Infrastructure</Name>
</ProjectReference>
<ProjectReference Include="..\OpenAuth.App\OpenAuth.App.csproj">
<Project>{0bbf2d65-fffd-4272-b138-8ea4fb6fec48}</Project>
<Name>OpenAuth.App</Name>
</ProjectReference>
<ProjectReference Include="..\OpenAuth.Domain\OpenAuth.Domain.csproj">
<Project>{6108da8e-92a1-4abe-b9f5-26d64d55ca2c}</Project>
<Name>OpenAuth.Domain</Name>
</ProjectReference>
<ProjectReference Include="..\OpenAuth.Repository\OpenAuth.Repository.csproj">
<Project>{e8df8dea-e2cf-4bdb-8f4f-3f8205b0e03a}</Project>
<Name>OpenAuth.Repository</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Views\Login\Index.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\OrgManager\Index.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\ModuleManager\Index.cshtml" />
<Content Include="Views\ModuleManager\Assign.cshtml" />
<Content Include="Views\Home\MenuHeader.cshtml" />
<Content Include="Views\ModuleElementManager\Index.cshtml" />
<Content Include="Views\ModuleElementManager\AssignModuleElement.cshtml" />
<Content Include="Views\UserManager\Index.cshtml" />
<Content Include="Views\RoleManager\Index.cshtml" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
</Target>
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>56813</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:56813/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<!-- <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.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>