mtherien / slntools

Solution Tools for Visual Studio - manages solution files
MIT License
28 stars 14 forks source link

Support environment variables in reference paths #11

Closed mtherien closed 6 years ago

mtherien commented 6 years ago

In .sln file you can use env variables: %MYVAR%\x\y\y.csproj

Or in .csproj file: $(MYVAR)\x\y\y.csproj

This is not supported by application, it will cause exception while resolving dependencies during CreateFilterFileFromSolution.

This work item was migrated from CodePlex

CodePlex work item ID: '8016' Vote count: '1'

mtherien commented 6 years ago

[UnknownUser@7/30/2015] Resolved with changeset 73305: Added support for environment variable in solution file (ex. %USERNAME%).