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:
authorJason Perkins <starkos@industriousone.com>2013-08-17 22:41:00 +0400
committerJason Perkins <starkos@industriousone.com>2013-08-17 22:41:00 +0400
commit05cf05922c7d52c797a512308f757677c802ae9b (patch)
tree0501d469a42c891578f0c04410a422eaaac6ebee /tests/actions/vstudio/cs2005
parent29945bd494b831398d569143fb082bd9c651b541 (diff)
Initial support for Visual Studio 2013 (Igor Karatayev)
Diffstat (limited to 'tests/actions/vstudio/cs2005')
-rwxr-xr-xtests/actions/vstudio/cs2005/projectelement.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/actions/vstudio/cs2005/projectelement.lua b/tests/actions/vstudio/cs2005/projectelement.lua
index 1d2a61f..5825abc 100755
--- a/tests/actions/vstudio/cs2005/projectelement.lua
+++ b/tests/actions/vstudio/cs2005/projectelement.lua
@@ -63,3 +63,12 @@
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
]]
end
+
+ function suite.On2013()
+ _ACTION = "vs2013"
+ prepare()
+ test.capture [[
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ ]]
+ end