Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54d04a4

Browse files
committed
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.
1 parent ccdf352 commit 54d04a4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

PCbuild/pywlauncher.vcxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,11 @@
240240
<ItemGroup>
241241
<ResourceCompile Include="..\PC\pylauncher.rc" />
242242
</ItemGroup>
243+
<ItemGroup>
244+
<ProjectReference Include="make_versioninfo.vcxproj">
245+
<Project>{f0e0541e-f17d-430b-97c4-93adf0dd284e}</Project>
246+
</ProjectReference>
247+
</ItemGroup>
243248
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
244249
<ImportGroup Label="ExtensionTargets">
245250
</ImportGroup>

0 commit comments

Comments
 (0)