2017-05-13 17:08:44 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
2017-05-14 12:02:51 +00:00
<ProjectGuid > {97523AED-B694-42C2-96AC-86A1D65109F7}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
2017-05-13 17:08:44 +00:00
<RootNamespace > Maki</RootNamespace>
<AssemblyName > Maki</AssemblyName>
2017-05-14 12:02:51 +00:00
<TargetFrameworkVersion > v4.0</TargetFrameworkVersion>
2017-05-13 17:08:44 +00:00
<FileAlignment > 512</FileAlignment>
2017-05-14 12:02:51 +00:00
<TargetFrameworkProfile />
2017-05-13 17:08:44 +00:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2017-05-14 12:02:51 +00:00
<Prefer32Bit > false</Prefer32Bit>
<NoWarn > 0649</NoWarn>
2017-05-13 17:08:44 +00:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2017-05-14 12:02:51 +00:00
<Prefer32Bit > false</Prefer32Bit>
<NoWarn > 0649</NoWarn>
2017-05-13 17:08:44 +00:00
</PropertyGroup>
<ItemGroup >
2018-03-06 19:23:53 +00:00
<Reference Include= "Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
</Reference>
2017-08-07 19:10:37 +00:00
<Reference Include= "Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
2017-11-13 09:17:15 +00:00
<HintPath > $(SolutionDir)\packages\Newtonsoft.Json.10.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
2017-05-14 12:02:51 +00:00
</Reference>
<Reference Include= "System" />
2017-12-06 03:50:23 +00:00
<Reference Include= "System.IO, Version=2.6.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Microsoft.Bcl.1.1.10\lib\net40\System.IO.dll</HintPath>
</Reference>
2018-03-06 19:23:53 +00:00
<Reference Include= "System.Net" />
2017-12-06 03:50:23 +00:00
<Reference Include= "System.Net.Http, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Microsoft.Net.Http.2.2.29\lib\net40\System.Net.Http.dll</HintPath>
</Reference>
<Reference Include= "System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Microsoft.Net.Http.2.2.29\lib\net40\System.Net.Http.Extensions.dll</HintPath>
</Reference>
<Reference Include= "System.Net.Http.Primitives, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Microsoft.Net.Http.2.2.29\lib\net40\System.Net.Http.Primitives.dll</HintPath>
</Reference>
<Reference Include= "System.Net.Http.WebRequest, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Microsoft.Net.Http.2.2.29\lib\net40\System.Net.Http.WebRequest.dll</HintPath>
</Reference>
<Reference Include= "System.Runtime, Version=2.6.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Microsoft.Bcl.1.1.10\lib\net40\System.Runtime.dll</HintPath>
</Reference>
<Reference Include= "System.Threading.Tasks, Version=2.6.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Microsoft.Bcl.1.1.10\lib\net40\System.Threading.Tasks.dll</HintPath>
</Reference>
2017-05-14 12:02:51 +00:00
<Reference Include= "websocket-sharp, Version=1.0.2.59611, Culture=neutral, PublicKeyToken=5660b08a1845a91e, processorArchitecture=MSIL" >
2017-11-13 09:17:15 +00:00
<HintPath > $(SolutionDir)\packages\WebSocketSharp.1.0.3-rc11\lib\websocket-sharp.dll</HintPath>
2017-05-14 12:02:51 +00:00
</Reference>
</ItemGroup>
<ItemGroup >
2017-10-13 20:05:50 +00:00
<Compile Include= "BaseManager.cs" />
<Compile Include= "ChannelManager.cs" />
2017-05-14 12:02:51 +00:00
<Compile Include= "DiscordChannel.cs" />
<Compile Include= "Discord.cs" />
2017-05-16 22:45:28 +00:00
<Compile Include= "DiscordChannelType.cs" />
2017-05-14 12:02:51 +00:00
<Compile Include= "DiscordColour.cs" />
<Compile Include= "DiscordEmbed.cs" />
<Compile Include= "DiscordEmbedAuthor.cs" />
<Compile Include= "DiscordEmbedField.cs" />
<Compile Include= "DiscordEmbedFooter.cs" />
<Compile Include= "DiscordEmbedImage.cs" />
2017-05-27 08:48:11 +00:00
<Compile Include= "DiscordException.cs" />
2017-05-17 22:33:09 +00:00
<Compile Include= "DiscordGame.cs" />
2017-05-14 12:02:51 +00:00
<Compile Include= "DiscordMember.cs" />
<Compile Include= "DiscordMessage.cs" />
2017-05-24 20:30:46 +00:00
<Compile Include= "DiscordParams.cs" />
2017-05-14 12:02:51 +00:00
<Compile Include= "DiscordRole.cs" />
<Compile Include= "DiscordServer.cs" />
2017-05-17 22:33:09 +00:00
<Compile Include= "DiscordUserStatus.cs" />
2017-05-14 12:02:51 +00:00
<Compile Include= "DiscordUser.cs" />
2017-10-13 20:05:50 +00:00
<Compile Include= "MemberManager.cs" />
<Compile Include= "MessageManager.cs" />
2017-05-14 12:02:51 +00:00
<Compile Include= "Rest\RestErrorCode.cs" />
2017-05-31 21:02:38 +00:00
<Compile Include= "Rest\HttpMethod.cs" />
2017-05-14 12:02:51 +00:00
<Compile Include= "Rest\RestEndpoints.cs" />
<Compile Include= "Gateway\GatewayHeartbeatManager.cs" />
<Compile Include= "Gateway\GatewayOPCode.cs" />
<Compile Include= "DiscordPermission.cs" />
<Compile Include= "DiscordTokenType.cs" />
<Compile Include= "Gateway\GatewayCloseCode.cs" />
2017-05-31 21:02:38 +00:00
<Compile Include= "Rest\WebRequest.cs" />
2017-10-13 20:05:50 +00:00
<Compile Include= "RoleManager.cs" />
<Compile Include= "ServerManager.cs" />
2017-05-14 12:02:51 +00:00
<Compile Include= "Structures\Channels\Channel.cs" />
<Compile Include= "Structures\Channels\ChannelType.cs" />
<Compile Include= "Structures\Embeds\Embed.cs" />
<Compile Include= "Structures\Embeds\EmbedAuthor.cs" />
<Compile Include= "Structures\Embeds\EmbedField.cs" />
<Compile Include= "Structures\Embeds\EmbedFooter.cs" />
<Compile Include= "Structures\Embeds\EmbedImage.cs" />
<Compile Include= "Structures\Embeds\EmbedProvider.cs" />
<Compile Include= "Structures\Embeds\EmbedVideo.cs" />
<Compile Include= "Structures\Gateway\GatewayHello.cs" />
<Compile Include= "Structures\Gateway\GatewayIdentification.cs" />
<Compile Include= "Structures\Gateway\GatewayIdentificationProperties.cs" />
<Compile Include= "Structures\Gateway\GatewayReady.cs" />
<Compile Include= "Gateway\GatewayShard.cs" />
<Compile Include= "Gateway\GatewayShardClient.cs" />
<Compile Include= "Structures\Gateway\GatewayInfo.cs" />
<Compile Include= "Structures\Gateway\GatewayPayload.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "Structures\Gateway\GatewayRequestGuildMembers.cs" />
<Compile Include= "Structures\Gateway\GatewayResume.cs" />
<Compile Include= "Structures\Gateway\GatewayStatusUpdate.cs" />
<Compile Include= "Structures\Gateway\GatewayVoiceStateUpdate.cs" />
<Compile Include= "Structures\Guilds\Guild.cs" />
<Compile Include= "Structures\Guilds\GuildWidget.cs" />
<Compile Include= "Structures\Guilds\GuildIntegration.cs" />
<Compile Include= "Structures\Guilds\GuildIntegrationAccount.cs" />
<Compile Include= "Structures\Guilds\GuildMember.cs" />
<Compile Include= "Structures\Guilds\GuildMembersChunk.cs" />
<Compile Include= "Structures\Guilds\GuildRole.cs" />
<Compile Include= "Structures\Messages\Attachment.cs" />
<Compile Include= "Structures\Messages\Emoji.cs" />
<Compile Include= "Structures\Messages\Message.cs" />
<Compile Include= "Structures\Messages\MessageReaction.cs" />
<Compile Include= "Structures\Presences\Game.cs" />
<Compile Include= "Structures\Presences\GameType.cs" />
<Compile Include= "Structures\Presences\Presence.cs" />
<Compile Include= "Structures\Presences\TypingStart.cs" />
<Compile Include= "Structures\Rest\Error.cs" />
<Compile Include= "Structures\Rest\MessageCreate.cs" />
2017-05-20 01:29:03 +00:00
<Compile Include= "Structures\Rest\MessageEdit.cs" />
2017-05-14 12:02:51 +00:00
<Compile Include= "Structures\Rest\RoleCreate.cs" />
<Compile Include= "Structures\Roles\Role.cs" />
<Compile Include= "Structures\Users\PermissionOverwrite.cs" />
<Compile Include= "Structures\Users\User.cs" />
2017-10-13 20:05:50 +00:00
<Compile Include= "UserManager.cs" />
2017-05-14 12:02:51 +00:00
<Compile Include= "Utility.cs" />
</ItemGroup>
<ItemGroup >
2017-12-06 03:50:23 +00:00
<None Include= "app.config" />
2017-05-14 12:02:51 +00:00
<None Include= "packages.config" />
2017-05-13 17:08:44 +00:00
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2017-12-06 03:50:23 +00:00
<Import Project= "..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition= "Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
<Target Name= "EnsureBclBuildImported" BeforeTargets= "BeforeBuild" Condition= "'$(BclBuildImported)' == ''" >
<Error Condition= "!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text= "This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword= "BCLBUILD2001" />
<Error Condition= "Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text= "The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword= "BCLBUILD2002" />
</Target>
2017-05-13 17:08:44 +00:00
</Project>