Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2022-02-27 04:07:42 +0300
committerOliver Schneider <oliver@assarbad.net>2022-02-27 04:07:42 +0300
commitec945dcfb3116421ba196476355c364f1405617d (patch)
tree088f9e6f670bf3c8289147b4571fef053ae2a715 /tests/premake4.lua
parent68abe9eb99e5d8aec6a5dacfd8859a5bb01dce0b (diff)
Trying to align output better with vanilla VS output4.4-wds-877
Added tests for some VS versions that weren't currently tested --HG-- branch : WDS-build
Diffstat (limited to 'tests/premake4.lua')
-rw-r--r--tests/premake4.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/premake4.lua b/tests/premake4.lua
index b0ebde9..6c149e3 100644
--- a/tests/premake4.lua
+++ b/tests/premake4.lua
@@ -86,6 +86,7 @@
dofile("actions/vstudio/cs2005/projectelement.lua")
dofile("actions/vstudio/cs2005/projectsettings.lua")
dofile("actions/vstudio/cs2005/propertygroup.lua")
+ dofile("actions/vstudio/cs2005/buildevents.lua")
-- Visual Studio 2005-2010 solutions
dofile("actions/vstudio/sln2005/dependencies.lua")