I have deleted a class in my solution.
The csproj file still holds a reference to it.
as follows
<ItemGroup>
<Compile.. >
<Compile Include="MyPath\MyDeletedFile.cs" />
<Compile.. >
</ItemGroup>
Why wasnt this fle removed?
How do I remove it?
Thanks.
Just delete the line from the csproject file. That should do the magic