File: vs2010_x64_sln.sed

package info (click to toggle)
libvslvm 20160110-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,596 kB
  • ctags: 4,893
  • sloc: ansic: 170,690; sh: 12,402; makefile: 1,223; python: 224; sed: 134
file content (28 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (28)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/GlobalSection(SolutionConfigurationPlatforms) = preSolution/ {
	n
	h
:loop1
	n
	/EndGlobalSection/ !{
		H
		b loop1
	}
	x
	s/Win32/x64/g
	a \	EndGlobalSection\r
}

/GlobalSection(ProjectConfigurationPlatforms) = postSolution/ {
	n
	h
:loop2
	n
	/EndGlobalSection/ !{
		H
		b loop2
	}
	x
	s/Win32/x64/g
	a \	EndGlobalSection\r
}