Development
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{| |File Formats | > |Electronic File Formats | > |Development |} File formats concerning compilers, interpreters, linkers, IDEs, etc. == Project == * DSP (Devel...") |
Dan Tobias (Talk | contribs) (Add crosslinks to related things) |
||
Line 8: | Line 8: | ||
File formats concerning compilers, interpreters, linkers, IDEs, etc. | File formats concerning compilers, interpreters, linkers, IDEs, etc. | ||
+ | |||
+ | See also: [[Source code]], [[Executables]] | ||
== Project == | == Project == |
Revision as of 01:51, 6 November 2012
File Formats | > | Electronic File Formats | > | Development |
File formats concerning compilers, interpreters, linkers, IDEs, etc.
See also: Source code, Executables
Contents |
Project
- DSP (Developer Studio project)
- DSW (Developer Studio workspace)
- NCB (Visual Studio no compile browser file)
- SLN (Visual Studio solution file)
- SUO (Visual Studio solution options file)
- VCPROJ (Visual Studio project file)
- VDPROJ (Visual Studio deployment project file)
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)
- Object file format (.o, .obj)
- PYC (Python bytecode)
- S19 (SREC)
Linking
Resource
- Resource script file (.rc, .rc2)