# 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 | |
|