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 'src/actions/vstudio/vs2002_solution.lua')
-rw-r--r--src/actions/vstudio/vs2002_solution.lua7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/actions/vstudio/vs2002_solution.lua b/src/actions/vstudio/vs2002_solution.lua
index f8845fd..acdacba 100644
--- a/src/actions/vstudio/vs2002_solution.lua
+++ b/src/actions/vstudio/vs2002_solution.lua
@@ -16,7 +16,7 @@
sln.vstudio_configs = premake.vstudio.buildconfigs(sln)
_p('Microsoft Visual Studio Solution File, Format Version 7.00')
-
+
-- Write out the list of project entries
for prj in premake.solution.eachproject(sln) do
local projpath = path.translate(path.getrelative(sln.location, vstudio.projectfile(prj)))
@@ -33,7 +33,7 @@
_p(1,'GlobalSection(ProjectDependencies) = postSolution')
_p(1,'EndGlobalSection')
-
+
_p(1,'GlobalSection(ProjectConfiguration) = postSolution')
for prj in premake.solution.eachproject(sln) do
for _, cfgname in ipairs(sln.configurations) do
@@ -46,7 +46,6 @@
_p(1,'EndGlobalSection')
_p(1,'GlobalSection(ExtensibilityAddIns) = postSolution')
_p(1,'EndGlobalSection')
-
+
_p('EndGlobal')
end
- \ No newline at end of file