VC2010 cmake alterations. Lib stuff not included.
This commit is contained in:
@@ -550,6 +550,10 @@ namespace VSTool
|
||||
case "10.00":
|
||||
version = "VC90";
|
||||
break;
|
||||
|
||||
case "11.00":
|
||||
version = "VC100";
|
||||
break;
|
||||
default:
|
||||
throw new ApplicationException("Unknown .sln version: " + format);
|
||||
}
|
||||
@@ -585,6 +589,10 @@ namespace VSTool
|
||||
case "VC90":
|
||||
progid = "VisualStudio.DTE.9.0";
|
||||
break;
|
||||
|
||||
case "VC100":
|
||||
progid = "VisualStudio.DTE.10.0";
|
||||
break;
|
||||
default:
|
||||
throw new ApplicationException("Can't handle VS version: " + version);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user