ionide / proj-info

Parse and evaluate MsBuild project files
MIT License
64 stars 37 forks source link

Remove some uses of Assembly.Location and other methods #204

Closed baronfel closed 5 months ago

baronfel commented 5 months ago

Per the docs some APIs are unusable from a single-file deployment. This just removes uses of them from ProjInfo, which is easy because nothing was using any of these members anymore.