From 54d04a46f3a0c274fa971ae457134529b22eb64e Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Thu, 6 Mar 2014 13:21:45 -0600 Subject: Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj. pylauncher.vcxproj already has the same dependency, and adding it to the pywlauncher project eliminates the possibility of the pywlauncher build failing when building the solution in parallel. In particular, pywlauncher may fail to build when doing a "Rebuild Solution" from the VS Build menu. --- PCbuild/pywlauncher.vcxproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PCbuild/pywlauncher.vcxproj b/PCbuild/pywlauncher.vcxproj index 08e35a7..96ea421 100644 --- a/PCbuild/pywlauncher.vcxproj +++ b/PCbuild/pywlauncher.vcxproj @@ -240,6 +240,11 @@ + + + {f0e0541e-f17d-430b-97c4-93adf0dd284e} + + -- cgit v0.12