Development
From Just Solve the File Format Problem
(Difference between revisions)
Rhetoric X (Talk | contribs) (build automation) |
Dan Tobias (Talk | contribs) (→Project: Link to proper SDF) |
||
Line 45: | Line 45: | ||
* [[NCB]] (Visual Studio no compile browser file) | * [[NCB]] (Visual Studio no compile browser file) | ||
* [[PRJ]] (UltraEdit project file) | * [[PRJ]] (UltraEdit project file) | ||
− | * [[SDF]] (Visual Studio IntelliSense database file) | + | * [[Visual Studio IntelliSense Database File|SDF]] (Visual Studio IntelliSense database file) |
* [[SLN]] (Visual Studio solution file) | * [[SLN]] (Visual Studio solution file) | ||
* [[SUO]] (Visual Studio solution options file) | * [[SUO]] (Visual Studio solution options file) | ||
Line 51: | Line 51: | ||
* [[VCXPROJ]] (Visual Studio project file) | * [[VCXPROJ]] (Visual Studio project file) | ||
* [[VDPROJ]] (Visual Studio deployment project file) | * [[VDPROJ]] (Visual Studio deployment project file) | ||
− | |||
== Resource == | == Resource == | ||
* [[Resource script file]] (.rc, .rc2) | * [[Resource script file]] (.rc, .rc2) |
Revision as of 16:03, 12 November 2012
File Formats | > | Electronic File Formats | > | Development |
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 (.sre, .s19)
- TPU (Turbo Pascal Unit)
Linking
Project
- DSP (Developer Studio project)
- DSW (Developer Studio workspace)
- NCB (Visual Studio no compile browser file)
- PRJ (UltraEdit project file)
- SDF (Visual Studio IntelliSense database file)
- SLN (Visual Studio solution file)
- SUO (Visual Studio solution options file)
- VCPROJ (Visual Studio project file)
- VCXPROJ (Visual Studio project file)
- VDPROJ (Visual Studio deployment project file)
Resource
- Resource script file (.rc, .rc2)