how to make build events always run visual studio

Code Example - how to make build events always run visual studio

                
                        <PropertyGroup>
    <DisableFastUpToDateCheck>True</DisableFastUpToDateCheck>
</PropertyGroup>