简体   繁体   中英

Is there any way to check which IDE was used to create .Net project

I`m using Visual Studio for .NET projects. I would like to know if I open my project later in any open source IDE, can someone check that it was created with Visual studio?

If you edit the solution file (.sln) with a text editor, you can see in the 3rd line which Visual Studio version was used to create the solution.

# Visual Studio 14

In the 4th line you can see the exact version. This is the indicator that the solution was created by VS.

VisualStudioVersion = 14.0.23107.0

SharpDevelop for example writes in the 4th line

# SharpDevelop 5.1

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM