Merge topic 'vs-resw-files'
77dde5cb
VS: Add support for `.resw` files (#15811)
This commit is contained in:
commit
41e5605d02
|
@ -1311,6 +1311,10 @@ void cmVisualStudio10TargetGenerator::WriteExtraSource(cmSourceFile const* sf)
|
|||
{
|
||||
tool = "Image";
|
||||
}
|
||||
else if(ext == "resw")
|
||||
{
|
||||
tool = "PRIResource";
|
||||
}
|
||||
else if(ext == "xml")
|
||||
{
|
||||
tool = "XML";
|
||||
|
|
Loading…
Reference in New Issue