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:
Diffstat (limited to 'tests/actions/vstudio/vc200x/header.lua')
-rw-r--r--tests/actions/vstudio/vc200x/header.lua21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/actions/vstudio/vc200x/header.lua b/tests/actions/vstudio/vc200x/header.lua
index 18670ec..cde6570 100644
--- a/tests/actions/vstudio/vc200x/header.lua
+++ b/tests/actions/vstudio/vc200x/header.lua
@@ -42,6 +42,27 @@
]]
end
+ function suite.On2003()
+ _ACTION = 'vs2003'
+ prepare()
+ test.capture [[
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ ]]
+ end
+
+ function suite.On2005()
+ _ACTION = 'vs2005'
+ prepare()
+ test.capture [[
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ ]]
+ end
function suite.On2008()
_ACTION = 'vs2008'