| 1626 | } |
| 1627 | |
| 1628 | void cmVisualStudio10TargetGenerator::WriteMSDriverConfigurationValues( |
| 1629 | Elem& e1, std::string const&) |
| 1630 | { |
| 1631 | // FIXME: Introduce a way for project code to control these. |
| 1632 | e1.Element("DriverType", "KMDF"); |
| 1633 | e1.Element("DriverTargetPlatform", "Universal"); |
| 1634 | } |
| 1635 | |
| 1636 | void cmVisualStudio10TargetGenerator::WriteMSToolConfigurationValuesCommon( |
| 1637 | Elem& e1, std::string const& config) |
no test coverage detected