peteraritchie / LongPath

drop-in library to support long paths in .NET
GNU Lesser General Public License v3.0
112 stars 43 forks source link

Using .NET 4 Client Profile #11

Closed Fabsky closed 9 years ago

Fabsky commented 9 years ago

The full .NET 4 is not needed to compile the library, so it'll be fine to use the .NET 4 Client Profile so that the DLL can be used even if the full .NET is not available.

peteraritchie commented 9 years ago

I looked into this a bit, seems that it wouldn't cause any issues. I need to test a bit more.

peteraritchie commented 9 years ago

Added this in a recent commit.