Fixed csproj's reference to HttpException

This commit is contained in:
Brandon Smith
2015-08-21 15:21:04 -03:00
parent 43c050604c
commit c710bf42e3
2 changed files with 17 additions and 3 deletions

View File

@@ -88,9 +88,6 @@
<Compile Include="..\Discord.Net\Helpers\Http.cs">
<Link>Helpers\Http.cs</Link>
</Compile>
<Compile Include="..\Discord.Net\Helpers\HttpException.cs">
<Link>Helpers\HttpException.cs</Link>
</Compile>
<Compile Include="..\Discord.Net\Invite.cs">
<Link>Invite.cs</Link>
</Compile>
@@ -112,6 +109,7 @@
<Compile Include="..\Discord.Net\User.cs">
<Link>User.cs</Link>
</Compile>
<Compile Include="HttpException.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />