MCPcopy Create free account
hub / github.com/Kitware/CMake / computeProjectType

Function computeProjectType

Source/cmVisualStudio10TargetGenerator.cxx:251–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251static VsProjectType computeProjectType(cmGeneratorTarget const* t)
252{
253 if (t->IsCSharpOnly()) {
254 return VsProjectType::csproj;
255 }
256 return VsProjectType::vcxproj;
257}
258
259static std::string computeProjectFileExtension(VsProjectType projectType)
260{

Callers 2

GenerateMethod · 0.85

Calls 1

IsCSharpOnlyMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…