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 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : FairUtility
// Author : Yubao Li
// Created : 08-27-2015

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : FairUtility
// Author : Yubao Li
// 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.Collections.Generic;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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