Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.PRO - File Extension for Android Proguard Files
What is PRO? PRO, short name for Proguard, is used as the file extension for Android Proguard Configuration files. .PRO files are text files that are used to store Android Proguard Configuration settings. See the sample .PRO file included below.
✍: FYIcenter.com
File Extension: .PRO
MIME Type: text/plain
File Content: Android Proguard Configuration
.PRO files are Android Proguard Configuration files, that are used to store Android Proguard Configuration settings. Here is a sample .PRO Android Proguard Configuration file, proguard.pro:
# # This ProGuard configuration file illustrates how to process ProGuard itself. # Configuration files for typical applications will be very similar. # Usage: # java -jar proguard.jar @proguard.pro # # Specify the input jars, output jars, and library jars. # We'll filter out the Ant and WTK classes, keeping everything else. -injars ../lib/proguard.jar(!proguard/ant/**,!proguard/wtk/**) -outjars proguard_out.jar -libraryjars <java.home>/lib/rt.jar # Write out an obfuscation mapping file, for de-obfuscating any stack traces # later on, or for incremental obfuscation of extensions. -printmapping proguard.map # Allow methods with the same signature, except for the return type, # to get the same obfuscation name. -overloadaggressively ...
.PRO Android Proguard Configuration file sample: Click sample.pro to download.
Since .PRO files are in text format, you can use Notepad or any text editor to create or modify them. No special software is needed.
For for information on how to use .PRO Android Proguard Configuration files, see links below:
2012-11-09, 6890👍, 0💬
Popular Posts:
What is EML? EML, short name for Email, is used as the file extension for Email Message files. .EML ...
What is VSD? VSD, short name for Visio Drawing, is used as the file extension for Visio Drawing file...
What is DOTX? DOTX, short name for Document Template XML, is used as the file extension for files in...
What is BIN? BIN, short name for Binary, is used as the file extension for Binary Data files. .BIN f...
File extension MPG is used for audio and video files in a MPEG formats. An MPEG sample file is provi...