のVisual C ++ 6プロジェクトファイルの内容は、DSP形式でエンコードされており、これらのDSPのファイルは、作成されたオープンして、Visual C ++ 6のアプリケーションで編集することができます。これらのVisual C ++ 6プロジェクトファイルがで固定されている.DSPの延長、およびVisual C ++ 6のプログラムは、ソフトウェア開発アプリケーションとして分類されます。 DSPファイルに格納されたデータは、関連するアプリケーションに実装されたソースコードの他の基準の詳細のうち、プログラムの構成、設定、および資産データを含むことができる。 DSPファイル形式は、主に追跡するとVisual C ++ソフトウェアプロジェクトの発達進行状況を監視するために実装されています。これは、アプリケーションの特定の機能を改善し、デバッグするために、彼らのプロジェクトに関連したDSPファイルに格納されたデータを使用することができるのVisual C ++ソフトウェア開発プロジェクトで作業する開発者の基を意味する。マイクロソフトからのVisual Studio 2010のプログラムは、これらのDSPファイルと関連するのVisual C ++アプリケーションのサポートを実装しており、このバージョンには、開口部を作成し、Visual C ++プログラムとその関連のDSPファイルの編集を開始するためにはMacプラットフォームにインストールすることができます。
Microsoft Visual Studio is an integrated development environment (IDE) produced by Microsoft. It has a code editor that supports syntax highlighting and code completion using IntelliSense for not only variables, functions and methods but also language constructs like loops and queries; includes a debugger that works both as a source-level debugger and as a machine-level debugger; includes a host of visual designers to aid in the development of applications and other tools. Visual Studio permits developers to write extensions for Visual Studio to expand its capabilities. These extensions are linked to Visual Studio and extend its functionality. Extensions come in the form of macros, add-ins, and packages. Macros represent repeatable tasks and actions that developers can write programmatically for saving, replaying, and distributing; add-ins gives access to the Visual Studio object model and can interact with the IDE tools; and packages can create designers and other tools, as well as integrate other programming languages.