8 lines
184 B
Lua
8 lines
184 B
Lua
-- Microsoft Visual Studio 2012 Solution/Project file generation
|
|
|
|
module(..., package.seeall)
|
|
|
|
local msvc_common = require "tundra.ide.msvc-common"
|
|
|
|
msvc_common.setup("12.00", "2012")
|