Remove explicit parenting on Properties/Resources.cs
This commit is contained in:
parent
b3b5dcf64d
commit
bdd622681d
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue