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
path: root/src
diff options
context:
space:
mode:
authorliamDevine <none@none>2010-07-27 22:28:17 +0400
committerliamDevine <none@none>2010-07-27 22:28:17 +0400
commit1e3b288cc06c997cca93f54401f189529bc8837c (patch)
tree4935bd7f166406695dbc5cd7a36f456b843c92a0 /src
parent01d96b39ee477db8c3c693a0914b1684618111d7 (diff)
Removed debug print statements that were added due to files no being included
Diffstat (limited to 'src')
-rw-r--r--src/actions/vstudio/vs2010_vcxproxj.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/actions/vstudio/vs2010_vcxproxj.lua b/src/actions/vstudio/vs2010_vcxproxj.lua
index 81f09da..2cc94f2 100644
--- a/src/actions/vstudio/vs2010_vcxproxj.lua
+++ b/src/actions/vstudio/vs2010_vcxproxj.lua
@@ -542,8 +542,6 @@ local vs10_helpers = premake.vstudio.vs10_helpers
--
local function write_file_type_block(files,group_type)
- _p(4,#files)
- _p(4,group_type)
if #files > 0 then
_p(1,'<ItemGroup>')
for _, current_file in ipairs(files) do