Skip to content

Commit

Permalink
SCMRevGen project: remove DisableFastUpToDateCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattiwatti committed May 3, 2019
1 parent 3cd1bb3 commit 0399278
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions SCMRevGen/SCMRevGen.vcxproj
Expand Up @@ -43,14 +43,6 @@
<Import Project="$(SolutionDir)Scylla\scylla.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<!--
DisableFastUpToDateCheck bypasses Visual Studio's build manager and forces MSBuild to be run
on the project. This allows the PreBuildEvent to be run by MSBuild even if VS thinks things
are up-to-date.
-->
<PropertyGroup>
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
</PropertyGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<Command>cmd.exe /C "make_scmrev.h.bat"</Command>
Expand Down

0 comments on commit 0399278

Please sign in to comment.