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