WCFMetadata tag in ItemGroup of silverlight project file

Viewed 5913

This line appears in my Silverlight application cs.project file.

<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>

Just wondering if anyone know anything about how it works and why it is there.

Thank you.

2 Answers
Related