Skip to content

Commit 1715c4b

Browse files
committed
Remove effectless nesting attempts in Resources
1 parent 0986130 commit 1715c4b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Rubberduck.Resources/Rubberduck.Resources.csproj

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,9 @@
1212
<Resource Include="**\*.png" />
1313
<Resource Include="**\*.bmp" />
1414
<Resource Include="**\*.txt" />
15-
<Resource Include="**\*.resx" />
16-
<Resource Update="**\*.de.resx">
17-
<DependentUpon>$([System.String]::Copy('%(Filename)').Replace('.de', '')).resx</DependentUpon>
18-
</Resource>
19-
<Resource Update="**\*.fr.resx">
20-
<DependentUpon>$([System.String]::Copy('%(Filename)').Replace('.fr', '')).resx</DependentUpon>
21-
</Resource>
22-
<Resource Update="**\*.cs.resx">
23-
<DependentUpon>$([System.String]::Copy('%(Filename)').Replace('.cs', '')).resx</DependentUpon>
15+
<Resource Update="**\*.resx">
16+
<Generator>PublicResXFileCodeGenerator</Generator>
17+
<LastGenOutput>$([System.String]::Copy('%(FileName)')).Designer.cs</LastGenOutput>
2418
</Resource>
2519
<Compile Update="**\*.Designer.cs">
2620
<DependentUpon>$([System.String]::Copy('%(Filename)').Replace('.Designer', '')).resx</DependentUpon>

0 commit comments

Comments
 (0)