1.  
  2. # This file contains command-line options that the C#
  3. # command line compiler (CSC) will process as part
  4. # of every compilation, unless the "/noconfig" option
  5. # is specified.
  6. # Reference the common Framework libraries
  7. /r:Accessibility.dll
  8. /r:Microsoft.CSharp.dll
  9. /r:System.Configuration.dll
  10. /r:System.Configuration.Install.dll
  11. /r:System.Core.dll
  12. /r:System.Data.dll
  13. /r:System.Data.DataSetExtensions.dll
  14. /r:System.Data.Linq.dll
  15. /r:System.Data.OracleClient.dll
  16. /r:System.Deployment.dll
  17. /r:System.Design.dll
  18. /r:System.DirectoryServices.dll
  19. /r:System.dll
  20. /r:System.Drawing.Design.dll
  21. /r:System.Drawing.dll
  22. /r:System.EnterpriseServices.dll
  23. /r:System.Management.dll
  24. /r:System.Messaging.dll
  25. /r:System.Runtime.Remoting.dll
  26. /r:System.Runtime.Serialization.dll
  27. /r:System.Runtime.Serialization.Formatters.Soap.dll
  28. /r:System.Security.dll
  29. /r:System.ServiceModel.dll
  30. /r:System.ServiceModel.Web.dll
  31. /r:System.ServiceProcess.dll
  32. /r:System.Transactions.dll
  33. /r:System.Web.dll
  34. /r:System.Web.Extensions.Design.dll
  35. /r:System.Web.Extensions.dll
  36. /r:System.Web.Mobile.dll
  37. /r:System.Web.RegularExpressions.dll
  38. /r:System.Web.Services.dll
  39. /r:System.Windows.Forms.Dll
  40. /r:System.Workflow.Activities.dll
  41. /r:System.Workflow.ComponentModel.dll
  42. /r:System.Workflow.Runtime.dll
  43. /r:System.Xml.dll
  44. /r:System.Xml.Linq.dll
  45. /r:System.Net.Http.dll
  46. # MEF add by Microshaoft
  47. /r:System.ComponentModel.Composition.dll
  48. # VB add by Microshaoft
  49. /r:Microsoft.VisualBasic.dll
  50. # wcf add by Microshaoft
  51. /r:System.ServiceModel.Activation.dll
  52. # WPF add by Microshaoft
  53. /r:"WPF\PresentationCore.dll"
  54. /r:"WPF\PresentationFramework.dll"
  55. /r:"WPF\WindowsBase.dll"
  56. /r:"System.Xaml.dll"
  57. /r:"C:\Program Files (x86)\Microsoft SDKs\Expression\Blend\.NETFramework\v4.5\Libraries\System.Windows.Interactivity.dll"
  58. # WWF add by Microshaoft
  59. /r:System.Activities.dll
  60. /r:System.ServiceModel.Activities.dll
  61. # WCF add by Microshaoft
  62. /r:System.Runtime.DurableInstancing.dll
  63. # System.IO.Compression
  64. /r:System.IO.Compression.dll
  65. /r:System.IO.Compression.FileSystem.dll
  66. # 以下为常用的第三方库引用,注意引用正确路径!
  67. # mshtml add by Microshaoft
  68. /r:"C:\Program Files (x86)\Microsoft.NET\Primary Interop Assemblies\Microsoft.mshtml.dll"
  69. # WEB MVC API 5.0 SignalR 2.0.1 add by Microshaoft
  70. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll
  71. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.Mvc.5.1.0\lib\net45\System.Web.Mvc.dll
  72. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll
  73. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.Core.2.0.1\lib\net45\Microsoft.AspNet.SignalR.Core.dll
  74. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SystemWeb.2.0.1\lib\net45\Microsoft.AspNet.SignalR.SystemWeb.dll
  75. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.Web.Optimization.1.1.1\lib\net40\System.Web.Optimization.dll
  76. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebApi.Client.5.1.0\lib\net45\System.Net.Http.Formatting.dll
  77. #/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
  78. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebApi.Core.5.1.0\lib\net45\System.Web.Http.dll
  79. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebApi.SelfHost.5.1.0\lib\net45\System.Web.Http.SelfHost.dll
  80. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebApi.Tracing.5.1.0\lib\net45\System.Web.Http.Tracing.dll
  81. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebApi.WebHost.5.1.0\lib\net45\System.Web.Http.WebHost.dll
  82. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.Helpers.dll
  83. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Deployment.dll
  84. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.dll
  85. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Razor.dll
  86. #/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.Owin.2.0.0\lib\net40\Microsoft.Owin.dll
  87. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.Owin.2.0.0\lib\net45\Microsoft.Owin.dll
  88. #/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.Owin.Host.SystemWeb.2.0.0\lib\net40\Microsoft.Owin.Host.SystemWeb.dll
  89. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.Owin.Host.SystemWeb.2.0.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll
  90. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.Owin.Security.2.0.0\lib\net45\Microsoft.Owin.Security.dll
  91. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll
  92. #/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Newtonsoft.Json.5.0.8\lib\net20\Newtonsoft.Json.dll
  93. #/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Newtonsoft.Json.5.0.8\lib\net35\Newtonsoft.Json.dll
  94. #/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll
  95. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll
  96. #/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Newtonsoft.Json.5.0.8\lib\netcore45\Newtonsoft.Json.dll
  97. #/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Newtonsoft.Json.5.0.8\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll
  98. #/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Newtonsoft.Json.5.0.8\lib\portable-net45+wp80+win8\Newtonsoft.Json.dll
  99. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Owin.1.0\lib\net40\Owin.dll
  100. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\WebGrease.1.5.2\lib\WebGrease.dll
  101. # Microsoft.AspNet.SignalR.Client add by Microshaoft
  102. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.Client.2.0.1\lib\net40\Microsoft.AspNet.SignalR.Client.dll
  103. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.Client.2.0.1\lib\net45\Microsoft.AspNet.SignalR.Client.dll
  104. #/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
  105. # Microsoft.AspNet.SignalR.Owin add by Microshaoft
  106. /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
  107. #/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
  108. /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
  109. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.Owin\Owin.1.0\lib\net40\Owin.dll
  110. # Microsoft.AspNet.SignalR.SelfHost
  111. #/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
  112. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SelfHost\Microsoft.Owin.2.0.1\lib\net40\Microsoft.Owin.dll
  113. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SelfHost\Microsoft.Owin.2.0.1\lib\net45\Microsoft.Owin.dll
  114. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SelfHost\Microsoft.Owin.Diagnostics.2.0.1\lib\net40\Microsoft.Owin.Diagnostics.dll
  115. #/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
  116. /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
  117. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SelfHost\Microsoft.Owin.Hosting.2.0.1\lib\net40\Microsoft.Owin.Hosting.dll
  118. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SelfHost\Microsoft.Owin.Hosting.2.0.1\lib\net45\Microsoft.Owin.Hosting.dll
  119. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.SignalR.SelfHost\Microsoft.Owin.Security.2.0.1\lib\net45\Microsoft.Owin.Security.dll
  120. # Reactive Extensions add by Microshaoft
  121. /r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Core.2.2.2\lib\net40\System.Reactive.Core.dll
  122. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Core.2.2.2\lib\net45\System.Reactive.Core.dll
  123. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Core.2.2.2\lib\portable-net40+sl5+win8+wp8\System.Reactive.Core.dll
  124. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Core.2.2.2\lib\portable-windows8+net45+wp8\System.Reactive.Core.dll
  125. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Core.2.2.2\lib\sl5\System.Reactive.Core.dll
  126. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Core.2.2.2\lib\windows8\System.Reactive.Core.dll
  127. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Core.2.2.2\lib\windowsphone71\System.Reactive.Core.dll
  128. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Core.2.2.2\lib\windowsphone8\System.Reactive.Core.dll
  129. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Interfaces.2.2.2\lib\net40\System.Reactive.Interfaces.dll
  130. /r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Interfaces.2.2.2\lib\net45\System.Reactive.Interfaces.dll
  131. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Interfaces.2.2.2\lib\portable-net40+sl5+win8+wp8\System.Reactive.Interfaces.dll
  132. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Interfaces.2.2.2\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll
  133. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Interfaces.2.2.2\lib\sl5\System.Reactive.Interfaces.dll
  134. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Interfaces.2.2.2\lib\windows8\System.Reactive.Interfaces.dll
  135. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Interfaces.2.2.2\lib\windowsphone71\System.Reactive.Interfaces.dll
  136. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Interfaces.2.2.2\lib\windowsphone8\System.Reactive.Interfaces.dll
  137. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Linq.2.2.2\lib\net40\System.Reactive.Linq.dll
  138. /r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Linq.2.2.2\lib\net45\System.Reactive.Linq.dll
  139. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Linq.2.2.2\lib\portable-net40+sl5+win8+wp8\System.Reactive.Linq.dll
  140. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Linq.2.2.2\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll
  141. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Linq.2.2.2\lib\sl5\System.Reactive.Linq.dll
  142. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Linq.2.2.2\lib\windows8\System.Reactive.Linq.dll
  143. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Linq.2.2.2\lib\windowsphone71\System.Reactive.Linq.dll
  144. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-Linq.2.2.2\lib\windowsphone8\System.Reactive.Linq.dll
  145. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-PlatformServices.2.2.2\lib\net40\System.Reactive.PlatformServices.dll
  146. /r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-PlatformServices.2.2.2\lib\net45\System.Reactive.PlatformServices.dll
  147. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-PlatformServices.2.2.2\lib\portable-net40+sl5+win8+wp8\System.Reactive.PlatformServices.dll
  148. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-PlatformServices.2.2.2\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll
  149. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-PlatformServices.2.2.2\lib\sl5\System.Reactive.PlatformServices.dll
  150. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-PlatformServices.2.2.2\lib\windows8\System.Reactive.PlatformServices.dll
  151. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-PlatformServices.2.2.2\lib\windowsphone71\System.Reactive.PlatformServices.dll
  152. #/r:D:\Microshaoft.Nuget.Packages\Rx-Main\Rx-PlatformServices.2.2.2\lib\windowsphone8\System.Reactive.PlatformServices.dll
  153. # Microsoft.Composition/MEF2 add by Microshaoft
  154. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Composition.MEF2\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.AttributedModel.dll
  155. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Composition.MEF2\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.Convention.dll
  156. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Composition.MEF2\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.Hosting.dll
  157. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Composition.MEF2\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.Runtime.dll
  158. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Composition.MEF2\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.TypedParts.dll
  159. # Microsoft.Bcl.Compression add by Microshaoft
  160. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl.Compression\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.Tasks.dll
  161. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl.Compression\Microsoft.Bcl.Compression.3.9.73\lib\native\ARM\ClrCompression.dll
  162. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl.Compression\Microsoft.Bcl.Compression.3.9.73\lib\native\x86\ClrCompression.dll
  163. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl.Compression\Microsoft.Bcl.Compression.3.9.73\lib\portable-net45+win8+wp8\System.IO.Compression.dll
  164. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl.Compression\Microsoft.Bcl.Compression.3.9.73\lib\portable-net45+wp8\System.IO.Compression.dll
  165. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl.Compression\Microsoft.Bcl.Compression.3.9.73\lib\wp8\System.IO.Compression.dll
  166. # Microsoft.Bcl.Immutable add by Microshaoft
  167. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl.Immutable\Microsoft.Bcl.Immutable.1.0.30\lib\portable-net45+win8+wp8\System.Collections.Immutable.dll
  168. # Microsoft.Tpl.Dataflow add by Microshaoft
  169. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Tpl.Dataflow\Microsoft.Tpl.Dataflow.4.5.14\lib\portable-net45+win8\System.Threading.Tasks.Dataflow.dll
  170. # Microsoft.Bcl add by Microshaoft
  171. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\net40\System.IO.dll
  172. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\net40\System.Runtime.dll
  173. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\net40\System.Threading.Tasks.dll
  174. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8\System.IO.dll
  175. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8\System.Runtime.dll
  176. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8\System.Threading.Tasks.dll
  177. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8+wp71\System.IO.dll
  178. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8+wp71\System.Runtime.dll
  179. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8+wp71\System.Threading.Tasks.dll
  180. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8+wp8\System.IO.dll
  181. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8+wp8\System.Runtime.dll
  182. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl4+win8+wp8\System.Threading.Tasks.dll
  183. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl5+win8+wp8\System.IO.dll
  184. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl5+win8+wp8\System.Runtime.dll
  185. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+sl5+win8+wp8\System.Threading.Tasks.dll
  186. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+win8\System.IO.dll
  187. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+win8\System.Runtime.dll
  188. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+win8\System.Threading.Tasks.dll
  189. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+win8+wp8\System.IO.dll
  190. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+win8+wp8\System.Runtime.dll
  191. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\portable-net40+win8+wp8\System.Threading.Tasks.dll
  192. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl4\System.IO.dll
  193. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl4\System.Runtime.dll
  194. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl4\System.Threading.Tasks.dll
  195. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl4-windowsphone71\System.IO.dll
  196. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl4-windowsphone71\System.Runtime.dll
  197. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl4-windowsphone71\System.Threading.Tasks.dll
  198. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl5\System.IO.dll
  199. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl5\System.Runtime.dll
  200. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.1.1.6\lib\sl5\System.Threading.Tasks.dll
  201. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Bcl\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.Tasks.dll
  202. # Microsoft.Net.Http add by Microshaoft
  203. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.dll
  204. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.Extensions.dll
  205. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.Primitives.dll
  206. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.WebRequest.dll
  207. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\net45\System.Net.Http.Extensions.dll
  208. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\net45\System.Net.Http.Primitives.dll
  209. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\portable-net40+sl4+win8+wp71\System.Net.Http.dll
  210. #/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
  211. #/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
  212. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\portable-net45+win8\System.Net.Http.Extensions.dll
  213. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\portable-net45+win8\System.Net.Http.Primitives.dll
  214. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\sl4-windowsphone71\System.Net.Http.dll
  215. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\sl4-windowsphone71\System.Net.Http.Extensions.dll
  216. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\sl4-windowsphone71\System.Net.Http.Primitives.dll
  217. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\win8\System.Net.Http.Extensions.dll
  218. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Net.Http\Microsoft.Net.Http.2.2.18\lib\win8\System.Net.Http.Primitives.dll
  219. # ===========================================================================================
  220. # ===========================================================================================
  221. # Azure add by Microshaoft
  222. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll
  223. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.Extensions.dll
  224. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Bcl.Async.1.0.16\lib\net45\Microsoft.Threading.Tasks.dll
  225. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Bcl.Async.1.0.16\lib\net45\Microsoft.Threading.Tasks.Extensions.dll
  226. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.Tasks.dll
  227. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\Microsoft.Data.Edm.dll
  228. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\de\Microsoft.Data.Edm.resources.dll
  229. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\es\Microsoft.Data.Edm.resources.dll
  230. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\fr\Microsoft.Data.Edm.resources.dll
  231. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\it\Microsoft.Data.Edm.resources.dll
  232. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\ja\Microsoft.Data.Edm.resources.dll
  233. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\ko\Microsoft.Data.Edm.resources.dll
  234. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\ru\Microsoft.Data.Edm.resources.dll
  235. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\zh-Hans\Microsoft.Data.Edm.resources.dll
  236. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\net40\zh-Hant\Microsoft.Data.Edm.resources.dll
  237. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\Microsoft.Data.Edm.SL.dll
  238. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\de\Microsoft.Data.Edm.SL.resources.dll
  239. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\es\Microsoft.Data.Edm.SL.resources.dll
  240. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\fr\Microsoft.Data.Edm.SL.resources.dll
  241. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\it\Microsoft.Data.Edm.SL.resources.dll
  242. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\ja\Microsoft.Data.Edm.SL.resources.dll
  243. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\ko\Microsoft.Data.Edm.SL.resources.dll
  244. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\ru\Microsoft.Data.Edm.SL.resources.dll
  245. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\zh-Hans\Microsoft.Data.Edm.SL.resources.dll
  246. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.Edm.5.2.0\lib\sl4\zh-Hant\Microsoft.Data.Edm.SL.resources.dll
  247. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\Microsoft.Data.OData.dll
  248. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\de\Microsoft.Data.OData.resources.dll
  249. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\es\Microsoft.Data.OData.resources.dll
  250. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\fr\Microsoft.Data.OData.resources.dll
  251. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\it\Microsoft.Data.OData.resources.dll
  252. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\ja\Microsoft.Data.OData.resources.dll
  253. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\ko\Microsoft.Data.OData.resources.dll
  254. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\ru\Microsoft.Data.OData.resources.dll
  255. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\zh-Hans\Microsoft.Data.OData.resources.dll
  256. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\net40\zh-Hant\Microsoft.Data.OData.resources.dll
  257. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\Microsoft.Data.OData.SL.dll
  258. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\de\Microsoft.Data.OData.SL.resources.dll
  259. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\es\Microsoft.Data.OData.SL.resources.dll
  260. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\fr\Microsoft.Data.OData.SL.resources.dll
  261. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\it\Microsoft.Data.OData.SL.resources.dll
  262. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\ja\Microsoft.Data.OData.SL.resources.dll
  263. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\ko\Microsoft.Data.OData.SL.resources.dll
  264. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\ru\Microsoft.Data.OData.SL.resources.dll
  265. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\zh-Hans\Microsoft.Data.OData.SL.resources.dll
  266. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Data.OData.5.2.0\lib\sl4\zh-Hant\Microsoft.Data.OData.SL.resources.dll
  267. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\net40\System.Net.Http.dll
  268. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\net40\System.Net.Http.Extensions.dll
  269. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\net40\System.Net.Http.Primitives.dll
  270. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\net40\System.Net.Http.WebRequest.dll
  271. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\net45\System.Net.Http.Extensions.dll
  272. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\net45\System.Net.Http.Primitives.dll
  273. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\portable-net40+sl4+win8+wp71\System.Net.Http.dll
  274. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\portable-net40+sl4+win8+wp71\System.Net.Http.Extensions.dll
  275. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\portable-net40+sl4+win8+wp71\System.Net.Http.Primitives.dll
  276. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\portable-net45+win8\System.Net.Http.Extensions.dll
  277. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\portable-net45+win8\System.Net.Http.Primitives.dll
  278. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\sl4-windowsphone71\System.Net.Http.dll
  279. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\sl4-windowsphone71\System.Net.Http.Extensions.dll
  280. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\sl4-windowsphone71\System.Net.Http.Primitives.dll
  281. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\win8\System.Net.Http.Extensions.dll
  282. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.Net.Http.2.2.15\lib\win8\System.Net.Http.Primitives.dll
  283. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.2.1.0.0\lib\net40-full\Microsoft.ApplicationServer.Caching.AzureClientHelper.dll
  284. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.2.1.0.0\lib\net40-full\Microsoft.ApplicationServer.Caching.AzureCommon.dll
  285. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.2.1.0.0\lib\net40-full\Microsoft.ApplicationServer.Caching.Client.dll
  286. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.2.1.0.0\lib\net40-full\Microsoft.ApplicationServer.Caching.Core.dll
  287. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.2.1.0.0\lib\net40-full\Microsoft.Web.DistributedCache.dll
  288. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.2.1.0.0\lib\net40-full\Microsoft.WindowsFabric.Common.dll
  289. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.2.1.0.0\lib\net40-full\Microsoft.WindowsFabric.Data.Common.dll
  290. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.ApplicationServer.Caching.AzureClientHelper.dll
  291. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.ApplicationServer.Caching.AzureCommon.dll
  292. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.ApplicationServer.Caching.AzureServerCommon.dll
  293. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.ApplicationServer.Caching.Client.dll
  294. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.ApplicationServer.Caching.Core.dll
  295. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.ApplicationServer.Caching.MemcacheShim.dll
  296. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.Web.DistributedCache.dll
  297. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.WindowsAzure.Diagnostics.dll
  298. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.WindowsAzure.Diagnostics.StorageUtility.dll
  299. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.WindowsFabric.Common.dll
  300. #/r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.Caching.MemcacheShim.2.1.0.0\content\WindowsAzure.Caching.MemcacheShim\Microsoft.WindowsFabric.Data.Common.dll
  301. /r:D:\Microshaoft.Nuget.Packages\Azure\Microsoft.WindowsAzure.ConfigurationManager.2.0.1.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll
  302. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\System.Spatial.dll
  303. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\de\System.Spatial.resources.dll
  304. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\es\System.Spatial.resources.dll
  305. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\fr\System.Spatial.resources.dll
  306. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\it\System.Spatial.resources.dll
  307. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\ja\System.Spatial.resources.dll
  308. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\ko\System.Spatial.resources.dll
  309. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\ru\System.Spatial.resources.dll
  310. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\zh-Hans\System.Spatial.resources.dll
  311. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\net40\zh-Hant\System.Spatial.resources.dll
  312. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\System.Spatial.SL.dll
  313. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\de\System.Spatial.SL.resources.dll
  314. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\es\System.Spatial.SL.resources.dll
  315. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\fr\System.Spatial.SL.resources.dll
  316. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\it\System.Spatial.SL.resources.dll
  317. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\ja\System.Spatial.SL.resources.dll
  318. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\ko\System.Spatial.SL.resources.dll
  319. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\ru\System.Spatial.SL.resources.dll
  320. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\zh-Hans\System.Spatial.SL.resources.dll
  321. /r:D:\Microshaoft.Nuget.Packages\Azure\System.Spatial.5.2.0\lib\sl4\zh-Hant\System.Spatial.SL.resources.dll
  322. /r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\net45\Microsoft.WindowsAzure.Mobile.dll
  323. /r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\net45\Microsoft.WindowsAzure.Mobile.Ext.dll
  324. #/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\netcore45\Microsoft.WindowsAzure.Mobile.dll
  325. #/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\netcore45\Microsoft.WindowsAzure.Mobile.Ext.dll
  326. #/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\portable-win+net45+sl40+wp71\Microsoft.WindowsAzure.Mobile.dll
  327. #/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\sl4-windowsphone71\Microsoft.WindowsAzure.Mobile.dll
  328. #/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\sl4-windowsphone71\Microsoft.WindowsAzure.Mobile.Ext.dll
  329. #/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\sl4-windowsphone71\Microsoft.WindowsAzure.Mobile.UI.dll
  330. #/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\wp8\Microsoft.WindowsAzure.Mobile.dll
  331. #/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\wp8\Microsoft.WindowsAzure.Mobile.Ext.dll
  332. #/r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.MobileServices.1.0.2\lib\wp8\Microsoft.WindowsAzure.Mobile.UI.dll
  333. /r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.ServiceBus.2.1.3.0\lib\net40-full\Microsoft.ServiceBus.dll
  334. /r:D:\Microshaoft.Nuget.Packages\Azure\WindowsAzure.Storage.2.1.0.3\lib\net40\Microsoft.WindowsAzure.Storage.dll
  335. # Spatial add by Microshaoft
  336. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\System.Spatial.dll
  337. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\de\System.Spatial.resources.dll
  338. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\es\System.Spatial.resources.dll
  339. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\fr\System.Spatial.resources.dll
  340. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\it\System.Spatial.resources.dll
  341. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\ja\System.Spatial.resources.dll
  342. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\ko\System.Spatial.resources.dll
  343. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\ru\System.Spatial.resources.dll
  344. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\zh-Hans\System.Spatial.resources.dll
  345. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\net40\zh-Hant\System.Spatial.resources.dll
  346. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\System.Spatial.Portable.dll
  347. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\de\System.Spatial.Portable.resources.dll
  348. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\es\System.Spatial.Portable.resources.dll
  349. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\fr\System.Spatial.Portable.resources.dll
  350. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\it\System.Spatial.Portable.resources.dll
  351. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\ja\System.Spatial.Portable.resources.dll
  352. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\ko\System.Spatial.Portable.resources.dll
  353. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\portable-net40+sl5+wp8+win8\ru\System.Spatial.Portable.resources.dll
  354. /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
  355. /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
  356. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\System.Spatial.SL.dll
  357. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\de\System.Spatial.SL.resources.dll
  358. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\es\System.Spatial.SL.resources.dll
  359. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\fr\System.Spatial.SL.resources.dll
  360. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\it\System.Spatial.SL.resources.dll
  361. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\ja\System.Spatial.SL.resources.dll
  362. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\ko\System.Spatial.SL.resources.dll
  363. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\ru\System.Spatial.SL.resources.dll
  364. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\zh-Hans\System.Spatial.SL.resources.dll
  365. /r:D:\Microshaoft.Nuget.Packages\System.Spatial\System.Spatial.5.6.0\lib\sl4\zh-Hant\System.Spatial.SL.resources.dll
  366. # OAuth add by Microshaoft
  367. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\CodeContracts.Unofficial.1.0.0.2\lib\net35-client\Microsoft.Contracts.dll
  368. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\CodeContracts.Unofficial.1.0.0.2\lib\net40-client\DELETE_ME.dll
  369. #/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\CodeContracts.Unofficial.1.0.0.2\lib\sl3-wp\Microsoft.Contracts.dll
  370. #/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\CodeContracts.Unofficial.1.0.0.2\lib\sl4\Microsoft.Contracts.dll
  371. #/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.AspNet.4.1.4.12333\lib\net40-full\DotNetOpenAuth.AspNet.dll
  372. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.AspNet.4.1.4.12333\lib\net45-full\DotNetOpenAuth.AspNet.dll
  373. #/r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.Core.4.1.4.12333\lib\net40-full\DotNetOpenAuth.Core.dll
  374. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\DotNetOpenAuth.Core.4.1.4.12333\lib\net45-full\DotNetOpenAuth.Core.dll
  375. #/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
  376. /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
  377. #/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
  378. /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
  379. #/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
  380. #/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
  381. #/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
  382. /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
  383. /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
  384. /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
  385. #/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
  386. /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
  387. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\Microsoft.AspNet.WebPages.Data.3.0.0\lib\net45\WebMatrix.Data.dll
  388. /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
  389. /r:d:\Microshaoft.Nuget.Packages\Microsoft.Asp.Net\Microsoft.AspNet.WebPages.OAuth\Microsoft.AspNet.WebPages.WebData.3.0.0\lib\net45\WebMatrix.WebData.dll
  390. # Microsoft.AspNet.Cors add by Microshaoft
  391. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.Cors.5.1.0\lib\net45\System.Web.Cors.dll
  392. # Microsoft.AspNet.webapi.Cors add by Microshaoft
  393. # /r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.webapi.Cors\Microsoft.AspNet.Cors.5.1.0\lib\net45\System.Web.Cors.dll
  394. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Asp.NET\Microsoft.AspNet.WebApi.Cors.5.1.0\lib\net45\System.Web.Http.Cors.dll
  395. # Entity Framework add by Microshaoft
  396. #/r:D:\Microshaoft.Nuget.Packages\EntityFramework\EntityFramework.6.0.1\lib\net40\EntityFramework.dll
  397. #/r:D:\Microshaoft.Nuget.Packages\EntityFramework\EntityFramework.6.0.1\lib\net40\EntityFramework.SqlServer.dll
  398. /r:D:\Microshaoft.Nuget.Packages\EntityFramework\EntityFramework.6.0.1\lib\net45\EntityFramework.dll
  399. /r:D:\Microshaoft.Nuget.Packages\EntityFramework\EntityFramework.6.0.1\lib\net45\EntityFramework.SqlServer.dll
  400. /r:D:\Microshaoft.Nuget.Packages\EntityFramework\EntityFramework.6.0.1\tools\EntityFramework.PowerShell.dll
  401. /r:D:\Microshaoft.Nuget.Packages\EntityFramework\EntityFramework.6.0.1\tools\EntityFramework.PowerShell.Utility.dll
  402. # Microsoft.IdentityModel add by Microshaoft
  403. /r:D:\Microshaoft.Nuget.Packages\Microsoft.IdentityModel\Microsoft.IdentityModel.6.1.7600.16394\lib\net35\Microsoft.IdentityModel.dll
  404. /r:"C:\Program Files\Reference Assemblies\Microsoft\Microsoft Identity Extensions\1.0\Microsoft.IdentityModel.Extensions.dll"
  405. # /r:"D:\Microshaoft.Nuget.Packages\Microsoft.Reference.Assemblies\Microsoft Identity Extensions\1.0\Microsoft.IdentityModel.Extensions.dll"
  406. /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.identitymodel.services.dll"
  407. # /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.IdentityModel.dll"
  408. /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.IdentityModel.dll"
  409. /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.IdentityModel.Selectors.dll"
  410. # OpenXML add by Microshaoft
  411. #/r:"D:\Microshaoft.Nuget.Packages\OpenXML\OpenXMLSDKV25\Global Assembly Cache Folder\DocumentFormat.OpenXml\2.0.3302.0_31BF3856AD364E35\DocumentFormat.OpenXml.dll"
  412. /r:D:\Microshaoft.Nuget.Packages\OpenXML\OpenXMLSDKV25\lib\DocumentFormat.OpenXml.dll
  413. # Hadoop/HDInsight/Hive add by Microshaoft
  414. # /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Client\Microsoft.Hadoop.Client.1.0.1.1\lib\net40\Microsoft.Data.Edm.dll
  415. # /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Client\Microsoft.Hadoop.Client.1.0.1.1\lib\net40\Microsoft.Data.OData.dll
  416. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Client\Microsoft.Hadoop.Client.1.0.1.1\lib\net40\Microsoft.Hadoop.Client.dll
  417. #/r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Client\Microsoft.Hadoop.Client.1.0.1.1\lib\net40\Microsoft.HDInsight.Threading.dll
  418. /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
  419. /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
  420. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Client\Microsoft.Hadoop.Client.1.0.1.1\lib\net40\Microsoft.WindowsAzure.Storage.dll
  421. # /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Client\Microsoft.Hadoop.Client.1.0.1.1\lib\net40\System.Spatial.dll
  422. # /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.MapReduce\Microsoft.Hadoop.MapReduce.0.12.5067.18993\content\net40\MRLib\Microsoft.Hadoop.MapReduce.dll
  423. # /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
  424. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.MapReduce\Microsoft.Hadoop.MapReduce.0.12.5067.18993\lib\net40\Microsoft.Hadoop.MapReduce.dll
  425. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.MapReduce\Microsoft.Hadoop.MapReduce.0.12.5067.18993\lib\net40\Microsoft.Hadoop.WebClient.dll
  426. /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
  427. # /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
  428. # /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.WebClient\Microsoft.Hadoop.WebClient.0.12.5067.18993\lib\net40\Microsoft.Hadoop.WebClient.dll
  429. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Hive\Microsoft.Hadoop.Hive.0.12.5067.18993\lib\net40\Microsoft.Hadoop.Hive.dll
  430. /r:D:\Microshaoft.Nuget.Packages\Microsoft.Hadoop\Microsoft.Hadoop.Avro\Microsoft.Hadoop.Avro.0.8.4951.5418\lib\net40\Microsoft.Hadoop.Avro.dll
  431. # Ix-Main add by Microshaoft
  432. /r:D:\Microshaoft.Nuget.Packages\Ix-Main\Ix-Main.1.2.2\lib\net40\System.Interactive.dll
  433. #/r:D:\Microshaoft.Nuget.Packages\Ix-Main\Ix-Main.1.2.2\lib\net45\System.Interactive.dll
  434. #/r:D:\Microshaoft.Nuget.Packages\Ix-Main\Ix-Main.1.2.2\lib\portable-windows8+net45+wp8\System.Interactive.dll
  435. #/r:D:\Microshaoft.Nuget.Packages\Ix-Main\Ix-Main.1.2.2\lib\sl5\System.Interactive.dll
  436. # microsoft shared\Web Server Extensions add by Microshaoft
  437. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\DundasWebChart.dll"
  438. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\MDXQueryGenerator.dll"
  439. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.AnalysisServices.Modeling.dll"
  440. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.Alerting.Runtime.dll"
  441. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.Alerting.ServiceRuntime.dll"
  442. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.Authorization.dll"
  443. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.ChartWebControl.dll"
  444. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.ComponentLibrary.Engine.dll"
  445. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.DataExtensions.dll"
  446. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.DataExtensions.Essbase.dll"
  447. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.DataExtensions.SapBw.dll"
  448. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.DataExtensions.XmlaClient.dll"
  449. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.DataFeedClient.dll"
  450. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.DataRendering.dll"
  451. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.DataSegmentRendering.dll"
  452. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.Diagnostics.dll"
  453. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.EssbaseMDXQueryGenerator.dll"
  454. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.ExcelRendering.dll"
  455. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.GaugeWebControl.dll"
  456. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.HPBProcessing.dll"
  457. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.HtmlRendering.dll"
  458. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.ImageRendering.dll"
  459. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.Interfaces.dll"
  460. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.Modeling.dll"
  461. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.NullRendering.dll"
  462. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.ProcessingCore.dll"
  463. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.ProcessingObjectModel.dll"
  464. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.RdlObjectModel.dll"
  465. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.RichText.dll"
  466. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.RPLObjectModel.dll"
  467. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.RPLRendering.dll"
  468. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.RsClient.dll"
  469. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.RSSPMemMonitor.dll"
  470. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.SapBwMDXQueryGenerator.dll"
  471. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.SemanticQueryEngine.dll"
  472. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.ServiceRuntime.dll"
  473. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.SharePoint.ObjectModel.dll"
  474. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.SharePoint.Server.dll"
  475. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.SharePoint12.Server.dll"
  476. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.SharePoint14.Server.dll"
  477. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.SPBProcessing.dll"
  478. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.UpgradeScripts.dll"
  479. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.UsageTracking.dll"
  480. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.WebMap.dll"
  481. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\Microsoft.ReportingServices.WordRendering.dll"
  482. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesAppDomainManager.dll"
  483. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesCDOInterop.dll"
  484. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesCompression.dll"
  485. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesEmailDeliveryProvider.dll"
  486. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesFileShareDeliveryProvider.dll"
  487. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesLibrary.dll"
  488. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesNativeClient.dll"
  489. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesNullDeliveryProvider.dll"
  490. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesRenderingNative.dll"
  491. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesSharePointDeliveryExtension.dll"
  492. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\ReportingServicesWebServer.dll"
  493. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\RSHttpRuntime.dll"
  494. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\RSSPMemMonNative.dll"
  495. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\SQLRSSPOS.dll"
  496. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\MDXQueryGenerator.resources.dll"
  497. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.AnalysisServices.Modeling.resources.dll"
  498. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.Alerting.Runtime.resources.dll"
  499. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.Alerting.ServiceRuntime.resources.dll"
  500. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ChartWebControl.resources.dll"
  501. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ComponentLibrary.Engine.resources.dll"
  502. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataExtensions.Essbase.resources.dll"
  503. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataExtensions.resources.dll"
  504. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataExtensions.SapBw.resources.dll"
  505. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataExtensions.XmlaClient.resources.dll"
  506. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataFeedClient.resources.dll"
  507. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataRendering.resources.dll"
  508. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataSegmentRendering.resources.dll"
  509. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.Diagnostics.resources.dll"
  510. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.EssbaseMDXQueryGenerator.resources.dll"
  511. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ExcelRendering.resources.dll"
  512. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.GaugeWebControl.resources.dll"
  513. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.HPBProcessing.resources.dll"
  514. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.HtmlRendering.resources.dll"
  515. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ImageRendering.resources.dll"
  516. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.Modeling.resources.dll"
  517. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.NullRendering.resources.dll"
  518. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ProcessingCore.resources.dll"
  519. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.RichText.resources.dll"
  520. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.RPLRendering.resources.dll"
  521. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.RsClient.resources.dll"
  522. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.SapBwMDXQueryGenerator.resources.dll"
  523. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.SemanticQueryEngine.resources.dll"
  524. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ServiceRuntime.resources.dll"
  525. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.SharePoint.Server.resources.dll"
  526. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.SPBProcessing.resources.dll"
  527. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.WebMap.resources.dll"
  528. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.WordRendering.resources.dll"
  529. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\ReportingServicesEmailDeliveryProvider.resources.dll"
  530. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\ReportingServicesFileShareDeliveryProvider.resources.dll"
  531. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\ReportingServicesLibrary.resources.dll"
  532. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\ReportingServicesNativeClient.resources.dll"
  533. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\ReportingServicesNullDeliveryProvider.resources.dll"
  534. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\ReportingServicesSharePointDeliveryExtension.resources.dll"
  535. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHS\ReportingServicesWebServer.resources.dll"
  536. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\MDXQueryGenerator.resources.dll"
  537. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.AnalysisServices.Modeling.resources.dll"
  538. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.Alerting.Runtime.resources.dll"
  539. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.Alerting.ServiceRuntime.resources.dll"
  540. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.ChartWebControl.resources.dll"
  541. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.ComponentLibrary.Engine.resources.dll"
  542. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.DataExtensions.Essbase.resources.dll"
  543. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.DataExtensions.resources.dll"
  544. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.DataExtensions.SapBw.resources.dll"
  545. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.DataExtensions.XmlaClient.resources.dll"
  546. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.DataFeedClient.resources.dll"
  547. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.DataRendering.resources.dll"
  548. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.DataSegmentRendering.resources.dll"
  549. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.Diagnostics.resources.dll"
  550. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.EssbaseMDXQueryGenerator.resources.dll"
  551. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.ExcelRendering.resources.dll"
  552. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.GaugeWebControl.resources.dll"
  553. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.HPBProcessing.resources.dll"
  554. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.HtmlRendering.resources.dll"
  555. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.ImageRendering.resources.dll"
  556. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.Modeling.resources.dll"
  557. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.NullRendering.resources.dll"
  558. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.ProcessingCore.resources.dll"
  559. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.RichText.resources.dll"
  560. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.RPLRendering.resources.dll"
  561. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.RsClient.resources.dll"
  562. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.SapBwMDXQueryGenerator.resources.dll"
  563. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.SemanticQueryEngine.resources.dll"
  564. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.ServiceRuntime.resources.dll"
  565. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.SharePoint.Server.resources.dll"
  566. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.SPBProcessing.resources.dll"
  567. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.WebMap.resources.dll"
  568. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\Microsoft.ReportingServices.WordRendering.resources.dll"
  569. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\ReportingServicesEmailDeliveryProvider.resources.dll"
  570. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\ReportingServicesFileShareDeliveryProvider.resources.dll"
  571. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\ReportingServicesLibrary.resources.dll"
  572. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\ReportingServicesNativeClient.resources.dll"
  573. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\ReportingServicesNullDeliveryProvider.resources.dll"
  574. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\ReportingServicesSharePointDeliveryExtension.resources.dll"
  575. ##/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting\bin\zh-CHT\ReportingServicesWebServer.resources.dll"
  576. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\Client\MSOIDCLIL.DLL"
  577. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\Client\MSOIDRES.DLL"
  578. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.Office.Client.Education.dll"
  579. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.Office.Client.Policy.dll"
  580. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.Office.Client.TranslationServices.dll"
  581. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.dll"
  582. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.DocumentManagement.dll"
  583. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Publishing.dll"
  584. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Runtime.dll"
  585. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Search.Applications.dll"
  586. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Search.dll"
  587. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Taxonomy.dll"
  588. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.UserProfiles.dll"
  589. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.WorkflowServices.dll"
  590. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.Office.Client.Policy.Silverlight.dll"
  591. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.Office.Client.TranslationServices.Silverlight.dll"
  592. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.DocumentManagement.Silverlight.dll"
  593. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.Publishing.Silverlight.dll"
  594. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.Search.Applications.Silverlight.dll"
  595. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.Search.Silverlight.dll"
  596. # /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.Silverlight.dll"
  597. # /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.Silverlight.Runtime.dll"
  598. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll"
  599. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.UserProfiles.Phone.dll"
  600. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll"
  601. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ClientBin\Microsoft.SharePoint.Client.WorkflowServices.Silverlight.dll"
  602. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\WorkflowActivities\Microsoft.SharePoint.WorkflowServices.Activities.dll"
  603. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\DundasWebChart.dll"
  604. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\MDXQueryGenerator.dll"
  605. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.AnalysisServices.Modeling.dll"
  606. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.Alerting.Runtime.dll"
  607. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.Alerting.ServiceRuntime.dll"
  608. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.Authorization.dll"
  609. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.ChartWebControl.dll"
  610. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.ComponentLibrary.Engine.dll"
  611. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.DataExtensions.dll"
  612. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.DataExtensions.Essbase.dll"
  613. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.DataExtensions.SapBw.dll"
  614. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.DataExtensions.XmlaClient.dll"
  615. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.DataFeedClient.dll"
  616. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.DataRendering.dll"
  617. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.DataSegmentRendering.dll"
  618. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.Diagnostics.dll"
  619. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.EssbaseMDXQueryGenerator.dll"
  620. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.ExcelRendering.dll"
  621. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.GaugeWebControl.dll"
  622. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.HPBProcessing.dll"
  623. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.HtmlRendering.dll"
  624. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.ImageRendering.dll"
  625. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.Interfaces.dll"
  626. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.Modeling.dll"
  627. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.NullRendering.dll"
  628. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.ProcessingCore.dll"
  629. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.ProcessingObjectModel.dll"
  630. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.RdlObjectModel.dll"
  631. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.RichText.dll"
  632. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.RPLObjectModel.dll"
  633. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.RPLRendering.dll"
  634. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.RsClient.dll"
  635. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.RSSPMemMonitor.dll"
  636. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.SapBwMDXQueryGenerator.dll"
  637. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.SemanticQueryEngine.dll"
  638. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.ServiceRuntime.dll"
  639. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.SharePoint.ObjectModel.dll"
  640. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.SharePoint.Server.dll"
  641. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.SharePoint12.Server.dll"
  642. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.SharePoint14.Server.dll"
  643. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.SPBProcessing.dll"
  644. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.UpgradeScripts.dll"
  645. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.UsageTracking.dll"
  646. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.WebMap.dll"
  647. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\Microsoft.ReportingServices.WordRendering.dll"
  648. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesAppDomainManager.dll"
  649. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesCDOInterop.dll"
  650. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesCompression.dll"
  651. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesEmailDeliveryProvider.dll"
  652. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesFileShareDeliveryProvider.dll"
  653. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesLibrary.dll"
  654. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesNativeClient.dll"
  655. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesNullDeliveryProvider.dll"
  656. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesRenderingNative.dll"
  657. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesSharePointDeliveryExtension.dll"
  658. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\ReportingServicesWebServer.dll"
  659. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\RSHttpRuntime.dll"
  660. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\RSSPMemMonNative.dll"
  661. #/r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\SQLRSSPOS.dll"
  662. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\MDXQueryGenerator.resources.dll"
  663. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.AnalysisServices.Modeling.resources.dll"
  664. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.Alerting.Runtime.resources.dll"
  665. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.Alerting.ServiceRuntime.resources.dll"
  666. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ChartWebControl.resources.dll"
  667. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ComponentLibrary.Engine.resources.dll"
  668. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataExtensions.Essbase.resources.dll"
  669. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataExtensions.resources.dll"
  670. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataExtensions.SapBw.resources.dll"
  671. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataExtensions.XmlaClient.resources.dll"
  672. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataFeedClient.resources.dll"
  673. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataRendering.resources.dll"
  674. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.DataSegmentRendering.resources.dll"
  675. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.Diagnostics.resources.dll"
  676. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.EssbaseMDXQueryGenerator.resources.dll"
  677. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ExcelRendering.resources.dll"
  678. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.GaugeWebControl.resources.dll"
  679. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.HPBProcessing.resources.dll"
  680. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.HtmlRendering.resources.dll"
  681. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ImageRendering.resources.dll"
  682. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.Modeling.resources.dll"
  683. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.NullRendering.resources.dll"
  684. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ProcessingCore.resources.dll"
  685. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.RichText.resources.dll"
  686. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.RPLRendering.resources.dll"
  687. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.RsClient.resources.dll"
  688. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.SapBwMDXQueryGenerator.resources.dll"
  689. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.SemanticQueryEngine.resources.dll"
  690. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.ServiceRuntime.resources.dll"
  691. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.SharePoint.Server.resources.dll"
  692. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.SPBProcessing.resources.dll"
  693. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.WebMap.resources.dll"
  694. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\Microsoft.ReportingServices.WordRendering.resources.dll"
  695. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\ReportingServicesEmailDeliveryProvider.resources.dll"
  696. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\ReportingServicesFileShareDeliveryProvider.resources.dll"
  697. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\ReportingServicesLibrary.resources.dll"
  698. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\ReportingServicesNativeClient.resources.dll"
  699. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\ReportingServicesNullDeliveryProvider.resources.dll"
  700. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\ReportingServicesSharePointDeliveryExtension.resources.dll"
  701. /r:"C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\bin\zh-CHS\ReportingServicesWebServer.resources.dll"
  702. # Redis add by Microshaoft
  703. #/r:D:\Redis\dotNET\ServiceStack.Common.dll
  704. #/r:D:\Redis\dotNET\ServiceStack.dll
  705. #/r:D:\Redis\dotNET\ServiceStack.Interfaces.dll
  706. #/r:D:\Redis\dotNET\ServiceStack.OrmLite.dll
  707. #/r:D:\Redis\dotNET\ServiceStack.OrmLite.SqlServer.dll
  708. #/r:D:\Redis\dotNET\ServiceStack.Redis.dll

csc.rsp Nuget MVC/WebAPI 5.0、SignalR 2.0、Rx、Json、Azure、EntityFramework、OAuth、Spatial的更多相关文章

  1. csc.rsp Nuget MVC/WebAPI、SignalR、Rx、Json、EntityFramework、OAuth、Spatial

    # This file contains command-line options that the C# # command line compiler (CSC) will process as ...

  2. ASP.NET Core MVC/WebAPi 模型绑定探索

    前言 相信一直关注我的园友都知道,我写的博文都没有特别枯燥理论性的东西,主要是当每开启一门新的技术之旅时,刚开始就直接去看底层实现原理,第一会感觉索然无味,第二也不明白到底为何要这样做,所以只有当你用 ...

  3. ASP.NET Core MVC/WebAPi 模型绑定探索 转载https://www.cnblogs.com/CreateMyself/p/6246977.html

    前言 相信一直关注我的园友都知道,我写的博文都没有特别枯燥理论性的东西,主要是当每开启一门新的技术之旅时,刚开始就直接去看底层实现原理,第一会感觉索然无味,第二也不明白到底为何要这样做,所以只有当你用 ...

  4. 【转】ASP.NET Core MVC/WebAPi 模型绑定探索

    前言 相信一直关注我的园友都知道,我写的博文都没有特别枯燥理论性的东西,主要是当每开启一门新的技术之旅时,刚开始就直接去看底层实现原理,第一会感觉索然无味,第二也不明白到底为何要这样做,所以只有当你用 ...

  5. MVC—WebAPI(调用、授权)

    ASP.NET MVC—WebAPI(调用.授权)   本系列目录:ASP.NET MVC4入门到精通系列目录汇总 微软有了Webservice和WCF,为什么还要有WebAPI? 用过WCF的人应该 ...

  6. ASP.NET MVC深入浅出系列(持续更新) ORM系列之Entity FrameWork详解(持续更新) 第十六节:语法总结(3)(C#6.0和C#7.0新语法) 第三节:深度剖析各类数据结构(Array、List、Queue、Stack)及线程安全问题和yeild关键字 各种通讯连接方式 设计模式篇 第十二节: 总结Quartz.Net几种部署模式(IIS、Exe、服务部署【借

    ASP.NET MVC深入浅出系列(持续更新)   一. ASP.NET体系 从事.Net开发以来,最先接触的Web开发框架是Asp.Net WebForm,该框架高度封装,为了隐藏Http的无状态模 ...

  7. Visual Studio 2015 Owin+MVC+WebAPI+ODataV4+EntityFrawork+Identity+Oauth2.0+AngularJS 1.x 学习笔记

    2016年,.net 会有很多大更新 ASP.NET 5 在此之前我都是用着古老的.net做开发的 (WebForm + IIS) 为了接下来应对 .net 的新功能,我特地去学习了一下基本的 MVC ...

  8. Windows 10中的CSC.exe、CSC.rsp

    (1)CSC.exe位置 [4.0的位于] C:\Windows\Microsoft.NET\Framework\v4.0.30319 [之后版本的位于] C:\Program Files (x86) ...

  9. Taurus.MVC WebAPI 入门开发教程4:控制器方法及参数定义、获取及基础校验属性【Require】。

    系列目录 1.Taurus.MVC WebAPI  入门开发教程1:框架下载环境配置与运行. 2.Taurus.MVC WebAPI 入门开发教程2:添加控制器输出Hello World. 3.Tau ...

随机推荐

  1. JAVA_jdk下载和环境变量的配置

    Java是一种计算机编程语言,拥有跨平台.面向对象.泛型编程的特性,广泛应用于企业级Web应用开发和移动应用开发. 基本组成: Java由四方面组成:Java编程语言.Java类文件格式.Java虚拟 ...

  2. PHP读取CSV文件把数据插入到数据库,本地没有问题,阿里云测试服务器不行

    原因是 本地windows和服务器linux编码不同,在代码中不要加编码转换的内容,而是把csv文件另存为utf-8文件上传就可以了,windows和Linux都就可以了. html代码: PHP端代 ...

  3. 给td添加滚动条

    <td><div style="overflow-y:scroll;height:330px;">test</div></td>

  4. Long Short-Term Memory (LSTM)公式简介

    Long short-term memory: make that short-term memory last for a long time. Paper Reference: A Critica ...

  5. Character类

    Character类 用来判断大小写 方法: public static boolean isUpperCase(char ch):判断是否大写 public static boolean isLow ...

  6. JQuery常用代码汇总

    获取<input />的value $("#id").val( ); 标签间的html $("#id").html('<tr><t ...

  7. pyquery的问题

    在使用pyquery时发现一些问题, 1.爬取的html中如果有较多的错误时,不能很好的补全. 2.如果要获取某个class中的内容时,如果内容太多不能取完整!只能取一部分. 这个在现在的最新版本中还 ...

  8. (二)SQL Server分区创建过程

    虽然分区有很多好处(一)SQL Server分区详解Partition,却不能随意使用:且不说分区管理的繁琐,只是跨分区带来的负面影响就需要我们好好分析是否有必要使用分区.一般分区创建的业务特点:用于 ...

  9. [Linux] 账户管理命令(二)

    组管理 1)groupadd 用于添加一个用户组. 格式:groupadd [-g -o GID] GROUP 其中:  GROUP:是要添加的组名   -g:用于指定 GID,默认为使用当前最大的 ...

  10. silverlight_容器

    Canvas絕對佈局 定位Canvas.Top.Canvas.Left ZIndex屬性 若制定2個控制項重疊,那麼後聲明控制項會覆蓋先聲明的控制項.此時可以使用Canvas.ZIndex屬性來改變它 ...