File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ This task accepts a list of items that may contain a valid .NET culture identifi
68
68
69
69
| Item collection| Contents|
70
70
| ---------------------| --------------|
71
- | ` OutAssignedFiles ` | ` MyResource1.fr.resx (Culture="fr") ` <br /><br /> ` MyResource2.XX.resx ` (no additional metadata)|
72
- | ` OutAssignedFilesWithCulture ` | ` MyResource1.fr.resx (Culture="fr") ` |
73
- | ` OutAssignedFilesWithNoCulture ` | ` MyResource2.XX.resx ` (no additional metadata)|
74
- | ` OutCultureNeutralAssignedFiles ` | ` MyResource1.resx (Culture="fr") ` <br /><br /> ` MyResource2.XX.resx ( ` no additional metadata)|
71
+ | ` OutAssignedFiles ` | * MyResource1.fr.resx* (Culture="fr")<br /><br /> * MyResource2.XX.resx* (no additional metadata)|
72
+ | ` OutAssignedFilesWithCulture ` | * MyResource1.fr.resx* (Culture="fr")|
73
+ | ` OutAssignedFilesWithNoCulture ` | * MyResource2.XX.resx* (no additional metadata)|
74
+ | ` OutCultureNeutralAssignedFiles ` | * MyResource1.resx* (Culture="fr")<br /><br /> * MyResource2.XX.resx* ( no additional metadata)|
75
75
76
76
## See also
77
77
[ Tasks] ( ../msbuild/msbuild-tasks.md )
You can’t perform that action at this time.
0 commit comments