Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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