|
@@ -7,7 +7,7 @@
|
|
|
<OutputType>Exe</OutputType>
|
|
|
<RootNamespace>TFABot</RootNamespace>
|
|
|
<AssemblyName>TFA-Bot</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
|
|
+ <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
@@ -33,15 +33,6 @@
|
|
|
<Reference Include="mscorlib" />
|
|
|
<Reference Include="System.Web" />
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
- <Reference Include="websocket-sharp">
|
|
|
- <HintPath>..\packages\WebSocketSharp-NonPreRelease.1.0.0\lib\net35\websocket-sharp.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="websocket-sharp">
|
|
|
- <HintPath>..\packages\WebSocketSharp-NonPreRelease.1.0.0\lib\net35\websocket-sharp.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="DSharpPlus.CommandsNext">
|
|
|
- <HintPath>bin\Debug\DSharpPlus.CommandsNext.dll</HintPath>
|
|
|
- </Reference>
|
|
|
<Reference Include="websocket-sharp">
|
|
|
<HintPath>bin\Debug\websocket-sharp.dll</HintPath>
|
|
|
</Reference>
|
|
@@ -51,35 +42,38 @@
|
|
|
<Reference Include="BouncyCastle.Crypto">
|
|
|
<HintPath>..\packages\BouncyCastle.1.8.5\lib\BouncyCastle.Crypto.dll</HintPath>
|
|
|
</Reference>
|
|
|
- <Reference Include="Newtonsoft.Json">
|
|
|
- <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="RestSharp">
|
|
|
- <HintPath>..\packages\RestSharp.106.6.10\lib\net452\RestSharp.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="LibGit2Sharp">
|
|
|
- <HintPath>..\packages\LibGit2Sharp.0.26.1\lib\net46\LibGit2Sharp.dll</HintPath>
|
|
|
- </Reference>
|
|
|
<Reference Include="DSharpPlus">
|
|
|
- <HintPath>..\packages\DSharpPlus.3.2.3\lib\net47\DSharpPlus.dll</HintPath>
|
|
|
+ <HintPath>..\packages\DSharpPlus.3.2.3\lib\net46\DSharpPlus.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="DSharpPlus.CommandsNext">
|
|
|
- <HintPath>..\packages\DSharpPlus.CommandsNext.3.2.3\lib\net47\DSharpPlus.CommandsNext.dll</HintPath>
|
|
|
+ <HintPath>..\packages\DSharpPlus.CommandsNext.3.2.3\lib\net46\DSharpPlus.CommandsNext.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="DSharpPlus.Interactivity">
|
|
|
- <HintPath>..\packages\DSharpPlus.Interactivity.3.2.3\lib\net47\DSharpPlus.Interactivity.dll</HintPath>
|
|
|
+ <HintPath>..\packages\DSharpPlus.Interactivity.3.2.3\lib\net46\DSharpPlus.Interactivity.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="DSharpPlus.WebSocket.WebSocketSharp">
|
|
|
+ <HintPath>..\packages\DSharpPlus.WebSocket.WebSocketSharp.3.2.3\lib\net46\DSharpPlus.WebSocket.WebSocketSharp.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="LibGit2Sharp">
|
|
|
+ <HintPath>..\packages\LibGit2Sharp.0.26.1\lib\net46\LibGit2Sharp.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="MailKit">
|
|
|
- <HintPath>..\packages\MailKit.2.4.1\lib\net47\MailKit.dll</HintPath>
|
|
|
+ <HintPath>..\packages\MailKit.2.4.1\lib\net46\MailKit.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="MimeKit">
|
|
|
- <HintPath>..\packages\MimeKit.2.4.1\lib\net47\MimeKit.dll</HintPath>
|
|
|
+ <HintPath>..\packages\MimeKit.2.4.1\lib\net46\MimeKit.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Newtonsoft.Json">
|
|
|
+ <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="RestSharp">
|
|
|
+ <HintPath>..\packages\RestSharp.106.6.10\lib\net452\RestSharp.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="System.ValueTuple">
|
|
|
- <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
|
|
|
+ <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
|
|
|
</Reference>
|
|
|
- <Reference Include="DSharpPlus.WebSocket.WebSocketSharp">
|
|
|
- <HintPath>..\packages\DSharpPlus.WebSocket.WebSocketSharp.3.2.3\lib\net47\DSharpPlus.WebSocket.WebSocketSharp.dll</HintPath>
|
|
|
+ <Reference Include="websocket-sharp">
|
|
|
+ <HintPath>..\packages\WebSocketSharp-NonPreRelease.1.0.0\lib\net35\websocket-sharp.dll</HintPath>
|
|
|
</Reference>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|