You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Discord.Net.csproj 28 kB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{8D71A857-879A-4A10-859E-5FF824ED6688}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Discord</RootNamespace>
  11. <AssemblyName>Discord.Net</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. <UseMSBuildEngine>False</UseMSBuildEngine>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>TRACE;DEBUG;NET45</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>2</WarningLevel>
  27. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  28. <LangVersion>6</LangVersion>
  29. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE;NET45</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  39. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  40. <LangVersion>6</LangVersion>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'TestResponses|AnyCPU' ">
  43. <DebugSymbols>true</DebugSymbols>
  44. <OutputPath>bin\FullDebug\</OutputPath>
  45. <DefineConstants>TRACE;DEBUG;NET45,TEST_RESPONSES</DefineConstants>
  46. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  47. <WarningLevel>2</WarningLevel>
  48. <DebugType>full</DebugType>
  49. <PlatformTarget>AnyCPU</PlatformTarget>
  50. <ErrorReport>prompt</ErrorReport>
  51. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  52. <Optimize>false</Optimize>
  53. <LangVersion>6</LangVersion>
  54. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="System" />
  58. <Reference Include="System.Net.Http" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="..\Discord.Net\API\Client\Common\Channel.cs">
  62. <Link>API\Client\Common\Channel.cs</Link>
  63. </Compile>
  64. <Compile Include="..\Discord.Net\API\Client\Common\ChannelReference.cs">
  65. <Link>API\Client\Common\ChannelReference.cs</Link>
  66. </Compile>
  67. <Compile Include="..\Discord.Net\API\Client\Common\ExtendedGuild.cs">
  68. <Link>API\Client\Common\ExtendedGuild.cs</Link>
  69. </Compile>
  70. <Compile Include="..\Discord.Net\API\Client\Common\ExtendedMember.cs">
  71. <Link>API\Client\Common\ExtendedMember.cs</Link>
  72. </Compile>
  73. <Compile Include="..\Discord.Net\API\Client\Common\Guild.cs">
  74. <Link>API\Client\Common\Guild.cs</Link>
  75. </Compile>
  76. <Compile Include="..\Discord.Net\API\Client\Common\GuildReference.cs">
  77. <Link>API\Client\Common\GuildReference.cs</Link>
  78. </Compile>
  79. <Compile Include="..\Discord.Net\API\Client\Common\Invite.cs">
  80. <Link>API\Client\Common\Invite.cs</Link>
  81. </Compile>
  82. <Compile Include="..\Discord.Net\API\Client\Common\InviteReference.cs">
  83. <Link>API\Client\Common\InviteReference.cs</Link>
  84. </Compile>
  85. <Compile Include="..\Discord.Net\API\Client\Common\Member.cs">
  86. <Link>API\Client\Common\Member.cs</Link>
  87. </Compile>
  88. <Compile Include="..\Discord.Net\API\Client\Common\MemberPresence.cs">
  89. <Link>API\Client\Common\MemberPresence.cs</Link>
  90. </Compile>
  91. <Compile Include="..\Discord.Net\API\Client\Common\MemberReference.cs">
  92. <Link>API\Client\Common\MemberReference.cs</Link>
  93. </Compile>
  94. <Compile Include="..\Discord.Net\API\Client\Common\MemberVoiceState.cs">
  95. <Link>API\Client\Common\MemberVoiceState.cs</Link>
  96. </Compile>
  97. <Compile Include="..\Discord.Net\API\Client\Common\Message.cs">
  98. <Link>API\Client\Common\Message.cs</Link>
  99. </Compile>
  100. <Compile Include="..\Discord.Net\API\Client\Common\MessageReference.cs">
  101. <Link>API\Client\Common\MessageReference.cs</Link>
  102. </Compile>
  103. <Compile Include="..\Discord.Net\API\Client\Common\Role.cs">
  104. <Link>API\Client\Common\Role.cs</Link>
  105. </Compile>
  106. <Compile Include="..\Discord.Net\API\Client\Common\RoleReference.cs">
  107. <Link>API\Client\Common\RoleReference.cs</Link>
  108. </Compile>
  109. <Compile Include="..\Discord.Net\API\Client\Common\User.cs">
  110. <Link>API\Client\Common\User.cs</Link>
  111. </Compile>
  112. <Compile Include="..\Discord.Net\API\Client\Common\UserReference.cs">
  113. <Link>API\Client\Common\UserReference.cs</Link>
  114. </Compile>
  115. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Commands\Heartbeat.cs">
  116. <Link>API\Client\GatewaySocket\Commands\Heartbeat.cs</Link>
  117. </Compile>
  118. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Commands\Identify.cs">
  119. <Link>API\Client\GatewaySocket\Commands\Identify.cs</Link>
  120. </Compile>
  121. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Commands\RequestMembers.cs">
  122. <Link>API\Client\GatewaySocket\Commands\RequestMembers.cs</Link>
  123. </Compile>
  124. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Commands\Resume.cs">
  125. <Link>API\Client\GatewaySocket\Commands\Resume.cs</Link>
  126. </Compile>
  127. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Commands\UpdateStatus.cs">
  128. <Link>API\Client\GatewaySocket\Commands\UpdateStatus.cs</Link>
  129. </Compile>
  130. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Commands\UpdateVoice.cs">
  131. <Link>API\Client\GatewaySocket\Commands\UpdateVoice.cs</Link>
  132. </Compile>
  133. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\ChannelCreate.cs">
  134. <Link>API\Client\GatewaySocket\Events\ChannelCreate.cs</Link>
  135. </Compile>
  136. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\ChannelDelete.cs">
  137. <Link>API\Client\GatewaySocket\Events\ChannelDelete.cs</Link>
  138. </Compile>
  139. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\ChannelUpdate.cs">
  140. <Link>API\Client\GatewaySocket\Events\ChannelUpdate.cs</Link>
  141. </Compile>
  142. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\GuildBanAdd.cs">
  143. <Link>API\Client\GatewaySocket\Events\GuildBanAdd.cs</Link>
  144. </Compile>
  145. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\GuildBanRemove.cs">
  146. <Link>API\Client\GatewaySocket\Events\GuildBanRemove.cs</Link>
  147. </Compile>
  148. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\GuildCreate.cs">
  149. <Link>API\Client\GatewaySocket\Events\GuildCreate.cs</Link>
  150. </Compile>
  151. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\GuildDelete.cs">
  152. <Link>API\Client\GatewaySocket\Events\GuildDelete.cs</Link>
  153. </Compile>
  154. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\GuildEmojisUpdate.cs">
  155. <Link>API\Client\GatewaySocket\Events\GuildEmojisUpdate.cs</Link>
  156. </Compile>
  157. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\GuildIntegrationsUpdate.cs">
  158. <Link>API\Client\GatewaySocket\Events\GuildIntegrationsUpdate.cs</Link>
  159. </Compile>
  160. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\GuildMemberAdd.cs">
  161. <Link>API\Client\GatewaySocket\Events\GuildMemberAdd.cs</Link>
  162. </Compile>
  163. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\GuildMemberRemove.cs">
  164. <Link>API\Client\GatewaySocket\Events\GuildMemberRemove.cs</Link>
  165. </Compile>
  166. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\GuildMembersChunk.cs">
  167. <Link>API\Client\GatewaySocket\Events\GuildMembersChunk.cs</Link>
  168. </Compile>
  169. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\GuildMemberUpdate.cs">
  170. <Link>API\Client\GatewaySocket\Events\GuildMemberUpdate.cs</Link>
  171. </Compile>
  172. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\GuildRoleCreate.cs">
  173. <Link>API\Client\GatewaySocket\Events\GuildRoleCreate.cs</Link>
  174. </Compile>
  175. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\GuildRoleDelete.cs">
  176. <Link>API\Client\GatewaySocket\Events\GuildRoleDelete.cs</Link>
  177. </Compile>
  178. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\GuildRoleUpdate.cs">
  179. <Link>API\Client\GatewaySocket\Events\GuildRoleUpdate.cs</Link>
  180. </Compile>
  181. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\GuildUpdate.cs">
  182. <Link>API\Client\GatewaySocket\Events\GuildUpdate.cs</Link>
  183. </Compile>
  184. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\MessageAck.cs">
  185. <Link>API\Client\GatewaySocket\Events\MessageAck.cs</Link>
  186. </Compile>
  187. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\MessageCreate.cs">
  188. <Link>API\Client\GatewaySocket\Events\MessageCreate.cs</Link>
  189. </Compile>
  190. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\MessageDelete.cs">
  191. <Link>API\Client\GatewaySocket\Events\MessageDelete.cs</Link>
  192. </Compile>
  193. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\MessageUpdate.cs">
  194. <Link>API\Client\GatewaySocket\Events\MessageUpdate.cs</Link>
  195. </Compile>
  196. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\PresenceUpdate.cs">
  197. <Link>API\Client\GatewaySocket\Events\PresenceUpdate.cs</Link>
  198. </Compile>
  199. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\Ready.cs">
  200. <Link>API\Client\GatewaySocket\Events\Ready.cs</Link>
  201. </Compile>
  202. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\Redirect.cs">
  203. <Link>API\Client\GatewaySocket\Events\Redirect.cs</Link>
  204. </Compile>
  205. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\Resumed.cs">
  206. <Link>API\Client\GatewaySocket\Events\Resumed.cs</Link>
  207. </Compile>
  208. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\TypingStart.cs">
  209. <Link>API\Client\GatewaySocket\Events\TypingStart.cs</Link>
  210. </Compile>
  211. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\UserSettingsUpdate.cs">
  212. <Link>API\Client\GatewaySocket\Events\UserSettingsUpdate.cs</Link>
  213. </Compile>
  214. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\UserUpdate.cs">
  215. <Link>API\Client\GatewaySocket\Events\UserUpdate.cs</Link>
  216. </Compile>
  217. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\VoiceServerUpdate.cs">
  218. <Link>API\Client\GatewaySocket\Events\VoiceServerUpdate.cs</Link>
  219. </Compile>
  220. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\Events\VoiceStateUpdate.cs">
  221. <Link>API\Client\GatewaySocket\Events\VoiceStateUpdate.cs</Link>
  222. </Compile>
  223. <Compile Include="..\Discord.Net\API\Client\GatewaySocket\OpCodes.cs">
  224. <Link>API\Client\GatewaySocket\OpCodes.cs</Link>
  225. </Compile>
  226. <Compile Include="..\Discord.Net\API\Client\IWebSocketMessage.cs">
  227. <Link>API\Client\IWebSocketMessage.cs</Link>
  228. </Compile>
  229. <Compile Include="..\Discord.Net\API\Client\Rest\AcceptInvite.cs">
  230. <Link>API\Client\Rest\AcceptInvite.cs</Link>
  231. </Compile>
  232. <Compile Include="..\Discord.Net\API\Client\Rest\AckMessage.cs">
  233. <Link>API\Client\Rest\AckMessage.cs</Link>
  234. </Compile>
  235. <Compile Include="..\Discord.Net\API\Client\Rest\AddChannelPermission.cs">
  236. <Link>API\Client\Rest\AddChannelPermission.cs</Link>
  237. </Compile>
  238. <Compile Include="..\Discord.Net\API\Client\Rest\AddGuildBan.cs">
  239. <Link>API\Client\Rest\AddGuildBan.cs</Link>
  240. </Compile>
  241. <Compile Include="..\Discord.Net\API\Client\Rest\CreateChannel.cs">
  242. <Link>API\Client\Rest\CreateChannel.cs</Link>
  243. </Compile>
  244. <Compile Include="..\Discord.Net\API\Client\Rest\CreateGuild.cs">
  245. <Link>API\Client\Rest\CreateGuild.cs</Link>
  246. </Compile>
  247. <Compile Include="..\Discord.Net\API\Client\Rest\CreateInvite.cs">
  248. <Link>API\Client\Rest\CreateInvite.cs</Link>
  249. </Compile>
  250. <Compile Include="..\Discord.Net\API\Client\Rest\CreatePrivateChannel.cs">
  251. <Link>API\Client\Rest\CreatePrivateChannel.cs</Link>
  252. </Compile>
  253. <Compile Include="..\Discord.Net\API\Client\Rest\CreateRole.cs">
  254. <Link>API\Client\Rest\CreateRole.cs</Link>
  255. </Compile>
  256. <Compile Include="..\Discord.Net\API\Client\Rest\DeleteChannel.cs">
  257. <Link>API\Client\Rest\DeleteChannel.cs</Link>
  258. </Compile>
  259. <Compile Include="..\Discord.Net\API\Client\Rest\DeleteInvite.cs">
  260. <Link>API\Client\Rest\DeleteInvite.cs</Link>
  261. </Compile>
  262. <Compile Include="..\Discord.Net\API\Client\Rest\DeleteMessage.cs">
  263. <Link>API\Client\Rest\DeleteMessage.cs</Link>
  264. </Compile>
  265. <Compile Include="..\Discord.Net\API\Client\Rest\DeleteRole.cs">
  266. <Link>API\Client\Rest\DeleteRole.cs</Link>
  267. </Compile>
  268. <Compile Include="..\Discord.Net\API\Client\Rest\Gateway.cs">
  269. <Link>API\Client\Rest\Gateway.cs</Link>
  270. </Compile>
  271. <Compile Include="..\Discord.Net\API\Client\Rest\GetBans.cs">
  272. <Link>API\Client\Rest\GetBans.cs</Link>
  273. </Compile>
  274. <Compile Include="..\Discord.Net\API\Client\Rest\GetInvite.cs">
  275. <Link>API\Client\Rest\GetInvite.cs</Link>
  276. </Compile>
  277. <Compile Include="..\Discord.Net\API\Client\Rest\GetInvites.cs">
  278. <Link>API\Client\Rest\GetInvites.cs</Link>
  279. </Compile>
  280. <Compile Include="..\Discord.Net\API\Client\Rest\GetMessages.cs">
  281. <Link>API\Client\Rest\GetMessages.cs</Link>
  282. </Compile>
  283. <Compile Include="..\Discord.Net\API\Client\Rest\GetVoiceRegions.cs">
  284. <Link>API\Client\Rest\GetVoiceRegions.cs</Link>
  285. </Compile>
  286. <Compile Include="..\Discord.Net\API\Client\Rest\GetWidget.cs">
  287. <Link>API\Client\Rest\GetWidget.cs</Link>
  288. </Compile>
  289. <Compile Include="..\Discord.Net\API\Client\Rest\KickMember.cs">
  290. <Link>API\Client\Rest\KickMember.cs</Link>
  291. </Compile>
  292. <Compile Include="..\Discord.Net\API\Client\Rest\LeaveGuild.cs">
  293. <Link>API\Client\Rest\LeaveGuild.cs</Link>
  294. </Compile>
  295. <Compile Include="..\Discord.Net\API\Client\Rest\Login.cs">
  296. <Link>API\Client\Rest\Login.cs</Link>
  297. </Compile>
  298. <Compile Include="..\Discord.Net\API\Client\Rest\Logout.cs">
  299. <Link>API\Client\Rest\Logout.cs</Link>
  300. </Compile>
  301. <Compile Include="..\Discord.Net\API\Client\Rest\PruneMembers.cs">
  302. <Link>API\Client\Rest\PruneMembers.cs</Link>
  303. </Compile>
  304. <Compile Include="..\Discord.Net\API\Client\Rest\RemoveChannelPermission.cs">
  305. <Link>API\Client\Rest\RemoveChannelPermission.cs</Link>
  306. </Compile>
  307. <Compile Include="..\Discord.Net\API\Client\Rest\RemoveGuildBan.cs">
  308. <Link>API\Client\Rest\RemoveGuildBan.cs</Link>
  309. </Compile>
  310. <Compile Include="..\Discord.Net\API\Client\Rest\ReorderChannels.cs">
  311. <Link>API\Client\Rest\ReorderChannels.cs</Link>
  312. </Compile>
  313. <Compile Include="..\Discord.Net\API\Client\Rest\ReorderRoles.cs">
  314. <Link>API\Client\Rest\ReorderRoles.cs</Link>
  315. </Compile>
  316. <Compile Include="..\Discord.Net\API\Client\Rest\SendFile.cs">
  317. <Link>API\Client\Rest\SendFile.cs</Link>
  318. </Compile>
  319. <Compile Include="..\Discord.Net\API\Client\Rest\SendIsTyping.cs">
  320. <Link>API\Client\Rest\SendIsTyping.cs</Link>
  321. </Compile>
  322. <Compile Include="..\Discord.Net\API\Client\Rest\SendMessage.cs">
  323. <Link>API\Client\Rest\SendMessage.cs</Link>
  324. </Compile>
  325. <Compile Include="..\Discord.Net\API\Client\Rest\UpdateChannel.cs">
  326. <Link>API\Client\Rest\UpdateChannel.cs</Link>
  327. </Compile>
  328. <Compile Include="..\Discord.Net\API\Client\Rest\UpdateGuild.cs">
  329. <Link>API\Client\Rest\UpdateGuild.cs</Link>
  330. </Compile>
  331. <Compile Include="..\Discord.Net\API\Client\Rest\UpdateMember.cs">
  332. <Link>API\Client\Rest\UpdateMember.cs</Link>
  333. </Compile>
  334. <Compile Include="..\Discord.Net\API\Client\Rest\UpdateMessage.cs">
  335. <Link>API\Client\Rest\UpdateMessage.cs</Link>
  336. </Compile>
  337. <Compile Include="..\Discord.Net\API\Client\Rest\UpdateProfile.cs">
  338. <Link>API\Client\Rest\UpdateProfile.cs</Link>
  339. </Compile>
  340. <Compile Include="..\Discord.Net\API\Client\Rest\UpdateRole.cs">
  341. <Link>API\Client\Rest\UpdateRole.cs</Link>
  342. </Compile>
  343. <Compile Include="..\Discord.Net\API\Client\VoiceSocket\Commands\Heartbeat.cs">
  344. <Link>API\Client\VoiceSocket\Commands\Heartbeat.cs</Link>
  345. </Compile>
  346. <Compile Include="..\Discord.Net\API\Client\VoiceSocket\Commands\Identify.cs">
  347. <Link>API\Client\VoiceSocket\Commands\Identify.cs</Link>
  348. </Compile>
  349. <Compile Include="..\Discord.Net\API\Client\VoiceSocket\Commands\SelectProtocol.cs">
  350. <Link>API\Client\VoiceSocket\Commands\SelectProtocol.cs</Link>
  351. </Compile>
  352. <Compile Include="..\Discord.Net\API\Client\VoiceSocket\Commands\SetSpeaking.cs">
  353. <Link>API\Client\VoiceSocket\Commands\SetSpeaking.cs</Link>
  354. </Compile>
  355. <Compile Include="..\Discord.Net\API\Client\VoiceSocket\Events\Ready.cs">
  356. <Link>API\Client\VoiceSocket\Events\Ready.cs</Link>
  357. </Compile>
  358. <Compile Include="..\Discord.Net\API\Client\VoiceSocket\Events\SessionDescription.cs">
  359. <Link>API\Client\VoiceSocket\Events\SessionDescription.cs</Link>
  360. </Compile>
  361. <Compile Include="..\Discord.Net\API\Client\VoiceSocket\Events\Speaking.cs">
  362. <Link>API\Client\VoiceSocket\Events\Speaking.cs</Link>
  363. </Compile>
  364. <Compile Include="..\Discord.Net\API\Client\VoiceSocket\OpCodes.cs">
  365. <Link>API\Client\VoiceSocket\OpCodes.cs</Link>
  366. </Compile>
  367. <Compile Include="..\Discord.Net\API\Converters.cs">
  368. <Link>API\Converters.cs</Link>
  369. </Compile>
  370. <Compile Include="..\Discord.Net\API\Extensions.cs">
  371. <Link>API\Extensions.cs</Link>
  372. </Compile>
  373. <Compile Include="..\Discord.Net\API\IRestRequest.cs">
  374. <Link>API\IRestRequest.cs</Link>
  375. </Compile>
  376. <Compile Include="..\Discord.Net\API\Status\Common\StatusResult.cs">
  377. <Link>API\Status\Common\StatusResult.cs</Link>
  378. </Compile>
  379. <Compile Include="..\Discord.Net\API\Status\Rest\ActiveMaintenances.cs">
  380. <Link>API\Status\Rest\ActiveMaintenances.cs</Link>
  381. </Compile>
  382. <Compile Include="..\Discord.Net\API\Status\Rest\AllIncidents.cs">
  383. <Link>API\Status\Rest\AllIncidents.cs</Link>
  384. </Compile>
  385. <Compile Include="..\Discord.Net\API\Status\Rest\UnresolvedIncidents.cs">
  386. <Link>API\Status\Rest\UnresolvedIncidents.cs</Link>
  387. </Compile>
  388. <Compile Include="..\Discord.Net\API\Status\Rest\UpcomingMaintenances.cs">
  389. <Link>API\Status\Rest\UpcomingMaintenances.cs</Link>
  390. </Compile>
  391. <Compile Include="..\Discord.Net\DiscordClient.cs">
  392. <Link>DiscordClient.cs</Link>
  393. </Compile>
  394. <Compile Include="..\Discord.Net\DiscordClient.Events.cs">
  395. <Link>DiscordClient.Events.cs</Link>
  396. </Compile>
  397. <Compile Include="..\Discord.Net\DiscordConfig.cs">
  398. <Link>DiscordConfig.cs</Link>
  399. </Compile>
  400. <Compile Include="..\Discord.Net\DynamicIL.cs">
  401. <Link>DynamicIL.cs</Link>
  402. </Compile>
  403. <Compile Include="..\Discord.Net\Enums\ChannelType.cs">
  404. <Link>Enums\ChannelType.cs</Link>
  405. </Compile>
  406. <Compile Include="..\Discord.Net\Enums\ConnectionState.cs">
  407. <Link>Enums\ConnectionState.cs</Link>
  408. </Compile>
  409. <Compile Include="..\Discord.Net\Enums\ImageType.cs">
  410. <Link>Enums\ImageType.cs</Link>
  411. </Compile>
  412. <Compile Include="..\Discord.Net\Enums\LogSeverity.cs">
  413. <Link>Enums\LogSeverity.cs</Link>
  414. </Compile>
  415. <Compile Include="..\Discord.Net\Enums\PermissionBits.cs">
  416. <Link>Enums\PermissionBits.cs</Link>
  417. </Compile>
  418. <Compile Include="..\Discord.Net\Enums\PermissionTarget.cs">
  419. <Link>Enums\PermissionTarget.cs</Link>
  420. </Compile>
  421. <Compile Include="..\Discord.Net\Enums\PermValue.cs">
  422. <Link>Enums\PermValue.cs</Link>
  423. </Compile>
  424. <Compile Include="..\Discord.Net\Enums\Relative.cs">
  425. <Link>Enums\Relative.cs</Link>
  426. </Compile>
  427. <Compile Include="..\Discord.Net\Enums\StringEnum.cs">
  428. <Link>Enums\StringEnum.cs</Link>
  429. </Compile>
  430. <Compile Include="..\Discord.Net\Enums\UserStatus.cs">
  431. <Link>Enums\UserStatus.cs</Link>
  432. </Compile>
  433. <Compile Include="..\Discord.Net\ETF\ETFReader.cs">
  434. <Link>ETF\ETFReader.cs</Link>
  435. </Compile>
  436. <Compile Include="..\Discord.Net\ETF\ETFType.cs">
  437. <Link>ETF\ETFType.cs</Link>
  438. </Compile>
  439. <Compile Include="..\Discord.Net\ETF\ETFWriter.cs">
  440. <Link>ETF\ETFWriter.cs</Link>
  441. </Compile>
  442. <Compile Include="..\Discord.Net\Events\ChannelEventArgs.cs">
  443. <Link>Events\ChannelEventArgs.cs</Link>
  444. </Compile>
  445. <Compile Include="..\Discord.Net\Events\ChannelUpdatedEventArgs.cs">
  446. <Link>Events\ChannelUpdatedEventArgs.cs</Link>
  447. </Compile>
  448. <Compile Include="..\Discord.Net\Events\ChannelUserEventArgs.cs">
  449. <Link>Events\ChannelUserEventArgs.cs</Link>
  450. </Compile>
  451. <Compile Include="..\Discord.Net\Events\DisconnectedEventArgs.cs">
  452. <Link>Events\DisconnectedEventArgs.cs</Link>
  453. </Compile>
  454. <Compile Include="..\Discord.Net\Events\LogMessageEventArgs.cs">
  455. <Link>Events\LogMessageEventArgs.cs</Link>
  456. </Compile>
  457. <Compile Include="..\Discord.Net\Events\MessageEventArgs.cs">
  458. <Link>Events\MessageEventArgs.cs</Link>
  459. </Compile>
  460. <Compile Include="..\Discord.Net\Events\MessageUpdatedEventArgs.cs">
  461. <Link>Events\MessageUpdatedEventArgs.cs</Link>
  462. </Compile>
  463. <Compile Include="..\Discord.Net\Events\ProfileUpdatedEventArgs.cs">
  464. <Link>Events\ProfileUpdatedEventArgs.cs</Link>
  465. </Compile>
  466. <Compile Include="..\Discord.Net\Events\RoleEventArgs.cs">
  467. <Link>Events\RoleEventArgs.cs</Link>
  468. </Compile>
  469. <Compile Include="..\Discord.Net\Events\RoleUpdatedEventArgs.cs">
  470. <Link>Events\RoleUpdatedEventArgs.cs</Link>
  471. </Compile>
  472. <Compile Include="..\Discord.Net\Events\ServerEventArgs.cs">
  473. <Link>Events\ServerEventArgs.cs</Link>
  474. </Compile>
  475. <Compile Include="..\Discord.Net\Events\ServerUpdatedEventArgs.cs">
  476. <Link>Events\ServerUpdatedEventArgs.cs</Link>
  477. </Compile>
  478. <Compile Include="..\Discord.Net\Events\UserEventArgs.cs">
  479. <Link>Events\UserEventArgs.cs</Link>
  480. </Compile>
  481. <Compile Include="..\Discord.Net\Events\UserUpdatedEventArgs.cs">
  482. <Link>Events\UserUpdatedEventArgs.cs</Link>
  483. </Compile>
  484. <Compile Include="..\Discord.Net\Format.cs">
  485. <Link>Format.cs</Link>
  486. </Compile>
  487. <Compile Include="..\Discord.Net\IMentionable.cs">
  488. <Link>IMentionable.cs</Link>
  489. </Compile>
  490. <Compile Include="..\Discord.Net\InternalExtensions.cs">
  491. <Link>InternalExtensions.cs</Link>
  492. </Compile>
  493. <Compile Include="..\Discord.Net\IService.cs">
  494. <Link>IService.cs</Link>
  495. </Compile>
  496. <Compile Include="..\Discord.Net\Legacy.cs">
  497. <Link>Legacy.cs</Link>
  498. </Compile>
  499. <Compile Include="..\Discord.Net\Logging\ILogger.cs">
  500. <Link>Logging\ILogger.cs</Link>
  501. </Compile>
  502. <Compile Include="..\Discord.Net\Logging\Logger.cs">
  503. <Link>Logging\Logger.cs</Link>
  504. </Compile>
  505. <Compile Include="..\Discord.Net\Logging\LogManager.cs">
  506. <Link>Logging\LogManager.cs</Link>
  507. </Compile>
  508. <Compile Include="..\Discord.Net\MessageQueue.cs">
  509. <Link>MessageQueue.cs</Link>
  510. </Compile>
  511. <Compile Include="..\Discord.Net\Models\Channel.cs">
  512. <Link>Models\Channel.cs</Link>
  513. </Compile>
  514. <Compile Include="..\Discord.Net\Models\Color.cs">
  515. <Link>Models\Color.cs</Link>
  516. </Compile>
  517. <Compile Include="..\Discord.Net\Models\Invite.cs">
  518. <Link>Models\Invite.cs</Link>
  519. </Compile>
  520. <Compile Include="..\Discord.Net\Models\Message.cs">
  521. <Link>Models\Message.cs</Link>
  522. </Compile>
  523. <Compile Include="..\Discord.Net\Models\Permissions.cs">
  524. <Link>Models\Permissions.cs</Link>
  525. </Compile>
  526. <Compile Include="..\Discord.Net\Models\Profile.cs">
  527. <Link>Models\Profile.cs</Link>
  528. </Compile>
  529. <Compile Include="..\Discord.Net\Models\Region.cs">
  530. <Link>Models\Region.cs</Link>
  531. </Compile>
  532. <Compile Include="..\Discord.Net\Models\Role.cs">
  533. <Link>Models\Role.cs</Link>
  534. </Compile>
  535. <Compile Include="..\Discord.Net\Models\Server.cs">
  536. <Link>Models\Server.cs</Link>
  537. </Compile>
  538. <Compile Include="..\Discord.Net\Models\User.cs">
  539. <Link>Models\User.cs</Link>
  540. </Compile>
  541. <Compile Include="..\Discord.Net\Net\HttpException.cs">
  542. <Link>Net\HttpException.cs</Link>
  543. </Compile>
  544. <Compile Include="..\Discord.Net\Net\Rest\CompletedRequestEventArgs.cs">
  545. <Link>Net\Rest\CompletedRequestEventArgs.cs</Link>
  546. </Compile>
  547. <Compile Include="..\Discord.Net\Net\Rest\ETFRestClient.cs">
  548. <Link>Net\Rest\ETFRestClient.cs</Link>
  549. </Compile>
  550. <Compile Include="..\Discord.Net\Net\Rest\IRestEngine.cs">
  551. <Link>Net\Rest\IRestEngine.cs</Link>
  552. </Compile>
  553. <Compile Include="..\Discord.Net\Net\Rest\JsonRestClient.cs">
  554. <Link>Net\Rest\JsonRestClient.cs</Link>
  555. </Compile>
  556. <Compile Include="..\Discord.Net\Net\Rest\RequestEventArgs.cs">
  557. <Link>Net\Rest\RequestEventArgs.cs</Link>
  558. </Compile>
  559. <Compile Include="..\Discord.Net\Net\Rest\RestClient.cs">
  560. <Link>Net\Rest\RestClient.cs</Link>
  561. </Compile>
  562. <Compile Include="..\Discord.Net\Net\Rest\SharpRestEngine.cs">
  563. <Link>Net\Rest\SharpRestEngine.cs</Link>
  564. </Compile>
  565. <Compile Include="..\Discord.Net\Net\TimeoutException.cs">
  566. <Link>Net\TimeoutException.cs</Link>
  567. </Compile>
  568. <Compile Include="..\Discord.Net\Net\WebSocketException.cs">
  569. <Link>Net\WebSockets\WebSocketException.cs</Link>
  570. </Compile>
  571. <Compile Include="..\Discord.Net\Net\WebSockets\BinaryMessageEventArgs.cs">
  572. <Link>Net\WebSockets\BinaryMessageEventArgs.cs</Link>
  573. </Compile>
  574. <Compile Include="..\Discord.Net\Net\WebSockets\BuiltInEngine.cs">
  575. <Link>Net\WebSockets\BuiltInEngine.cs</Link>
  576. </Compile>
  577. <Compile Include="..\Discord.Net\Net\WebSockets\GatewaySocket.cs">
  578. <Link>Net\WebSockets\GatewaySocket.cs</Link>
  579. </Compile>
  580. <Compile Include="..\Discord.Net\Net\WebSockets\IWebSocketEngine.cs">
  581. <Link>Net\WebSockets\IWebSocketEngine.cs</Link>
  582. </Compile>
  583. <Compile Include="..\Discord.Net\Net\WebSockets\TextMessageEventArgs.cs">
  584. <Link>Net\WebSockets\TextMessageEventArgs.cs</Link>
  585. </Compile>
  586. <Compile Include="..\Discord.Net\Net\WebSockets\WebSocket.cs">
  587. <Link>Net\WebSockets\WebSocket.cs</Link>
  588. </Compile>
  589. <Compile Include="..\Discord.Net\Net\WebSockets\WebSocketEventEventArgs.cs">
  590. <Link>Net\WebSockets\WebSocketEventEventArgs.cs</Link>
  591. </Compile>
  592. <Compile Include="..\Discord.Net\Net\WebSockets\WS4NetEngine.cs">
  593. <Link>Net\WebSockets\WS4NetEngine.cs</Link>
  594. </Compile>
  595. <Compile Include="..\Discord.Net\ServiceCollection.cs">
  596. <Link>ServiceCollection.cs</Link>
  597. </Compile>
  598. <Compile Include="..\Discord.Net\TaskManager.cs">
  599. <Link>TaskManager.cs</Link>
  600. </Compile>
  601. <Compile Include="Properties\AssemblyInfo.cs" />
  602. </ItemGroup>
  603. <ItemGroup>
  604. <Content Include="project.lock.json">
  605. <DependentUpon>project.json</DependentUpon>
  606. </Content>
  607. <Content Include="project.json" />
  608. </ItemGroup>
  609. <ItemGroup>
  610. <Folder Include="API\Bot\" />
  611. </ItemGroup>
  612. <Import Project="..\Discord.Net.Shared\Discord.Net.Shared.projitems" Label="Shared" />
  613. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  614. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  615. Other similar extension points exist, see Microsoft.Common.targets.
  616. <Target Name="BeforeBuild">
  617. </Target>
  618. <Target Name="AfterBuild">
  619. </Target>
  620. -->
  621. </Project>