Skip to content

Commit

Permalink
Restore PublicResXFileCodeGenerator custom tool
Browse files Browse the repository at this point in the history
  • Loading branch information
IvenBach committed Jul 12, 2019
1 parent 0a25ee7 commit 20c2fe8
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 51 deletions.
13 changes: 13 additions & 0 deletions Rubberduck.RegexAssistant/Rubberduck.RegexAssistant.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,17 @@
<Version>4.5.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Update="i18n\AssistantResources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>AssistantResources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="i18n\AssistantResources.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>AssistantResources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>

0 comments on commit 20c2fe8

Please sign in to comment.