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

Function computeProjectFileExtension

Source/cmVisualStudio10TargetGenerator.cxx:259–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259static std::string computeProjectFileExtension(VsProjectType projectType)
260{
261 switch (projectType) {
262 case VsProjectType::csproj:
263 return ".csproj";
264 case VsProjectType::proj:
265 return ".proj";
266 default:
267 return ".vcxproj";
268 }
269}
270
271static std::string computeProjectFileExtension(cmGeneratorTarget const* t)
272{

Callers 3

GenerateMethod · 0.85
WriteGroupsMethod · 0.85

Calls 1

computeProjectTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…