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";
|
tool = "Image";
|
||||||
}
|
}
|
||||||
|
else if(ext == "resw")
|
||||||
|
{
|
||||||
|
tool = "PRIResource";
|
||||||
|
}
|
||||||
else if(ext == "xml")
|
else if(ext == "xml")
|
||||||
{
|
{
|
||||||
tool = "XML";
|
tool = "XML";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user