mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
436 lines
23 KiB
XML
436 lines
23 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>
|
|
</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{2A9D9687-1822-41CF-B7DF-819BFC0F8FE9}</ProjectGuid>
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>OpenAuth.Mvc</RootNamespace>
|
|
<AssemblyName>OpenAuth.Mvc</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<MvcBuildViews>false</MvcBuildViews>
|
|
<UseIISExpress>true</UseIISExpress>
|
|
<IISExpressSSLPort />
|
|
<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
|
|
<IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
|
|
<IISExpressUseClassicPipelineMode />
|
|
<UseGlobalApplicationHostFile />
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
<RestorePackages>true</RestorePackages>
|
|
<WebGreaseLibPath>..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Autofac">
|
|
<HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Autofac.Configuration">
|
|
<HintPath>..\packages\Autofac.Configuration.3.3.0\lib\net40\Autofac.Configuration.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Autofac.Integration.Mvc">
|
|
<HintPath>..\packages\Autofac.Mvc5.3.3.4\lib\net45\Autofac.Integration.Mvc.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="MySql.Data, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MySql.Data.6.9.8\lib\net45\MySql.Data.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="MySql.Data.Entity.EF6, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MySql.Data.Entity.6.9.8\lib\net45\MySql.Data.Entity.EF6.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.DynamicData" />
|
|
<Reference Include="System.Web.Entity" />
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Web.Abstractions" />
|
|
<Reference Include="System.Web.Routing" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="System.EnterpriseServices" />
|
|
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<Private>True</Private>
|
|
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http">
|
|
</Reference>
|
|
<Reference Include="System.Net.Http.WebRequest">
|
|
</Reference>
|
|
<Reference Include="System.Web.Optimization">
|
|
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.1\lib\net40\System.Web.Optimization.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="WebGrease, Version=1.5.2.14234, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="App_Start\BundleConfig.cs" />
|
|
<Compile Include="App_Start\FilterConfig.cs" />
|
|
<Compile Include="App_Start\RouteConfig.cs" />
|
|
<Compile Include="Areas\FlowManage\Controllers\FileController.cs" />
|
|
<Compile Include="Areas\FlowManage\Controllers\FormDesignController.cs" />
|
|
<Compile Include="Areas\FlowManage\Controllers\FlowDesignController.cs" />
|
|
<Compile Include="Areas\FlowManage\FlowManageAreaRegistration.cs" />
|
|
<Compile Include="Controllers\BaseController.cs" />
|
|
<Compile Include="Controllers\CategoriesController.cs" />
|
|
<Compile Include="Controllers\ErrorController.cs" />
|
|
<Compile Include="Areas\FlowManage\Controllers\FlowInstancesController.cs" />
|
|
<Compile Include="Controllers\HomeController.cs" />
|
|
<Compile Include="Controllers\LoginController.cs" />
|
|
<Compile Include="Controllers\ModuleManagerController.cs" />
|
|
<Compile Include="Controllers\OrgManagerController.cs" />
|
|
<Compile Include="Controllers\RelevanceManagerController.cs" />
|
|
<Compile Include="Controllers\UserManagerController.cs" />
|
|
<Compile Include="Controllers\UserSessionController.cs" />
|
|
<Compile Include="Models\JobjectModelBinder.cs" />
|
|
<Compile Include="Global.asax.cs">
|
|
<DependentUpon>Global.asax</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Models\AuthenticateAttribute.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="js\categories.js" />
|
|
<Content Include="js\openauth.js" />
|
|
<Content Include="js\droptree.js" />
|
|
<Content Include="css\images.css" />
|
|
<Content Include="css\login.css" />
|
|
<Content Include="css\main.css" />
|
|
<Content Include="css\message.css" />
|
|
<Content Include="css\metroStyle\img\line_conn.png" />
|
|
<Content Include="css\metroStyle\img\loading.gif" />
|
|
<Content Include="css\metroStyle\img\metro.gif" />
|
|
<Content Include="css\metroStyle\img\metro.png" />
|
|
<Content Include="css\metroStyle\metroStyle.css" />
|
|
<Content Include="css\news.css" />
|
|
<Content Include="css\treetable.css" />
|
|
<Content Include="favicon.ico" />
|
|
<Content Include="Global.asax" />
|
|
<Content Include="images\alipay.jpg" />
|
|
<Content Include="images\code.jpg" />
|
|
<Content Include="images\face.jpg" />
|
|
<Content Include="images\userface1.jpg" />
|
|
<Content Include="images\userface2.jpg" />
|
|
<Content Include="images\userface3.jpg" />
|
|
<Content Include="images\userface4.jpg" />
|
|
<Content Include="images\userface5.jpg" />
|
|
<Content Include="images\wechat.jpg" />
|
|
<Content Include="js\modules.js" />
|
|
<Content Include="js\queryString.js" />
|
|
<Content Include="js\orgs.js" />
|
|
<Content Include="js\users.js" />
|
|
<Content Include="js\bodyTab.js" />
|
|
<Content Include="js\index.js" />
|
|
<Content Include="js\leftNav.js" />
|
|
<Content Include="js\login.js" />
|
|
<Content Include="js\main.js" />
|
|
<Content Include="js\vue.js" />
|
|
<Content Include="layui\css\layui.css" />
|
|
<Content Include="layui\css\layui.mobile.css" />
|
|
<Content Include="layui\css\modules\code.css" />
|
|
<Content Include="layui\css\modules\laydate\default\laydate.css" />
|
|
<Content Include="layui\css\modules\laydate\icon.png" />
|
|
<Content Include="layui\css\modules\laydate\laydate.css" />
|
|
<Content Include="layui\css\modules\layer\default\icon-ext.png" />
|
|
<Content Include="layui\css\modules\layer\default\icon.png" />
|
|
<Content Include="layui\css\modules\layer\default\layer.css" />
|
|
<Content Include="layui\css\modules\layer\default\loading-0.gif" />
|
|
<Content Include="layui\css\modules\layer\default\loading-1.gif" />
|
|
<Content Include="layui\css\modules\layer\default\loading-2.gif" />
|
|
<Content Include="layui\font\iconfont.svg" />
|
|
<Content Include="layui\images\face\0.gif" />
|
|
<Content Include="layui\images\face\1.gif" />
|
|
<Content Include="layui\images\face\10.gif" />
|
|
<Content Include="layui\images\face\11.gif" />
|
|
<Content Include="layui\images\face\12.gif" />
|
|
<Content Include="layui\images\face\13.gif" />
|
|
<Content Include="layui\images\face\14.gif" />
|
|
<Content Include="layui\images\face\15.gif" />
|
|
<Content Include="layui\images\face\16.gif" />
|
|
<Content Include="layui\images\face\17.gif" />
|
|
<Content Include="layui\images\face\18.gif" />
|
|
<Content Include="layui\images\face\19.gif" />
|
|
<Content Include="layui\images\face\2.gif" />
|
|
<Content Include="layui\images\face\20.gif" />
|
|
<Content Include="layui\images\face\21.gif" />
|
|
<Content Include="layui\images\face\22.gif" />
|
|
<Content Include="layui\images\face\23.gif" />
|
|
<Content Include="layui\images\face\24.gif" />
|
|
<Content Include="layui\images\face\25.gif" />
|
|
<Content Include="layui\images\face\26.gif" />
|
|
<Content Include="layui\images\face\27.gif" />
|
|
<Content Include="layui\images\face\28.gif" />
|
|
<Content Include="layui\images\face\29.gif" />
|
|
<Content Include="layui\images\face\3.gif" />
|
|
<Content Include="layui\images\face\30.gif" />
|
|
<Content Include="layui\images\face\31.gif" />
|
|
<Content Include="layui\images\face\32.gif" />
|
|
<Content Include="layui\images\face\33.gif" />
|
|
<Content Include="layui\images\face\34.gif" />
|
|
<Content Include="layui\images\face\35.gif" />
|
|
<Content Include="layui\images\face\36.gif" />
|
|
<Content Include="layui\images\face\37.gif" />
|
|
<Content Include="layui\images\face\38.gif" />
|
|
<Content Include="layui\images\face\39.gif" />
|
|
<Content Include="layui\images\face\4.gif" />
|
|
<Content Include="layui\images\face\40.gif" />
|
|
<Content Include="layui\images\face\41.gif" />
|
|
<Content Include="layui\images\face\42.gif" />
|
|
<Content Include="layui\images\face\43.gif" />
|
|
<Content Include="layui\images\face\44.gif" />
|
|
<Content Include="layui\images\face\45.gif" />
|
|
<Content Include="layui\images\face\46.gif" />
|
|
<Content Include="layui\images\face\47.gif" />
|
|
<Content Include="layui\images\face\48.gif" />
|
|
<Content Include="layui\images\face\49.gif" />
|
|
<Content Include="layui\images\face\5.gif" />
|
|
<Content Include="layui\images\face\50.gif" />
|
|
<Content Include="layui\images\face\51.gif" />
|
|
<Content Include="layui\images\face\52.gif" />
|
|
<Content Include="layui\images\face\53.gif" />
|
|
<Content Include="layui\images\face\54.gif" />
|
|
<Content Include="layui\images\face\55.gif" />
|
|
<Content Include="layui\images\face\56.gif" />
|
|
<Content Include="layui\images\face\57.gif" />
|
|
<Content Include="layui\images\face\58.gif" />
|
|
<Content Include="layui\images\face\59.gif" />
|
|
<Content Include="layui\images\face\6.gif" />
|
|
<Content Include="layui\images\face\60.gif" />
|
|
<Content Include="layui\images\face\61.gif" />
|
|
<Content Include="layui\images\face\62.gif" />
|
|
<Content Include="layui\images\face\63.gif" />
|
|
<Content Include="layui\images\face\64.gif" />
|
|
<Content Include="layui\images\face\65.gif" />
|
|
<Content Include="layui\images\face\66.gif" />
|
|
<Content Include="layui\images\face\67.gif" />
|
|
<Content Include="layui\images\face\68.gif" />
|
|
<Content Include="layui\images\face\69.gif" />
|
|
<Content Include="layui\images\face\7.gif" />
|
|
<Content Include="layui\images\face\70.gif" />
|
|
<Content Include="layui\images\face\71.gif" />
|
|
<Content Include="layui\images\face\8.gif" />
|
|
<Content Include="layui\images\face\9.gif" />
|
|
<Content Include="layui\layui.all.js" />
|
|
<Content Include="layui\layui.js" />
|
|
<Content Include="layui\lay\dest\layui.all.js" />
|
|
<Content Include="layui\lay\modules\carousel.js" />
|
|
<Content Include="layui\lay\modules\code.js" />
|
|
<Content Include="layui\lay\modules\element.js" />
|
|
<Content Include="layui\lay\modules\flow.js" />
|
|
<Content Include="layui\lay\modules\form.js" />
|
|
<Content Include="layui\lay\modules\jquery.js" />
|
|
<Content Include="layui\lay\modules\laydate.js" />
|
|
<Content Include="layui\lay\modules\layedit.js" />
|
|
<Content Include="layui\lay\modules\layer.js" />
|
|
<Content Include="layui\lay\modules\layim.js" />
|
|
<Content Include="layui\lay\modules\laypage.js" />
|
|
<Content Include="layui\lay\modules\laytpl.js" />
|
|
<Content Include="layui\lay\modules\mobile.js" />
|
|
<Content Include="layui\lay\modules\table.js" />
|
|
<Content Include="layui\lay\modules\tree.js" />
|
|
<Content Include="layui\lay\modules\upload.js" />
|
|
<Content Include="layui\lay\modules\util.js" />
|
|
<Content Include="js\ztree.js" />
|
|
<Content Include="Areas\FlowManage\Views\web.config" />
|
|
<Content Include="Areas\FlowManage\Views\FlowDesign\FlowLineForm.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\FlowDesign\FlowNodeForm.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\FlowDesign\FlowSchemeBuider.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\FlowDesign\Index.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\FlowInstances\ProcessLookForm.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\FlowInstances\FlowProcessNewForm.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\FlowDesign\PreviewIndex.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\FlowInstances\VerificationForm.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\FormDesign\Index.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\FormDesign\FormPreview.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\FormDesign\FrmBuider.cshtml" />
|
|
<Content Include="layui\font\iconfont.eot" />
|
|
<Content Include="layui\font\iconfont.ttf" />
|
|
<Content Include="layui\font\iconfont.woff" />
|
|
<Content Include="json\images.json" />
|
|
<Content Include="json\linksList.json" />
|
|
<Content Include="json\message.json" />
|
|
<Content Include="json\navs.json" />
|
|
<Content Include="json\newsList.json" />
|
|
<Content Include="json\systemParameter.json" />
|
|
<Content Include="json\userface.json" />
|
|
<None Include="Properties\PublishProfiles\default.pubxml" />
|
|
<Content Include="Views\Home\git.cshtml" />
|
|
<Content Include="Web.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="Web.Debug.config">
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
</Content>
|
|
<Content Include="Web.Release.config">
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
</Content>
|
|
<Content Include="Views\Web.config" />
|
|
<Content Include="Views\_ViewStart.cshtml" />
|
|
<Content Include="Views\Home\Index.cshtml" />
|
|
<Content Include="Views\ResourceManager\Index.cshtml" />
|
|
<Content Include="Views\RoleManager\LookupMulti.cshtml" />
|
|
<Content Include="Views\ResourceManager\AssignRes.cshtml" />
|
|
<Content Include="Views\StockManager\Index.cshtml" />
|
|
<Content Include="Areas\FlowManage\Views\FlowInstances\Index.cshtml" />
|
|
<Content Include="Views\Shared\_FlowForm.cshtml" />
|
|
<Content Include="Views\Shared\_Form.cshtml" />
|
|
<Content Include="Views\Home\Main.cshtml" />
|
|
<Content Include="Views\Shared\_Layout.cshtml" />
|
|
<Content Include="Views\Home\MenuHeader.cshtml" />
|
|
<Content Include="Views\Categories\Index.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Areas\FlowManage\Models\" />
|
|
<Folder Include="Areas\FlowManage\Views\Shared\" />
|
|
<Folder Include="Views\UserSession\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="packages.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Infrastructure\Infrastructure.csproj">
|
|
<Project>{5feaec9a-4f1e-4ee7-b377-9db1b0870dac}</Project>
|
|
<Name>Infrastructure</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\OpenAuth.App\OpenAuth.App.csproj">
|
|
<Project>{0bbf2d65-fffd-4272-b138-8ea4fb6fec48}</Project>
|
|
<Name>OpenAuth.App</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\OpenAuth.Repository\OpenAuth.Repository.csproj">
|
|
<Project>{e8df8dea-e2cf-4bdb-8f4f-3f8205b0e03a}</Project>
|
|
<Name>OpenAuth.Repository</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Login\Index.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\OrgManager\Index.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\ModuleManager\Index.cshtml" />
|
|
<Content Include="Views\ModuleManager\Assign.cshtml" />
|
|
<Content Include="Views\ModuleElementManager\Index.cshtml" />
|
|
<Content Include="Views\ModuleElementManager\AssignModuleElement.cshtml" />
|
|
<Content Include="Views\UserManager\Index.cshtml" />
|
|
<Content Include="Views\RoleManager\Index.cshtml" />
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
|
<Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
|
|
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
|
|
</Target>
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<UseIIS>True</UseIIS>
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
<DevelopmentServerPort>56813</DevelopmentServerPort>
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
<IISUrl>http://localhost:56813/</IISUrl>
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
<UseCustomServer>False</UseCustomServer>
|
|
<CustomServerUrl>
|
|
</CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
<!-- <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
|
</Target> -->
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target> -->
|
|
</Project> |