This is a fix for the Source SDK 2013 mp/src/createXprojects.bat scripts erroring out as: "ERROR: Unable to find RegKey for .vcproj or .vcxproj files in solutions." https://github.com/ValveSoftware/source-sdk-2013/issues/72#issuecomment-20534954
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; This is a fix for the Source SDK 2013 mp/src/createXprojects.bat scripts erroring out as: | |
; ERROR: Unable to find RegKey for .vcproj or .vcxproj files in solutions. | |
; https://github.com/ValveSoftware/source-sdk-2013/issues/72#issuecomment-20534954 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\10.0\VC\Projects\{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}] | |
"DefaultProjectExtension"="vcproj" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment