File: vs2010_x64_sln.sed

package info (click to toggle)
libsmraw 20160424-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,252 kB
  • ctags: 5,029
  • sloc: ansic: 177,590; sh: 13,168; makefile: 1,311; python: 814; cpp: 561; 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
}