Skip to content

Commit

Permalink
Restore EmbeddedResource
Browse files Browse the repository at this point in the history
Was unable to build prior to merging with upstream/next. After
fetching and merging the non-build issue is resolved.
  • Loading branch information
IvenBach committed Nov 3, 2020
1 parent a7be6dc commit c1e108a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rubberduck.Core/Rubberduck.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@
<Compile Update="**\*.Designer.cs">
<DependentUpon>$([System.String]::Copy('%(Filename)').Replace('.Designer', '')).cs</DependentUpon>
</Compile>
<!--<EmbeddedResource Update="UI\**\*.resx">
<EmbeddedResource Update="UI\**\*.resx">
<DependentUpon>%(Filename).cs</DependentUpon>
</EmbeddedResource>-->
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
Expand Down

0 comments on commit c1e108a

Please sign in to comment.