Modifying project files in Visual Studio during pre-build

So it turns out that Visual Studio uses the application’s cache if a file is open at build time instead of loading the file off disk…ok so this is good, when you want to save memory and speed up the build process. BUT when you are editing a source file that is being created/modified during …

Modifying project files in Visual Studio during pre-build Read More »