How to give reference from one project to other project in visual studio?
Answers
Answered by
0
heya mate here is your answer ⬇️⬇️⬇️⬇️
A reference is essentially an entry in a project file that contains the information that Visual Studio needs to locate the component or the service. To add a reference, right click on the References or Dependencies node in Solution Explorer and choose Add Reference
to add a reference in visual C# following are the steps
In Solution Explorer, right-click the project node and click Add Reference.
In the Add Reference dialog box, select the tab indicating the type of component you want to reference.
Select the components you want to reference, and then click OK. Tip.
hope it helps Mark as BRAINLIEST if you like
A reference is essentially an entry in a project file that contains the information that Visual Studio needs to locate the component or the service. To add a reference, right click on the References or Dependencies node in Solution Explorer and choose Add Reference
to add a reference in visual C# following are the steps
In Solution Explorer, right-click the project node and click Add Reference.
In the Add Reference dialog box, select the tab indicating the type of component you want to reference.
Select the components you want to reference, and then click OK. Tip.
hope it helps Mark as BRAINLIEST if you like
Similar questions