OpenAuth.Net/OpenAuth.Mvc/OpenAuth.Mvc.csproj

727 lines
47 KiB
XML
Raw Normal View History

2015-09-22 23:10:00 +08:00
<?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 />
2015-09-23 00:10:11 +08:00
<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
<IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
2015-09-22 23:10:00 +08:00
<IISExpressUseClassicPipelineMode />
2015-12-15 23:04:20 +08:00
<UseGlobalApplicationHostFile />
2016-01-05 10:03:35 +08:00
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
2015-09-22 23:10:00 +08:00
</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>
2015-11-13 23:25:46 +08:00
<Reference Include="Autofac.Configuration">
<HintPath>..\packages\Autofac.Configuration.3.3.0\lib\net40\Autofac.Configuration.dll</HintPath>
</Reference>
2015-09-22 23:10:00 +08:00
<Reference Include="Autofac.Integration.Mvc">
<HintPath>..\packages\Autofac.Mvc5.3.3.4\lib\net45\Autofac.Integration.Mvc.dll</HintPath>
</Reference>
2015-10-31 23:04:01 +08:00
<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>
2015-09-22 23:10:00 +08:00
<Reference Include="Microsoft.CSharp" />
2016-04-01 17:12:33 +08:00
<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>
2015-09-22 23:10:00 +08:00
<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.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">
2016-07-08 11:28:38 +08:00
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
<Private>True</Private>
2015-09-22 23:10:00 +08:00
</Reference>
2016-07-08 11:28:38 +08:00
<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>
2015-09-22 23:10:00 +08:00
<Private>True</Private>
</Reference>
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
2016-07-08 11:28:38 +08:00
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
<Private>True</Private>
2015-09-22 23:10:00 +08:00
</Reference>
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
2016-07-08 11:28:38 +08:00
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
<Private>True</Private>
2015-09-22 23:10:00 +08:00
</Reference>
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
2016-07-08 11:28:38 +08:00
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
<Private>True</Private>
2015-09-22 23:10:00 +08:00
</Reference>
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
2016-07-08 11:28:38 +08:00
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
<Private>True</Private>
2015-09-22 23:10:00 +08:00
</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>
</ItemGroup>
<ItemGroup>
<Compile Include="App_Start\BundleConfig.cs" />
<Compile Include="App_Start\FilterConfig.cs" />
<Compile Include="App_Start\RouteConfig.cs" />
2015-10-26 21:58:12 +08:00
<Compile Include="AutofacExt.cs" />
2015-09-22 23:10:00 +08:00
<Compile Include="Controllers\BaseController.cs" />
2015-12-15 23:04:20 +08:00
<Compile Include="Controllers\CategoryManagerController.cs" />
2015-12-02 10:06:30 +08:00
<Compile Include="Controllers\ErrorController.cs" />
2015-09-22 23:10:00 +08:00
<Compile Include="Controllers\HomeController.cs" />
<Compile Include="Controllers\LoginController.cs" />
2015-12-02 16:28:01 +08:00
<Compile Include="Controllers\ModuleElementManagerController.cs" />
2015-11-21 23:56:39 +08:00
<Compile Include="Controllers\ModuleManagerController.cs" />
2015-10-26 21:58:12 +08:00
<Compile Include="Controllers\OrgManagerController.cs" />
<Compile Include="Controllers\RelevanceManagerController.cs" />
<Compile Include="Controllers\ResourceManagerController.cs" />
2015-11-19 21:49:39 +08:00
<Compile Include="Controllers\RoleManagerController.cs" />
<Compile Include="Controllers\StockManagerController.cs" />
2015-10-26 21:58:12 +08:00
<Compile Include="Controllers\UserManagerController.cs" />
2015-09-22 23:10:00 +08:00
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="Models\AuthenticateAttribute.cs" />
2015-11-05 23:27:08 +08:00
<Compile Include="Models\BJUIResponse.cs" />
2015-09-22 23:10:00 +08:00
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
2016-04-20 16:33:27 +08:00
<Content Include="BllScripts\assignModule.js" />
<Content Include="BllScripts\assignOrg.js" />
2016-04-18 23:36:40 +08:00
<Content Include="BllScripts\assignModuleElement.js" />
<Content Include="BllScripts\categoryManager.js" />
2016-04-13 14:56:34 +08:00
<Content Include="BllScripts\grid.js" />
<Content Include="BllScripts\moduleElementMan.js" />
<Content Include="BllScripts\modulemanager.js" />
2016-04-16 23:25:00 +08:00
<Content Include="BllScripts\orgManager.js" />
<Content Include="BllScripts\resourceManager.js" />
<Content Include="BllScripts\roleManager.js" />
<Content Include="BllScripts\stockManager.js" />
2016-04-13 14:56:34 +08:00
<Content Include="BllScripts\usermanager.js" />
<Content Include="BllScripts\assignRes.js" />
2016-04-13 14:56:34 +08:00
<Content Include="BllScripts\userRoleManager.js" />
<Content Include="Content\BJUI\images\captcha.jpeg" />
<Content Include="Content\BJUI\images\datagrid\AU.gif" />
<Content Include="Content\BJUI\images\datagrid\BR.gif" />
<Content Include="Content\BJUI\images\datagrid\CN.gif" />
<Content Include="Content\BJUI\images\datagrid\DE.gif" />
<Content Include="Content\BJUI\images\datagrid\FR.gif" />
<Content Include="Content\BJUI\images\datagrid\HK.gif" />
<Content Include="Content\BJUI\images\datagrid\JP.gif" />
<Content Include="Content\BJUI\images\datagrid\UK.gif" />
<Content Include="Content\BJUI\images\datagrid\US.gif" />
<Content Include="Content\BJUI\images\loginbg_01.jpg" />
<Content Include="Content\BJUI\images\loginbg_02.jpg" />
<Content Include="Content\BJUI\images\loginbg_03.jpg" />
<Content Include="Content\BJUI\images\loginbg_04.jpg" />
<Content Include="Content\BJUI\images\logo.png" />
<Content Include="Content\BJUI\js\bjui-all.js" />
<Content Include="Content\BJUI\js\jquery-1.11.3.min.js" />
<Content Include="Content\BJUI\js\jquery.cookie.js" />
<Content Include="Content\BJUI\js\sha256.js" />
<Content Include="Content\BJUI\other\html5shiv.min.js" />
<Content Include="Content\BJUI\other\jquery.iframe-transport.js" />
<Content Include="Content\BJUI\other\respond.min.js" />
<Content Include="Content\bootstrap.js" />
<Content Include="Content\bootstrap.min.js" />
<Content Include="Content\bootstrapSelect\bootstrap-select.css" />
<Content Include="Content\bootstrapSelect\bootstrap-select.js" />
<Content Include="Content\bootstrapSelect\bootstrap-select.min.js" />
<Content Include="Content\bootstrapSelect\defaults-zh_CN.js" />
<Content Include="Content\bootstrapSelect\defaults-zh_CN.min.js" />
<Content Include="Content\colorpicker\css\bootstrap-colorpicker.css" />
<Content Include="Content\colorpicker\css\bootstrap-colorpicker.min.css" />
<Content Include="Content\colorpicker\img\bootstrap-colorpicker\alpha-horizontal.png" />
<Content Include="Content\colorpicker\img\bootstrap-colorpicker\alpha.png" />
<Content Include="Content\colorpicker\img\bootstrap-colorpicker\hue-horizontal.png" />
<Content Include="Content\colorpicker\img\bootstrap-colorpicker\hue.png" />
<Content Include="Content\colorpicker\img\bootstrap-colorpicker\saturation.png" />
<Content Include="Content\colorpicker\js\bootstrap-colorpicker.js" />
<Content Include="Content\colorpicker\js\bootstrap-colorpicker.min.js" />
<Content Include="Content\download\jquery.fileDownload.js" />
<Content Include="Content\dragsort\jquery.dragsort-0.5.1.js" />
<Content Include="Content\dragsort\jquery.dragsort-0.5.1.min.js" />
<Content Include="Content\echarts\chart\bar.js" />
<Content Include="Content\echarts\chart\chord.js" />
<Content Include="Content\echarts\chart\eventRiver.js" />
<Content Include="Content\echarts\chart\force.js" />
<Content Include="Content\echarts\chart\funnel.js" />
<Content Include="Content\echarts\chart\gauge.js" />
<Content Include="Content\echarts\chart\k.js" />
<Content Include="Content\echarts\chart\line.js" />
<Content Include="Content\echarts\chart\map.js" />
<Content Include="Content\echarts\chart\pie.js" />
<Content Include="Content\echarts\chart\radar.js" />
<Content Include="Content\echarts\chart\scatter.js" />
<Content Include="Content\echarts\echarts.js" />
<Content Include="Content\echarts\theme\blue.js" />
<Content Include="Content\echarts\theme\dark.js" />
<Content Include="Content\echarts\theme\default.js" />
<Content Include="Content\echarts\theme\gray.js" />
<Content Include="Content\echarts\theme\green.js" />
<Content Include="Content\echarts\theme\helianthus.js" />
<Content Include="Content\echarts\theme\infographic.js" />
<Content Include="Content\echarts\theme\macarons.js" />
<Content Include="Content\echarts\theme\red.js" />
<Content Include="Content\echarts\theme\shine.js" />
<Content Include="Content\highcharts\adapters\standalone-framework.js" />
<Content Include="Content\highcharts\highcharts-3d.js" />
<Content Include="Content\highcharts\highcharts-all.js" />
<Content Include="Content\highcharts\highcharts-more.js" />
<Content Include="Content\highcharts\highcharts.js" />
<Content Include="Content\highcharts\modules\canvas-tools.js" />
<Content Include="Content\highcharts\modules\data.js" />
<Content Include="Content\highcharts\modules\drilldown.js" />
<Content Include="Content\highcharts\modules\exporting.js" />
<Content Include="Content\highcharts\modules\funnel.js" />
<Content Include="Content\highcharts\modules\heatmap.js" />
<Content Include="Content\highcharts\modules\no-data-to-display.js" />
<Content Include="Content\highcharts\modules\solid-gauge.js" />
<Content Include="Content\highcharts\themes\dark-blue.js" />
<Content Include="Content\highcharts\themes\dark-green.js" />
<Content Include="Content\highcharts\themes\dark-unica.js" />
<Content Include="Content\highcharts\themes\gray.js" />
<Content Include="Content\highcharts\themes\grid-light.js" />
<Content Include="Content\highcharts\themes\grid.js" />
<Content Include="Content\highcharts\themes\sand-signika.js" />
<Content Include="Content\highcharts\themes\skies.js" />
<Content Include="Content\icheck\icheck.js" />
<Content Include="Content\icheck\icheck.min.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-ar.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-bg.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-bg1251.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-cat.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-cn.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-cs.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-da.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-de.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-dk.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-el.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-en.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-es.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-fa.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-fi.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-fr.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-gl.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-he.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-hr.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-hr1250.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-hu.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-id.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-is.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-it.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-ja.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-kr.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-lt.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-mne.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-nl.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-no.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-pl.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-pt-br.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-pt.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-ro.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-ru.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-sk.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-sr-latin.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-sr.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-sv.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-th.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-tr.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-tw.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-ua.js" />
<Content Include="Content\jqGrid\i18n\grid.locale-vi.js" />
<Content Include="Content\jqGrid\jquery.jqGrid.src.js" />
<Content Include="Content\js\purl.js" />
<Content Include="Content\js\util.js" />
<Content Include="Content\kindeditor_4.1.10\attached\test.txt" />
<Content Include="Content\kindeditor_4.1.10\editor-content.css" />
<Content Include="Content\kindeditor_4.1.10\kindeditor-all-min.js" />
<Content Include="Content\kindeditor_4.1.10\kindeditor-all.js" />
<Content Include="Content\kindeditor_4.1.10\kindeditor-all.min.js" />
<Content Include="Content\kindeditor_4.1.10\kindeditor-min.js" />
<Content Include="Content\kindeditor_4.1.10\kindeditor.js" />
<Content Include="Content\kindeditor_4.1.10\lang\ar.js" />
<Content Include="Content\kindeditor_4.1.10\lang\en.js" />
<Content Include="Content\kindeditor_4.1.10\lang\ko.js" />
<Content Include="Content\kindeditor_4.1.10\lang\zh_CN.js" />
<Content Include="Content\kindeditor_4.1.10\lang\zh_TW.js" />
<Content Include="Content\kindeditor_4.1.10\license.txt" />
<Content Include="Content\kindeditor_4.1.10\plugins\anchor\anchor.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\autoheight\autoheight.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\baidumap\baidumap.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\baidumap\index.html" />
<Content Include="Content\kindeditor_4.1.10\plugins\baidumap\map.html" />
<Content Include="Content\kindeditor_4.1.10\plugins\clearhtml\clearhtml.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\code\code.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\code\prettify.css" />
<Content Include="Content\kindeditor_4.1.10\plugins\code\prettify.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\emoticons.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\0.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\1.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\10.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\100.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\101.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\102.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\103.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\104.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\105.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\106.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\107.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\108.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\109.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\11.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\110.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\111.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\112.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\113.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\114.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\115.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\116.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\117.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\118.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\119.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\12.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\120.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\121.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\122.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\123.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\124.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\125.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\126.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\127.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\128.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\129.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\13.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\130.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\131.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\132.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\133.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\134.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\14.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\15.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\16.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\17.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\18.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\19.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\2.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\20.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\21.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\22.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\23.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\24.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\25.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\26.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\27.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\28.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\29.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\3.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\30.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\31.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\32.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\33.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\34.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\35.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\36.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\37.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\38.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\39.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\4.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\40.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\41.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\42.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\43.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\44.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\45.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\46.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\47.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\48.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\49.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\5.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\50.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\51.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\52.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\53.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\54.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\55.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\56.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\57.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\58.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\59.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\6.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\60.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\61.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\62.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\63.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\64.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\65.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\66.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\67.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\68.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\69.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\7.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\70.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\71.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\72.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\73.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\74.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\75.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\76.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\77.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\78.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\79.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\8.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\80.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\81.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\82.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\83.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\84.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\85.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\86.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\87.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\88.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\89.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\9.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\90.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\91.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\92.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\93.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\94.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\95.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\96.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\97.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\98.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\99.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\emoticons\images\static.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\filemanager\filemanager.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\filemanager\images\file-16.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\filemanager\images\file-64.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\filemanager\images\folder-16.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\filemanager\images\folder-64.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\filemanager\images\go-up.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\flash\flash.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\image\image.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\image\images\align_left.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\image\images\align_right.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\image\images\align_top.gif" />
<Content Include="Content\kindeditor_4.1.10\plugins\image\images\refresh.png" />
<Content Include="Content\kindeditor_4.1.10\plugins\insertfile\insertfile.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\lineheight\lineheight.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\link\link.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\map\map.html" />
<Content Include="Content\kindeditor_4.1.10\plugins\map\map.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\media\media.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\multiimage\images\image.png" />
<Content Include="Content\kindeditor_4.1.10\plugins\multiimage\images\select-files-en.png" />
<Content Include="Content\kindeditor_4.1.10\plugins\multiimage\images\select-files-zh_CN.png" />
<Content Include="Content\kindeditor_4.1.10\plugins\multiimage\images\swfupload.swf" />
<Content Include="Content\kindeditor_4.1.10\plugins\multiimage\multiimage.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\pagebreak\pagebreak.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\plainpaste\plainpaste.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\preview\preview.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\quickformat\quickformat.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\table\table.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\template\html\1.html" />
<Content Include="Content\kindeditor_4.1.10\plugins\template\html\2.html" />
<Content Include="Content\kindeditor_4.1.10\plugins\template\html\3.html" />
<Content Include="Content\kindeditor_4.1.10\plugins\template\template.js" />
<Content Include="Content\kindeditor_4.1.10\plugins\wordpaste\wordpaste.js" />
<Content Include="Content\kindeditor_4.1.10\themes\common\anchor.gif" />
<Content Include="Content\kindeditor_4.1.10\themes\common\blank.gif" />
<Content Include="Content\kindeditor_4.1.10\themes\common\flash.gif" />
<Content Include="Content\kindeditor_4.1.10\themes\common\loading.gif" />
<Content Include="Content\kindeditor_4.1.10\themes\common\media.gif" />
<Content Include="Content\kindeditor_4.1.10\themes\common\rm.gif" />
<Content Include="Content\kindeditor_4.1.10\themes\default\background.png" />
<Content Include="Content\kindeditor_4.1.10\themes\default\default.css" />
<Content Include="Content\kindeditor_4.1.10\themes\default\default.png" />
<Content Include="Content\kindeditor_4.1.10\themes\qq\editor.gif" />
<Content Include="Content\kindeditor_4.1.10\themes\qq\qq.css" />
<Content Include="Content\kindeditor_4.1.10\themes\simple\simple.css" />
<Content Include="Content\niceValidator\images\loading.gif" />
<Content Include="Content\niceValidator\images\validator_default.png" />
<Content Include="Content\niceValidator\images\validator_simple.png" />
<Content Include="Content\niceValidator\jquery.validator.css" />
<Content Include="Content\niceValidator\jquery.validator.js" />
<Content Include="Content\niceValidator\jquery.validator.themes.js" />
<Content Include="Content\niceValidator\local\en.js" />
<Content Include="Content\other\jquery.autosize.js" />
<Content Include="Content\other\respond.js" />
<Content Include="Content\styles\zTreeStyle\img\diy\1_close.png" />
<Content Include="Content\styles\zTreeStyle\img\diy\1_open.png" />
<Content Include="Content\styles\zTreeStyle\img\diy\2.png" />
<Content Include="Content\styles\zTreeStyle\img\diy\3.png" />
<Content Include="Content\styles\zTreeStyle\img\diy\4.png" />
<Content Include="Content\styles\zTreeStyle\img\diy\5.png" />
<Content Include="Content\styles\zTreeStyle\img\diy\6.png" />
<Content Include="Content\styles\zTreeStyle\img\diy\7.png" />
<Content Include="Content\styles\zTreeStyle\img\diy\8.png" />
<Content Include="Content\styles\zTreeStyle\img\diy\9.png" />
<Content Include="Content\styles\zTreeStyle\img\line_conn.gif" />
<Content Include="Content\styles\zTreeStyle\img\loading.gif" />
<Content Include="Content\styles\zTreeStyle\img\zTreeStandard.gif" />
<Content Include="Content\styles\zTreeStyle\img\zTreeStandard.png" />
<Content Include="Content\styles\zTreeStyle\zTreeStyle.css" />
<Content Include="Content\swfupload\swfupload.js" />
<Content Include="Content\swfupload\swfupload.min.js" />
<Content Include="Content\uploadify\css\uploadify.css" />
<Content Include="Content\uploadify\img\add.jpg" />
<Content Include="Content\uploadify\img\cancel.jpg" />
<Content Include="Content\uploadify\img\delete.jpg" />
<Content Include="Content\uploadify\img\upload.jpg" />
<Content Include="Content\uploadify\img\uploadify-cancel.png" />
<Content Include="Content\uploadify\scripts\jquery.uploadify.js" />
<Content Include="Content\uploadify\scripts\jquery.uploadify.min.js" />
<Content Include="Content\uploadify\scripts\uploadify.swf" />
<Content Include="Content\ztree\jquery.ztree.all-3.5.js" />
<Content Include="Content\ztree\jquery.ztree.all-3.5.min.js" />
<Content Include="Content\ztree\jquery.ztree.core-3.5.js" />
<Content Include="Content\ztree\jquery.ztree.core-3.5.min.js" />
<Content Include="Content\ztree\jquery.ztree.excheck-3.5.js" />
<Content Include="Content\ztree\jquery.ztree.excheck-3.5.min.js" />
<Content Include="Content\ztree\jquery.ztree.exedit-3.5.js" />
<Content Include="Content\ztree\jquery.ztree.exedit-3.5.min.js" />
<Content Include="Content\ztree\jquery.ztree.exhide-3.5.js" />
<Content Include="Content\ztree\jquery.ztree.exhide-3.5.min.js" />
<Content Include="Content\BJUI\themes\blue\core.css" />
<Content Include="Content\BJUI\themes\blue\purple%402x.png" />
<Content Include="Content\BJUI\themes\blue\purple.png" />
<Content Include="Content\BJUI\themes\blue\topbg.png" />
<Content Include="Content\BJUI\themes\blue\zTreeStandard.png" />
<Content Include="Content\BJUI\themes\css\bootstrap.css" />
<Content Include="Content\BJUI\themes\css\bootstrap.min.css" />
<Content Include="Content\BJUI\themes\css\FA\css\font-awesome.css" />
<Content Include="Content\BJUI\themes\css\FA\css\font-awesome.min.css" />
<Content Include="Content\BJUI\themes\css\FA\fonts\fontawesome-webfont.svg" />
<Content Include="Content\BJUI\themes\css\ie7.css" />
<Content Include="Content\BJUI\themes\css\img\changed-flag-icon.png" />
<Content Include="Content\BJUI\themes\css\img\diy\1_close.png" />
<Content Include="Content\BJUI\themes\css\img\diy\1_open.png" />
<Content Include="Content\BJUI\themes\css\img\diy\2.png" />
<Content Include="Content\BJUI\themes\css\img\diy\3.png" />
<Content Include="Content\BJUI\themes\css\img\diy\4.png" />
<Content Include="Content\BJUI\themes\css\img\diy\5.png" />
<Content Include="Content\BJUI\themes\css\img\diy\6.png" />
<Content Include="Content\BJUI\themes\css\img\diy\7.png" />
<Content Include="Content\BJUI\themes\css\img\diy\8.png" />
<Content Include="Content\BJUI\themes\css\img\diy\9.png" />
<Content Include="Content\BJUI\themes\css\img\error-bg.png" />
<Content Include="Content\BJUI\themes\css\img\line_conn.gif" />
<Content Include="Content\BJUI\themes\css\img\line_conn.png" />
<Content Include="Content\BJUI\themes\css\img\loading.gif" />
<Content Include="Content\BJUI\themes\css\img\logo.png" />
<Content Include="Content\BJUI\themes\css\style.css" />
<Content Include="Content\BJUI\themes\default\core.css" />
<Content Include="Content\BJUI\themes\default\purple%402x.png" />
<Content Include="Content\BJUI\themes\default\purple.png" />
<Content Include="Content\BJUI\themes\default\topbg.png" />
<Content Include="Content\BJUI\themes\default\zTreeStandard.png" />
<Content Include="Content\BJUI\themes\fonts\glyphicons-halflings-regular.svg" />
<Content Include="Content\BJUI\themes\green\core.css" />
<Content Include="Content\BJUI\themes\green\purple%402x.png" />
<Content Include="Content\BJUI\themes\green\purple.png" />
<Content Include="Content\BJUI\themes\green\topbg.png" />
<Content Include="Content\BJUI\themes\green\zTreeStandard.png" />
<Content Include="Content\BJUI\themes\orange\core.css" />
<Content Include="Content\BJUI\themes\orange\purple%402x.png" />
<Content Include="Content\BJUI\themes\orange\purple.png" />
<Content Include="Content\BJUI\themes\orange\topbg.png" />
<Content Include="Content\BJUI\themes\orange\zTreeStandard.png" />
<Content Include="Content\BJUI\themes\purple\core.css" />
<Content Include="Content\BJUI\themes\purple\purple%402x.png" />
<Content Include="Content\BJUI\themes\purple\purple.png" />
<Content Include="Content\BJUI\themes\purple\topbg.png" />
<Content Include="Content\BJUI\themes\purple\zTreeStandard.png" />
2015-09-22 23:10:00 +08:00
<Content Include="favicon.ico" />
<Content Include="Global.asax" />
2015-12-15 23:04:20 +08:00
<Content Include="Views\CategoryManager\Index.cshtml" />
<None Include="Properties\PublishProfiles\default.pubxml" />
2015-12-02 10:06:30 +08:00
<None Include="Views\Error\NoAccess.cshtml" />
<Content Include="Views\Home\git.cshtml" />
<Content Include="Web.config">
<SubType>Designer</SubType>
</Content>
2015-09-22 23:10:00 +08:00
<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\_Layout.cshtml" />
<Content Include="Views\Home\Index.cshtml" />
<Content Include="Views\ResourceManager\Index.cshtml" />
2015-12-22 11:55:54 +08:00
<Content Include="Views\RoleManager\LookupMulti.cshtml" />
<Content Include="Views\ResourceManager\AssignRes.cshtml" />
<Content Include="Views\StockManager\Index.cshtml" />
2016-04-20 16:33:27 +08:00
<Content Include="Views\OrgManager\Assign.cshtml" />
<Content Include="Views\Shared\_BjuiLayout.cshtml" />
2015-09-22 23:10:00 +08:00
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
<Folder Include="Views\Base\" />
</ItemGroup>
<ItemGroup>
2016-01-05 22:47:38 +08:00
<Content Include="packages.config">
<SubType>Designer</SubType>
</Content>
2015-09-22 23:10:00 +08:00
</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="Content\bootstrapSelect\bootstrap-select.css.map" />
<Content Include="Content\bootstrapSelect\bootstrap-select.js.map" />
<Content Include="Content\kindeditor_4.1.10\php\demo.php" />
<Content Include="Content\kindeditor_4.1.10\php\file_manager_json.php" />
<Content Include="Content\kindeditor_4.1.10\php\JSON.php" />
<Content Include="Content\kindeditor_4.1.10\php\upload_json.php" />
<Content Include="Content\BJUI\themes\css\FA\fonts\fontawesome-webfont.eot" />
<Content Include="Content\BJUI\themes\css\FA\fonts\fontawesome-webfont.ttf" />
<Content Include="Content\BJUI\themes\css\FA\fonts\fontawesome-webfont.woff" />
<Content Include="Content\BJUI\themes\css\FA\fonts\fontawesome-webfont.woff2" />
<Content Include="Content\BJUI\themes\css\FA\fonts\FontAwesome.otf" />
<Content Include="Content\BJUI\themes\fonts\glyphicons-halflings-regular.eot" />
<Content Include="Content\BJUI\themes\fonts\glyphicons-halflings-regular.ttf" />
<Content Include="Content\BJUI\themes\fonts\glyphicons-halflings-regular.woff" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Login\Index.cshtml" />
</ItemGroup>
2015-10-26 21:58:12 +08:00
<ItemGroup>
<Content Include="Views\OrgManager\Index.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Home\Main.cshtml" />
</ItemGroup>
2015-11-04 23:46:21 +08:00
<ItemGroup>
2015-11-21 23:56:39 +08:00
<Content Include="Views\ModuleManager\Index.cshtml" />
2016-04-20 16:33:27 +08:00
<Content Include="Views\ModuleManager\Assign.cshtml" />
<Content Include="Views\Home\MenuHeader.cshtml" />
<Content Include="Views\ModuleElementManager\Index.cshtml" />
2016-04-18 23:36:40 +08:00
<Content Include="Views\ModuleElementManager\AssignModuleElement.cshtml" />
2015-11-08 23:19:04 +08:00
<Content Include="Views\UserManager\Index.cshtml" />
2015-11-19 21:49:39 +08:00
<Content Include="Views\RoleManager\Index.cshtml" />
2015-11-04 23:46:21 +08:00
</ItemGroup>
2015-09-22 23:10:00 +08:00
<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>
2016-01-05 22:47:38 +08:00
<!-- <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
2016-01-05 10:03:35 +08:00
<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'))" />
2016-01-05 22:47:38 +08:00
</Target> -->
2015-09-22 23:10:00 +08:00
<!-- 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>