Skip to content

Commit

Permalink
Added vs11 search in the registry. Relates to #91.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Oct 29, 2013
1 parent a2041e6 commit 7a83bd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/csnUtility.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ def GetDefaultVisualStudioPath( generator ):
value_names = [r"9.0"]
elif generator.startswith('Visual Studio 10'): #2010
value_names = [r"10.0"]
elif generator.startswith('Visual Studio 11'): #2012
value_names = [r"11.0"]
path_end = r"Common7\IDE\devenv.exe"
try:
path = SearchWindowsProgramPath( key_names, value_names, path_end )
Expand Down

0 comments on commit 7a83bd2

Please sign in to comment.