Changes

Add a guide on how to reference DLLs using VS
Line 124: Line 124:  
# From the Solution pad, right-click on the project and choose ''Open Containing Folder'':<br />[[File:Modding - IDE reference - view build output (MonoDevelop).png]]
 
# From the Solution pad, right-click on the project and choose ''Open Containing Folder'':<br />[[File:Modding - IDE reference - view build output (MonoDevelop).png]]
 
# Navigate to <tt>bin/Debug</tt> (or <tt>bin/Release</tt> if you switched to release build configuration).
 
# Navigate to <tt>bin/Debug</tt> (or <tt>bin/Release</tt> if you switched to release build configuration).
 +
 +
==Add a reference to another DLL==
 +
<span id="add-reference"></span>
 +
 +
===In Visual Studio 2017===
 +
# Open the Solution Explorer pane. If it's not visible, click ''View » Solution Explorer'' from the menu:<br />[[File:Modding - IDE reference - show solution pane (Visual Studio).png]]
 +
# From the Solution Explorer pane, right-click on ''References'' and choose ''Add Reference...'':<br />[[File:Modding - IDE reference - add reference (Visual Studio 1).png]]
 +
# From the 'Reference Manager' window, choose ''Browse'' in the left side, then click ''Browse..'' at the bottom:<br />[[File:Modding - IDE reference - add reference (Visual Studio 2).png]]
 +
# Find the DLL you want to reference, select it, and click ''Add'':<br />[[File:Modding - IDE reference - add reference (Visual Studio 3).png]]
 +
# From the 'Reference Manager' window, click ''OK'':<br />[[File:Modding - IDE reference - add reference (Visual Studio 4).png]]
    
[[Category:Modding]]
 
[[Category:Modding]]
56

edits