Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Studio 2008 で vcxproj を開く方法を知っている人はいますか。このファイルは Visual Studio 2010 でのみ開かれたようです。
あなたはそうしない。Visual C++ 2008 プロジェクト (.vcproj) を作成する必要があります。
Visual C++ 2008 は VCBuild を使用します。Visual C++ 2010 は MSBuild を使用します。