Skip to content

Commit

Permalink
Generate source for Resources.resx
Browse files Browse the repository at this point in the history
Fixes #327
  • Loading branch information
sharwell committed Jun 3, 2020
1 parent 43c8f9c commit 1e85d5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 98 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="$(MicrosoftCodeAnalysisVisualBasicVersionVS2019)" />
</ItemGroup>
<ItemGroup>
<Compile Update="Resources.Designer.vb">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Resources.resx">
<SubType>Designer</SubType>
<CustomToolNamespace>Roslyn.SyntaxVisualizer.DgmlHelper.My.Resources</CustomToolNamespace>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="Resources.resx" GenerateSource="true" ClassName="Roslyn.SyntaxVisualizer.DgmlHelper.My.Resources.Resources" ManifestResourceName="Roslyn.SyntaxVisualizer.DgmlHelper.My.Resources.Resources" />
</ItemGroup>
</Project>

0 comments on commit 1e85d5d

Please sign in to comment.