I've tried following the instructions that the warning message links to, but there is no entry for CodeAnalysisDictionary
in the Build Action list. I've tried manually editing the .csproj
file in a similar way to that suggested here for C++ files -- I've added
<ItemGroup>
<Content Include="CustomDictionary.xml" />
</ItemGroup>
after one of the other ItemGroup
elements, but that doesn't seem to work either.
Any ideas?