Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rainyan/f037a5266d3e294648a74eaa573cccda to your computer and use it in GitHub Desktop.
Save Rainyan/f037a5266d3e294648a74eaa573cccda to your computer and use it in GitHub Desktop.
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
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