Source file: /~heha/hs/nice_rc.zip/nice_dsp.awk

# Bereinigt MSVC-generierte PRJ-Dateien von überflüssigem Ballast

/# \*\* /{		# discard line "do not edit"
 next;
}

/^!MESSAGE/ {		# discard lines beginning with "!MESSAGE"
 if ($2 ~ /^"/) print;	# except project names
 next;
}

/^# (PROP|ADD) BASE/ {	# discard lines beginning with "# PROP BASE" or "# ADD BASE"
 next;
}

{			# pipe thru all other lines
 print;
}
Detected encoding: ANSI (CP1252)4
Wrong umlauts? - Assume file is ANSI (CP1252) encoded