Visual Studio Project/Item Template Parameter Logic

This post is linked from the official Microsoft documentation for MSBuild Conditions as having examples of usage. The syntax for MSBuild conditions is not exactly equivalent to the way templating $if$ statements work but it’s a close approximation. However, it seems the examples here are now obsolete or were never completely accurate to begin with. … Read more

How to make ReSharper re-evaluate its assembly reference highlighting

Except for reinstalling, the only way to successfully clear the caches is to delete the files manually from your AppData directory. Delete the solution folder that’s giving you grief in the following locations: %LOCALAPPDATA%\JetBrains\ReSharper\v7.1\SolutionCaches\ %LOCALAPPDATA%\JetBrains\Transient\ReSharperPlatformVsXX\vXX\SolutionCaches\ for newer versions. Note that the version numbers in the paths may be different depending on the ReSharper version that … Read more