Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit000acd3

Browse files
xuanduc987KevinRansom
authored andcommitted
Allow wildcard support for Content and None item (#3329)
1 parentb9add38 commit000acd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎vsintegration/src/FSharp.ProjectSystem.Base/Project/ProjectNode.cs‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3933,6 +3933,9 @@ public void CheckForWildcards()
39333933
vardict=newDictionary<Microsoft.Build.Construction.ProjectItemElement,Microsoft.Build.Evaluation.ProjectItem>();
39343934
foreach(variteminMSBuildProject.GetStaticAndVisibleItemsInOrder(this.buildProject))
39353935
{
3936+
// File with "Content" or "None" build action is not compiled, so it's safe to use wildcard
3937+
if(item.ItemType=="Content"||item.ItemType=="None")continue;
3938+
39363939
Microsoft.Build.Evaluation.ProjectItempreviousItem;
39373940
varkey=item.Xml;
39383941
if(dict.TryGetValue(key,outpreviousItem))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp