diff options
Diffstat (limited to 'misc/msvs/sln.template')
-rw-r--r-- | misc/msvs/sln.template | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/misc/msvs/sln.template b/misc/msvs/sln.template index 7d05548c6e..25d9d88a49 100644 --- a/misc/msvs/sln.template +++ b/misc/msvs/sln.template @@ -5,16 +5,16 @@ MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "%%NAME%%", "%%NAME%%.vcxproj", "{%%UUID%%}" EndProject Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - %%SECTION1%% - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - %%SECTION2%% - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {%%SLNUUID%%} - EndGlobalSection + GlobalSection(SolutionConfigurationPlatforms) = preSolution + %%SECTION1%% + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + %%SECTION2%% + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {%%SLNUUID%%} + EndGlobalSection EndGlobal |