6 references to WinFormsApplication
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (6)
AbstractEditorTest.cs (1)
53
if (_projectTemplate is not WellKnownProjectTemplates.
WinFormsApplication
and
CSharp\CSharpAddMissingReference.cs (1)
115
$" <Project ProjectName=\"{ClassLibrary1Name}\" ProjectTemplate=\"{WellKnownProjectTemplates.
WinFormsApplication
}\" Language=\"{LanguageNames.VisualBasic}\">" +
InProcess\SolutionExplorerInProcess.cs (2)
666
builder[WellKnownProjectTemplates.
WinFormsApplication
] = "WindowsApplication.zip";
678
builder[WellKnownProjectTemplates.
WinFormsApplication
] = "WindowsApplication.zip";
VisualBasic\BasicAddMissingReference.cs (1)
120
$" <Project ProjectName=\"{ClassLibrary1Name}\" ProjectTemplate=\"{WellKnownProjectTemplates.
WinFormsApplication
}\" Language=\"{LanguageNames.VisualBasic}\">" +
WellKnownProjectTemplates.cs (1)
12
public const string WinFormsApplication = nameof(
WinFormsApplication
);