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

Microshaoft發表於2013-10-19

# 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:"WPF\PresentationCore.dll"
/r:"WPF\PresentationFramework.dll"
/r:"WPF\WindowsBase.dll"
/r:"System.Xaml.dll"
/r:"C:\Program Files (x86)\Microsoft SDKs\Expression\Blend\.NETFramework\v4.5\Libraries\System.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.NET\Primary Interop Assemblies\Microsoft.mshtml.dll"
# WEB MVC API 5.0 SignalR 2.0.1 add by Microshaoft
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.Mvc.5.1.0\lib\net45\System.Web.Mvc.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.Core.2.0.1\lib\net45\Microsoft.AspNet.SignalR.Core.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SystemWeb.2.0.1\lib\net45\Microsoft.AspNet.SignalR.SystemWeb.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.Web.Optimization.1.1.1\lib\net40\System.Web.Optimization.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebApi.Client.5.1.0\lib\net45\System.Net.Http.Formatting.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebApi.Client.5.1.0\lib\portable-wp8+netcore45+net45\System.Net.Http.Formatting.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebApi.Core.5.1.0\lib\net45\System.Web.Http.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebApi.SelfHost.5.1.0\lib\net45\System.Web.Http.SelfHost.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebApi.Tracing.5.1.0\lib\net45\System.Web.Http.Tracing.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebApi.WebHost.5.1.0\lib\net45\System.Web.Http.WebHost.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.Helpers.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Deployment.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Razor.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.Owin.2.0.0\lib\net40\Microsoft.Owin.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.Owin.2.0.0\lib\net45\Microsoft.Owin.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.Owin.Host.SystemWeb.2.0.0\lib\net40\Microsoft.Owin.Host.SystemWeb.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.Owin.Host.SystemWeb.2.0.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.Owin.Security.2.0.0\lib\net45\Microsoft.Owin.Security.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Newtonsoft.Json.5.0.8\lib\net20\Newtonsoft.Json.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Newtonsoft.Json.5.0.8\lib\net35\Newtonsoft.Json.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Newtonsoft.Json.5.0.8\lib\netcore45\Newtonsoft.Json.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Newtonsoft.Json.5.0.8\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Newtonsoft.Json.5.0.8\lib\portable-net45+wp80+win8\Newtonsoft.Json.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Owin.1.0\lib\net40\Owin.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\WebGrease.1.5.2\lib\WebGrease.dll
# Microsoft.AspNet.SignalR.Client add by Microshaoft
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.Client.2.0.1\lib\net40\Microsoft.AspNet.SignalR.Client.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.Client.2.0.1\lib\net45\Microsoft.AspNet.SignalR.Client.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.Client.2.0.1\lib\portable-net45+sl5+netcore45+wp8\Microsoft.AspNet.SignalR.Client.dll
# Microsoft.AspNet.SignalR.Owin add by Microshaoft
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.Owin\Microsoft.AspNet.SignalR.Core.1.1.3\lib\net40\Microsoft.AspNet.SignalR.Core.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.Owin\Microsoft.AspNet.SignalR.Owin.1.1.3\lib\net40\Microsoft.AspNet.SignalR.Owin.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.Owin\Microsoft.AspNet.SignalR.Owin.1.1.3\lib\net45\Microsoft.AspNet.SignalR.Owin.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.Owin\Owin.1.0\lib\net40\Owin.dll
# Microsoft.AspNet.SignalR.SelfHost
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SelfHost\Microsoft.AspNet.SignalR.Core.2.0.0\lib\net45\Microsoft.AspNet.SignalR.Core.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SelfHost\Microsoft.Owin.2.0.1\lib\net40\Microsoft.Owin.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SelfHost\Microsoft.Owin.2.0.1\lib\net45\Microsoft.Owin.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SelfHost\Microsoft.Owin.Diagnostics.2.0.1\lib\net40\Microsoft.Owin.Diagnostics.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SelfHost\Microsoft.Owin.Host.HttpListener.2.0.1\lib\net40\Microsoft.Owin.Host.HttpListener.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SelfHost\Microsoft.Owin.Host.HttpListener.2.0.1\lib\net45\Microsoft.Owin.Host.HttpListener.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SelfHost\Microsoft.Owin.Hosting.2.0.1\lib\net40\Microsoft.Owin.Hosting.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SelfHost\Microsoft.Owin.Hosting.2.0.1\lib\net45\Microsoft.Owin.Hosting.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SelfHost\Microsoft.Owin.Security.2.0.1\lib\net45\Microsoft.Owin.Security.dll
# Reactive Extensions add by Microshaoft
/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Core.2.2.2\lib\net40\System.Reactive.Core.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Core.2.2.2\lib\net45\System.Reactive.Core.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Core.2.2.2\lib\portable-net40+sl5+win8+wp8\System.Reactive.Core.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Core.2.2.2\lib\portable-windows8+net45+wp8\System.Reactive.Core.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Core.2.2.2\lib\sl5\System.Reactive.Core.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Core.2.2.2\lib\windows8\System.Reactive.Core.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Core.2.2.2\lib\windowsphone71\System.Reactive.Core.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Core.2.2.2\lib\windowsphone8\System.Reactive.Core.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Interfaces.2.2.2\lib\net40\System.Reactive.Interfaces.dll
/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Interfaces.2.2.2\lib\net45\System.Reactive.Interfaces.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Interfaces.2.2.2\lib\portable-net40+sl5+win8+wp8\System.Reactive.Interfaces.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Interfaces.2.2.2\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Interfaces.2.2.2\lib\sl5\System.Reactive.Interfaces.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Interfaces.2.2.2\lib\windows8\System.Reactive.Interfaces.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Interfaces.2.2.2\lib\windowsphone71\System.Reactive.Interfaces.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Interfaces.2.2.2\lib\windowsphone8\System.Reactive.Interfaces.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Linq.2.2.2\lib\net40\System.Reactive.Linq.dll
/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Linq.2.2.2\lib\net45\System.Reactive.Linq.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Linq.2.2.2\lib\portable-net40+sl5+win8+wp8\System.Reactive.Linq.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Linq.2.2.2\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Linq.2.2.2\lib\sl5\System.Reactive.Linq.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Linq.2.2.2\lib\windows8\System.Reactive.Linq.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Linq.2.2.2\lib\windowsphone71\System.Reactive.Linq.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Linq.2.2.2\lib\windowsphone8\System.Reactive.Linq.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-PlatformServices.2.2.2\lib\net40\System.Reactive.PlatformServices.dll
/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-PlatformServices.2.2.2\lib\net45\System.Reactive.PlatformServices.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-PlatformServices.2.2.2\lib\portable-net40+sl5+win8+wp8\System.Reactive.PlatformServices.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-PlatformServices.2.2.2\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-PlatformServices.2.2.2\lib\sl5\System.Reactive.PlatformServices.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-PlatformServices.2.2.2\lib\windows8\System.Reactive.PlatformServices.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-PlatformServices.2.2.2\lib\windowsphone71\System.Reactive.PlatformServices.dll
#/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-PlatformServices.2.2.2\lib\windowsphone8\System.Reactive.PlatformServices.dll
# Microsoft.Composition/MEF2 add by Microshaoft
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Composition.MEF2\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.AttributedModel.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Composition.MEF2\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.Convention.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Composition.MEF2\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.Hosting.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Composition.MEF2\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.Runtime.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Composition.MEF2\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.TypedParts.dll
# Microsoft.Bcl.Compression add by Microshaoft
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl.Compression\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.Tasks.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl.Compression\Microsoft.Bcl.Compression.3.9.73\lib\native\ARM\ClrCompression.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl.Compression\Microsoft.Bcl.Compression.3.9.73\lib\native\x86\ClrCompression.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl.Compression\Microsoft.Bcl.Compression.3.9.73\lib\portable-net45+win8+wp8\System.IO.Compression.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl.Compression\Microsoft.Bcl.Compression.3.9.73\lib\portable-net45+wp8\System.IO.Compression.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl.Compression\Microsoft.Bcl.Compression.3.9.73\lib\wp8\System.IO.Compression.dll
# Microsoft.Bcl.Immutable add by Microshaoft
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl.Immutable\Microsoft.Bcl.Immutable.1.0.30\lib\portable-net45+win8+wp8\System.Collections.Immutable.dll
# Microsoft.Tpl.Dataflow add by Microshaoft
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Tpl.Dataflow\Microsoft.Tpl.Dataflow.4.5.14\lib\portable-net45+win8\System.Threading.Tasks.Dataflow.dll
# Microsoft.Bcl add by Microshaoft
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\net40\System.IO.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\net40\System.Runtime.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\net40\System.Threading.Tasks.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8\System.IO.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8\System.Runtime.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8\System.Threading.Tasks.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8+wp71\System.IO.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8+wp71\System.Runtime.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8+wp71\System.Threading.Tasks.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8+wp8\System.IO.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8+wp8\System.Runtime.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8+wp8\System.Threading.Tasks.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl5+win8+wp8\System.IO.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl5+win8+wp8\System.Runtime.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl5+win8+wp8\System.Threading.Tasks.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+win8\System.IO.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+win8\System.Runtime.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+win8\System.Threading.Tasks.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+win8+wp8\System.IO.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+win8+wp8\System.Runtime.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+win8+wp8\System.Threading.Tasks.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl4\System.IO.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl4\System.Runtime.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl4\System.Threading.Tasks.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl4-windowsphone71\System.IO.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl4-windowsphone71\System.Runtime.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl4-windowsphone71\System.Threading.Tasks.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl5\System.IO.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl5\System.Runtime.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl5\System.Threading.Tasks.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.Tasks.dll
# Microsoft.Net.Http add by Microshaoft
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.Extensions.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.Primitives.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.WebRequest.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\net45\System.Net.Http.Extensions.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\net45\System.Net.Http.Primitives.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\portable-net40+sl4+win8+wp71\System.Net.Http.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\portable-net40+sl4+win8+wp71\System.Net.Http.Extensions.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\portable-net40+sl4+win8+wp71\System.Net.Http.Primitives.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\portable-net45+win8\System.Net.Http.Extensions.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\portable-net45+win8\System.Net.Http.Primitives.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\sl4-windowsphone71\System.Net.Http.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\sl4-windowsphone71\System.Net.Http.Extensions.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\sl4-windowsphone71\System.Net.Http.Primitives.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\win8\System.Net.Http.Extensions.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\win8\System.Net.Http.Primitives.dll
# ===========================================================================================
# ===========================================================================================
# Azure add by Microshaoft
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.Extensions.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Bcl.Async.1.0.16\lib\net45\Microsoft.Threading.Tasks.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Bcl.Async.1.0.16\lib\net45\Microsoft.Threading.Tasks.Extensions.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.Tasks.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\Microsoft.Data.Edm.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\de\Microsoft.Data.Edm.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\es\Microsoft.Data.Edm.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\fr\Microsoft.Data.Edm.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\it\Microsoft.Data.Edm.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\ja\Microsoft.Data.Edm.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\ko\Microsoft.Data.Edm.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\ru\Microsoft.Data.Edm.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\zh-Hans\Microsoft.Data.Edm.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\zh-Hant\Microsoft.Data.Edm.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\Microsoft.Data.Edm.SL.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\de\Microsoft.Data.Edm.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\es\Microsoft.Data.Edm.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\fr\Microsoft.Data.Edm.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\it\Microsoft.Data.Edm.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\ja\Microsoft.Data.Edm.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\ko\Microsoft.Data.Edm.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\ru\Microsoft.Data.Edm.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\zh-Hans\Microsoft.Data.Edm.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\zh-Hant\Microsoft.Data.Edm.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\Microsoft.Data.OData.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\de\Microsoft.Data.OData.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\es\Microsoft.Data.OData.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\fr\Microsoft.Data.OData.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\it\Microsoft.Data.OData.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\ja\Microsoft.Data.OData.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\ko\Microsoft.Data.OData.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\ru\Microsoft.Data.OData.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\zh-Hans\Microsoft.Data.OData.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\zh-Hant\Microsoft.Data.OData.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\Microsoft.Data.OData.SL.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\de\Microsoft.Data.OData.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\es\Microsoft.Data.OData.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\fr\Microsoft.Data.OData.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\it\Microsoft.Data.OData.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\ja\Microsoft.Data.OData.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\ko\Microsoft.Data.OData.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\ru\Microsoft.Data.OData.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\zh-Hans\Microsoft.Data.OData.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\zh-Hant\Microsoft.Data.OData.SL.resources.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\net40\System.Net.Http.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\net40\System.Net.Http.Extensions.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\net40\System.Net.Http.Primitives.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\net40\System.Net.Http.WebRequest.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\net45\System.Net.Http.Extensions.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\net45\System.Net.Http.Primitives.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\portable-net40+sl4+win8+wp71\System.Net.Http.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\portable-net40+sl4+win8+wp71\System.Net.Http.Extensions.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\portable-net40+sl4+win8+wp71\System.Net.Http.Primitives.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\portable-net45+win8\System.Net.Http.Extensions.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\portable-net45+win8\System.Net.Http.Primitives.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\sl4-windowsphone71\System.Net.Http.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\sl4-windowsphone71\System.Net.Http.Extensions.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\sl4-windowsphone71\System.Net.Http.Primitives.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\win8\System.Net.Http.Extensions.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\win8\System.Net.Http.Primitives.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.2.1.0.0\lib\net40-full\Microsoft.ApplicationServer.Caching.AzureClientHelper.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.2.1.0.0\lib\net40-full\Microsoft.ApplicationServer.Caching.AzureCommon.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.2.1.0.0\lib\net40-full\Microsoft.ApplicationServer.Caching.Client.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.2.1.0.0\lib\net40-full\Microsoft.ApplicationServer.Caching.Core.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.2.1.0.0\lib\net40-full\Microsoft.Web.DistributedCache.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.2.1.0.0\lib\net40-full\Microsoft.WindowsFabric.Common.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.2.1.0.0\lib\net40-full\Microsoft.WindowsFabric.Data.Common.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.ApplicationServer.Caching.AzureClientHelper.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.ApplicationServer.Caching.AzureCommon.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.ApplicationServer.Caching.AzureServerCommon.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.ApplicationServer.Caching.Client.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.ApplicationServer.Caching.Core.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.ApplicationServer.Caching.MemcacheShim.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.Web.DistributedCache.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.WindowsAzure.Diagnostics.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.WindowsAzure.Diagnostics.StorageUtility.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.WindowsFabric.Common.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.WindowsFabric.Data.Common.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.ConfigurationManager.2.0.1.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\System.Spatial.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\de\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\es\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\fr\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\it\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\ja\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\ko\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\ru\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\zh-Hans\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\zh-Hant\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\System.Spatial.SL.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\de\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\es\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\fr\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\it\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\ja\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\ko\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\ru\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\zh-Hans\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\zh-Hant\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\net45\Microsoft.WindowsAzure.Mobile.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\net45\Microsoft.WindowsAzure.Mobile.Ext.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\netcore45\Microsoft.WindowsAzure.Mobile.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\netcore45\Microsoft.WindowsAzure.Mobile.Ext.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\portable-win+net45+sl40+wp71\Microsoft.WindowsAzure.Mobile.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\sl4-windowsphone71\Microsoft.WindowsAzure.Mobile.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\sl4-windowsphone71\Microsoft.WindowsAzure.Mobile.Ext.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\sl4-windowsphone71\Microsoft.WindowsAzure.Mobile.UI.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\wp8\Microsoft.WindowsAzure.Mobile.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\wp8\Microsoft.WindowsAzure.Mobile.Ext.dll
#/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\wp8\Microsoft.WindowsAzure.Mobile.UI.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.ServiceBus.2.1.3.0\lib\net40-full\Microsoft.ServiceBus.dll
/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.Storage.2.1.0.3\lib\net40\Microsoft.WindowsAzure.Storage.dll
# Spatial add by Microshaoft
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\System.Spatial.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\de\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\es\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\fr\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\it\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\ja\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\ko\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\ru\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\zh-Hans\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\zh-Hant\System.Spatial.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\System.Spatial.Portable.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\de\System.Spatial.Portable.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\es\System.Spatial.Portable.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\fr\System.Spatial.Portable.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\it\System.Spatial.Portable.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\ja\System.Spatial.Portable.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\ko\System.Spatial.Portable.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\ru\System.Spatial.Portable.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\zh-Hans\System.Spatial.Portable.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\zh-Hant\System.Spatial.Portable.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\System.Spatial.SL.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\de\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\es\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\fr\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\it\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\ja\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\ko\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\ru\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\zh-Hans\System.Spatial.SL.resources.dll
/r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\zh-Hant\System.Spatial.SL.resources.dll
# OAuth add by Microshaoft
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\CodeContracts.Unofficial.1.0.0.2\lib\net35-client\Microsoft.Contracts.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\CodeContracts.Unofficial.1.0.0.2\lib\net40-client\DELETE_ME.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\CodeContracts.Unofficial.1.0.0.2\lib\sl3-wp\Microsoft.Contracts.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\CodeContracts.Unofficial.1.0.0.2\lib\sl4\Microsoft.Contracts.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.AspNet.4.1.4.12333\lib\net40-full\DotNetOpenAuth.AspNet.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.AspNet.4.1.4.12333\lib\net45-full\DotNetOpenAuth.AspNet.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.Core.4.1.4.12333\lib\net40-full\DotNetOpenAuth.Core.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.Core.4.1.4.12333\lib\net45-full\DotNetOpenAuth.Core.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.OAuth.Consumer.4.1.4.12333\lib\net40-full\DotNetOpenAuth.OAuth.Consumer.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.OAuth.Consumer.4.1.4.12333\lib\net45-full\DotNetOpenAuth.OAuth.Consumer.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.OAuth.Core.4.1.4.12333\lib\net40-full\DotNetOpenAuth.OAuth.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.OAuth.Core.4.1.4.12333\lib\net45-full\DotNetOpenAuth.OAuth.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.OpenId.Core.4.1.4.12333\lib\net40-full\DotNetOpenAuth.OpenId.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.OpenId.Core.4.1.4.12333\lib\net40-full\Mono.Math.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.OpenId.Core.4.1.4.12333\lib\net40-full\Org.Mentalis.Security.Cryptography.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.OpenId.Core.4.1.4.12333\lib\net45-full\DotNetOpenAuth.OpenId.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.OpenId.Core.4.1.4.12333\lib\net45-full\Mono.Math.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.OpenId.Core.4.1.4.12333\lib\net45-full\Org.Mentalis.Security.Cryptography.dll
#/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.OpenId.RelyingParty.4.1.4.12333\lib\net40-full\DotNetOpenAuth.OpenId.RelyingParty.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.OpenId.RelyingParty.4.1.4.12333\lib\net45-full\DotNetOpenAuth.OpenId.RelyingParty.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\Microsoft.AspNet.WebPages.Data.3.0.0\lib\net45\WebMatrix.Data.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\Microsoft.AspNet.WebPages.OAuth.3.0.0\lib\net45\Microsoft.Web.WebPages.OAuth.dll
/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\Microsoft.AspNet.WebPages.WebData.3.0.0\lib\net45\WebMatrix.WebData.dll
# Microsoft.AspNet.Cors add by Microshaoft
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.Cors.5.1.0\lib\net45\System.Web.Cors.dll
# Microsoft.AspNet.webapi.Cors add by Microshaoft
# /r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.webapi.Cors\Microsoft.AspNet.Cors.5.1.0\lib\net45\System.Web.Cors.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebApi.Cors.5.1.0\lib\net45\System.Web.Http.Cors.dll
# Entity Framework add by Microshaoft
#/r:D:\Microshaoft.Nuget.Packages\EntityFramework\EntityFramework.6.0.1\lib\net40\EntityFramework.dll
#/r:D:\Microshaoft.Nuget.Packages\EntityFramework\EntityFramework.6.0.1\lib\net40\EntityFramework.SqlServer.dll
/r:D:\Microshaoft.Nuget.Packages\EntityFramework\EntityFramework.6.0.1\lib\net45\EntityFramework.dll
/r:D:\Microshaoft.Nuget.Packages\EntityFramework\EntityFramework.6.0.1\lib\net45\EntityFramework.SqlServer.dll
/r:D:\Microshaoft.Nuget.Packages\EntityFramework\EntityFramework.6.0.1\tools\EntityFramework.PowerShell.dll
/r:D:\Microshaoft.Nuget.Packages\EntityFramework\EntityFramework.6.0.1\tools\EntityFramework.PowerShell.Utility.dll
# Microsoft.IdentityModel add by Microshaoft
/r:D:\Microshaoft.Nuget.Packages\Microsoft.IdentityModel\Microsoft.IdentityModel.6.1.7600.16394\lib\net35\Microsoft.IdentityModel.dll
/r:"C:\Program Files\Reference Assemblies\Microsoft\Microsoft Identity Extensions\1.0\Microsoft.IdentityModel.Extensions.dll"
# /r:"D:\Microshaoft.Nuget.Packages\Microsoft.Reference.Assemblies\Microsoft Identity Extensions\1.0\Microsoft.IdentityModel.Extensions.dll"
/r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.identitymodel.services.dll"
# /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.IdentityModel.dll"
/r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.IdentityModel.dll"
/r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.IdentityModel.Selectors.dll"
# OpenXML add by Microshaoft
#/r:"D:\Microshaoft.Nuget.Packages\OpenXML\OpenXMLSDKV25\Global Assembly Cache Folder\DocumentFormat.OpenXml\2.0.3302.0_31BF3856AD364E35\DocumentFormat.OpenXml.dll"
/r:D:\Microshaoft.Nuget.Packages\OpenXML\OpenXMLSDKV25\lib\DocumentFormat.OpenXml.dll
# Hadoop/HDInsight/Hive add by Microshaoft
# /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Client\Microsoft.Hadoop.Client.1.0.1.1\lib\net40\Microsoft.Data.Edm.dll
# /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Client\Microsoft.Hadoop.Client.1.0.1.1\lib\net40\Microsoft.Data.OData.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Client\Microsoft.Hadoop.Client.1.0.1.1\lib\net40\Microsoft.Hadoop.Client.dll
#/r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Client\Microsoft.Hadoop.Client.1.0.1.1\lib\net40\Microsoft.HDInsight.Threading.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Client\Microsoft.Hadoop.Client.1.0.1.1\lib\net40\Microsoft.WindowsAzure.Management.HDInsight.Framework.Core.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Client\Microsoft.Hadoop.Client.1.0.1.1\lib\net40\Microsoft.WindowsAzure.Management.HDInsight.Framework.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Client\Microsoft.Hadoop.Client.1.0.1.1\lib\net40\Microsoft.WindowsAzure.Storage.dll
# /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Client\Microsoft.Hadoop.Client.1.0.1.1\lib\net40\System.Spatial.dll
# /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.MapReduce\Microsoft.Hadoop.MapReduce.0.12.5067.18993\content\net40\MRLib\Microsoft.Hadoop.MapReduce.dll
# /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.MapReduce\Microsoft.Hadoop.MapReduce.0.12.5067.18993\content\net40\MRLib\Microsoft.WindowsAzure.Management.HDInsight.Framework.Experimental.Threading.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.MapReduce\Microsoft.Hadoop.MapReduce.0.12.5067.18993\lib\net40\Microsoft.Hadoop.MapReduce.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.MapReduce\Microsoft.Hadoop.MapReduce.0.12.5067.18993\lib\net40\Microsoft.Hadoop.WebClient.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.MapReduce\Microsoft.Hadoop.MapReduce.0.12.5067.18993\lib\net40\Microsoft.WindowsAzure.Management.HDInsight.Framework.Experimental.dll
# /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.MapReduce\Microsoft.Hadoop.MapReduce.0.12.5067.18993\lib\net40\Microsoft.WindowsAzure.Management.HDInsight.Framework.Experimental.Threading.dll
# /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.WebClient\Microsoft.Hadoop.WebClient.0.12.5067.18993\lib\net40\Microsoft.Hadoop.WebClient.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Hive\Microsoft.Hadoop.Hive.0.12.5067.18993\lib\net40\Microsoft.Hadoop.Hive.dll
/r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Avro\Microsoft.Hadoop.Avro.0.8.4951.5418\lib\net40\Microsoft.Hadoop.Avro.dll
# Ix-Main add by Microshaoft
/r:D:\Microshaoft.Nuget.Packages\Ix-Main\Ix-Main.1.2.2\lib\net40\System.Interactive.dll
#/r:D:\Microshaoft.Nuget.Packages\Ix-Main\Ix-Main.1.2.2\lib\net45\System.Interactive.dll
#/r:D:\Microshaoft.Nuget.Packages\Ix-Main\Ix-Main.1.2.2\lib\portable-windows8+net45+wp8\System.Interactive.dll
#/r:D:\Microshaoft.Nuget.Packages\Ix-Main\Ix-Main.1.2.2\lib\sl5\System.Interactive.dll
# microsoft shared\Web Server Extensions add by Microshaoft
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\DundasWebChart.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\MDXQueryGenerator.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.AnalysisServices.Modeling.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.Alerting.Runtime.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.Alerting.ServiceRuntime.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.Authorization.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.ChartWebControl.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.ComponentLibrary.Engine.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.DataExtensions.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.DataExtensions.Essbase.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.DataExtensions.SapBw.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.DataExtensions.XmlaClient.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.DataFeedClient.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.DataRendering.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.DataSegmentRendering.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.Diagnostics.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.EssbaseMDXQueryGenerator.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.ExcelRendering.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.GaugeWebControl.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.HPBProcessing.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.HtmlRendering.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.ImageRendering.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.Interfaces.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.Modeling.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.NullRendering.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.ProcessingCore.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.ProcessingObjectModel.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.RdlObjectModel.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.RichText.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.RPLObjectModel.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.RPLRendering.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.RsClient.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.RSSPMemMonitor.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.SapBwMDXQueryGenerator.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.SemanticQueryEngine.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.ServiceRuntime.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.SharePoint.ObjectModel.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.SharePoint.Server.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.SharePoint12.Server.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.SharePoint14.Server.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.SPBProcessing.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.UpgradeScripts.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.UsageTracking.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.WebMap.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.WordRendering.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesAppDomainManager.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesCDOInterop.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesCompression.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesEmailDeliveryProvider.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesFileShareDeliveryProvider.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesLibrary.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesNativeClient.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesNullDeliveryProvider.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesRenderingNative.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesSharePointDeliveryExtension.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesWebServer.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\RSHttpRuntime.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\RSSPMemMonNative.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\SQLRSSPOS.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\MDXQueryGenerator.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.AnalysisServices.Modeling.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.Alerting.Runtime.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.Alerting.ServiceRuntime.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ChartWebControl.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ComponentLibrary.Engine.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataExtensions.Essbase.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataExtensions.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataExtensions.SapBw.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataExtensions.XmlaClient.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataFeedClient.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataRendering.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataSegmentRendering.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.Diagnostics.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.EssbaseMDXQueryGenerator.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ExcelRendering.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.GaugeWebControl.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.HPBProcessing.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.HtmlRendering.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ImageRendering.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.Modeling.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.NullRendering.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ProcessingCore.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.RichText.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.RPLRendering.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.RsClient.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.SapBwMDXQueryGenerator.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.SemanticQueryEngine.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ServiceRuntime.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.SharePoint.Server.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.SPBProcessing.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.WebMap.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.WordRendering.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\ReportingServicesEmailDeliveryProvider.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\ReportingServicesFileShareDeliveryProvider.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\ReportingServicesLibrary.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\ReportingServicesNativeClient.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\ReportingServicesNullDeliveryProvider.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\ReportingServicesSharePointDeliveryExtension.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\ReportingServicesWebServer.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\MDXQueryGenerator.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.AnalysisServices.Modeling.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.Alerting.Runtime.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.Alerting.ServiceRuntime.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.ChartWebControl.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.ComponentLibrary.Engine.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.DataExtensions.Essbase.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.DataExtensions.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.DataExtensions.SapBw.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.DataExtensions.XmlaClient.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.DataFeedClient.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.DataRendering.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.DataSegmentRendering.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.Diagnostics.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.EssbaseMDXQueryGenerator.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.ExcelRendering.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.GaugeWebControl.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.HPBProcessing.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.HtmlRendering.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.ImageRendering.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.Modeling.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.NullRendering.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.ProcessingCore.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.RichText.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.RPLRendering.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.RsClient.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.SapBwMDXQueryGenerator.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.SemanticQueryEngine.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.ServiceRuntime.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.SharePoint.Server.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.SPBProcessing.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.WebMap.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.WordRendering.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\ReportingServicesEmailDeliveryProvider.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\ReportingServicesFileShareDeliveryProvider.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\ReportingServicesLibrary.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\ReportingServicesNativeClient.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\ReportingServicesNullDeliveryProvider.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\ReportingServicesSharePointDeliveryExtension.resources.dll"
##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\ReportingServicesWebServer.resources.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\Client\MSOIDCLIL.DLL"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\Client\MSOIDRES.DLL"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.Office.Client.Education.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.Office.Client.Policy.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.Office.Client.TranslationServices.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.DocumentManagement.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Publishing.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Runtime.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Search.Applications.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Search.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Taxonomy.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.UserProfiles.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.WorkflowServices.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.Office.Client.Policy.Silverlight.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.Office.Client.TranslationServices.Silverlight.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.DocumentManagement.Silverlight.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.Publishing.Silverlight.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.Search.Applications.Silverlight.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.Search.Silverlight.dll"
# /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.Silverlight.dll"
# /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.Silverlight.Runtime.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.UserProfiles.Phone.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.WorkflowServices.Silverlight.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\WorkflowActivities\Microsoft.SharePoint.WorkflowServices.Activities.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\DundasWebChart.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\MDXQueryGenerator.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.AnalysisServices.Modeling.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.Alerting.Runtime.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.Alerting.ServiceRuntime.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.Authorization.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.ChartWebControl.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.ComponentLibrary.Engine.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.DataExtensions.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.DataExtensions.Essbase.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.DataExtensions.SapBw.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.DataExtensions.XmlaClient.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.DataFeedClient.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.DataRendering.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.DataSegmentRendering.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.Diagnostics.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.EssbaseMDXQueryGenerator.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.ExcelRendering.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.GaugeWebControl.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.HPBProcessing.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.HtmlRendering.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.ImageRendering.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.Interfaces.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.Modeling.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.NullRendering.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.ProcessingCore.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.ProcessingObjectModel.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.RdlObjectModel.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.RichText.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.RPLObjectModel.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.RPLRendering.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.RsClient.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.RSSPMemMonitor.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.SapBwMDXQueryGenerator.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.SemanticQueryEngine.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.ServiceRuntime.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.SharePoint.ObjectModel.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.SharePoint.Server.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.SharePoint12.Server.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.SharePoint14.Server.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.SPBProcessing.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.UpgradeScripts.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.UsageTracking.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.WebMap.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.WordRendering.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesAppDomainManager.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesCDOInterop.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesCompression.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesEmailDeliveryProvider.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesFileShareDeliveryProvider.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesLibrary.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesNativeClient.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesNullDeliveryProvider.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesRenderingNative.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesSharePointDeliveryExtension.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesWebServer.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\RSHttpRuntime.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\RSSPMemMonNative.dll"
#/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\SQLRSSPOS.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\MDXQueryGenerator.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.AnalysisServices.Modeling.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.Alerting.Runtime.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.Alerting.ServiceRuntime.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ChartWebControl.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ComponentLibrary.Engine.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataExtensions.Essbase.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataExtensions.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataExtensions.SapBw.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataExtensions.XmlaClient.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataFeedClient.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataRendering.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataSegmentRendering.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.Diagnostics.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.EssbaseMDXQueryGenerator.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ExcelRendering.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.GaugeWebControl.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.HPBProcessing.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.HtmlRendering.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ImageRendering.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.Modeling.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.NullRendering.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ProcessingCore.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.RichText.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.RPLRendering.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.RsClient.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.SapBwMDXQueryGenerator.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.SemanticQueryEngine.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ServiceRuntime.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.SharePoint.Server.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.SPBProcessing.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.WebMap.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.WordRendering.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\ReportingServicesEmailDeliveryProvider.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\ReportingServicesFileShareDeliveryProvider.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\ReportingServicesLibrary.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\ReportingServicesNativeClient.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\ReportingServicesNullDeliveryProvider.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\ReportingServicesSharePointDeliveryExtension.resources.dll"
/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\ReportingServicesWebServer.resources.dll"
# Redis add by Microshaoft
#/r:D:\Redis\dotNET\ServiceStack.Common.dll
#/r:D:\Redis\dotNET\ServiceStack.dll
#/r:D:\Redis\dotNET\ServiceStack.Interfaces.dll
#/r:D:\Redis\dotNET\ServiceStack.OrmLite.dll
#/r:D:\Redis\dotNET\ServiceStack.OrmLite.SqlServer.dll
#/r:D:\Redis\dotNET\ServiceStack.Redis.dll

相關文章