Merge pull request #3510 from andrewimcclement/aim/props_as_xml_extension

Add .props & .targets as XML extensions
This commit is contained in:
Henning Dieterichs 2023-01-31 11:53:32 +01:00 committed by GitHub
commit ab65824d1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,8 @@ registerLanguage({
'.ascx', '.ascx',
'.csproj', '.csproj',
'.config', '.config',
'.props',
'.targets',
'.wxi', '.wxi',
'.wxl', '.wxl',
'.wxs', '.wxs',