(name, settings, spec)
| 2902 | |
| 2903 | |
| 2904 | def _GetConfigurationCondition(name, settings, spec): |
| 2905 | return r"'$(Configuration)|$(Platform)'=='%s|%s'" % _GetConfigurationAndPlatform( |
| 2906 | name, settings, spec |
| 2907 | ) |
| 2908 | |
| 2909 | |
| 2910 | def _GetMSBuildProjectConfigurations(configurations, spec): |
no test coverage detected