mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 13:41:33 +01:00
msdev: add line breaks to lines
This commit is contained in:
parent
36159e6622
commit
b20efff57c
@ -779,16 +779,16 @@ MSDEV_PROJECT = \
|
||||
'''
|
||||
|
||||
MSDEV_SOLUTION = [
|
||||
'Microsoft Visual Studio Solution File, Format Version 10.00',
|
||||
'# Visual Studio 2008',
|
||||
'Global',
|
||||
'GlobalSection(SolutionConfigurationPlatforms) = preSolution',
|
||||
'Debug|Win32 = Debug|Win32',
|
||||
'EndGlobalSection',
|
||||
'GlobalSection(ProjectConfigurationPlatforms) = postSolution',
|
||||
'EndGlobalSection',
|
||||
'GlobalSection(SolutionProperties) = preSolution',
|
||||
'HideSolutionNode = FALSE',
|
||||
'EndGlobalSection',
|
||||
'EndGlobal',
|
||||
'']
|
||||
'Microsoft Visual Studio Solution File, Format Version 10.00\n',
|
||||
'# Visual Studio 2008\n',
|
||||
'Global\n',
|
||||
'GlobalSection(SolutionConfigurationPlatforms) = preSolution\n',
|
||||
'Debug|Win32 = Debug|Win32\n',
|
||||
'EndGlobalSection\n',
|
||||
'GlobalSection(ProjectConfigurationPlatforms) = postSolution\n',
|
||||
'EndGlobalSection\n',
|
||||
'GlobalSection(SolutionProperties) = preSolution\n',
|
||||
'HideSolutionNode = FALSE\n',
|
||||
'EndGlobalSection\n',
|
||||
'EndGlobal\n',
|
||||
'\n']
|
Loading…
Reference in New Issue
Block a user