Projecttypeguids used by Visual Studio

Source: Internet
Author: User

The *. sln, *. csproj, *. vbproj files used by Visual Studio represent the guid list of the project type.
It is useful for analyzing project information.
If there are more project types in the future, I will add them.

Project type description Project type guid
Windows (C #) {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
Windows (VB. NET) {F184B08F-C81C-45F6-A57F-5ABD9991F28F}
Windows (Visual C ++) {8bc9ceb8-8b4a-11d0-8d11-00a0c91bc942}
Web Application {349c5851-65df-111089384-00065b846f21}
Web Site {E24C65DC-7377-472B-9ABA-BC803B73C61A}
Distributed System {F135691A-BF7E-435D-8960-F99683D2D49C}
Windows Communication Foundation (WCF) {3d9ad99f-2412-1166-b90b-4eaa41c64699}
Windows Presentation Foundation (WPF) {60dc8134-eba5-43b8-bcc9-bb4bc16c2548}
Visual Database tools {C252FEB5-A946-4202-B1D4-9916A0590387}
Database {A9ACE9BB-CECE-4E62-9AA4-C7E7C5BD2124}
Database (other project types) {4f174c21-8c12-11d0-8340-108f80270f8}
Test {3ac096d0-a1c2-e12c-1390-a8335801fdab}
Legacy (2003) smart device (C #) {20d4826a-c6fa-45db-90f4-c717570b9f32}
Legacy (2003) smart device (VB. NET) {CB4CE8C6-1BDB-4DC7-A4D3-65A1999772F8}
Smart device (C #) {4d628b5b-2fbc-4aa6-8c16-197242aeb884}
Smart device (VB. NET) {68b1623d-7fb9-47d8-8664-7ecea3297d4f}
Workflow (C #) {14822709-b5a1-4724-98ca-57a101d1b079}
Workflow (VB. NET) {D59BE175-2ED0-4C54-BE3D-CDAA9F3214C8}
Deployment Merge Module {06a35ccd-c46d-44d5-987b-cf40ff872267}
Deployment cab {3ea9e505-35ac-4774-b316-ad1749c4943a}
Deployment setup {978c614f-708e-4e1a-b201-565925725dba}
Deployment smart device cab {AB322303-2255-48EF-A496-5904EB18DA55}
Visual Studio Tools for applications (vsta) {A860303F-1F3F-4691-B57E-529FC101A107}
Visual Studio Tools for office (vsto) {BAA0C2D2-18E2-41B9-852F-F413020CAA33}
SharePoint Workflow {F8810EC1-6754-47FC-A15F-DFABD2E3FA90}
XNa (Windows) {6d335f3a-9d43-41b4-9d22-f6f17c4be596}
XNa (Xbox) {2df5c3f4-5a5f-47a9-8e94-23b4456f55e2}
XNa (Zune) {D399B71A-8929-442a-A9AC-8BEC78BB2433}
SharePoint (VB. NET) {EC05E597-79D4-47f3-ADA0-324C4F7C7484}
SharePoint (C #) {593b0543-81f6-4436-ba1e-4747859caae2}
Silverlight {A1591282-1198-4647-A2B1-27E5FF5F6F3B}
ASP. net mvc application {603c0e0b-db56-11dc-be95-000d561079b0}

 

By the way, a regular expression is attached to parse all the C # project file paths in the SLN file:

Title

. + {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}. + \"(? <Name> [\ W \.] + )\","(? <Path> [\ W \. \] + )\"

 

 

Reference
Info: list of known project type guids

How to: Adding MVC items to an ASP. NET web application

06/25/2009 zealic

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.