Browse Source

Fixed a project reference

tags/docs-0.9
RogueException 9 years ago
parent
commit
f93940ef0d
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      src/Discord.Net.Commands.Net45/Discord.Net.Commands.csproj

+ 6
- 6
src/Discord.Net.Commands.Net45/Discord.Net.Commands.csproj View File

@@ -60,6 +60,12 @@
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Discord.Net.Net45\Discord.Net.csproj">
<Project>{8d71a857-879a-4a10-859e-5ff824ed6688}</Project>
<Name>Discord.Net</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
@@ -68,10 +74,4 @@
<Target Name="AfterBuild">
</Target>
-->
<ItemGroup>
<ProjectReference Include="..\Discord.Net.Net45\Discord.Net.csproj">
<Project>{8D71A857-879A-4A10-859E-5FF824ED6688}</Project>
<Name>Discord.Net</Name>
</ProjectReference>
</ItemGroup>
</Project>

Loading…
Cancel
Save