Removed the requirement for Local DB 2012 in the devkit builder.

This commit is contained in:
melikesPCcheese_cp 2013-04-29 17:01:17 +00:00
parent c9767a986f
commit 5a41a3d0a4

View file

@ -195,7 +195,6 @@ namespace Cosmos.Build.Builder {
CheckVs2010Sp1();
CheckNet35Sp1(); // Required by VMWareLib
CheckNet402();
CheckLocalDb2012();
CheckForInno();
CheckForInstall("Microsoft Visual Studio 2010 SDK SP1", true);
bool vmWareInstalled = true;