Development
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) (→Project) |
||
Line 40: | Line 40: | ||
* [[APL workspace]] (stores a set of functions and variables comprising a program or project) | * [[APL workspace]] (stores a set of functions and variables comprising a program or project) | ||
** (has a number of system-specific versions) | ** (has a number of system-specific versions) | ||
− | * [[ | + | * [[Developer Studio project]] (.dsp) |
− | * [[ | + | * [[Developer Studio workspace]] (.dsw) |
− | * [[ | + | * [[IntelliJ Idea Module]] (.iml) |
− | * [[ | + | * [[IntelliJ Idea Project]] (.ipr) |
− | * [[ | + | * [[IntelliJ Idea Website]] (.iws) |
− | + | * [[UltraEdit project file]] (.prj, pui) | |
− | * [[ | + | * [[Visual Studio IntelliSense Database File]] (.sdf) |
− | * [[Visual Studio IntelliSense Database File | + | * [[Visual Studio No Compile Browser File (.ncb) |
− | * [[ | + | * [[Visual Studio Project File]] (.vcproj, .vcxproj, .vdproj) |
− | * [[ | + | * [[Visual Studio Solution File]] (.sln) |
− | * [[ | + | * [[Visual Studio Solution Options File]] (.suo) |
− | * [[ | + | |
− | + | ||
== Resource == | == Resource == |
Revision as of 03:32, 13 December 2012
File formats concerning compilers, interpreters, linkers, IDEs, etc.
See also: Source code, Executables
Contents |
Build Automation
Compiling
- BSC (Browser code file)
- IDB (State file)
- IDL (Interface definition language file)
- SBR (Visual Studio source browser intermediate file)
Debug
- GDB (GNU debugger file)
- PDB (Program debug database)
- Precompiled header file (.gch, .pch)
Intermediate
- CLASS (Java bytecode)
- LIB (Static library file, a variant of the UNIX ar format)
- Object file format (.o, .obj)
- PYC (Python bytecode)
- SREC (.s19, .sre, .srec, .s)
- TPU (Turbo Pascal Unit)
Linking
Project
- APL workspace (stores a set of functions and variables comprising a program or project)
- (has a number of system-specific versions)
- Developer Studio project (.dsp)
- Developer Studio workspace (.dsw)
- IntelliJ Idea Module (.iml)
- IntelliJ Idea Project (.ipr)
- IntelliJ Idea Website (.iws)
- UltraEdit project file (.prj, pui)
- Visual Studio IntelliSense Database File (.sdf)
- [[Visual Studio No Compile Browser File (.ncb)
- Visual Studio Project File (.vcproj, .vcxproj, .vdproj)
- Visual Studio Solution File (.sln)
- Visual Studio Solution Options File (.suo)
Resource
- Resource script file (.rc, .rc2)
Specialized
- Game Maker (.gm6, .gmk)