| 187 | } |
| 188 | |
| 189 | bool cmGlobalVisualStudio8Generator::ProcessGeneratorPlatformField( |
| 190 | std::string const& key, std::string const& value) |
| 191 | { |
| 192 | static_cast<void>(key); |
| 193 | static_cast<void>(value); |
| 194 | return false; |
| 195 | } |
| 196 | |
| 197 | cm::optional<std::string> const& |
| 198 | cmGlobalVisualStudio8Generator::GetTargetFrameworkVersion() const |
no outgoing calls
no test coverage detected