I'm working with some older code, and I think the person who last built it was using Visual Studio 6. There's no .vcproj file, but the .dsp and .dsw files have the following headers: (.dsp)
# Microsoft Developer Studio Project File - Name="[redacted]" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00
(.dsw)
Microsoft Developer Studio Workspace File, Format Version 6.00
Does the "Format Version 6.00" correspond to Visual Studio 6?
Open up the . sln file in a text editor such as notepad. The version should be in the first few lines following a "#" symbol. Show activity on this post.
Click on Help > About Microsoft Visual Studio . You will see the version number and the update you have installed.
On macOS, go to Code > About Visual Studio Code. On Windows and Linux, go to Help > About. The VS Code version is the first Version number listed and has the version format 'major.
In Visual Studio, the Tab 'Help'-> 'About Microsoft Visual Studio' should give you the desired infos.
The the solution/VS version matrix is:
Compatibility between solutions does not guarantee compatibility between projects. Check the Visual Studio 2013 Compatibility document for more detail.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With