This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Visual Studio project type GUID's as per this site: | |
// https://tekeye.uk/visual_studio/microsoft-visual-studio-project-type-guids-and-project-guids | |
public static class ProjectTypeGuids | |
{ | |
public const string CSharp = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"; | |
public const string VBNet = "{F184B08F-C81C-45F6-A57F-5ABD9991F28F}"; | |
public const string Cpp = "{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}"; | |
public const string WebApp = "{349C5851-65DF-11DA-9384-00065B846F21}"; | |
public const string WebSite = "{E24C65DC-7377-472B-9ABA-BC803B73C61A}"; | |
public const string DistributedSystem = "{F135691A-BF7E-435D-8960-F99683D2D49C}"; |