Merge topic 'vs-resw-files'

77dde5cb VS: Add support for `.resw` files (#15811)
This commit is contained in:
Brad King 2015-10-29 08:42:32 -04:00 committed by CMake Topic Stage
commit 41e5605d02
1 changed files with 4 additions and 0 deletions

View File

@ -1311,6 +1311,10 @@ void cmVisualStudio10TargetGenerator::WriteExtraSource(cmSourceFile const* sf)
{
tool = "Image";
}
else if(ext == "resw")
{
tool = "PRIResource";
}
else if(ext == "xml")
{
tool = "XML";