Có ai thấy điều này trước đây không? Tôi có một dự án Visual Studio lớn tiếp tục thêm [Subtype]Designer[/Subtype]vào .vcprojsau đó loại bỏ nó trong lần mở và đóng tiếp theo của dự án. Chỉ có một lớp được định nghĩa trong StoredImageControl.cs. Bất cứ ai cũng biết cách tắt cái này vì nó thực sự làm rối tung kiểm soát sửa đổi của tôi.  
Đây là trước:
<EmbeddedResource Include="StoredImageControl.resx">
  <DependentUpon>StoredImageControl.cs</DependentUpon>
</EmbeddedResource>
Đây là sau
<EmbeddedResource Include="StoredImageControl.resx">
  <DependentUpon>StoredImageControl.cs</DependentUpon>
  <SubType>Designer</SubType>
</EmbeddedResource>