check issue #3

This commit is contained in:
yubaolee 2016-01-05 10:03:35 +08:00
parent 7cc293c121
commit 942f606a2b
99 changed files with 135 additions and 99 deletions

View File

@ -1,4 +1,4 @@
<%-- <%--
Name: 添加界面 Name: 添加界面
Author: yubaolee Author: yubaolee
Description: 任务对象界面 Description: 任务对象界面

View File

@ -1,4 +1,4 @@
<%-- <%--
Name: Database Table Properties Name: Database Table Properties
Author: yubaolee Author: yubaolee
Description: Create a list of properties from a database table Description: Create a list of properties from a database table

View File

@ -1,4 +1,4 @@
<%-- <%--
Name: Database Table Properties Name: Database Table Properties
Author: yubaolee Author: yubaolee
Description: Create a list of properties from a database table Description: Create a list of properties from a database table

View File

@ -1,4 +1,4 @@
<%-- <%--
Name: Database Table Properties Name: Database Table Properties
Author: yubaolee Author: yubaolee
Description: Create a list of properties from a database table Description: Create a list of properties from a database table

View File

@ -1,4 +1,4 @@
<%-- <%--
Name: Database Table Properties Name: Database Table Properties
Author: yubaolee Author: yubaolee
Description: Create a list of properties from a database table Description: Create a list of properties from a database table

View File

@ -1,4 +1,4 @@
<%-- <%--
Name: Database Table Properties Name: Database Table Properties
Author: yubaolee Author: yubaolee
Description: 没有树状导航的datagrid Description: 没有树状导航的datagrid

View File

@ -1,4 +1,4 @@
<%-- <%--
Name: 数据访问 Name: 数据访问
Author: yubaolee Author: yubaolee
Description: Description:

View File

@ -1,4 +1,4 @@
// *********************************************************************** // ***********************************************************************
// Assembly : FairUtility // Assembly : FairUtility
// Author : Yubao Li // Author : Yubao Li
// Created : 08-27-2015 // Created : 08-27-2015

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace Infrastructure namespace Infrastructure

View File

@ -1,4 +1,4 @@
// *********************************************************************** // ***********************************************************************
// Assembly : Infrastructure // Assembly : Infrastructure
// Author : Administrator // Author : Administrator
// Created : 09-22-2015 // Created : 09-22-2015

View File

@ -1,4 +1,4 @@
// *********************************************************************** // ***********************************************************************
// Assembly : FairUtility // Assembly : FairUtility
// Author : Yubao Li // Author : Yubao Li
// Created : 08-18-2015 // Created : 08-18-2015

View File

@ -1,4 +1,4 @@
//Copyright (C) Microsoft Corporation. All rights reserved. //Copyright (C) Microsoft Corporation. All rights reserved.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
namespace Infrastructure namespace Infrastructure
{ {
public class Filter public class Filter
{ {

View File

@ -1,4 +1,4 @@
// *********************************************************************** // ***********************************************************************
// Assembly : FairUtility // Assembly : FairUtility
// Author : Yubao Li // Author : Yubao Li
// Created : 10-13-2015 // Created : 10-13-2015

View File

@ -11,6 +11,8 @@
<AssemblyName>Infrastructure</AssemblyName> <AssemblyName>Infrastructure</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
@ -70,6 +72,13 @@
<None Include="packages.config" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<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. <!-- 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. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">

View File

@ -1,4 +1,4 @@
// *********************************************************************** // ***********************************************************************
// Assembly : Infrastructure // Assembly : Infrastructure
// Author : Yubao Li // Author : Yubao Li
// Created : 09-07-2015 // Created : 09-07-2015

View File

@ -1,4 +1,4 @@
// *********************************************************************** // ***********************************************************************
// Assembly : FairUtility // Assembly : FairUtility
// Author : Yubao Li // Author : Yubao Li
// Created : 08-12-2015 // Created : 08-12-2015

View File

@ -1,4 +1,4 @@
using log4net; using log4net;
[assembly: log4net.Config.XmlConfigurator(Watch = true)] [assembly: log4net.Config.XmlConfigurator(Watch = true)]
namespace Infrastructure namespace Infrastructure

View File

@ -1,4 +1,4 @@
// *********************************************************************** // ***********************************************************************
// Assembly : Infrastructure // Assembly : Infrastructure
// Author : Yubao Li // Author : Yubao Li
// Created : 11-23-2015 // Created : 11-23-2015

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Linq; using System.Linq;
using System.Linq.Expressions; using System.Linq.Expressions;

View File

@ -1,4 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;

View File

@ -1,4 +1,4 @@
// *********************************************************************** // ***********************************************************************
// Assembly : Infrastructure // Assembly : Infrastructure
// Author : Administrator // Author : Administrator
// Created : 09-22-2015 // Created : 09-22-2015

View File

@ -1,4 +1,4 @@
using OpenAuth.Domain.Interface; using OpenAuth.Domain.Interface;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;

View File

@ -1,4 +1,4 @@
// *********************************************************************** // ***********************************************************************
// Assembly : OpenAuth.App // Assembly : OpenAuth.App
// Author : Yubao Li // Author : Yubao Li
// Created : 12-02-2015 // Created : 12-02-2015

View File

@ -1,4 +1,4 @@
using OpenAuth.Domain; using OpenAuth.Domain;
using OpenAuth.Domain.Interface; using OpenAuth.Domain.Interface;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// 有关程序集的常规信息通过以下 // 有关程序集的常规信息通过以下

View File

@ -1,4 +1,4 @@
using OpenAuth.App.ViewModel; using OpenAuth.App.ViewModel;
using OpenAuth.Domain; using OpenAuth.Domain;
using OpenAuth.Domain.Interface; using OpenAuth.Domain.Interface;
using System; using System;

View File

@ -1,4 +1,4 @@
// *********************************************************************** // ***********************************************************************
// Assembly : OpenAuth.App // Assembly : OpenAuth.App
// Author : Yubao Li // Author : Yubao Li
// Created : 12-01-2015 // Created : 12-01-2015

View File

@ -1,4 +1,4 @@
using Infrastructure; using Infrastructure;
using OpenAuth.Domain; using OpenAuth.Domain;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
namespace OpenAuth.App.ViewModel namespace OpenAuth.App.ViewModel
{ {
public class ResourceVM public class ResourceVM
{ {

View File

@ -1,4 +1,4 @@
// *********************************************************************** // ***********************************************************************
// Assembly : OpenAuth.App // Assembly : OpenAuth.App
// Author : yubaolee // Author : yubaolee
// Created : 11-29-2015 // Created : 11-29-2015

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using Infrastructure; using Infrastructure;
using OpenAuth.Domain; using OpenAuth.Domain;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;

View File

@ -1,4 +1,4 @@
// *********************************************************************** // ***********************************************************************
// Assembly : OpenAuth.Domain // Assembly : OpenAuth.Domain
// Author : Yubao Li // Author : Yubao Li
// Created : 11-30-2015 // Created : 11-30-2015

View File

@ -1,4 +1,4 @@
// *********************************************************************** // ***********************************************************************
// Assembly : OpenAuth.Domain // Assembly : OpenAuth.Domain
// Author : yubaolee // Author : yubaolee
// Created : 10-25-2015 // Created : 10-25-2015

View File

@ -1,4 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// 有关程序集的常规信息通过以下 // 有关程序集的常规信息通过以下

View File

@ -1,4 +1,4 @@
using System.Web; using System.Web;
using System.Web.Optimization; using System.Web.Optimization;
namespace OpenAuth.Mvc namespace OpenAuth.Mvc

View File

@ -1,4 +1,4 @@
using System.Web; using System.Web;
using System.Web.Mvc; using System.Web.Mvc;
namespace OpenAuth.Mvc namespace OpenAuth.Mvc

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Web; using System.Web;

View File

@ -9,7 +9,7 @@
// <copyright file="AutofacExt.cs" company="www.cnblogs.com/yubaolee"> // <copyright file="AutofacExt.cs" company="www.cnblogs.com/yubaolee">
// Copyright (c) www.cnblogs.com/yubaolee. All rights reserved. // Copyright (c) www.cnblogs.com/yubaolee. All rights reserved.
// </copyright> // </copyright>
// <summary>IOC初始化</summary> // <summary>IOC扩展</summary>
// *********************************************************************** // ***********************************************************************
using Autofac; using Autofac;
@ -29,10 +29,10 @@ namespace OpenAuth.Mvc
{ {
var builder = new ContainerBuilder(); var builder = new ContainerBuilder();
//泛型注册 //<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ע<EFBFBD><EFBFBD>
builder.RegisterGeneric(typeof(BaseRepository<>)).As(typeof(IRepository<>)); builder.RegisterGeneric(typeof(BaseRepository<>)).As(typeof(IRepository<>));
//应用层注册 //Ӧ<EFBFBD>ò<EFBFBD>ע<EFBFBD><EFBFBD>
builder.RegisterModule(new ConfigurationSettingsReader("autofac")); builder.RegisterModule(new ConfigurationSettingsReader("autofac"));
builder.RegisterType<LoginApp>(); builder.RegisterType<LoginApp>();
builder.RegisterType<OrgManagerApp>(); builder.RegisterType<OrgManagerApp>();
@ -65,7 +65,7 @@ namespace OpenAuth.Mvc
} }
/// <summary> /// <summary>
/// 从依赖容器里面获取 /// <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȡ
/// </summary> /// </summary>
/// <typeparam name="T"></typeparam> /// <typeparam name="T"></typeparam>
public static T GetFromFac<T>() public static T GetFromFac<T>()

View File

@ -1,4 +1,4 @@
// *********************************************************************** // ***********************************************************************
// Assembly : OpenAuth.Mvc // Assembly : OpenAuth.Mvc
// Author : Administrator // Author : Administrator
// Created : 09-22-2015 // Created : 09-22-2015

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Web; using System.Web;

View File

@ -1,4 +1,4 @@
using System.Web.Mvc; using System.Web.Mvc;
using Infrastructure; using Infrastructure;
using Infrastructure.Helper; using Infrastructure.Helper;
using OpenAuth.App; using OpenAuth.App;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Web; using System.Web;

View File

@ -1,4 +1,4 @@
// *********************************************************************** // ***********************************************************************
// Assembly : OpenAuth.Mvc // Assembly : OpenAuth.Mvc
// Author : Yubao Li // Author : Yubao Li
// Created : 12-02-2015 // Created : 12-02-2015

View File

@ -1,4 +1,4 @@
using Infrastructure; using Infrastructure;
using OpenAuth.App; using OpenAuth.App;
using OpenAuth.Domain; using OpenAuth.Domain;
using OpenAuth.Mvc.Models; using OpenAuth.Mvc.Models;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Linq; using System.Linq;
using System.Web.Mvc; using System.Web.Mvc;
using Infrastructure; using Infrastructure;

View File

@ -1,4 +1,4 @@
using System.Web; using System.Web;
using System.Web.Mvc; using System.Web.Mvc;
using System.Web.Optimization; using System.Web.Optimization;
using System.Web.Routing; using System.Web.Routing;

View File

@ -1,4 +1,4 @@
// *********************************************************************** // ***********************************************************************
// Assembly : OpenAuth.Mvc // Assembly : OpenAuth.Mvc
// Author : yubaolee // Author : yubaolee
// Created : 11-05-2015 // Created : 11-05-2015

View File

@ -21,6 +21,8 @@
<IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication> <IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
<IISExpressUseClassicPipelineMode /> <IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile /> <UseGlobalApplicationHostFile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
@ -672,6 +674,13 @@
</FlavorProperties> </FlavorProperties>
</VisualStudio> </VisualStudio>
</ProjectExtensions> </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. <!-- 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. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">

View File

@ -1,4 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View File

@ -1,4 +1,4 @@
@model OpenAuth.Domain.Category @model OpenAuth.Domain.Category
@{ @{
ViewBag.Title = "Category编辑界面"; ViewBag.Title = "Category编辑界面";
Layout = null; Layout = null;

View File

@ -1,4 +1,4 @@
@{ @{
string _prefix = "Category"; string _prefix = "Category";
var _treeId = _prefix + "Tree"; var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid"; var _gridId = _prefix + "Grid";

View File

@ -1,4 +1,4 @@
@{ @{
Layout = null; Layout = null;
} }

View File

@ -1,4 +1,4 @@
@model List<OpenAuth.App.ViewModel.ModuleView> @model List<OpenAuth.App.ViewModel.ModuleView>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="zh"> <html lang="zh">
<head> <head>

View File

@ -1,4 +1,4 @@

@{ @{
Layout = null; Layout = null;
} }

View File

@ -1,4 +1,4 @@
@using System.Text @using System.Text
<div class="bjui-pageHeader"> <div class="bjui-pageHeader">
<div class="bjui-searchBar"> <div class="bjui-searchBar">
<div class="bjui-searchBar"> <div class="bjui-searchBar">

View File

@ -1,4 +1,4 @@
@model OpenAuth.Mvc.Models.BjuiResponse @model OpenAuth.Mvc.Models.BjuiResponse
<!DOCTYPE html> <!DOCTYPE html>
<html lang="zh"> <html lang="zh">
<head> <head>

View File

@ -1,4 +1,4 @@
@{ @{
string _prefix = "assignForRole"; string _prefix = "assignForRole";
var _treeId = _prefix + "Tree"; var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid"; var _gridId = _prefix + "Grid";

View File

@ -1,4 +1,4 @@
@{ @{
string _prefix = "assignForUser"; string _prefix = "assignForUser";
var _treeId = _prefix + "Tree"; var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid"; var _gridId = _prefix + "Grid";

View File

@ -1,4 +1,4 @@
@model IEnumerable<OpenAuth.Domain.ModuleElement> @model IEnumerable<OpenAuth.Domain.ModuleElement>
<script type="text/javascript"> <script type="text/javascript">

View File

@ -1,4 +1,4 @@
@model OpenAuth.Domain.Module @model OpenAuth.Domain.Module
@{ @{
ViewBag.Title = "Module编辑界面"; ViewBag.Title = "Module编辑界面";
Layout = null; Layout = null;

View File

@ -1,4 +1,4 @@
@{ @{
string _prefix = "Module"; string _prefix = "Module";
var _treeId = _prefix + "Tree"; var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid"; var _gridId = _prefix + "Grid";

View File

@ -1,4 +1,4 @@
@* @*
选择多个模块ID以ids的形式返回 选择多个模块ID以ids的形式返回
*@ *@

View File

@ -1,4 +1,4 @@
@* @*
选择多个模块ID以ids的形式返回 选择多个模块ID以ids的形式返回
*@ *@

View File

@ -1,4 +1,4 @@
@{ @{
ViewBag.Title = "title"; ViewBag.Title = "title";
Layout = null; Layout = null;
} }

View File

@ -1,4 +1,4 @@
@{ @{
string _prefix = "org"; string _prefix = "org";
var _treeId = _prefix + "Tree"; var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid"; var _gridId = _prefix + "Grid";

View File

@ -1,4 +1,4 @@
@model dynamic @model dynamic
@{ @{
ViewBag.Title = "title"; ViewBag.Title = "title";

View File

@ -1,4 +1,4 @@
@model OpenAuth.Domain.Resource @model OpenAuth.Domain.Resource
@{ @{
ViewBag.Title = "Resource编辑界面"; ViewBag.Title = "Resource编辑界面";
Layout = null; Layout = null;

View File

@ -1,4 +1,4 @@
@{ @{
string _prefix = "Resource"; string _prefix = "Resource";
var _treeId = _prefix + "Tree"; var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid"; var _gridId = _prefix + "Grid";
@ -156,7 +156,7 @@
url: '/ResourceManager/Add?id=' + selected, url: '/ResourceManager/Add?id=' + selected,
title: '编辑', title: '编辑',
onClose:function() { onClose:function() {
refreshModuleGrid(); refreshResourceGrid();
} }
}); });

View File

@ -1,4 +1,4 @@
@{ @{
string _prefix = "assignResForRole"; string _prefix = "assignResForRole";
var _treeId = _prefix + "Tree"; var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid"; var _gridId = _prefix + "Grid";

View File

@ -1,4 +1,4 @@
@{ @{
string _prefix = "assignResForUser"; string _prefix = "assignResForUser";
var _treeId = _prefix + "Tree"; var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid"; var _gridId = _prefix + "Grid";

View File

@ -1,4 +1,4 @@
@model OpenAuth.Domain.Role @model OpenAuth.Domain.Role
@{ @{
ViewBag.Title = "title"; ViewBag.Title = "title";
Layout = null; Layout = null;

View File

@ -1,4 +1,4 @@
@{ @{
string _prefix = "Role"; string _prefix = "Role";
var _treeId = _prefix + "Tree"; var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid"; var _gridId = _prefix + "Grid";

View File

@ -1,4 +1,4 @@
@{ @{
string _prefix = "assignRoleForUser"; string _prefix = "assignRoleForUser";
var _treeId = _prefix + "Tree"; var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid"; var _gridId = _prefix + "Grid";

View File

@ -1 +1 @@
@RenderBody() @RenderBody()

View File

@ -1,4 +1,4 @@
@model OpenAuth.App.ViewModel.UserView @model OpenAuth.App.ViewModel.UserView
@{ @{
ViewBag.Title = "title"; ViewBag.Title = "title";
Layout = null; Layout = null;

View File

@ -1,4 +1,4 @@
@{ @{
string _prefix = "user"; string _prefix = "user";
var _treeId = _prefix + "Tree"; var _treeId = _prefix + "Tree";
var _gridId = _prefix + "Grid"; var _gridId = _prefix + "Grid";

View File

@ -1,3 +1,3 @@
@{ @{
Layout = "~/Views/Shared/_Layout.cshtml"; Layout = "~/Views/Shared/_Layout.cshtml";
} }

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Data.Entity; using System.Data.Entity;
using System.Data.Entity.Migrations; using System.Data.Entity.Migrations;
using System.Linq; using System.Linq;

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using OpenAuth.Domain; using OpenAuth.Domain;
using OpenAuth.Domain.Interface; using OpenAuth.Domain.Interface;

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using OpenAuth.Domain; using OpenAuth.Domain;
using OpenAuth.Domain.Interface; using OpenAuth.Domain.Interface;

View File

@ -12,6 +12,8 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<TargetFrameworkProfile /> <TargetFrameworkProfile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
@ -100,6 +102,13 @@
<Content Include="CodeTemplates\ReverseEngineerCodeFirst\Mapping.tt" /> <Content Include="CodeTemplates\ReverseEngineerCodeFirst\Mapping.tt" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<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. <!-- 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. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;

View File

@ -1,4 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// 有关程序集的常规信息通过以下 // 有关程序集的常规信息通过以下

View File

@ -1,4 +1,4 @@
using OpenAuth.Domain; using OpenAuth.Domain;
using OpenAuth.Domain.Interface; using OpenAuth.Domain.Interface;
using System; using System;
using System.Linq; using System.Linq;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;

View File

@ -1,4 +1,4 @@
using OpenAuth.Domain; using OpenAuth.Domain;
using OpenAuth.Domain.Interface; using OpenAuth.Domain.Interface;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;

View File

@ -1,4 +1,4 @@
using OpenAuth.Domain.Interface; using OpenAuth.Domain.Interface;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Globalization; using System.Globalization;

View File

@ -17,6 +17,8 @@
<IsCodedUITest>False</IsCodedUITest> <IsCodedUITest>False</IsCodedUITest>
<TestProjectType>UnitTest</TestProjectType> <TestProjectType>UnitTest</TestProjectType>
<TargetFrameworkProfile /> <TargetFrameworkProfile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
@ -115,6 +117,13 @@
</Choose> </Choose>
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<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. <!-- 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. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">

View File

@ -1,4 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// 有关程序集的常规信息通过以下特性集 // 有关程序集的常规信息通过以下特性集

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Text; using System.Text;
using System.Collections.Generic; using System.Collections.Generic;
using Infrastructure; using Infrastructure;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Text; using System.Text;
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting; using Microsoft.VisualStudio.TestTools.UnitTesting;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Text; using System.Text;
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting; using Microsoft.VisualStudio.TestTools.UnitTesting;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Text; using System.Text;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Text; using System.Text;
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting; using Microsoft.VisualStudio.TestTools.UnitTesting;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Text; using System.Text;
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting; using Microsoft.VisualStudio.TestTools.UnitTesting;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Text; using System.Text;
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting; using Microsoft.VisualStudio.TestTools.UnitTesting;