Skip to content

Commit

Permalink
fix resources file
Browse files Browse the repository at this point in the history
  • Loading branch information
jjavierdguezas committed Apr 14, 2019
1 parent 0b26277 commit 80ad2a3
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,19 @@
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>

<ItemGroup>
<Compile Update="Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

</Project>
96 changes: 39 additions & 57 deletions ConfigureAwaitAnalyzer/ConfigureAwaitAnalyzer/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Expand Down

0 comments on commit 80ad2a3

Please sign in to comment.