Could you please tell me how to determine the type of an existing .NET project in Visual Studio? By the project type I mean: C# application, WPF application, etc.
I have been transfered a bunch of projects from my coworker. There are many Library projects, each of them does a separate job such as: Declare entities, do sync.
All of them have the same icon on Visual Studio Solution Explorer. I just want to know which template these projects based on.
I guess by project type you think of the project template used to create the project...
to find the output type right click on Project -> Properties -> Application -> Output Type
As for the difference between c# and other projects: c# project files have the file extension .csproj while i.e. VB projects use .vbproj
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