mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
1619 lines
119 KiB
XML
1619 lines
119 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="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="Areas\FlowManage\Controllers\FlowLaunchController.cs" />
|
|
<Compile Include="Areas\FlowManage\Controllers\FlowProcessController.cs" />
|
|
<Compile Include="Areas\FlowManage\Controllers\FormDesignController.cs" />
|
|
<Compile Include="Areas\FlowManage\Controllers\FlowDesignController.cs" />
|
|
<Compile Include="Areas\FlowManage\FlowManageAreaRegistration.cs" />
|
|
<Compile Include="AutofacExt.cs" />
|
|
<Compile Include="Controllers\BaseController.cs" />
|
|
<Compile Include="Controllers\CategoryManagerController.cs" />
|
|
<Compile Include="Controllers\ErrorController.cs" />
|
|
<Compile Include="Areas\FlowManage\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="Global.asax.cs">
|
|
<DependentUpon>Global.asax</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Models\AuthenticateAttribute.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="WebCtrls\AjaxResult.cs" />
|
|
<Compile Include="WebCtrls\GridTree\TreeGridEntity.cs" />
|
|
<Compile Include="WebCtrls\GridTree\TreeGridJson.cs" />
|
|
<Compile Include="WebCtrls\Grid\GridColumnModel.cs" />
|
|
<Compile Include="WebCtrls\Pagination.cs" />
|
|
<Compile Include="WebCtrls\Tree\TreeEntity.cs" />
|
|
<Compile Include="WebCtrls\Tree\TreeJson.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\login.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\flowDesign.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\grid.locale-cn.js" />
|
|
<Content Include="Content\plugins\jqGrid\i18n\grid.locale-en.js" />
|
|
<Content Include="Content\plugins\jqGrid\jqgrid.css" />
|
|
<Content Include="Content\plugins\jqGrid\jqgrid.js" />
|
|
<Content Include="Content\plugins\jqGrid\jqgrid.min.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\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\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\jqGrid\ui.jqgrid.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\accordion.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\all.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\autocomplete.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\base.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\button.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\core.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\datepicker.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\dialog.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\draggable.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\toggle-collapse-dark.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\toggle-collapse-light.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\toggle-expand-dark.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\toggle-expand-light.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-bg_diagonals-thick_18_b81900_40x40.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-bg_diagonals-thick_20_666666_40x40.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-bg_flat_10_000000_40x100.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-bg_flat_75_ffffff_40x100.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-bg_glass_100_f6f6f6_1x400.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-bg_glass_100_fdf5ce_1x400.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-bg_glass_65_ffffff_1x400.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-bg_glass_75_dadada_1x400.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-bg_gloss-wave_35_f6a828_500x100.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-bg_highlight-soft_100_eeeeee_1x100.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-bg_highlight-soft_75_ffe45c_1x100.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-icons_222222_256x240.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-icons_228ef1_256x240.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-icons_2e83ff_256x240.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-icons_454545_256x240.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-icons_888888_256x240.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-icons_cd0a0a_256x240.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-icons_ef8c08_256x240.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-icons_ffd27a_256x240.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\images\ui-icons_ffffff_256x240.png" />
|
|
<Content Include="Content\plugins\jQueryUI\base\jquery-ui.min.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\jquery-ui.structure.min.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\jquery-ui.theme.min.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\jquery.treeTable.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\menu.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\progressbar.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\resizable.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\selectable.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\selectmenu.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\slider.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\sortable.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\spinner.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\tabs.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\theme.css" />
|
|
<Content Include="Content\plugins\jQueryUI\base\tooltip.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\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\scripts\bootstrap\bootstrap.extension.css" />
|
|
<Content Include="Content\scripts\bootstrap\bootstrap.min.css" />
|
|
<Content Include="Content\scripts\bootstrap\bootstrap.min.js" />
|
|
<Content Include="Content\scripts\jquery\jquery-1.10.2.min.js" />
|
|
<Content Include="Content\scripts\jquery\jquery-2.0.3.min.js" />
|
|
<Content Include="Content\scripts\plugins\bootstrapColorPicker\bootstrap-colorpicker.js" />
|
|
<Content Include="Content\scripts\plugins\bootstrapColorPicker\colorpicker.css" />
|
|
<Content Include="Content\scripts\plugins\bootstrapColorPicker\img\alpha.png" />
|
|
<Content Include="Content\scripts\plugins\bootstrapColorPicker\img\color-picker-arrow.png" />
|
|
<Content Include="Content\scripts\plugins\bootstrapColorPicker\img\hue.png" />
|
|
<Content Include="Content\scripts\plugins\bootstrapColorPicker\img\saturation.png" />
|
|
<Content Include="Content\scripts\plugins\charts\Chart.js" />
|
|
<Content Include="Content\scripts\plugins\charts\Chart.min.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\adapters\jquery.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\build-config.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\ckeditor.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\config.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\contents.css" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\af.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\ar.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\bg.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\bn.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\bs.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\ca.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\cs.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\cy.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\da.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\de.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\el.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\en-au.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\en-ca.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\en-gb.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\en.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\eo.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\es.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\et.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\eu.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\fa.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\fi.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\fo.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\fr-ca.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\fr.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\gl.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\gu.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\he.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\hi.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\hr.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\hu.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\id.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\is.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\it.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\ja.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\ka.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\km.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\ko.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\ku.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\lt.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\lv.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\mk.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\mn.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\ms.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\nb.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\nl.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\no.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\pl.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\pt-br.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\pt.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\ro.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\ru.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\si.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\sk.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\sl.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\sq.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\sr-latn.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\sr.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\sv.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\th.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\tr.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\tt.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\ug.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\uk.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\vi.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\zh-cn.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\lang\zh.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\a11yhelp.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\ar.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\bg.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\ca.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\cs.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\cy.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\da.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\de.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\el.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\en-gb.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\en.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\eo.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\es.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\et.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\fa.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\fi.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\fr-ca.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\fr.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\gl.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\gu.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\he.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\hi.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\hr.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\hu.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\id.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\it.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\ja.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\km.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\ko.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\ku.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\lt.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\lv.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\mk.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\mn.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\nb.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\nl.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\no.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\pl.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\pt-br.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\pt.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\ro.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\ru.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\si.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\sk.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\sl.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\sq.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\sr-latn.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\sr.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\sv.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\th.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\tr.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\tt.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\ug.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\uk.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\vi.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\zh-cn.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\zh.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\a11yhelp\dialogs\lang\_translationstatus.txt" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\about\dialogs\about.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\about\dialogs\hidpi\logo_ckeditor.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\about\dialogs\logo_ckeditor.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\clipboard\dialogs\paste.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\dialog\dialogDefinition.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\icons.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\icons_hidpi.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\image\dialogs\image.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\image\images\noimage.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\link\dialogs\anchor.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\link\dialogs\link.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\link\images\anchor.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\link\images\hidpi\anchor.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\magicline\images\hidpi\icon-rtl.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\magicline\images\hidpi\icon.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\magicline\images\icon-rtl.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\magicline\images\icon.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\pastefromword\filter\default.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\scayt\dialogs\options.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\scayt\dialogs\toolbar.css" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\ar.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\bg.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\ca.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\cs.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\cy.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\de.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\el.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\en-gb.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\en.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\eo.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\es.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\et.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\fa.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\fi.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\fr-ca.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\fr.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\gl.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\he.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\hr.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\hu.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\id.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\it.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\ja.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\km.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\ku.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\lv.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\nb.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\nl.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\no.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\pl.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\pt-br.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\pt.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\ru.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\si.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\sk.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\sl.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\sq.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\sv.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\th.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\tr.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\tt.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\ug.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\uk.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\vi.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\zh-cn.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\zh.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\lang\_translationstatus.txt" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\specialchar\dialogs\specialchar.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\tabletools\dialogs\tableCell.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\table\dialogs\table.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\wsc\dialogs\ciframe.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\wsc\dialogs\tmpFrameset.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\wsc\dialogs\wsc.css" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\wsc\dialogs\wsc.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\wsc\dialogs\wsc_ie.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\ajax.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\api.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\appendto.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\assets\inlineall\logo.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\assets\outputxhtml\outputxhtml.css" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\assets\sample.jpg" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\assets\uilanguages\languages.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\datafiltering.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\divreplace.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\index.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\inlineall.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\inlinebycode.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\inlinetextarea.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\jquery.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\plugins\dialog\assets\my_dialog.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\plugins\dialog\dialog.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\plugins\enterkey\enterkey.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\plugins\htmlwriter\assets\outputforflash\outputforflash.swf" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\plugins\htmlwriter\assets\outputforflash\swfobject.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\plugins\htmlwriter\outputforflash.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\plugins\htmlwriter\outputhtml.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\plugins\magicline\magicline.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\plugins\toolbar\toolbar.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\plugins\wysiwygarea\fullpage.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\readonly.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\replacebyclass.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\replacebycode.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\sample.css" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\sample.js" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\tabindex.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\uicolor.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\uilanguages.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\xhtmlstyle.html" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\dialog.css" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\dialog_ie.css" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\dialog_ie7.css" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\dialog_ie8.css" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\dialog_iequirks.css" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\editor.css" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\editor_gecko.css" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\editor_ie.css" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\editor_ie7.css" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\editor_ie8.css" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\editor_iequirks.css" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\icons.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\icons_hidpi.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\images\arrow.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\images\close.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\images\hidpi\close.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\images\hidpi\lock-open.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\images\hidpi\lock.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\images\hidpi\refresh.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\images\lock-open.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\images\lock.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\skins\moono\images\refresh.png" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\styles.js" />
|
|
<Content Include="Content\scripts\plugins\cookie\jquery.cookie.js" />
|
|
<Content Include="Content\scripts\plugins\cxColor\css\jquery.cxcolor.css" />
|
|
<Content Include="Content\scripts\plugins\cxColor\img\cxcolor.png" />
|
|
<Content Include="Content\scripts\plugins\cxColor\index.html" />
|
|
<Content Include="Content\scripts\plugins\cxColor\js\jquery.cxcolor.js" />
|
|
<Content Include="Content\scripts\plugins\datepicker\calendar.js" />
|
|
<Content Include="Content\scripts\plugins\datepicker\DatePicker.js" />
|
|
<Content Include="Content\scripts\plugins\datepicker\lang\en.js" />
|
|
<Content Include="Content\scripts\plugins\datepicker\lang\zh-cn.js" />
|
|
<Content Include="Content\scripts\plugins\datepicker\lang\zh-tw.js" />
|
|
<Content Include="Content\scripts\plugins\datepicker\skin\datePicker.gif" />
|
|
<Content Include="Content\scripts\plugins\datepicker\skin\datePicker.png" />
|
|
<Content Include="Content\scripts\plugins\datepicker\skin\default\datepicker-dev.css" />
|
|
<Content Include="Content\scripts\plugins\datepicker\skin\default\datepicker.css" />
|
|
<Content Include="Content\scripts\plugins\datepicker\skin\default\img.gif" />
|
|
<Content Include="Content\scripts\plugins\datepicker\skin\WdatePicker.css" />
|
|
<Content Include="Content\scripts\plugins\datepicker\skin\whyGreen\bg.jpg" />
|
|
<Content Include="Content\scripts\plugins\datepicker\skin\whyGreen\datepicker.css" />
|
|
<Content Include="Content\scripts\plugins\datepicker\skin\whyGreen\img.gif" />
|
|
<Content Include="Content\scripts\plugins\datepicker\WdatePicker.js" />
|
|
<Content Include="Content\scripts\plugins\datepicker\开发包\lang\en.js" />
|
|
<Content Include="Content\scripts\plugins\datepicker\开发包\lang\zh-cn.js" />
|
|
<Content Include="Content\scripts\plugins\datepicker\开发包\lang\zh-tw.js" />
|
|
<Content Include="Content\scripts\plugins\datepicker\开发包\readme.txt" />
|
|
<Content Include="Content\scripts\plugins\datepicker\开发包\skin\datePicker.gif" />
|
|
<Content Include="Content\scripts\plugins\datepicker\开发包\skin\datePicker.png" />
|
|
<Content Include="Content\scripts\plugins\datepicker\开发包\skin\default\datepicker.css" />
|
|
<Content Include="Content\scripts\plugins\datepicker\开发包\skin\default\img.gif" />
|
|
<Content Include="Content\scripts\plugins\datepicker\开发包\skin\WdatePicker.css" />
|
|
<Content Include="Content\scripts\plugins\datepicker\开发包\skin\whyGreen\bg.jpg" />
|
|
<Content Include="Content\scripts\plugins\datepicker\开发包\skin\whyGreen\datepicker.css" />
|
|
<Content Include="Content\scripts\plugins\datepicker\开发包\skin\whyGreen\img.gif" />
|
|
<Content Include="Content\scripts\plugins\datetime\moment.min.js" />
|
|
<Content Include="Content\scripts\plugins\datetime\pikaday.css" />
|
|
<Content Include="Content\scripts\plugins\datetime\pikaday.js" />
|
|
<Content Include="Content\scripts\plugins\dialog\default\icon-ext.png" />
|
|
<Content Include="Content\scripts\plugins\dialog\default\icon.png" />
|
|
<Content Include="Content\scripts\plugins\dialog\default\loading-0.gif" />
|
|
<Content Include="Content\scripts\plugins\dialog\default\loading-1.gif" />
|
|
<Content Include="Content\scripts\plugins\dialog\default\loading-2.gif" />
|
|
<Content Include="Content\scripts\plugins\dialog\default\sprite_main_png.png" />
|
|
<Content Include="Content\scripts\plugins\dialog\dialog.css" />
|
|
<Content Include="Content\scripts\plugins\dialog\dialog.js" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\flow.css" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\flow.js" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\1.png" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\10.png" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\11.png" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\2.png" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\3.png" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\4.png" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\5.png" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\6.png" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\7.png" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\9.png" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\gooflow_blank.gif" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\gooflow_blank2.gif" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\gooflow_blank3.gif" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\gooflow_bullet.png" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\GooFlow_line_oper.png" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\ui_close.png" />
|
|
<Content Include="Content\scripts\plugins\flow-ui\img\wallbg.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\css\fullcalendar.css" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\css\fullcalendar.print.css" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\css\style.css" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\arrow-left.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\arrow-right.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\bg2.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\buttons-disabled.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\buttons.gif" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\buttons.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\chosen-sprite.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\dribble.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\facebook.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\forrst.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\glyphicons-halflings-white.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\glyphicons-halflings.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\light.jpg" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\magnifier_grey.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\natural_paper.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\preload.gif" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\slider.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\slider_hover.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\sort_asc.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\sort_asc_disabled.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\sort_both.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\sort_desc.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\sort_desc_disabled.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\spinner_arrows.gif" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\toggle-subnav-down.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\toggle-subnav-up-white.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\toolbar.gif" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\transp50.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\twitter.png" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\js\fullcalendar.min.js" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\js\jquery-1.7.2.min.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\adapters\standalone-framework.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\adapters\standalone-framework.src.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\highcharts-3d.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\highcharts-3d.src.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\highcharts-more.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\highcharts-more.src.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\highcharts.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\highcharts.src.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\boost.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\boost.src.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\broken-axis.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\broken-axis.src.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\canvas-tools.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\canvas-tools.src.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\data.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\data.src.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\drilldown.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\drilldown.src.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\exporting.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\exporting.src.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\funnel.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\funnel.src.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\heatmap.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\heatmap.src.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\no-data-to-display.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\no-data-to-display.src.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\offline-exporting.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\offline-exporting.src.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\solid-gauge.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\solid-gauge.src.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\treemap.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\modules\treemap.src.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\themes\dark-blue.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\themes\dark-green.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\themes\dark-unica.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\themes\gray.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\themes\grid-light.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\themes\grid.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\themes\sand-signika.js" />
|
|
<Content Include="Content\scripts\plugins\highcharts\themes\skies.js" />
|
|
<Content Include="Content\scripts\plugins\jqgrid\grid.locale-cn.js" />
|
|
<Content Include="Content\scripts\plugins\jqgrid\jqgrid.css" />
|
|
<Content Include="Content\scripts\plugins\jqgrid\jqgrid.js" />
|
|
<Content Include="Content\scripts\plugins\jqgrid\jqgrid.min.js" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\images\calendar.gif" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\images\ui-bg_flat_0_aaaaaa_40x100.png" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\images\ui-bg_flat_75_ffffff_40x100.png" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\images\ui-bg_glass_55_fbf9ee_1x400.png" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\images\ui-bg_glass_65_ffffff_1x400.png" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\images\ui-bg_glass_75_dadada_1x400.png" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\images\ui-bg_glass_75_e6e6e6_1x400.png" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\images\ui-bg_glass_95_fef1ec_1x400.png" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\images\ui-icons_222222_256x240.png" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\images\ui-icons_2e83ff_256x240.png" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\images\ui-icons_454545_256x240.png" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\images\ui-icons_888888_256x240.png" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\images\ui-icons_cd0a0a_256x240.png" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\jquery-ui-1.11.4.js" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\jquery-ui.min.css" />
|
|
<Content Include="Content\scripts\plugins\jquery-ui\jquery-ui.min.js" />
|
|
<Content Include="Content\scripts\plugins\jquery.md5.js" />
|
|
<Content Include="Content\scripts\plugins\layout\jquery.layout.js" />
|
|
<Content Include="Content\scripts\plugins\pagination\jquery.pagination-1.2.7.js" />
|
|
<Content Include="Content\scripts\plugins\pagination\jquery.pagination-1.2.7.min.js" />
|
|
<Content Include="Content\scripts\plugins\pagination\jquery.pagination.css" />
|
|
<Content Include="Content\scripts\plugins\printTable\jquery.printTable.js" />
|
|
<Content Include="Content\scripts\plugins\signalr\jquery.signalR-2.2.0.js" />
|
|
<Content Include="Content\scripts\plugins\signalr\jquery.signalR-2.2.0.min.js" />
|
|
<Content Include="Content\scripts\plugins\signet\jquery.zsign.css" />
|
|
<Content Include="Content\scripts\plugins\signet\jquery.zsign.js" />
|
|
<Content Include="Content\scripts\plugins\signet\signet.gif" />
|
|
<Content Include="Content\scripts\plugins\simditor\css\simditor.css" />
|
|
<Content Include="Content\scripts\plugins\simditor\js\hotkeys.js" />
|
|
<Content Include="Content\scripts\plugins\simditor\js\hotkeys.min.js" />
|
|
<Content Include="Content\scripts\plugins\simditor\js\module.js" />
|
|
<Content Include="Content\scripts\plugins\simditor\js\module.min.js" />
|
|
<Content Include="Content\scripts\plugins\simditor\js\simditor.js" />
|
|
<Content Include="Content\scripts\plugins\simditor\js\simditor.min.js" />
|
|
<Content Include="Content\scripts\plugins\simditor\js\uploader.js" />
|
|
<Content Include="Content\scripts\plugins\simditor\js\uploader.min.js" />
|
|
<Content Include="Content\scripts\plugins\slimscroll\jquery.slimscroll.min.js" />
|
|
<Content Include="Content\scripts\plugins\tipso.min.js" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\add.png" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\addStep.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\addStep_dsbl.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\btn-arrow.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\Btn.Close.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\Btn.Refresh.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\cal.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\checkbox_0.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\checkbox_0.png" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\checkbox_1.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\checkbox_1.png" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\checkbox_2.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\checkbox_2.png" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\circle_animation.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\delete.png" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\delItem.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\delItem_dsbl.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\edit.png" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\folder_close.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\ico1.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\ico2.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\ico3.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\ico4-1-1.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\ico4-1.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\ico4-2.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\ico4-3.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\ico4-4.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\ico4.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\ico5.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\ico6-1.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\ico6-2.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\ico6.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\indicator.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\information.png" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\Item.Add.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\Item.Delete.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\Item.Edit.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\Item.Input.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\Item.Save.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\Item.Search.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\none.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\note.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\rowdelete.png" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\s.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\table_refresh.png" />
|
|
<Content Include="Content\scripts\plugins\tree\images\icons\view.png" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\arrows.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\cbs.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\drop-yes.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\elbow-end-minus-nl.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\elbow-end-minus.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\elbow-end-plus-nl.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\elbow-end-plus.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\elbow-end.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\elbow-line.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\elbow-minus-nl.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\elbow-minus.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\elbow-plus-nl.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\elbow-plus.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\elbow.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\folder-open.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\folder.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\leaf.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\images\tree\loading.gif" />
|
|
<Content Include="Content\scripts\plugins\tree\tree.css" />
|
|
<Content Include="Content\scripts\plugins\tree\tree.js" />
|
|
<Content Include="Content\scripts\plugins\uploadify\ajaxfileupload.js" />
|
|
<Content Include="Content\scripts\plugins\uploadify\jquery.uploadify.js" />
|
|
<Content Include="Content\scripts\plugins\uploadify\jquery.uploadify.min.js" />
|
|
<Content Include="Content\scripts\plugins\uploadify\uploadify-cancel.png" />
|
|
<Content Include="Content\scripts\plugins\uploadify\uploadify.css" />
|
|
<Content Include="Content\scripts\plugins\uploadify\uploadify.extension.css" />
|
|
<Content Include="Content\scripts\plugins\uploadify\uploadify.swf" />
|
|
<Content Include="Content\scripts\plugins\validator\validator.js" />
|
|
<Content Include="Content\scripts\plugins\wizard\wizard.css" />
|
|
<Content Include="Content\scripts\plugins\wizard\wizard.js" />
|
|
<Content Include="Content\scripts\utils\learun-applayout.js" />
|
|
<Content Include="Content\scripts\utils\learun-clientdata.js" />
|
|
<Content Include="Content\scripts\utils\learun-flowlayout.js" />
|
|
<Content Include="Content\scripts\utils\learun-form.js" />
|
|
<Content Include="Content\scripts\utils\learun-im.js" />
|
|
<Content Include="Content\scripts\utils\learun-ui.js" />
|
|
<Content Include="Content\scripts\utils\learun-webApp.js" />
|
|
<Content Include="Content\scripts\utils\learun-webAppData.js" />
|
|
<Content Include="Content\style.css" />
|
|
<Content Include="Content\styles\font-awesome.min.css" />
|
|
<Content Include="Content\styles\fonts\fontawesome-webfont.svg" />
|
|
<Content Include="Content\styles\learun-applayout.css" />
|
|
<Content Include="Content\styles\learun-bill.css" />
|
|
<Content Include="Content\styles\learun-ckbox-radio.css" />
|
|
<Content Include="Content\styles\learun-flow.css" />
|
|
<Content Include="Content\styles\learun-im.css" />
|
|
<Content Include="Content\styles\learun-login.css" />
|
|
<Content Include="Content\styles\learun-report.css" />
|
|
<Content Include="Content\styles\learun-ui.css" />
|
|
<Content Include="Content\styles\learun-webApp.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\login\bg.jpg" />
|
|
<Content Include="Images\x.png" />
|
|
<Content Include="Scripts\ace.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="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\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" />
|
|
<Content Include="Areas\FlowManage\Views\web.config" />
|
|
<Content Include="Areas\FlowManage\Views\FlowDesign\FlowLineForm.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\FlowDesign\FlowNodeForm.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\FlowDesign\FlowSchemeBuider.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\FlowDesign\Index.cshtml" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\scayt\LICENSE.md" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\scayt\README.md" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\wsc\LICENSE.md" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\plugins\wsc\README.md" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\assets\posteddata.php" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\plugins\htmlwriter\assets\outputforflash\outputforflash.fla" />
|
|
<Content Include="Content\scripts\plugins\ckeditor\samples\sample_posteddata.php" />
|
|
<Content Include="Content\scripts\plugins\fullcalendar\img\Thumbs.db" />
|
|
<Content Include="Content\scripts\plugins\simditor\css\editor.scss" />
|
|
<Content Include="Content\scripts\plugins\simditor\css\fonticon.scss" />
|
|
<Content Include="Content\scripts\plugins\simditor\css\simditor.scss" />
|
|
<Content Include="Content\styles\fonts\fontawesome-webfont.eot" />
|
|
<Content Include="Content\styles\fonts\fontawesome-webfont.ttf" />
|
|
<Content Include="Content\styles\fonts\fontawesome-webfont.woff" />
|
|
<Content Include="Content\styles\fonts\fontawesome-webfont.woff2" />
|
|
<Content Include="Content\styles\fonts\FontAwesome.otf" />
|
|
<Content Include="Areas\FlowManage\Views\FlowMyProcess\Index.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\FlowMyProcess\ProcessAgainNewForm.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\FlowMyProcess\ProcessLookForm.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\CommonApplies\ProcessLookForm.cshtml" />
|
|
<None Include="Properties\PublishProfiles\default.pubxml" />
|
|
<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="Areas\FlowManage\Views\CommonApplies\Index.cshtml" />
|
|
<Content Include="Views\Home\Navbar.cshtml" />
|
|
<Content Include="Views\Shared\Blank.cshtml" />
|
|
<Content Include="Views\Shared\_LayoutNoHeader.cshtml" />
|
|
<Content Include="Views\Shared\_FlowForm.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="App_Data\" />
|
|
<Folder Include="Areas\FlowManage\Models\" />
|
|
<Folder Include="Areas\FlowManage\Views\Shared\" />
|
|
<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> |