Remove explicit parenting on Properties/Resources.cs

This commit is contained in:
YoshiRulz 2020-05-04 06:21:14 +10:00
parent b3b5dcf64d
commit bdd622681d
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 0 deletions

View File

@ -412,7 +412,9 @@
<Compile Update="PlatformChooser.cs" SubType="Form" />
<Compile Update="PlatformChooser.Designer.cs" DependentUpon="PlatformChooser.cs" />
<EmbeddedResource Update="PlatformChooser.resx" DependentUpon="PlatformChooser.cs" />
<!-- creates circular dependency
<Compile Update="Properties/Resources.cs" DependentUpon="Resources.resx" />
-->
<Compile Update="RomStatusPicker.cs" SubType="Form" />
<Compile Update="RomStatusPicker.Designer.cs" DependentUpon="RomStatusPicker.cs" />
<EmbeddedResource Update="RomStatusPicker.resx" DependentUpon="RomStatusPicker.cs" />