• csc.rsp Nuget MVC/WebAPI 5.0、SignalR 2.0、Rx、Json、Azure、EntityFramework、OAuth、Spatial


    
    # This file contains command-line options that the C#
    # command line compiler (CSC) will process as part
    # of every compilation, unless the "/noconfig" option
    # is specified.
    # Reference the common Framework libraries
    /r:Accessibility.dll
    /r:Microsoft.CSharp.dll
    /r:System.Configuration.dll
    /r:System.Configuration.Install.dll
    /r:System.Core.dll
    /r:System.Data.dll
    /r:System.Data.DataSetExtensions.dll
    /r:System.Data.Linq.dll
    /r:System.Data.OracleClient.dll
    /r:System.Deployment.dll
    /r:System.Design.dll
    /r:System.DirectoryServices.dll
    /r:System.dll
    /r:System.Drawing.Design.dll
    /r:System.Drawing.dll
    /r:System.EnterpriseServices.dll
    /r:System.Management.dll
    /r:System.Messaging.dll
    /r:System.Runtime.Remoting.dll
    /r:System.Runtime.Serialization.dll
    /r:System.Runtime.Serialization.Formatters.Soap.dll
    /r:System.Security.dll
    /r:System.ServiceModel.dll
    /r:System.ServiceModel.Web.dll
    /r:System.ServiceProcess.dll
    /r:System.Transactions.dll
    /r:System.Web.dll
    /r:System.Web.Extensions.Design.dll
    /r:System.Web.Extensions.dll
    /r:System.Web.Mobile.dll
    /r:System.Web.RegularExpressions.dll
    /r:System.Web.Services.dll
    /r:System.Windows.Forms.Dll
    /r:System.Workflow.Activities.dll
    /r:System.Workflow.ComponentModel.dll
    /r:System.Workflow.Runtime.dll
    /r:System.Xml.dll
    /r:System.Xml.Linq.dll
    /r:System.Net.Http.dll
    # MEF add by Microshaoft
    /r:System.ComponentModel.Composition.dll
    # VB add by Microshaoft
    /r:Microsoft.VisualBasic.dll
    # wcf add by Microshaoft
    /r:System.ServiceModel.Activation.dll
    # WPF add by Microshaoft
    /r:"WPFPresentationCore.dll"
    /r:"WPFPresentationFramework.dll"
    /r:"WPFWindowsBase.dll"
    /r:"System.Xaml.dll"
    /r:"C:Program Files (x86)Microsoft SDKsExpressionBlend.NETFrameworkv4.5LibrariesSystem.Windows.Interactivity.dll"
    # WWF add by Microshaoft
    /r:System.Activities.dll
    /r:System.ServiceModel.Activities.dll
    # WCF add by Microshaoft
    /r:System.Runtime.DurableInstancing.dll
    # System.IO.Compression
    /r:System.IO.Compression.dll
    /r:System.IO.Compression.FileSystem.dll
    # 以下为常用的第三方库引用,注意引用正确路径!
    # mshtml add by Microshaoft
    /r:"C:Program Files (x86)Microsoft.NETPrimary Interop AssembliesMicrosoft.mshtml.dll"
    # WEB MVC API 5.0 SignalR 2.0.1 add by Microshaoft
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETAntlr.3.4.1.9004libAntlr3.Runtime.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.Mvc.5.1.0lib
    et45System.Web.Mvc.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.Razor.3.0.0lib
    et45System.Web.Razor.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.Core.2.0.1lib
    et45Microsoft.AspNet.SignalR.Core.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.SystemWeb.2.0.1lib
    et45Microsoft.AspNet.SignalR.SystemWeb.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.Web.Optimization.1.1.1lib
    et40System.Web.Optimization.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.WebApi.Client.5.1.0lib
    et45System.Net.Http.Formatting.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.WebApi.Client.5.1.0libportable-wp8+netcore45+net45System.Net.Http.Formatting.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.WebApi.Core.5.1.0lib
    et45System.Web.Http.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.WebApi.SelfHost.5.1.0lib
    et45System.Web.Http.SelfHost.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.WebApi.Tracing.5.1.0lib
    et45System.Web.Http.Tracing.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.WebApi.WebHost.5.1.0lib
    et45System.Web.Http.WebHost.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.WebPages.3.0.0lib
    et45System.Web.Helpers.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.WebPages.3.0.0lib
    et45System.Web.WebPages.Deployment.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.WebPages.3.0.0lib
    et45System.Web.WebPages.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.WebPages.3.0.0lib
    et45System.Web.WebPages.Razor.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.Owin.2.0.0lib
    et40Microsoft.Owin.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.Owin.2.0.0lib
    et45Microsoft.Owin.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.Owin.Host.SystemWeb.2.0.0lib
    et40Microsoft.Owin.Host.SystemWeb.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.Owin.Host.SystemWeb.2.0.0lib
    et45Microsoft.Owin.Host.SystemWeb.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.Owin.Security.2.0.0lib
    et45Microsoft.Owin.Security.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.Web.Infrastructure.1.0.0.0lib
    et40Microsoft.Web.Infrastructure.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETNewtonsoft.Json.5.0.8lib
    et20Newtonsoft.Json.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETNewtonsoft.Json.5.0.8lib
    et35Newtonsoft.Json.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETNewtonsoft.Json.5.0.8lib
    et40Newtonsoft.Json.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETNewtonsoft.Json.5.0.8lib
    et45Newtonsoft.Json.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETNewtonsoft.Json.5.0.8lib
    etcore45Newtonsoft.Json.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETNewtonsoft.Json.5.0.8libportable-net40+sl4+wp7+win8Newtonsoft.Json.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETNewtonsoft.Json.5.0.8libportable-net45+wp80+win8Newtonsoft.Json.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETOwin.1.0lib
    et40Owin.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETWebGrease.1.5.2libWebGrease.dll
    # Microsoft.AspNet.SignalR.Client add by Microshaoft
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.Client.2.0.1lib
    et40Microsoft.AspNet.SignalR.Client.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.Client.2.0.1lib
    et45Microsoft.AspNet.SignalR.Client.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.Client.2.0.1libportable-net45+sl5+netcore45+wp8Microsoft.AspNet.SignalR.Client.dll
    # Microsoft.AspNet.SignalR.Owin add by Microshaoft
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.OwinMicrosoft.AspNet.SignalR.Core.1.1.3lib
    et40Microsoft.AspNet.SignalR.Core.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.OwinMicrosoft.AspNet.SignalR.Owin.1.1.3lib
    et40Microsoft.AspNet.SignalR.Owin.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.OwinMicrosoft.AspNet.SignalR.Owin.1.1.3lib
    et45Microsoft.AspNet.SignalR.Owin.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.OwinOwin.1.0lib
    et40Owin.dll
    # Microsoft.AspNet.SignalR.SelfHost
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.SelfHostMicrosoft.AspNet.SignalR.Core.2.0.0lib
    et45Microsoft.AspNet.SignalR.Core.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.SelfHostMicrosoft.Owin.2.0.1lib
    et40Microsoft.Owin.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.SelfHostMicrosoft.Owin.2.0.1lib
    et45Microsoft.Owin.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.SelfHostMicrosoft.Owin.Diagnostics.2.0.1lib
    et40Microsoft.Owin.Diagnostics.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.SelfHostMicrosoft.Owin.Host.HttpListener.2.0.1lib
    et40Microsoft.Owin.Host.HttpListener.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.SelfHostMicrosoft.Owin.Host.HttpListener.2.0.1lib
    et45Microsoft.Owin.Host.HttpListener.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.SelfHostMicrosoft.Owin.Hosting.2.0.1lib
    et40Microsoft.Owin.Hosting.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.SelfHostMicrosoft.Owin.Hosting.2.0.1lib
    et45Microsoft.Owin.Hosting.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.SignalR.SelfHostMicrosoft.Owin.Security.2.0.1lib
    et45Microsoft.Owin.Security.dll
    # Reactive Extensions add by Microshaoft
    /r:D:Microshaoft.Nuget.PackagesRx-MainRx-Core.2.2.2lib
    et40System.Reactive.Core.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Core.2.2.2lib
    et45System.Reactive.Core.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Core.2.2.2libportable-net40+sl5+win8+wp8System.Reactive.Core.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Core.2.2.2libportable-windows8+net45+wp8System.Reactive.Core.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Core.2.2.2libsl5System.Reactive.Core.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Core.2.2.2libwindows8System.Reactive.Core.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Core.2.2.2libwindowsphone71System.Reactive.Core.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Core.2.2.2libwindowsphone8System.Reactive.Core.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Interfaces.2.2.2lib
    et40System.Reactive.Interfaces.dll
    /r:D:Microshaoft.Nuget.PackagesRx-MainRx-Interfaces.2.2.2lib
    et45System.Reactive.Interfaces.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Interfaces.2.2.2libportable-net40+sl5+win8+wp8System.Reactive.Interfaces.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Interfaces.2.2.2libportable-windows8+net45+wp8System.Reactive.Interfaces.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Interfaces.2.2.2libsl5System.Reactive.Interfaces.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Interfaces.2.2.2libwindows8System.Reactive.Interfaces.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Interfaces.2.2.2libwindowsphone71System.Reactive.Interfaces.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Interfaces.2.2.2libwindowsphone8System.Reactive.Interfaces.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Linq.2.2.2lib
    et40System.Reactive.Linq.dll
    /r:D:Microshaoft.Nuget.PackagesRx-MainRx-Linq.2.2.2lib
    et45System.Reactive.Linq.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Linq.2.2.2libportable-net40+sl5+win8+wp8System.Reactive.Linq.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Linq.2.2.2libportable-windows8+net45+wp8System.Reactive.Linq.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Linq.2.2.2libsl5System.Reactive.Linq.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Linq.2.2.2libwindows8System.Reactive.Linq.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Linq.2.2.2libwindowsphone71System.Reactive.Linq.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-Linq.2.2.2libwindowsphone8System.Reactive.Linq.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-PlatformServices.2.2.2lib
    et40System.Reactive.PlatformServices.dll
    /r:D:Microshaoft.Nuget.PackagesRx-MainRx-PlatformServices.2.2.2lib
    et45System.Reactive.PlatformServices.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-PlatformServices.2.2.2libportable-net40+sl5+win8+wp8System.Reactive.PlatformServices.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-PlatformServices.2.2.2libportable-windows8+net45+wp8System.Reactive.PlatformServices.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-PlatformServices.2.2.2libsl5System.Reactive.PlatformServices.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-PlatformServices.2.2.2libwindows8System.Reactive.PlatformServices.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-PlatformServices.2.2.2libwindowsphone71System.Reactive.PlatformServices.dll
    #/r:D:Microshaoft.Nuget.PackagesRx-MainRx-PlatformServices.2.2.2libwindowsphone8System.Reactive.PlatformServices.dll
    # Microsoft.Composition/MEF2 add by Microshaoft
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Composition.MEF2Microsoft.Composition.1.0.20libportable-net45+win8System.Composition.AttributedModel.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Composition.MEF2Microsoft.Composition.1.0.20libportable-net45+win8System.Composition.Convention.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Composition.MEF2Microsoft.Composition.1.0.20libportable-net45+win8System.Composition.Hosting.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Composition.MEF2Microsoft.Composition.1.0.20libportable-net45+win8System.Composition.Runtime.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Composition.MEF2Microsoft.Composition.1.0.20libportable-net45+win8System.Composition.TypedParts.dll
    # Microsoft.Bcl.Compression add by Microshaoft
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Bcl.CompressionMicrosoft.Bcl.Build.1.0.13	oolsMicrosoft.Bcl.Build.Tasks.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Bcl.CompressionMicrosoft.Bcl.Compression.3.9.73lib
    ativeARMClrCompression.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Bcl.CompressionMicrosoft.Bcl.Compression.3.9.73lib
    ativex86ClrCompression.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Bcl.CompressionMicrosoft.Bcl.Compression.3.9.73libportable-net45+win8+wp8System.IO.Compression.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Bcl.CompressionMicrosoft.Bcl.Compression.3.9.73libportable-net45+wp8System.IO.Compression.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Bcl.CompressionMicrosoft.Bcl.Compression.3.9.73libwp8System.IO.Compression.dll
    # Microsoft.Bcl.Immutable add by Microshaoft
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Bcl.ImmutableMicrosoft.Bcl.Immutable.1.0.30libportable-net45+win8+wp8System.Collections.Immutable.dll
    # Microsoft.Tpl.Dataflow add by Microshaoft
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Tpl.DataflowMicrosoft.Tpl.Dataflow.4.5.14libportable-net45+win8System.Threading.Tasks.Dataflow.dll
    # Microsoft.Bcl add by Microshaoft
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6lib
    et40System.IO.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6lib
    et40System.Runtime.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6lib
    et40System.Threading.Tasks.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+sl4+win8System.IO.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+sl4+win8System.Runtime.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+sl4+win8System.Threading.Tasks.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+sl4+win8+wp71System.IO.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+sl4+win8+wp71System.Runtime.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+sl4+win8+wp71System.Threading.Tasks.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+sl4+win8+wp8System.IO.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+sl4+win8+wp8System.Runtime.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+sl4+win8+wp8System.Threading.Tasks.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+sl5+win8+wp8System.IO.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+sl5+win8+wp8System.Runtime.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+sl5+win8+wp8System.Threading.Tasks.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+win8System.IO.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+win8System.Runtime.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+win8System.Threading.Tasks.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+win8+wp8System.IO.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+win8+wp8System.Runtime.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libportable-net40+win8+wp8System.Threading.Tasks.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libsl4System.IO.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libsl4System.Runtime.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libsl4System.Threading.Tasks.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libsl4-windowsphone71System.IO.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libsl4-windowsphone71System.Runtime.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libsl4-windowsphone71System.Threading.Tasks.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libsl5System.IO.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libsl5System.Runtime.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.1.1.6libsl5System.Threading.Tasks.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.BclMicrosoft.Bcl.Build.1.0.13	oolsMicrosoft.Bcl.Build.Tasks.dll
    # Microsoft.Net.Http add by Microshaoft
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Net.HttpMicrosoft.Net.Http.2.2.18lib
    et40System.Net.Http.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Net.HttpMicrosoft.Net.Http.2.2.18lib
    et40System.Net.Http.Extensions.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Net.HttpMicrosoft.Net.Http.2.2.18lib
    et40System.Net.Http.Primitives.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Net.HttpMicrosoft.Net.Http.2.2.18lib
    et40System.Net.Http.WebRequest.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Net.HttpMicrosoft.Net.Http.2.2.18lib
    et45System.Net.Http.Extensions.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Net.HttpMicrosoft.Net.Http.2.2.18lib
    et45System.Net.Http.Primitives.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Net.HttpMicrosoft.Net.Http.2.2.18libportable-net40+sl4+win8+wp71System.Net.Http.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Net.HttpMicrosoft.Net.Http.2.2.18libportable-net40+sl4+win8+wp71System.Net.Http.Extensions.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Net.HttpMicrosoft.Net.Http.2.2.18libportable-net40+sl4+win8+wp71System.Net.Http.Primitives.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Net.HttpMicrosoft.Net.Http.2.2.18libportable-net45+win8System.Net.Http.Extensions.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Net.HttpMicrosoft.Net.Http.2.2.18libportable-net45+win8System.Net.Http.Primitives.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Net.HttpMicrosoft.Net.Http.2.2.18libsl4-windowsphone71System.Net.Http.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Net.HttpMicrosoft.Net.Http.2.2.18libsl4-windowsphone71System.Net.Http.Extensions.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Net.HttpMicrosoft.Net.Http.2.2.18libsl4-windowsphone71System.Net.Http.Primitives.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Net.HttpMicrosoft.Net.Http.2.2.18libwin8System.Net.Http.Extensions.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.Net.HttpMicrosoft.Net.Http.2.2.18libwin8System.Net.Http.Primitives.dll
    # ===========================================================================================
    # ===========================================================================================
    # Azure add by Microshaoft
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Bcl.Async.1.0.16lib
    et40Microsoft.Threading.Tasks.Extensions.Desktop.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Bcl.Async.1.0.16lib
    et40Microsoft.Threading.Tasks.Extensions.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Bcl.Async.1.0.16lib
    et45Microsoft.Threading.Tasks.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Bcl.Async.1.0.16lib
    et45Microsoft.Threading.Tasks.Extensions.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Bcl.Build.1.0.10	oolsMicrosoft.Bcl.Build.Tasks.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0lib
    et40Microsoft.Data.Edm.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0lib
    et40deMicrosoft.Data.Edm.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0lib
    et40esMicrosoft.Data.Edm.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0lib
    et40frMicrosoft.Data.Edm.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0lib
    et40itMicrosoft.Data.Edm.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0lib
    et40jaMicrosoft.Data.Edm.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0lib
    et40koMicrosoft.Data.Edm.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0lib
    et40
    uMicrosoft.Data.Edm.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0lib
    et40zh-HansMicrosoft.Data.Edm.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0lib
    et40zh-HantMicrosoft.Data.Edm.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0libsl4Microsoft.Data.Edm.SL.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0libsl4deMicrosoft.Data.Edm.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0libsl4esMicrosoft.Data.Edm.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0libsl4frMicrosoft.Data.Edm.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0libsl4itMicrosoft.Data.Edm.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0libsl4jaMicrosoft.Data.Edm.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0libsl4koMicrosoft.Data.Edm.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0libsl4
    uMicrosoft.Data.Edm.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0libsl4zh-HansMicrosoft.Data.Edm.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.Edm.5.2.0libsl4zh-HantMicrosoft.Data.Edm.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0lib
    et40Microsoft.Data.OData.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0lib
    et40deMicrosoft.Data.OData.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0lib
    et40esMicrosoft.Data.OData.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0lib
    et40frMicrosoft.Data.OData.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0lib
    et40itMicrosoft.Data.OData.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0lib
    et40jaMicrosoft.Data.OData.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0lib
    et40koMicrosoft.Data.OData.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0lib
    et40
    uMicrosoft.Data.OData.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0lib
    et40zh-HansMicrosoft.Data.OData.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0lib
    et40zh-HantMicrosoft.Data.OData.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0libsl4Microsoft.Data.OData.SL.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0libsl4deMicrosoft.Data.OData.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0libsl4esMicrosoft.Data.OData.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0libsl4frMicrosoft.Data.OData.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0libsl4itMicrosoft.Data.OData.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0libsl4jaMicrosoft.Data.OData.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0libsl4koMicrosoft.Data.OData.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0libsl4
    uMicrosoft.Data.OData.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0libsl4zh-HansMicrosoft.Data.OData.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Data.OData.5.2.0libsl4zh-HantMicrosoft.Data.OData.SL.resources.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Net.Http.2.2.15lib
    et40System.Net.Http.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Net.Http.2.2.15lib
    et40System.Net.Http.Extensions.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Net.Http.2.2.15lib
    et40System.Net.Http.Primitives.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Net.Http.2.2.15lib
    et40System.Net.Http.WebRequest.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Net.Http.2.2.15lib
    et45System.Net.Http.Extensions.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Net.Http.2.2.15lib
    et45System.Net.Http.Primitives.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Net.Http.2.2.15libportable-net40+sl4+win8+wp71System.Net.Http.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Net.Http.2.2.15libportable-net40+sl4+win8+wp71System.Net.Http.Extensions.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Net.Http.2.2.15libportable-net40+sl4+win8+wp71System.Net.Http.Primitives.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Net.Http.2.2.15libportable-net45+win8System.Net.Http.Extensions.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Net.Http.2.2.15libportable-net45+win8System.Net.Http.Primitives.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Net.Http.2.2.15libsl4-windowsphone71System.Net.Http.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Net.Http.2.2.15libsl4-windowsphone71System.Net.Http.Extensions.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Net.Http.2.2.15libsl4-windowsphone71System.Net.Http.Primitives.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Net.Http.2.2.15libwin8System.Net.Http.Extensions.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.Net.Http.2.2.15libwin8System.Net.Http.Primitives.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.2.1.0.0lib
    et40-fullMicrosoft.ApplicationServer.Caching.AzureClientHelper.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.2.1.0.0lib
    et40-fullMicrosoft.ApplicationServer.Caching.AzureCommon.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.2.1.0.0lib
    et40-fullMicrosoft.ApplicationServer.Caching.Client.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.2.1.0.0lib
    et40-fullMicrosoft.ApplicationServer.Caching.Core.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.2.1.0.0lib
    et40-fullMicrosoft.Web.DistributedCache.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.2.1.0.0lib
    et40-fullMicrosoft.WindowsFabric.Common.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.2.1.0.0lib
    et40-fullMicrosoft.WindowsFabric.Data.Common.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0contentWindowsAzure.Caching.MemcacheShimMicrosoft.ApplicationServer.Caching.AzureClientHelper.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0contentWindowsAzure.Caching.MemcacheShimMicrosoft.ApplicationServer.Caching.AzureCommon.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0contentWindowsAzure.Caching.MemcacheShimMicrosoft.ApplicationServer.Caching.AzureServerCommon.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0contentWindowsAzure.Caching.MemcacheShimMicrosoft.ApplicationServer.Caching.Client.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0contentWindowsAzure.Caching.MemcacheShimMicrosoft.ApplicationServer.Caching.Core.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0contentWindowsAzure.Caching.MemcacheShimMicrosoft.ApplicationServer.Caching.MemcacheShim.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0contentWindowsAzure.Caching.MemcacheShimMicrosoft.Web.DistributedCache.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0contentWindowsAzure.Caching.MemcacheShimMicrosoft.WindowsAzure.Diagnostics.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0contentWindowsAzure.Caching.MemcacheShimMicrosoft.WindowsAzure.Diagnostics.StorageUtility.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0contentWindowsAzure.Caching.MemcacheShimMicrosoft.WindowsFabric.Common.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0contentWindowsAzure.Caching.MemcacheShimMicrosoft.WindowsFabric.Data.Common.dll
    /r:D:Microshaoft.Nuget.PackagesAzureMicrosoft.WindowsAzure.ConfigurationManager.2.0.1.0lib
    et40Microsoft.WindowsAzure.Configuration.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0lib
    et40System.Spatial.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0lib
    et40deSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0lib
    et40esSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0lib
    et40frSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0lib
    et40itSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0lib
    et40jaSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0lib
    et40koSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0lib
    et40
    uSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0lib
    et40zh-HansSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0lib
    et40zh-HantSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0libsl4System.Spatial.SL.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0libsl4deSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0libsl4esSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0libsl4frSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0libsl4itSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0libsl4jaSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0libsl4koSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0libsl4
    uSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0libsl4zh-HansSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureSystem.Spatial.5.2.0libsl4zh-HantSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesAzureWindowsAzure.MobileServices.1.0.2lib
    et45Microsoft.WindowsAzure.Mobile.dll
    /r:D:Microshaoft.Nuget.PackagesAzureWindowsAzure.MobileServices.1.0.2lib
    et45Microsoft.WindowsAzure.Mobile.Ext.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureWindowsAzure.MobileServices.1.0.2lib
    etcore45Microsoft.WindowsAzure.Mobile.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureWindowsAzure.MobileServices.1.0.2lib
    etcore45Microsoft.WindowsAzure.Mobile.Ext.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureWindowsAzure.MobileServices.1.0.2libportable-win+net45+sl40+wp71Microsoft.WindowsAzure.Mobile.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureWindowsAzure.MobileServices.1.0.2libsl4-windowsphone71Microsoft.WindowsAzure.Mobile.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureWindowsAzure.MobileServices.1.0.2libsl4-windowsphone71Microsoft.WindowsAzure.Mobile.Ext.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureWindowsAzure.MobileServices.1.0.2libsl4-windowsphone71Microsoft.WindowsAzure.Mobile.UI.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureWindowsAzure.MobileServices.1.0.2libwp8Microsoft.WindowsAzure.Mobile.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureWindowsAzure.MobileServices.1.0.2libwp8Microsoft.WindowsAzure.Mobile.Ext.dll
    #/r:D:Microshaoft.Nuget.PackagesAzureWindowsAzure.MobileServices.1.0.2libwp8Microsoft.WindowsAzure.Mobile.UI.dll
    /r:D:Microshaoft.Nuget.PackagesAzureWindowsAzure.ServiceBus.2.1.3.0lib
    et40-fullMicrosoft.ServiceBus.dll
    /r:D:Microshaoft.Nuget.PackagesAzureWindowsAzure.Storage.2.1.0.3lib
    et40Microsoft.WindowsAzure.Storage.dll
    # Spatial add by Microshaoft
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0lib
    et40System.Spatial.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0lib
    et40deSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0lib
    et40esSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0lib
    et40frSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0lib
    et40itSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0lib
    et40jaSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0lib
    et40koSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0lib
    et40
    uSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0lib
    et40zh-HansSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0lib
    et40zh-HantSystem.Spatial.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libportable-net40+sl5+wp8+win8System.Spatial.Portable.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libportable-net40+sl5+wp8+win8deSystem.Spatial.Portable.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libportable-net40+sl5+wp8+win8esSystem.Spatial.Portable.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libportable-net40+sl5+wp8+win8frSystem.Spatial.Portable.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libportable-net40+sl5+wp8+win8itSystem.Spatial.Portable.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libportable-net40+sl5+wp8+win8jaSystem.Spatial.Portable.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libportable-net40+sl5+wp8+win8koSystem.Spatial.Portable.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libportable-net40+sl5+wp8+win8
    uSystem.Spatial.Portable.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libportable-net40+sl5+wp8+win8zh-HansSystem.Spatial.Portable.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libportable-net40+sl5+wp8+win8zh-HantSystem.Spatial.Portable.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libsl4System.Spatial.SL.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libsl4deSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libsl4esSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libsl4frSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libsl4itSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libsl4jaSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libsl4koSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libsl4
    uSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libsl4zh-HansSystem.Spatial.SL.resources.dll
    /r:D:Microshaoft.Nuget.PackagesSystem.SpatialSystem.Spatial.5.6.0libsl4zh-HantSystem.Spatial.SL.resources.dll
    # OAuth add by Microshaoft
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthCodeContracts.Unofficial.1.0.0.2lib
    et35-clientMicrosoft.Contracts.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthCodeContracts.Unofficial.1.0.0.2lib
    et40-clientDELETE_ME.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthCodeContracts.Unofficial.1.0.0.2libsl3-wpMicrosoft.Contracts.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthCodeContracts.Unofficial.1.0.0.2libsl4Microsoft.Contracts.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthDotNetOpenAuth.AspNet.4.1.4.12333lib
    et40-fullDotNetOpenAuth.AspNet.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthDotNetOpenAuth.AspNet.4.1.4.12333lib
    et45-fullDotNetOpenAuth.AspNet.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthDotNetOpenAuth.Core.4.1.4.12333lib
    et40-fullDotNetOpenAuth.Core.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthDotNetOpenAuth.Core.4.1.4.12333lib
    et45-fullDotNetOpenAuth.Core.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthDotNetOpenAuth.OAuth.Consumer.4.1.4.12333lib
    et40-fullDotNetOpenAuth.OAuth.Consumer.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthDotNetOpenAuth.OAuth.Consumer.4.1.4.12333lib
    et45-fullDotNetOpenAuth.OAuth.Consumer.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthDotNetOpenAuth.OAuth.Core.4.1.4.12333lib
    et40-fullDotNetOpenAuth.OAuth.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthDotNetOpenAuth.OAuth.Core.4.1.4.12333lib
    et45-fullDotNetOpenAuth.OAuth.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthDotNetOpenAuth.OpenId.Core.4.1.4.12333lib
    et40-fullDotNetOpenAuth.OpenId.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthDotNetOpenAuth.OpenId.Core.4.1.4.12333lib
    et40-fullMono.Math.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthDotNetOpenAuth.OpenId.Core.4.1.4.12333lib
    et40-fullOrg.Mentalis.Security.Cryptography.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthDotNetOpenAuth.OpenId.Core.4.1.4.12333lib
    et45-fullDotNetOpenAuth.OpenId.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthDotNetOpenAuth.OpenId.Core.4.1.4.12333lib
    et45-fullMono.Math.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthDotNetOpenAuth.OpenId.Core.4.1.4.12333lib
    et45-fullOrg.Mentalis.Security.Cryptography.dll
    #/r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthDotNetOpenAuth.OpenId.RelyingParty.4.1.4.12333lib
    et40-fullDotNetOpenAuth.OpenId.RelyingParty.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthDotNetOpenAuth.OpenId.RelyingParty.4.1.4.12333lib
    et45-fullDotNetOpenAuth.OpenId.RelyingParty.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthMicrosoft.AspNet.WebPages.Data.3.0.0lib
    et45WebMatrix.Data.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthMicrosoft.AspNet.WebPages.OAuth.3.0.0lib
    et45Microsoft.Web.WebPages.OAuth.dll
    /r:d:Microshaoft.Nuget.PackagesMicrosoft.Asp.NetMicrosoft.AspNet.WebPages.OAuthMicrosoft.AspNet.WebPages.WebData.3.0.0lib
    et45WebMatrix.WebData.dll
    # Microsoft.AspNet.Cors add by Microshaoft
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.Cors.5.1.0lib
    et45System.Web.Cors.dll
    # Microsoft.AspNet.webapi.Cors add by Microshaoft
    # /r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.webapi.CorsMicrosoft.AspNet.Cors.5.1.0lib
    et45System.Web.Cors.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.Asp.NETMicrosoft.AspNet.WebApi.Cors.5.1.0lib
    et45System.Web.Http.Cors.dll
    # Entity Framework add by Microshaoft
    #/r:D:Microshaoft.Nuget.PackagesEntityFrameworkEntityFramework.6.0.1lib
    et40EntityFramework.dll
    #/r:D:Microshaoft.Nuget.PackagesEntityFrameworkEntityFramework.6.0.1lib
    et40EntityFramework.SqlServer.dll
    /r:D:Microshaoft.Nuget.PackagesEntityFrameworkEntityFramework.6.0.1lib
    et45EntityFramework.dll
    /r:D:Microshaoft.Nuget.PackagesEntityFrameworkEntityFramework.6.0.1lib
    et45EntityFramework.SqlServer.dll
    /r:D:Microshaoft.Nuget.PackagesEntityFrameworkEntityFramework.6.0.1	oolsEntityFramework.PowerShell.dll
    /r:D:Microshaoft.Nuget.PackagesEntityFrameworkEntityFramework.6.0.1	oolsEntityFramework.PowerShell.Utility.dll
    # Microsoft.IdentityModel add by Microshaoft
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.IdentityModelMicrosoft.IdentityModel.6.1.7600.16394lib
    et35Microsoft.IdentityModel.dll
    /r:"C:Program FilesReference AssembliesMicrosoftMicrosoft Identity Extensions1.0Microsoft.IdentityModel.Extensions.dll"
    # /r:"D:Microshaoft.Nuget.PackagesMicrosoft.Reference.AssembliesMicrosoft Identity Extensions1.0Microsoft.IdentityModel.Extensions.dll"
    /r:"C:Program Files (x86)Reference AssembliesMicrosoftFramework.NETFrameworkv4.5.1System.identitymodel.services.dll"
    # /r:"C:Program Files (x86)Reference AssembliesMicrosoftFramework.NETFrameworkv4.5.1System.IdentityModel.dll"
    /r:"C:Program Files (x86)Reference AssembliesMicrosoftFramework.NETFrameworkv4.0System.IdentityModel.dll"
    /r:"C:Program Files (x86)Reference AssembliesMicrosoftFramework.NETFrameworkv4.5.1System.IdentityModel.Selectors.dll"
    # OpenXML add by Microshaoft
    #/r:"D:Microshaoft.Nuget.PackagesOpenXMLOpenXMLSDKV25Global Assembly Cache FolderDocumentFormat.OpenXml2.0.3302.0_31BF3856AD364E35DocumentFormat.OpenXml.dll"
    /r:D:Microshaoft.Nuget.PackagesOpenXMLOpenXMLSDKV25libDocumentFormat.OpenXml.dll
    # Hadoop/HDInsight/Hive add by Microshaoft
    # /r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.ClientMicrosoft.Hadoop.Client.1.0.1.1lib
    et40Microsoft.Data.Edm.dll
    # /r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.ClientMicrosoft.Hadoop.Client.1.0.1.1lib
    et40Microsoft.Data.OData.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.ClientMicrosoft.Hadoop.Client.1.0.1.1lib
    et40Microsoft.Hadoop.Client.dll
    #/r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.ClientMicrosoft.Hadoop.Client.1.0.1.1lib
    et40Microsoft.HDInsight.Threading.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.ClientMicrosoft.Hadoop.Client.1.0.1.1lib
    et40Microsoft.WindowsAzure.Management.HDInsight.Framework.Core.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.ClientMicrosoft.Hadoop.Client.1.0.1.1lib
    et40Microsoft.WindowsAzure.Management.HDInsight.Framework.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.ClientMicrosoft.Hadoop.Client.1.0.1.1lib
    et40Microsoft.WindowsAzure.Storage.dll
    # /r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.ClientMicrosoft.Hadoop.Client.1.0.1.1lib
    et40System.Spatial.dll
    # /r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.MapReduceMicrosoft.Hadoop.MapReduce.0.12.5067.18993content
    et40MRLibMicrosoft.Hadoop.MapReduce.dll
    # /r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.MapReduceMicrosoft.Hadoop.MapReduce.0.12.5067.18993content
    et40MRLibMicrosoft.WindowsAzure.Management.HDInsight.Framework.Experimental.Threading.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.MapReduceMicrosoft.Hadoop.MapReduce.0.12.5067.18993lib
    et40Microsoft.Hadoop.MapReduce.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.MapReduceMicrosoft.Hadoop.MapReduce.0.12.5067.18993lib
    et40Microsoft.Hadoop.WebClient.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.MapReduceMicrosoft.Hadoop.MapReduce.0.12.5067.18993lib
    et40Microsoft.WindowsAzure.Management.HDInsight.Framework.Experimental.dll
    # /r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.MapReduceMicrosoft.Hadoop.MapReduce.0.12.5067.18993lib
    et40Microsoft.WindowsAzure.Management.HDInsight.Framework.Experimental.Threading.dll
    # /r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.WebClientMicrosoft.Hadoop.WebClient.0.12.5067.18993lib
    et40Microsoft.Hadoop.WebClient.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.HiveMicrosoft.Hadoop.Hive.0.12.5067.18993lib
    et40Microsoft.Hadoop.Hive.dll
    /r:D:Microshaoft.Nuget.PackagesMicrosoft.HadoopMicrosoft.Hadoop.AvroMicrosoft.Hadoop.Avro.0.8.4951.5418lib
    et40Microsoft.Hadoop.Avro.dll
    # Ix-Main add by Microshaoft
    /r:D:Microshaoft.Nuget.PackagesIx-MainIx-Main.1.2.2lib
    et40System.Interactive.dll
    #/r:D:Microshaoft.Nuget.PackagesIx-MainIx-Main.1.2.2lib
    et45System.Interactive.dll
    #/r:D:Microshaoft.Nuget.PackagesIx-MainIx-Main.1.2.2libportable-windows8+net45+wp8System.Interactive.dll
    #/r:D:Microshaoft.Nuget.PackagesIx-MainIx-Main.1.2.2libsl5System.Interactive.dll
    # microsoft sharedWeb Server Extensions add by Microshaoft
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginDundasWebChart.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMDXQueryGenerator.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.AnalysisServices.Modeling.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.Alerting.Runtime.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.Alerting.ServiceRuntime.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.Authorization.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.ChartWebControl.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.ComponentLibrary.Engine.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.DataExtensions.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.DataExtensions.Essbase.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.DataExtensions.SapBw.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.DataExtensions.XmlaClient.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.DataFeedClient.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.DataRendering.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.DataSegmentRendering.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.Diagnostics.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.EssbaseMDXQueryGenerator.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.ExcelRendering.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.GaugeWebControl.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.HPBProcessing.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.HtmlRendering.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.ImageRendering.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.Interfaces.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.Modeling.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.NullRendering.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.ProcessingCore.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.ProcessingObjectModel.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.RdlObjectModel.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.RichText.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.RPLObjectModel.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.RPLRendering.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.RsClient.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.RSSPMemMonitor.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.SapBwMDXQueryGenerator.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.SemanticQueryEngine.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.ServiceRuntime.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.SharePoint.ObjectModel.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.SharePoint.Server.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.SharePoint12.Server.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.SharePoint14.Server.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.SPBProcessing.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.UpgradeScripts.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.UsageTracking.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.WebMap.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginMicrosoft.ReportingServices.WordRendering.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginReportingServicesAppDomainManager.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginReportingServicesCDOInterop.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginReportingServicesCompression.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginReportingServicesEmailDeliveryProvider.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginReportingServicesFileShareDeliveryProvider.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginReportingServicesLibrary.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginReportingServicesNativeClient.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginReportingServicesNullDeliveryProvider.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginReportingServicesRenderingNative.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginReportingServicesSharePointDeliveryExtension.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginReportingServicesWebServer.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginRSHttpRuntime.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginRSSPMemMonNative.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginSQLRSSPOS.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMDXQueryGenerator.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.AnalysisServices.Modeling.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.Alerting.Runtime.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.Alerting.ServiceRuntime.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.ChartWebControl.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.ComponentLibrary.Engine.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.DataExtensions.Essbase.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.DataExtensions.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.DataExtensions.SapBw.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.DataExtensions.XmlaClient.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.DataFeedClient.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.DataRendering.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.DataSegmentRendering.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.Diagnostics.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.EssbaseMDXQueryGenerator.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.ExcelRendering.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.GaugeWebControl.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.HPBProcessing.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.HtmlRendering.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.ImageRendering.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.Modeling.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.NullRendering.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.ProcessingCore.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.RichText.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.RPLRendering.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.RsClient.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.SapBwMDXQueryGenerator.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.SemanticQueryEngine.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.ServiceRuntime.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.SharePoint.Server.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.SPBProcessing.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.WebMap.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSMicrosoft.ReportingServices.WordRendering.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSReportingServicesEmailDeliveryProvider.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSReportingServicesFileShareDeliveryProvider.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSReportingServicesLibrary.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSReportingServicesNativeClient.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSReportingServicesNullDeliveryProvider.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSReportingServicesSharePointDeliveryExtension.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHSReportingServicesWebServer.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMDXQueryGenerator.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.AnalysisServices.Modeling.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.Alerting.Runtime.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.Alerting.ServiceRuntime.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.ChartWebControl.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.ComponentLibrary.Engine.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.DataExtensions.Essbase.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.DataExtensions.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.DataExtensions.SapBw.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.DataExtensions.XmlaClient.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.DataFeedClient.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.DataRendering.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.DataSegmentRendering.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.Diagnostics.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.EssbaseMDXQueryGenerator.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.ExcelRendering.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.GaugeWebControl.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.HPBProcessing.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.HtmlRendering.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.ImageRendering.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.Modeling.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.NullRendering.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.ProcessingCore.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.RichText.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.RPLRendering.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.RsClient.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.SapBwMDXQueryGenerator.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.SemanticQueryEngine.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.ServiceRuntime.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.SharePoint.Server.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.SPBProcessing.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.WebMap.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTMicrosoft.ReportingServices.WordRendering.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTReportingServicesEmailDeliveryProvider.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTReportingServicesFileShareDeliveryProvider.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTReportingServicesLibrary.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTReportingServicesNativeClient.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTReportingServicesNullDeliveryProvider.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTReportingServicesSharePointDeliveryExtension.resources.dll"
    ##/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions14WebServicesReportinginzh-CHTReportingServicesWebServer.resources.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15ClientMSOIDCLIL.DLL"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15ClientMSOIDRES.DLL"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15ISAPIMicrosoft.Office.Client.Education.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15ISAPIMicrosoft.Office.Client.Policy.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15ISAPIMicrosoft.Office.Client.TranslationServices.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15ISAPIMicrosoft.SharePoint.Client.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15ISAPIMicrosoft.SharePoint.Client.DocumentManagement.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15ISAPIMicrosoft.SharePoint.Client.Publishing.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15ISAPIMicrosoft.SharePoint.Client.Runtime.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15ISAPIMicrosoft.SharePoint.Client.Search.Applications.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15ISAPIMicrosoft.SharePoint.Client.Search.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15ISAPIMicrosoft.SharePoint.Client.Taxonomy.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15ISAPIMicrosoft.SharePoint.Client.UserProfiles.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15ISAPIMicrosoft.SharePoint.Client.WorkflowServices.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15TEMPLATELAYOUTSClientBinMicrosoft.Office.Client.Policy.Silverlight.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15TEMPLATELAYOUTSClientBinMicrosoft.Office.Client.TranslationServices.Silverlight.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15TEMPLATELAYOUTSClientBinMicrosoft.SharePoint.Client.DocumentManagement.Silverlight.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15TEMPLATELAYOUTSClientBinMicrosoft.SharePoint.Client.Publishing.Silverlight.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15TEMPLATELAYOUTSClientBinMicrosoft.SharePoint.Client.Search.Applications.Silverlight.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15TEMPLATELAYOUTSClientBinMicrosoft.SharePoint.Client.Search.Silverlight.dll"
    # /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15TEMPLATELAYOUTSClientBinMicrosoft.SharePoint.Client.Silverlight.dll"
    # /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15TEMPLATELAYOUTSClientBinMicrosoft.SharePoint.Client.Silverlight.Runtime.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15TEMPLATELAYOUTSClientBinMicrosoft.SharePoint.Client.Taxonomy.Silverlight.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15TEMPLATELAYOUTSClientBinMicrosoft.SharePoint.Client.UserProfiles.Phone.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15TEMPLATELAYOUTSClientBinMicrosoft.SharePoint.Client.UserProfiles.Silverlight.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15TEMPLATELAYOUTSClientBinMicrosoft.SharePoint.Client.WorkflowServices.Silverlight.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15TEMPLATEWorkflowActivitiesMicrosoft.SharePoint.WorkflowServices.Activities.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginDundasWebChart.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMDXQueryGenerator.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.AnalysisServices.Modeling.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.Alerting.Runtime.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.Alerting.ServiceRuntime.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.Authorization.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.ChartWebControl.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.ComponentLibrary.Engine.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.DataExtensions.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.DataExtensions.Essbase.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.DataExtensions.SapBw.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.DataExtensions.XmlaClient.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.DataFeedClient.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.DataRendering.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.DataSegmentRendering.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.Diagnostics.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.EssbaseMDXQueryGenerator.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.ExcelRendering.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.GaugeWebControl.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.HPBProcessing.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.HtmlRendering.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.ImageRendering.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.Interfaces.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.Modeling.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.NullRendering.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.ProcessingCore.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.ProcessingObjectModel.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.RdlObjectModel.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.RichText.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.RPLObjectModel.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.RPLRendering.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.RsClient.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.RSSPMemMonitor.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.SapBwMDXQueryGenerator.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.SemanticQueryEngine.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.ServiceRuntime.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.SharePoint.ObjectModel.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.SharePoint.Server.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.SharePoint12.Server.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.SharePoint14.Server.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.SPBProcessing.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.UpgradeScripts.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.UsageTracking.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.WebMap.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginMicrosoft.ReportingServices.WordRendering.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginReportingServicesAppDomainManager.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginReportingServicesCDOInterop.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginReportingServicesCompression.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginReportingServicesEmailDeliveryProvider.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginReportingServicesFileShareDeliveryProvider.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginReportingServicesLibrary.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginReportingServicesNativeClient.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginReportingServicesNullDeliveryProvider.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginReportingServicesRenderingNative.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginReportingServicesSharePointDeliveryExtension.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginReportingServicesWebServer.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginRSHttpRuntime.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginRSSPMemMonNative.dll"
    #/r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginSQLRSSPOS.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMDXQueryGenerator.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.AnalysisServices.Modeling.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.Alerting.Runtime.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.Alerting.ServiceRuntime.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.ChartWebControl.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.ComponentLibrary.Engine.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.DataExtensions.Essbase.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.DataExtensions.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.DataExtensions.SapBw.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.DataExtensions.XmlaClient.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.DataFeedClient.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.DataRendering.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.DataSegmentRendering.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.Diagnostics.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.EssbaseMDXQueryGenerator.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.ExcelRendering.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.GaugeWebControl.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.HPBProcessing.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.HtmlRendering.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.ImageRendering.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.Modeling.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.NullRendering.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.ProcessingCore.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.RichText.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.RPLRendering.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.RsClient.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.SapBwMDXQueryGenerator.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.SemanticQueryEngine.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.ServiceRuntime.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.SharePoint.Server.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.SPBProcessing.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.WebMap.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSMicrosoft.ReportingServices.WordRendering.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSReportingServicesEmailDeliveryProvider.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSReportingServicesFileShareDeliveryProvider.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSReportingServicesLibrary.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSReportingServicesNativeClient.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSReportingServicesNullDeliveryProvider.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSReportingServicesSharePointDeliveryExtension.resources.dll"
    /r:"C:Program FilesCommon Filesmicrosoft sharedWeb Server Extensions15WebServicesReportinginzh-CHSReportingServicesWebServer.resources.dll"
    # Redis add by Microshaoft
    #/r:D:RedisdotNETServiceStack.Common.dll
    #/r:D:RedisdotNETServiceStack.dll
    #/r:D:RedisdotNETServiceStack.Interfaces.dll
    #/r:D:RedisdotNETServiceStack.OrmLite.dll
    #/r:D:RedisdotNETServiceStack.OrmLite.SqlServer.dll
    #/r:D:RedisdotNETServiceStack.Redis.dll
    
    
  • 相关阅读:
    POJ 2485 Highways && HDU1102(20/200)
    easyui 后台框架搭建
    启动第二个Activity
    Apache配置基于域名的虚拟主机
    POJ_1679_The Unique MST(次小生成树模板)
    MySQL学习笔记
    数据库学习之简单的SQL语句
    HDU-4643-GSM(DFS)
    Android Studio VS Eclipse (还在用Eclipse?你OUT了!)
    使用国内镜像源来加速python pypi包的安装
  • 原文地址:https://www.cnblogs.com/Microshaoft/p/3377215.html
Copyright © 2020-2023  润新知