premake/tests/actions/vstudio
Jason Perkins 2ee4d7aca7 Replace customVar() and customList() with per-rule property setters.
Example:
rule "MyCustomRule"
   -- (definition of rule)

project "MyProject"
   myCustomRuleVars {
      MyStringProperty = "Value",
      MyListProperty = { "Value", "Value" }
   }
2014-10-20 18:45:05 -04:00
..
cs2005 Fix handling of dependson() for VS C# projects (João Matos) 2014-07-15 18:31:26 -04:00
sln2005 Add external…() version to all container creation calls 2014-10-18 16:33:13 -04:00
vc200x updated buildinputs tests to check the file separator 2014-09-26 15:26:56 +02:00
vc2010 Replace customVar() and customList() with per-rule property setters. 2014-10-20 18:45:05 -04:00