Click here to Skip to main content
15,902,817 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am quite confused. I created console application (MyTestApp), in visual studio under reference I can see dlls by default (System, System.core, System.Date, System.Linq etc).

I build and compiled the project. Upon opening MyTestApp.exe in ILDASM, i was expecting all above assemblies to be listed under AssemblyRef metadata. But I can see only mscorlib under AssembleRef.

Could any one please let me know, where is my understanding wrong.
Posted

1 solution

Having the references in your project does not necessarily mean that you will use those libraries in the final executable.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900