123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
- <Import Project="..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" />
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>
- </ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{4EECC84F-8EBC-423A-BB37-E00E24D7037F}</ProjectGuid>
- <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>CP.Admin</RootNamespace>
- <AssemblyName>CP.Admin</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
- <MvcBuildViews>false</MvcBuildViews>
- <UseIISExpress>true</UseIISExpress>
- <Use64BitIISExpress />
- <IISExpressSSLPort />
- <IISExpressAnonymousAuthentication />
- <IISExpressWindowsAuthentication />
- <IISExpressUseClassicPipelineMode />
- <UseGlobalApplicationHostFile />
- <WebGreaseLibPath>..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
- </Reference>
- <Reference Include="MC.ORM, Version=1.0.0.27457, Culture=neutral, PublicKeyToken=null">
- <HintPath>..\dll\MC.ORM.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="NIU.Core">
- <HintPath>..\dll\NIU.Core.dll</HintPath>
- </Reference>
- <Reference Include="NIU.Forum.Common">
- <HintPath>..\dll\NIU.Forum.Common.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web.DynamicData" />
- <Reference Include="System.Web.Entity" />
- <Reference Include="System.Web.ApplicationServices" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Web.Abstractions" />
- <Reference Include="System.Web.Routing" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Web.Services" />
- <Reference Include="System.EnterpriseServices" />
- <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Http">
- </Reference>
- <Reference Include="System.Net.Http.WebRequest">
- </Reference>
- <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Optimization">
- <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
- </Reference>
- <Reference Include="WebGrease">
- <Private>True</Private>
- <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
- </Reference>
- <Reference Include="Antlr3.Runtime">
- <Private>True</Private>
- <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Reference Include="Newtonsoft.Json">
- <HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.ApplicationInsights">
- <HintPath>..\packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.AI.Agent.Intercept">
- <HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.AI.DependencyCollector">
- <HintPath>..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.AI.PerfCounterCollector">
- <HintPath>..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.AI.ServerTelemetryChannel">
- <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.AI.WindowsServer">
- <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.AI.Web">
- <HintPath>..\packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="App_Start\BundleConfig.cs" />
- <Compile Include="App_Start\FilterConfig.cs" />
- <Compile Include="App_Start\RouteConfig.cs" />
- <Compile Include="Content\UEditor\net\App_Code\Config.cs" />
- <Compile Include="Content\UEditor\net\App_Code\ConfigHandler.cs" />
- <Compile Include="Content\UEditor\net\App_Code\CrawlerHandler.cs" />
- <Compile Include="Content\UEditor\net\App_Code\Handler.cs" />
- <Compile Include="Content\UEditor\net\App_Code\ListFileHandler.cs" />
- <Compile Include="Content\UEditor\net\App_Code\NotSupportedHandler.cs" />
- <Compile Include="Content\UEditor\net\App_Code\PathFormater.cs" />
- <Compile Include="Content\UEditor\net\App_Code\UploadHandler.cs" />
- <Compile Include="Controllers\AdminBaseController.cs" />
- <Compile Include="Controllers\AreaController.cs" />
- <Compile Include="Controllers\CzLinkController.cs" />
- <Compile Include="Controllers\FcqlcNumController.cs" />
- <Compile Include="Controllers\TcdltNumController.cs" />
- <Compile Include="Controllers\FcsdNumController.cs" />
- <Compile Include="Controllers\FcssqNumController.cs" />
- <Compile Include="Controllers\HomeController.cs" />
- <Compile Include="Controllers\KjhTdkController.cs" />
- <Compile Include="Controllers\KsjihController.cs" />
- <Compile Include="Controllers\LoginController.cs" />
- <Compile Include="Controllers\NoticeController.cs" />
- <Compile Include="Controllers\SysLogController.cs" />
- <Compile Include="Controllers\Tcp3NumController.cs" />
- <Compile Include="Controllers\TcqxcNumController.cs" />
- <Compile Include="Controllers\UserController.cs" />
- <Compile Include="Controllers\UtilController.cs" />
- <Compile Include="Global.asax.cs">
- <DependentUpon>Global.asax</DependentUpon>
- </Compile>
- <Compile Include="Helper\My97DatePicker.cs" />
- <Compile Include="Models\CzViewHelp.cs" />
- <Compile Include="Models\Pager.cs" />
- <Compile Include="Models\TcdltInfoModel.cs" />
- <Compile Include="Models\Tcp3InfoModel.cs" />
- <Compile Include="Models\TcqxcInfoModel.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Config\LotteryCode.xml" />
- <Content Include="Content\bootstrap-theme.css" />
- <Content Include="Content\bootstrap-theme.min.css" />
- <Content Include="Content\bootstrap.css" />
- <Content Include="Content\bootstrap.min.css" />
- <Content Include="Content\My97DatePicker\calendar.js" />
- <Content Include="Content\My97DatePicker\lang\en.js" />
- <Content Include="Content\My97DatePicker\lang\zh-cn.js" />
- <Content Include="Content\My97DatePicker\lang\zh-tw.js" />
- <Content Include="Content\My97DatePicker\skin\datePicker.gif" />
- <Content Include="Content\My97DatePicker\skin\default\datepicker.css" />
- <Content Include="Content\My97DatePicker\skin\default\img.gif" />
- <Content Include="Content\My97DatePicker\skin\WdatePicker.css" />
- <Content Include="Content\My97DatePicker\skin\whyGreen\bg.jpg" />
- <Content Include="Content\My97DatePicker\skin\whyGreen\datepicker.css" />
- <Content Include="Content\My97DatePicker\skin\whyGreen\img.gif" />
- <Content Include="Content\My97DatePicker\WdatePicker.js" />
- <Content Include="Content\My97DatePicker\开发包\lang\en.js" />
- <Content Include="Content\My97DatePicker\开发包\lang\zh-cn.js" />
- <Content Include="Content\My97DatePicker\开发包\lang\zh-tw.js" />
- <Content Include="Content\My97DatePicker\开发包\readme.txt" />
- <Content Include="Content\My97DatePicker\开发包\skin\datePicker.gif" />
- <Content Include="Content\My97DatePicker\开发包\skin\default\datepicker.css" />
- <Content Include="Content\My97DatePicker\开发包\skin\default\img.gif" />
- <Content Include="Content\My97DatePicker\开发包\skin\WdatePicker.css" />
- <Content Include="Content\My97DatePicker\开发包\skin\whyGreen\bg.jpg" />
- <Content Include="Content\My97DatePicker\开发包\skin\whyGreen\datepicker.css" />
- <Content Include="Content\My97DatePicker\开发包\skin\whyGreen\img.gif" />
- <Content Include="Content\simditor\css\simditor.css" />
- <Content Include="Content\simditor\js\hotkeys.js" />
- <Content Include="Content\simditor\js\hotkeys.min.js" />
- <Content Include="Content\simditor\js\module.js" />
- <Content Include="Content\simditor\js\module.min.js" />
- <Content Include="Content\simditor\js\simditor.js" />
- <Content Include="Content\simditor\js\simditor.min.js" />
- <Content Include="Content\simditor\js\uploader.js" />
- <Content Include="Content\simditor\js\uploader.min.js" />
- <Content Include="Content\UEditor\dialogs\anchor\anchor.html" />
- <Content Include="Content\UEditor\dialogs\attachment\attachment.css" />
- <Content Include="Content\UEditor\dialogs\attachment\attachment.html" />
- <Content Include="Content\UEditor\dialogs\attachment\attachment.js" />
- <Content Include="Content\UEditor\dialogs\attachment\fileTypeImages\icon_chm.gif" />
- <Content Include="Content\UEditor\dialogs\attachment\fileTypeImages\icon_default.png" />
- <Content Include="Content\UEditor\dialogs\attachment\fileTypeImages\icon_doc.gif" />
- <Content Include="Content\UEditor\dialogs\attachment\fileTypeImages\icon_exe.gif" />
- <Content Include="Content\UEditor\dialogs\attachment\fileTypeImages\icon_jpg.gif" />
- <Content Include="Content\UEditor\dialogs\attachment\fileTypeImages\icon_mp3.gif" />
- <Content Include="Content\UEditor\dialogs\attachment\fileTypeImages\icon_mv.gif" />
- <Content Include="Content\UEditor\dialogs\attachment\fileTypeImages\icon_pdf.gif" />
- <Content Include="Content\UEditor\dialogs\attachment\fileTypeImages\icon_ppt.gif" />
- <Content Include="Content\UEditor\dialogs\attachment\fileTypeImages\icon_psd.gif" />
- <Content Include="Content\UEditor\dialogs\attachment\fileTypeImages\icon_rar.gif" />
- <Content Include="Content\UEditor\dialogs\attachment\fileTypeImages\icon_txt.gif" />
- <Content Include="Content\UEditor\dialogs\attachment\fileTypeImages\icon_xls.gif" />
- <Content Include="Content\UEditor\dialogs\attachment\images\alignicon.gif" />
- <Content Include="Content\UEditor\dialogs\attachment\images\alignicon.png" />
- <Content Include="Content\UEditor\dialogs\attachment\images\bg.png" />
- <Content Include="Content\UEditor\dialogs\attachment\images\file-icons.gif" />
- <Content Include="Content\UEditor\dialogs\attachment\images\file-icons.png" />
- <Content Include="Content\UEditor\dialogs\attachment\images\icons.gif" />
- <Content Include="Content\UEditor\dialogs\attachment\images\icons.png" />
- <Content Include="Content\UEditor\dialogs\attachment\images\image.png" />
- <Content Include="Content\UEditor\dialogs\attachment\images\progress.png" />
- <Content Include="Content\UEditor\dialogs\attachment\images\success.gif" />
- <Content Include="Content\UEditor\dialogs\attachment\images\success.png" />
- <Content Include="Content\UEditor\dialogs\background\background.css" />
- <Content Include="Content\UEditor\dialogs\background\background.html" />
- <Content Include="Content\UEditor\dialogs\background\background.js" />
- <Content Include="Content\UEditor\dialogs\background\images\bg.png" />
- <Content Include="Content\UEditor\dialogs\background\images\success.png" />
- <Content Include="Content\UEditor\dialogs\charts\chart.config.js" />
- <Content Include="Content\UEditor\dialogs\charts\charts.css" />
- <Content Include="Content\UEditor\dialogs\charts\charts.html" />
- <Content Include="Content\UEditor\dialogs\charts\charts.js" />
- <Content Include="Content\UEditor\dialogs\charts\images\charts0.png" />
- <Content Include="Content\UEditor\dialogs\charts\images\charts1.png" />
- <Content Include="Content\UEditor\dialogs\charts\images\charts2.png" />
- <Content Include="Content\UEditor\dialogs\charts\images\charts3.png" />
- <Content Include="Content\UEditor\dialogs\charts\images\charts4.png" />
- <Content Include="Content\UEditor\dialogs\charts\images\charts5.png" />
- <Content Include="Content\UEditor\dialogs\emotion\emotion.css" />
- <Content Include="Content\UEditor\dialogs\emotion\emotion.html" />
- <Content Include="Content\UEditor\dialogs\emotion\emotion.js" />
- <Content Include="Content\UEditor\dialogs\emotion\images\0.gif" />
- <Content Include="Content\UEditor\dialogs\emotion\images\bface.gif" />
- <Content Include="Content\UEditor\dialogs\emotion\images\cface.gif" />
- <Content Include="Content\UEditor\dialogs\emotion\images\fface.gif" />
- <Content Include="Content\UEditor\dialogs\emotion\images\jxface2.gif" />
- <Content Include="Content\UEditor\dialogs\emotion\images\neweditor-tab-bg.png" />
- <Content Include="Content\UEditor\dialogs\emotion\images\tface.gif" />
- <Content Include="Content\UEditor\dialogs\emotion\images\wface.gif" />
- <Content Include="Content\UEditor\dialogs\emotion\images\yface.gif" />
- <Content Include="Content\UEditor\dialogs\gmap\gmap.html" />
- <Content Include="Content\UEditor\dialogs\help\help.css" />
- <Content Include="Content\UEditor\dialogs\help\help.html" />
- <Content Include="Content\UEditor\dialogs\help\help.js" />
- <Content Include="Content\UEditor\dialogs\image\image.css" />
- <Content Include="Content\UEditor\dialogs\image\image.html" />
- <Content Include="Content\UEditor\dialogs\image\image.js" />
- <Content Include="Content\UEditor\dialogs\image\images\alignicon.jpg" />
- <Content Include="Content\UEditor\dialogs\image\images\bg.png" />
- <Content Include="Content\UEditor\dialogs\image\images\icons.gif" />
- <Content Include="Content\UEditor\dialogs\image\images\icons.png" />
- <Content Include="Content\UEditor\dialogs\image\images\image.png" />
- <Content Include="Content\UEditor\dialogs\image\images\progress.png" />
- <Content Include="Content\UEditor\dialogs\image\images\success.gif" />
- <Content Include="Content\UEditor\dialogs\image\images\success.png" />
- <Content Include="Content\UEditor\dialogs\insertframe\insertframe.html" />
- <Content Include="Content\UEditor\dialogs\internal.js" />
- <Content Include="Content\UEditor\dialogs\link\link.html" />
- <Content Include="Content\UEditor\dialogs\map\map.html" />
- <Content Include="Content\UEditor\dialogs\map\show.html" />
- <Content Include="Content\UEditor\dialogs\music\music.css" />
- <Content Include="Content\UEditor\dialogs\music\music.html" />
- <Content Include="Content\UEditor\dialogs\music\music.js" />
- <Content Include="Content\UEditor\dialogs\preview\preview.html" />
- <Content Include="Content\UEditor\dialogs\scrawl\images\addimg.png" />
- <Content Include="Content\UEditor\dialogs\scrawl\images\brush.png" />
- <Content Include="Content\UEditor\dialogs\scrawl\images\delimg.png" />
- <Content Include="Content\UEditor\dialogs\scrawl\images\delimgH.png" />
- <Content Include="Content\UEditor\dialogs\scrawl\images\empty.png" />
- <Content Include="Content\UEditor\dialogs\scrawl\images\emptyH.png" />
- <Content Include="Content\UEditor\dialogs\scrawl\images\eraser.png" />
- <Content Include="Content\UEditor\dialogs\scrawl\images\redo.png" />
- <Content Include="Content\UEditor\dialogs\scrawl\images\redoH.png" />
- <Content Include="Content\UEditor\dialogs\scrawl\images\scale.png" />
- <Content Include="Content\UEditor\dialogs\scrawl\images\scaleH.png" />
- <Content Include="Content\UEditor\dialogs\scrawl\images\size.png" />
- <Content Include="Content\UEditor\dialogs\scrawl\images\undo.png" />
- <Content Include="Content\UEditor\dialogs\scrawl\images\undoH.png" />
- <Content Include="Content\UEditor\dialogs\scrawl\scrawl.css" />
- <Content Include="Content\UEditor\dialogs\scrawl\scrawl.html" />
- <Content Include="Content\UEditor\dialogs\scrawl\scrawl.js" />
- <Content Include="Content\UEditor\dialogs\searchreplace\searchreplace.html" />
- <Content Include="Content\UEditor\dialogs\searchreplace\searchreplace.js" />
- <Content Include="Content\UEditor\dialogs\snapscreen\snapscreen.html" />
- <Content Include="Content\UEditor\dialogs\spechars\spechars.html" />
- <Content Include="Content\UEditor\dialogs\spechars\spechars.js" />
- <Content Include="Content\UEditor\dialogs\table\dragicon.png" />
- <Content Include="Content\UEditor\dialogs\table\edittable.css" />
- <Content Include="Content\UEditor\dialogs\table\edittable.html" />
- <Content Include="Content\UEditor\dialogs\table\edittable.js" />
- <Content Include="Content\UEditor\dialogs\table\edittd.html" />
- <Content Include="Content\UEditor\dialogs\table\edittip.html" />
- <Content Include="Content\UEditor\dialogs\template\config.js" />
- <Content Include="Content\UEditor\dialogs\template\images\bg.gif" />
- <Content Include="Content\UEditor\dialogs\template\images\pre0.png" />
- <Content Include="Content\UEditor\dialogs\template\images\pre1.png" />
- <Content Include="Content\UEditor\dialogs\template\images\pre2.png" />
- <Content Include="Content\UEditor\dialogs\template\images\pre3.png" />
- <Content Include="Content\UEditor\dialogs\template\images\pre4.png" />
- <Content Include="Content\UEditor\dialogs\template\template.css" />
- <Content Include="Content\UEditor\dialogs\template\template.html" />
- <Content Include="Content\UEditor\dialogs\template\template.js" />
- <Content Include="Content\UEditor\dialogs\video\images\bg.png" />
- <Content Include="Content\UEditor\dialogs\video\images\center_focus.jpg" />
- <Content Include="Content\UEditor\dialogs\video\images\file-icons.gif" />
- <Content Include="Content\UEditor\dialogs\video\images\file-icons.png" />
- <Content Include="Content\UEditor\dialogs\video\images\icons.gif" />
- <Content Include="Content\UEditor\dialogs\video\images\icons.png" />
- <Content Include="Content\UEditor\dialogs\video\images\image.png" />
- <Content Include="Content\UEditor\dialogs\video\images\left_focus.jpg" />
- <Content Include="Content\UEditor\dialogs\video\images\none_focus.jpg" />
- <Content Include="Content\UEditor\dialogs\video\images\progress.png" />
- <Content Include="Content\UEditor\dialogs\video\images\right_focus.jpg" />
- <Content Include="Content\UEditor\dialogs\video\images\success.gif" />
- <Content Include="Content\UEditor\dialogs\video\images\success.png" />
- <Content Include="Content\UEditor\dialogs\video\video.css" />
- <Content Include="Content\UEditor\dialogs\video\video.html" />
- <Content Include="Content\UEditor\dialogs\video\video.js" />
- <Content Include="Content\UEditor\dialogs\webapp\webapp.html" />
- <Content Include="Content\UEditor\dialogs\wordimage\fClipboard_ueditor.swf" />
- <Content Include="Content\UEditor\dialogs\wordimage\imageUploader.swf" />
- <Content Include="Content\UEditor\dialogs\wordimage\tangram.js" />
- <Content Include="Content\UEditor\dialogs\wordimage\wordimage.html" />
- <Content Include="Content\UEditor\dialogs\wordimage\wordimage.js" />
- <Content Include="Content\UEditor\lang\zh-cn\images\copy.png" />
- <Content Include="Content\UEditor\lang\zh-cn\images\localimage.png" />
- <Content Include="Content\UEditor\lang\zh-cn\images\music.png" />
- <Content Include="Content\UEditor\lang\zh-cn\images\upload.png" />
- <Content Include="Content\UEditor\lang\zh-cn\zh-cn.js" />
- <Content Include="Content\UEditor\net\net.sln" />
- <Content Include="Content\UEditor\net\upload\image\20160115\6358845149910013588890891.jpg" />
- <Content Include="Content\UEditor\themes\default\css\ueditor.css" />
- <Content Include="Content\UEditor\themes\default\css\ueditor.min.css" />
- <Content Include="Content\UEditor\themes\default\dialogbase.css" />
- <Content Include="Content\UEditor\themes\default\images\anchor.gif" />
- <Content Include="Content\UEditor\themes\default\images\arrow.png" />
- <Content Include="Content\UEditor\themes\default\images\arrow_down.png" />
- <Content Include="Content\UEditor\themes\default\images\arrow_up.png" />
- <Content Include="Content\UEditor\themes\default\images\button-bg.gif" />
- <Content Include="Content\UEditor\themes\default\images\cancelbutton.gif" />
- <Content Include="Content\UEditor\themes\default\images\charts.png" />
- <Content Include="Content\UEditor\themes\default\images\cursor_h.gif" />
- <Content Include="Content\UEditor\themes\default\images\cursor_h.png" />
- <Content Include="Content\UEditor\themes\default\images\cursor_v.gif" />
- <Content Include="Content\UEditor\themes\default\images\cursor_v.png" />
- <Content Include="Content\UEditor\themes\default\images\dialog-title-bg.png" />
- <Content Include="Content\UEditor\themes\default\images\filescan.png" />
- <Content Include="Content\UEditor\themes\default\images\highlighted.gif" />
- <Content Include="Content\UEditor\themes\default\images\icons-all.gif" />
- <Content Include="Content\UEditor\themes\default\images\icons.gif" />
- <Content Include="Content\UEditor\themes\default\images\icons.png" />
- <Content Include="Content\UEditor\themes\default\images\loaderror.png" />
- <Content Include="Content\UEditor\themes\default\images\loading.gif" />
- <Content Include="Content\UEditor\themes\default\images\lock.gif" />
- <Content Include="Content\UEditor\themes\default\images\neweditor-tab-bg.png" />
- <Content Include="Content\UEditor\themes\default\images\pagebreak.gif" />
- <Content Include="Content\UEditor\themes\default\images\scale.png" />
- <Content Include="Content\UEditor\themes\default\images\sortable.png" />
- <Content Include="Content\UEditor\themes\default\images\spacer.gif" />
- <Content Include="Content\UEditor\themes\default\images\sparator_v.png" />
- <Content Include="Content\UEditor\themes\default\images\table-cell-align.png" />
- <Content Include="Content\UEditor\themes\default\images\tangram-colorpicker.png" />
- <Content Include="Content\UEditor\themes\default\images\toolbar_bg.png" />
- <Content Include="Content\UEditor\themes\default\images\unhighlighted.gif" />
- <Content Include="Content\UEditor\themes\default\images\upload.png" />
- <Content Include="Content\UEditor\themes\default\images\videologo.gif" />
- <Content Include="Content\UEditor\themes\default\images\word.gif" />
- <Content Include="Content\UEditor\themes\default\images\wordpaste.png" />
- <Content Include="Content\UEditor\themes\iframe.css" />
- <Content Include="Content\UEditor\third-party\codemirror\codemirror.css" />
- <Content Include="Content\UEditor\third-party\codemirror\codemirror.js" />
- <Content Include="Content\UEditor\third-party\highcharts\adapters\mootools-adapter.js" />
- <Content Include="Content\UEditor\third-party\highcharts\adapters\mootools-adapter.src.js" />
- <Content Include="Content\UEditor\third-party\highcharts\adapters\prototype-adapter.js" />
- <Content Include="Content\UEditor\third-party\highcharts\adapters\prototype-adapter.src.js" />
- <Content Include="Content\UEditor\third-party\highcharts\adapters\standalone-framework.js" />
- <Content Include="Content\UEditor\third-party\highcharts\adapters\standalone-framework.src.js" />
- <Content Include="Content\UEditor\third-party\highcharts\highcharts-more.js" />
- <Content Include="Content\UEditor\third-party\highcharts\highcharts-more.src.js" />
- <Content Include="Content\UEditor\third-party\highcharts\highcharts.js" />
- <Content Include="Content\UEditor\third-party\highcharts\highcharts.src.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\annotations.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\annotations.src.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\canvas-tools.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\canvas-tools.src.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\data.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\data.src.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\drilldown.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\drilldown.src.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\exporting.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\exporting.src.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\funnel.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\funnel.src.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\heatmap.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\heatmap.src.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\map.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\map.src.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\no-data-to-display.js" />
- <Content Include="Content\UEditor\third-party\highcharts\modules\no-data-to-display.src.js" />
- <Content Include="Content\UEditor\third-party\highcharts\themes\dark-blue.js" />
- <Content Include="Content\UEditor\third-party\highcharts\themes\dark-green.js" />
- <Content Include="Content\UEditor\third-party\highcharts\themes\gray.js" />
- <Content Include="Content\UEditor\third-party\highcharts\themes\grid.js" />
- <Content Include="Content\UEditor\third-party\highcharts\themes\skies.js" />
- <Content Include="Content\UEditor\third-party\jquery-1.10.2.js" />
- <Content Include="Content\UEditor\third-party\jquery-1.10.2.min.js" />
- <Content Include="Content\UEditor\third-party\SyntaxHighlighter\shCore.js" />
- <Content Include="Content\UEditor\third-party\SyntaxHighlighter\shCoreDefault.css" />
- <Content Include="Content\UEditor\third-party\video-js\font\vjs.svg" />
- <Content Include="Content\UEditor\third-party\video-js\video-js.css" />
- <Content Include="Content\UEditor\third-party\video-js\video-js.min.css" />
- <Content Include="Content\UEditor\third-party\video-js\video-js.swf" />
- <Content Include="Content\UEditor\third-party\video-js\video.dev.js" />
- <Content Include="Content\UEditor\third-party\video-js\video.js" />
- <Content Include="Content\UEditor\third-party\webuploader\Uploader.swf" />
- <Content Include="Content\UEditor\third-party\webuploader\webuploader.css" />
- <Content Include="Content\UEditor\third-party\webuploader\webuploader.custom.js" />
- <Content Include="Content\UEditor\third-party\webuploader\webuploader.custom.min.js" />
- <Content Include="Content\UEditor\third-party\webuploader\webuploader.flashonly.js" />
- <Content Include="Content\UEditor\third-party\webuploader\webuploader.flashonly.min.js" />
- <Content Include="Content\UEditor\third-party\webuploader\webuploader.html5only.js" />
- <Content Include="Content\UEditor\third-party\webuploader\webuploader.html5only.min.js" />
- <Content Include="Content\UEditor\third-party\webuploader\webuploader.js" />
- <Content Include="Content\UEditor\third-party\webuploader\webuploader.min.js" />
- <Content Include="Content\UEditor\third-party\webuploader\webuploader.withoutimage.js" />
- <Content Include="Content\UEditor\third-party\webuploader\webuploader.withoutimage.min.js" />
- <Content Include="Content\UEditor\third-party\zeroclipboard\ZeroClipboard.js" />
- <Content Include="Content\UEditor\third-party\zeroclipboard\ZeroClipboard.min.js" />
- <Content Include="Content\UEditor\third-party\zeroclipboard\ZeroClipboard.swf" />
- <Content Include="Content\UEditor\ueditor.all.js" />
- <Content Include="Content\UEditor\ueditor.all.min.js" />
- <Content Include="Content\UEditor\ueditor.config.js" />
- <Content Include="Content\UEditor\ueditor.parse.js" />
- <Content Include="Content\UEditor\ueditor.parse.min.js" />
- <Content Include="favicon.ico" />
- <Content Include="fonts\glyphicons-halflings-regular.svg" />
- <Content Include="Global.asax" />
- <Content Include="Content\Site.css" />
- <Content Include="Scripts\bootstrap.js" />
- <Content Include="Scripts\bootstrap.min.js" />
- <Content Include="ApplicationInsights.config">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\simditor\css\editor.scss" />
- <Content Include="Content\simditor\css\fonticon.scss" />
- <Content Include="Content\simditor\css\simditor.scss" />
- <Content Include="Content\UEditor\net\config.json" />
- <Content Include="Content\UEditor\net\controller.ashx" />
- <Content Include="Content\UEditor\net\README.md" />
- <Content Include="Content\UEditor\net\Web.config" />
- <Content Include="Content\UEditor\third-party\jquery-1.10.2.min.map" />
- <Content Include="Content\UEditor\third-party\video-js\font\vjs.eot" />
- <Content Include="Content\UEditor\third-party\video-js\font\vjs.ttf" />
- <Content Include="Content\UEditor\third-party\video-js\font\vjs.woff" />
- <Content Include="Config\log4net.config" />
- <Content Include="log4net.config" />
- <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
- <None Include="Scripts\jquery-1.10.2.intellisense.js" />
- <Content Include="Scripts\jquery-1.10.2.js" />
- <Content Include="Scripts\jquery-1.10.2.min.js" />
- <None Include="Scripts\jquery.validate-vsdoc.js" />
- <Content Include="Scripts\jquery.validate.js" />
- <Content Include="Scripts\jquery.validate.min.js" />
- <Content Include="Scripts\jquery.validate.unobtrusive.js" />
- <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
- <Content Include="Scripts\modernizr-2.6.2.js" />
- <Content Include="Scripts\respond.js" />
- <Content Include="Scripts\respond.min.js" />
- <Content Include="Static\avatar\css\main.css" />
- <Content Include="Static\avatar\js\avatar.js" />
- <Content Include="Static\avatar\js\cropper\cropper.min.css" />
- <Content Include="Static\avatar\js\cropper\cropper.min.js" />
- <Content Include="Static\avatar\js\webAvatar.js" />
- <Content Include="Static\avatar\js\webuploader\Uploader.swf" />
- <Content Include="Static\avatar\js\webuploader\webuploader.css" />
- <Content Include="Static\avatar\js\webuploader\webuploader.min.js" />
- <Content Include="Static\checkbox\css.css" />
- <Content Include="Static\checkbox\js.js" />
- <Content Include="Static\checkImg\checkImg.css" />
- <Content Include="Static\checkImg\checkimg.js" />
- <Content Include="Static\css\base.css" />
- <Content Include="Static\css\base2.css" />
- <Content Include="Static\css\basic_info.css" />
- <Content Include="Static\css\bootstrap.min.css" />
- <Content Include="Static\css\font-awesome.min.css" />
- <Content Include="Static\css\index.css" />
- <Content Include="Static\css\login.css" />
- <Content Include="Static\css\login\login.css" />
- <Content Include="Static\css\myInput.css" />
- <Content Include="Static\css\platform.css" />
- <Content Include="Static\css\process.css" />
- <Content Include="Static\css\process_h5.css" />
- <Content Include="Static\css\providers.css" />
- <Content Include="Static\css\providers1.css" />
- <Content Include="Static\css\style.css" />
- <Content Include="Static\css\workbench.css" />
- <Content Include="Static\custom\easyui-lang-zh_CN.js" />
- <Content Include="Static\custom\easyui.css" />
- <Content Include="Static\custom\jquery.easyui.min.js" />
- <Content Include="Static\custom\jquery.min.js" />
- <Content Include="Static\custom\uimaker\accordion.css" />
- <Content Include="Static\custom\uimaker\calendar.css" />
- <Content Include="Static\custom\uimaker\combobox.css" />
- <Content Include="Static\custom\uimaker\css\base.css" />
- <Content Include="Static\custom\uimaker\css\login\login.css" />
- <Content Include="Static\custom\uimaker\datagrid.css" />
- <Content Include="Static\custom\uimaker\datalist.css" />
- <Content Include="Static\custom\uimaker\datebox.css" />
- <Content Include="Static\custom\uimaker\dialog.css" />
- <Content Include="Static\custom\uimaker\easyui.css" />
- <Content Include="Static\custom\uimaker\filebox.css" />
- <Content Include="Static\custom\uimaker\fonticon.css" />
- <Content Include="Static\custom\uimaker\icon.css" />
- <Content Include="Static\custom\uimaker\icons\back.png" />
- <Content Include="Static\custom\uimaker\icons\blank.gif" />
- <Content Include="Static\custom\uimaker\icons\cancel.png" />
- <Content Include="Static\custom\uimaker\icons\clear.png" />
- <Content Include="Static\custom\uimaker\icons\cut.png" />
- <Content Include="Static\custom\uimaker\icons\edit_add.png" />
- <Content Include="Static\custom\uimaker\icons\edit_remove.png" />
- <Content Include="Static\custom\uimaker\icons\filesave.png" />
- <Content Include="Static\custom\uimaker\icons\filter.png" />
- <Content Include="Static\custom\uimaker\icons\help.png" />
- <Content Include="Static\custom\uimaker\icons\large_chart.png" />
- <Content Include="Static\custom\uimaker\icons\large_clipart.png" />
- <Content Include="Static\custom\uimaker\icons\large_picture.png" />
- <Content Include="Static\custom\uimaker\icons\large_shapes.png" />
- <Content Include="Static\custom\uimaker\icons\large_smartart.png" />
- <Content Include="Static\custom\uimaker\icons\list.png" />
- <Content Include="Static\custom\uimaker\icons\lock.png" />
- <Content Include="Static\custom\uimaker\icons\man.png" />
- <Content Include="Static\custom\uimaker\icons\mini_add.png" />
- <Content Include="Static\custom\uimaker\icons\mini_edit.png" />
- <Content Include="Static\custom\uimaker\icons\mini_refresh.png" />
- <Content Include="Static\custom\uimaker\icons\more.png" />
- <Content Include="Static\custom\uimaker\icons\no.png" />
- <Content Include="Static\custom\uimaker\icons\ok.png" />
- <Content Include="Static\custom\uimaker\icons\pencil.png" />
- <Content Include="Static\custom\uimaker\icons\print.png" />
- <Content Include="Static\custom\uimaker\icons\redo.png" />
- <Content Include="Static\custom\uimaker\icons\reload.png" />
- <Content Include="Static\custom\uimaker\icons\search.png" />
- <Content Include="Static\custom\uimaker\icons\sum.png" />
- <Content Include="Static\custom\uimaker\icons\tip.png" />
- <Content Include="Static\custom\uimaker\icons\undo.png" />
- <Content Include="Static\custom\uimaker\images\accordion_arrows.png" />
- <Content Include="Static\custom\uimaker\images\blank.gif" />
- <Content Include="Static\custom\uimaker\images\calendar_arrows.png" />
- <Content Include="Static\custom\uimaker\images\combo_arrow.png" />
- <Content Include="Static\custom\uimaker\images\datagrid_icons.png" />
- <Content Include="Static\custom\uimaker\images\datebox_arrow.png" />
- <Content Include="Static\custom\uimaker\images\layout_arrows.png" />
- <Content Include="Static\custom\uimaker\images\linkbutton_bg.png" />
- <Content Include="Static\custom\uimaker\images\loading.gif" />
- <Content Include="Static\custom\uimaker\images\menu_arrows.png" />
- <Content Include="Static\custom\uimaker\images\messager_icons.png" />
- <Content Include="Static\custom\uimaker\images\new\datebox_arrow.png" />
- <Content Include="Static\custom\uimaker\images\new\dialog_close.png" />
- <Content Include="Static\custom\uimaker\images\new\grid.png" />
- <Content Include="Static\custom\uimaker\images\new\pagination_icons_disabeld.png" />
- <Content Include="Static\custom\uimaker\images\new\pagination_icons_hover.png" />
- <Content Include="Static\custom\uimaker\images\new\panel_tools_hover.png" />
- <Content Include="Static\custom\uimaker\images\new\spinner_arrows.png" />
- <Content Include="Static\custom\uimaker\images\new\tabs_close.png" />
- <Content Include="Static\custom\uimaker\images\new\tabs_close_hover.png" />
- <Content Include="Static\custom\uimaker\images\new\tab_dropdown.png" />
- <Content Include="Static\custom\uimaker\images\new\tab_dropdown_hover.png" />
- <Content Include="Static\custom\uimaker\images\new\下拉菜单.png" />
- <Content Include="Static\custom\uimaker\images\new\面板.png" />
- <Content Include="Static\custom\uimaker\images\new\面板_如果左边图标可以直接用白色时候就只用这个.png" />
- <Content Include="Static\custom\uimaker\images\pagination_icons.png" />
- <Content Include="Static\custom\uimaker\images\panel_tools.png" />
- <Content Include="Static\custom\uimaker\images\searchbox_button.png" />
- <Content Include="Static\custom\uimaker\images\slider_handle.png" />
- <Content Include="Static\custom\uimaker\images\spinner_arrows.png" />
- <Content Include="Static\custom\uimaker\images\tabs_icons.png" />
- <Content Include="Static\custom\uimaker\images\tree_icons.png" />
- <Content Include="Static\custom\uimaker\images\validatebox_warning.png" />
- <Content Include="Static\custom\uimaker\imgs\login\loginbg.png" />
- <Content Include="Static\custom\uimaker\imgs\login\login_box.png" />
- <Content Include="Static\custom\uimaker\imgs\login\login_box_w.png" />
- <Content Include="Static\custom\uimaker\imgs\login\login_logo.png" />
- <Content Include="Static\custom\uimaker\imgs\login\login_logo_w.png" />
- <Content Include="Static\custom\uimaker\imgs\login\login_top_left.png" />
- <Content Include="Static\custom\uimaker\imgs\login\login_top_right.png" />
- <Content Include="Static\custom\uimaker\js\jquery.min.js" />
- <Content Include="Static\custom\uimaker\layout.css" />
- <Content Include="Static\custom\uimaker\linkbutton.css" />
- <Content Include="Static\custom\uimaker\menu.css" />
- <Content Include="Static\custom\uimaker\menubutton.css" />
- <Content Include="Static\custom\uimaker\messager.css" />
- <Content Include="Static\custom\uimaker\pagination.css" />
- <Content Include="Static\custom\uimaker\panel.css" />
- <Content Include="Static\custom\uimaker\progressbar.css" />
- <Content Include="Static\custom\uimaker\searchbox.css" />
- <Content Include="Static\custom\uimaker\slider.css" />
- <Content Include="Static\custom\uimaker\spinner.css" />
- <Content Include="Static\custom\uimaker\switchbutton.css" />
- <Content Include="Static\custom\uimaker\tab.css" />
- <Content Include="Static\custom\uimaker\textbox.css" />
- <Content Include="Static\custom\uimaker\tooltip.css" />
- <Content Include="Static\custom\uimaker\tree.css" />
- <Content Include="Static\custom\uimaker\view\login\login.html" />
- <Content Include="Static\custom\uimaker\view\login\login_white.html" />
- <Content Include="Static\custom\uimaker\window.css" />
- <Content Include="Static\fonts\demo.css" />
- <Content Include="Static\fonts\demo.html" />
- <Content Include="Static\fonts\fontawesome-webfont.svg" />
- <Content Include="Static\fonts\iconfont.css" />
- <Content Include="Static\fonts\iconfont.svg" />
- <Content Include="Static\font\iconfont.css" />
- <Content Include="Static\images\buttons.png" />
- <Content Include="Static\images\guide\arrow.png" />
- <Content Include="Static\images\hhy01bg.png" />
- <Content Include="Static\images\hhy02bg.png" />
- <Content Include="Static\images\hhy03bg.png" />
- <Content Include="Static\images\icon\iconxz.png" />
- <Content Include="Static\images\liucheng.png" />
- <Content Include="Static\images\loginbg.png" />
- <Content Include="Static\images\login_bg_tubiao.png" />
- <Content Include="Static\images\login_box.png" />
- <Content Include="Static\images\login_box_w.png" />
- <Content Include="Static\images\login_logo.png" />
- <Content Include="Static\images\login_logo_w.png" />
- <Content Include="Static\images\login_top_left.png" />
- <Content Include="Static\images\login_top_right.png" />
- <Content Include="Static\images\main\left_list.png" />
- <Content Include="Static\images\main\main_logo.png" />
- <Content Include="Static\images\main\navbg.png" />
- <Content Include="Static\images\main\sider-toggle.png" />
- <Content Include="Static\images\main\tabs_close_hover.png" />
- <Content Include="Static\images\main\tabs_close_pf.png" />
- <Content Include="Static\images\main\topbg.png" />
- <Content Include="Static\images\main\top_bottombg.png" />
- <Content Include="Static\images\main\top_userbg.png" />
- <Content Include="Static\images\main\user.png" />
- <Content Include="Static\images\main\xg_left.png" />
- <Content Include="Static\images\main\xg_right.png" />
- <Content Include="Static\images\main_logo.png" />
- <Content Include="Static\images\new.png" />
- <Content Include="Static\images\tab_btn.png" />
- <Content Include="Static\images\timeline\arrow.png" />
- <Content Include="Static\images\timeline\blank.png" />
- <Content Include="Static\images\timeline\dot.png" />
- <Content Include="Static\images\timeline\down.png" />
- <Content Include="Static\images\user.png" />
- <Content Include="Static\img\login_password.png" />
- <Content Include="Static\img\login_person.png" />
- <Content Include="Static\jedate\jquery-1.7.2.js" />
- <Content Include="Static\jedate\jquery.jedate.js" />
- <Content Include="Static\jedate\jquery.jedate.min.js" />
- <Content Include="Static\jedate\skin\jedate.css" />
- <Content Include="Static\jedate\test\jeDate-test.css" />
- <Content Include="Static\jedate\test\jeDate-test.html" />
- <Content Include="Static\jedate\test\jedate-test.js" />
- <Content Include="Static\JPEGCam\shutter.mp3" />
- <Content Include="Static\JPEGCam\webcam.js" />
- <Content Include="Static\JPEGCam\webcam.swf" />
- <Content Include="Static\js\bootstrap.min.js" />
- <Content Include="Static\js\common.js" />
- <Content Include="Static\js\DateTimeOverFlowFormat.js" />
- <Content Include="Static\js\echarts-all.js" />
- <Content Include="Static\js\jquery.form.js" />
- <Content Include="Static\js\main.js" />
- <Content Include="Static\js\pagejs\home.js" />
- <Content Include="Static\js\rewrite.js" />
- <Content Include="Static\js\serializeObj.js" />
- <Content Include="Static\js\umeditor\dialogs\emotion\emotion.css" />
- <Content Include="Static\js\umeditor\dialogs\emotion\emotion.js" />
- <Content Include="Static\js\umeditor\dialogs\emotion\images\0.gif" />
- <Content Include="Static\js\umeditor\dialogs\emotion\images\bface.gif" />
- <Content Include="Static\js\umeditor\dialogs\emotion\images\cface.gif" />
- <Content Include="Static\js\umeditor\dialogs\emotion\images\fface.gif" />
- <Content Include="Static\js\umeditor\dialogs\emotion\images\jxface2.gif" />
- <Content Include="Static\js\umeditor\dialogs\emotion\images\neweditor-tab-bg.png" />
- <Content Include="Static\js\umeditor\dialogs\emotion\images\tface.gif" />
- <Content Include="Static\js\umeditor\dialogs\emotion\images\wface.gif" />
- <Content Include="Static\js\umeditor\dialogs\emotion\images\yface.gif" />
- <Content Include="Static\js\umeditor\dialogs\formula\formula.css" />
- <Content Include="Static\js\umeditor\dialogs\formula\formula.html" />
- <Content Include="Static\js\umeditor\dialogs\formula\formula.js" />
- <Content Include="Static\js\umeditor\dialogs\formula\images\formula.png" />
- <Content Include="Static\js\umeditor\dialogs\image\image.css" />
- <Content Include="Static\js\umeditor\dialogs\image\image.js" />
- <Content Include="Static\js\umeditor\dialogs\image\images\close.png" />
- <Content Include="Static\js\umeditor\dialogs\image\images\upload1.png" />
- <Content Include="Static\js\umeditor\dialogs\image\images\upload2.png" />
- <Content Include="Static\js\umeditor\dialogs\link\link.js" />
- <Content Include="Static\js\umeditor\dialogs\map\map.html" />
- <Content Include="Static\js\umeditor\dialogs\map\map.js" />
- <Content Include="Static\js\umeditor\dialogs\video\images\center_focus.jpg" />
- <Content Include="Static\js\umeditor\dialogs\video\images\left_focus.jpg" />
- <Content Include="Static\js\umeditor\dialogs\video\images\none_focus.jpg" />
- <Content Include="Static\js\umeditor\dialogs\video\images\right_focus.jpg" />
- <Content Include="Static\js\umeditor\dialogs\video\video.css" />
- <Content Include="Static\js\umeditor\dialogs\video\video.js" />
- <Content Include="Static\js\umeditor\index.html" />
- <Content Include="Static\js\umeditor\jsp\commons-fileupload-1.2.2.jar" />
- <Content Include="Static\js\umeditor\jsp\ueditor-mini.jar" />
- <Content Include="Static\js\umeditor\jsp\Uploader.java" />
- <Content Include="Static\js\umeditor\lang\en\en.js" />
- <Content Include="Static\js\umeditor\lang\en\images\addimage.png" />
- <Content Include="Static\js\umeditor\lang\en\images\alldeletebtnhoverskin.png" />
- <Content Include="Static\js\umeditor\lang\en\images\alldeletebtnupskin.png" />
- <Content Include="Static\js\umeditor\lang\en\images\background.png" />
- <Content Include="Static\js\umeditor\lang\en\images\button.png" />
- <Content Include="Static\js\umeditor\lang\en\images\copy.png" />
- <Content Include="Static\js\umeditor\lang\en\images\deletedisable.png" />
- <Content Include="Static\js\umeditor\lang\en\images\deleteenable.png" />
- <Content Include="Static\js\umeditor\lang\en\images\imglabel.png" />
- <Content Include="Static\js\umeditor\lang\en\images\listbackground.png" />
- <Content Include="Static\js\umeditor\lang\en\images\localimage.png" />
- <Content Include="Static\js\umeditor\lang\en\images\music.png" />
- <Content Include="Static\js\umeditor\lang\en\images\rotateleftdisable.png" />
- <Content Include="Static\js\umeditor\lang\en\images\rotateleftenable.png" />
- <Content Include="Static\js\umeditor\lang\en\images\rotaterightdisable.png" />
- <Content Include="Static\js\umeditor\lang\en\images\rotaterightenable.png" />
- <Content Include="Static\js\umeditor\lang\en\images\upload.png" />
- <Content Include="Static\js\umeditor\lang\zh-cn\images\copy.png" />
- <Content Include="Static\js\umeditor\lang\zh-cn\images\imglabel.png" />
- <Content Include="Static\js\umeditor\lang\zh-cn\images\localimage.png" />
- <Content Include="Static\js\umeditor\lang\zh-cn\images\music.png" />
- <Content Include="Static\js\umeditor\lang\zh-cn\images\upload.png" />
- <Content Include="Static\js\umeditor\lang\zh-cn\zh-cn.js" />
- <Content Include="Static\js\umeditor\themes\default\css\umeditor.css" />
- <Content Include="Static\js\umeditor\themes\default\css\umeditor.min.css" />
- <Content Include="Static\js\umeditor\themes\default\images\caret.png" />
- <Content Include="Static\js\umeditor\themes\default\images\close.png" />
- <Content Include="Static\js\umeditor\themes\default\images\icons.gif" />
- <Content Include="Static\js\umeditor\themes\default\images\icons.png" />
- <Content Include="Static\js\umeditor\themes\default\images\ok.gif" />
- <Content Include="Static\js\umeditor\themes\default\images\pop-bg.png" />
- <Content Include="Static\js\umeditor\themes\default\images\spacer.gif" />
- <Content Include="Static\js\umeditor\themes\default\images\videologo.gif" />
- <Content Include="Static\js\umeditor\third-party\jquery.min.js" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\STIXFontLicense2010.txt" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneral-webfont.svg" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralbol-webfont.svg" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralbolita-webfont.svg" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralitalic-webfont.svg" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\Symbola.svg" />
- <Content Include="Static\js\umeditor\third-party\mathquill\mathquill.css" />
- <Content Include="Static\js\umeditor\third-party\mathquill\mathquill.js" />
- <Content Include="Static\js\umeditor\third-party\mathquill\mathquill.min.js" />
- <Content Include="Static\js\umeditor\umeditor.config.js" />
- <Content Include="Static\js\umeditor\umeditor.js" />
- <Content Include="Static\js\umeditor\umeditor.min.js" />
- <Content Include="Static\js\validate\additional-methods.min.js" />
- <Content Include="Static\js\validate\jquery.validate.min.js" />
- <Content Include="Static\js\validate\messages_zh.min.js" />
- <Content Include="Static\layer\extend\layer.ext.js" />
- <Content Include="Static\layer\laydate\laydate.js" />
- <Content Include="Static\layer\laydate\need\laydate.css" />
- <Content Include="Static\layer\laydate\skins\default\icon.png" />
- <Content Include="Static\layer\laydate\skins\default\laydate.css" />
- <Content Include="Static\layer\layer.min.js" />
- <Content Include="Static\layer\skin\default\icon-ext.png" />
- <Content Include="Static\layer\skin\default\icon.png" />
- <Content Include="Static\layer\skin\default\icon_ext.png" />
- <Content Include="Static\layer\skin\default\loading-0.gif" />
- <Content Include="Static\layer\skin\default\loading-1.gif" />
- <Content Include="Static\layer\skin\default\loading-2.gif" />
- <Content Include="Static\layer\skin\default\textbg.png" />
- <Content Include="Static\layer\skin\default\xubox_ico0.png" />
- <Content Include="Static\layer\skin\default\xubox_loading0.gif" />
- <Content Include="Static\layer\skin\default\xubox_loading1.gif" />
- <Content Include="Static\layer\skin\default\xubox_loading2.gif" />
- <Content Include="Static\layer\skin\default\xubox_loading3.gif" />
- <Content Include="Static\layer\skin\default\xubox_title0.png" />
- <Content Include="Static\layer\skin\layer.css" />
- <Content Include="Static\layer\skin\layer.ext.css" />
- <Content Include="Static\layer\skin\moon\default.png" />
- <Content Include="Static\layer\skin\moon\style.css" />
- <Content Include="Static\quickMenu\contextmenu.js" />
- <Content Include="Static\quickMenu\quickMenu.css" />
- <Content Include="Static\uploadify\Change Log.txt" />
- <Content Include="Static\uploadify\jquery.uploadify.js" />
- <Content Include="Static\uploadify\jquery.uploadify.min.js" />
- <Content Include="Static\uploadify\license.txt" />
- <Content Include="Static\uploadify\uploadify-cancel.png" />
- <Content Include="Static\uploadify\uploadify.css" />
- <Content Include="Static\uploadify\uploadify.swf" />
- <Content Include="Static\uploadify\__MACOSX\._Change Log.txt" />
- <Content Include="Static\uploadify\__MACOSX\._uploadify.swf" />
- <Content Include="Web.config" />
- <Content Include="Web.Debug.config">
- <DependentUpon>Web.config</DependentUpon>
- </Content>
- <Content Include="Web.Release.config">
- <DependentUpon>Web.config</DependentUpon>
- </Content>
- <Content Include="Views\Web.config" />
- <Content Include="Views\_ViewStart.cshtml" />
- <Content Include="Views\Shared\Error.cshtml" />
- <Content Include="Views\Shared\_Layout.cshtml" />
- <Content Include="Views\Home\Index.cshtml" />
- <Content Include="Static\fonts\fontawesome-webfont.eot" />
- <Content Include="Static\fonts\fontawesome-webfont.ttf" />
- <Content Include="Static\fonts\fontawesome-webfont.woff" />
- <Content Include="Static\fonts\fontawesome-webfont.woff2" />
- <Content Include="Static\fonts\FontAwesome.otf" />
- <Content Include="Static\fonts\iconfont.eot" />
- <Content Include="Static\fonts\iconfont.ttf" />
- <Content Include="Static\fonts\iconfont.woff" />
- <Content Include="Static\images\pages - 快捷方式.lnk" />
- <Content Include="Static\js\umeditor\jsp\getContent.jsp" />
- <Content Include="Static\js\umeditor\jsp\imageUp.jsp" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneral-webfont.eot" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneral-webfont.ttf" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneral-webfont.woff" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralbol-webfont.eot" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralbol-webfont.ttf" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralbol-webfont.woff" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralbolita-webfont.eot" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralbolita-webfont.ttf" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralbolita-webfont.woff" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralitalic-webfont.eot" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralitalic-webfont.ttf" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralitalic-webfont.woff" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\Symbola.eot" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\Symbola.otf" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\Symbola.ttf" />
- <Content Include="Static\js\umeditor\third-party\mathquill\font\Symbola.woff" />
- <Content Include="Views\Login\Index.cshtml" />
- <Content Include="Views\Area\Index.cshtml" />
- <Content Include="Views\Area\Edit.cshtml" />
- <Content Include="Views\Area\CzList.cshtml" />
- <Content Include="Views\Area\New.cshtml" />
- <Content Include="Views\KjhTdk\Index.cshtml" />
- <Content Include="Views\KjhTdk\Edit.cshtml" />
- <Content Include="Views\CzLink\Index.cshtml" />
- <Content Include="Views\CzLink\Edit.cshtml" />
- <Content Include="Views\Notice\Index.cshtml" />
- <Content Include="Views\Notice\Edit.cshtml" />
- <Content Include="Views\Ksjih\Index.cshtml" />
- <Content Include="Views\Ksjih\Edit.cshtml" />
- <Content Include="Views\Home\_PwdEdit.cshtml" />
- <Content Include="Views\FcsdNum\Index.cshtml" />
- <Content Include="Views\FcsdNum\Edit.cshtml" />
- <Content Include="Views\FcqlcNum\Index.cshtml" />
- <Content Include="Views\FcssqNum\Index.cshtml" />
- <Content Include="Views\Tcp3Num\Edit.cshtml" />
- <Content Include="Views\Tcp3Num\Index.cshtml" />
- <Content Include="Views\TcdltNum\Edit.cshtml" />
- <Content Include="Views\TcdltNum\Index.cshtml" />
- <Content Include="Views\FcqlcNum\Edit.cshtml" />
- <Content Include="Views\FcssqNum\Edit.cshtml" />
- <Content Include="Views\TcqxcNum\Edit.cshtml" />
- <Content Include="Views\TcqxcNum\Index.cshtml" />
- <Content Include="Views\SysLog\Index.cshtml" />
- <Content Include="Views\User\Edit.cshtml" />
- <Content Include="Views\User\Index.cshtml" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="App_Data\" />
- <Folder Include="Content\UEditor\net\Bin\" />
- <Folder Include="Content\UEditor\third-party\snapscreen\" />
- <Folder Include="Views\AdminBase\" />
- <Folder Include="Views\Default\" />
- <Folder Include="Views\Util\" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="fonts\glyphicons-halflings-regular.woff" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="fonts\glyphicons-halflings-regular.ttf" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="fonts\glyphicons-halflings-regular.eot" />
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- <Content Include="Scripts\jquery-1.10.2.min.map" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\CP.Business\CP.Business.csproj">
- <Project>{a298d632-143b-4505-bab5-024baf1cc92d}</Project>
- <Name>CP.Business</Name>
- </ProjectReference>
- <ProjectReference Include="..\CP.Common\CP.Common.csproj">
- <Project>{cd102a12-e404-4a7c-8788-75e8307b2a9f}</Project>
- <Name>CP.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\CP.Model\CP.Model.csproj">
- <Project>{a7012355-e3b8-4758-9677-5ca5e4c7180d}</Project>
- <Name>CP.Model</Name>
- </ProjectReference>
- </ItemGroup>
- <PropertyGroup>
- <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
- <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
- </PropertyGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(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>3629</DevelopmentServerPort>
- <DevelopmentServerVPath>/</DevelopmentServerVPath>
- <IISUrl>http://localhost:3629/</IISUrl>
- <NTLMAuthentication>False</NTLMAuthentication>
- <UseCustomServer>False</UseCustomServer>
- <CustomServerUrl>
- </CustomServerUrl>
- <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
- </WebProjectProperties>
- </FlavorProperties>
- </VisualStudio>
- </ProjectExtensions>
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
- </PropertyGroup>
- <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props'))" />
- <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
- </Target>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target> -->
- </Project>
|