Merge branch 'vs-resw-files' into release

This commit is contained in:
Brad King 2015-10-29 09:03:30 -04:00
commit e41c1be543
1 changed files with 4 additions and 0 deletions

View File

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