Skip to content

Commit

Permalink
Move resources to Resources directory
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-r-g committed May 15, 2023
1 parent b46744e commit a939165
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 16 deletions.
1 change: 1 addition & 0 deletions SboxAnalyzers/Diagnostics.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Microsoft.CodeAnalysis;
using SboxAnalyzers.Resources;
using System.Collections.Immutable;

namespace SboxAnalyzers;
Expand Down

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

File renamed without changes.

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

File renamed without changes.

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

File renamed without changes.

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

File renamed without changes.
20 changes: 12 additions & 8 deletions SboxAnalyzers/SboxAnalyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@
</ItemGroup>

<ItemGroup>
<Compile Update="AccessListResources.Designer.cs" DesignTime="True" AutoGen="True" DependentUpon="AccessListResources.resx" />
<Compile Update="MethodArgumentsResources.Designer.cs" DesignTime="True" AutoGen="True" DependentUpon="MethodArgumentsResources.resx" />
<Compile Update="NetPropertyResources.Designer.cs" DesignTime="True" AutoGen="True" DependentUpon="NetPropertyResources.resx" />
<Compile Update="ServerCmdResources.Designer.cs" DesignTime="True" AutoGen="True" DependentUpon="ServerCmdResources.resx" />
<EmbeddedResource Update="AccessListResources.resx" Generator="ResXFileCodeGenerator" LastGenOutput="AccessListResources.Designer.cs" />
<EmbeddedResource Update="MethodArgumentsResources.resx" Generator="ResXFileCodeGenerator" LastGenOutput="MethodArgumentsResources.Designer.cs" />
<EmbeddedResource Update="NetPropertyResources.resx" Generator="ResXFileCodeGenerator" LastGenOutput="NetPropertyResources.Designer.cs" />
<EmbeddedResource Update="ServerCmdResources.resx" Generator="ResXFileCodeGenerator" LastGenOutput="ServerCmdResources.Designer.cs" />
<Compile Update="Resources\AccessListResources.Designer.cs" DesignTime="True" AutoGen="True" DependentUpon="AccessListResources.resx" />
<Compile Update="Resources\MethodArgumentsResources.Designer.cs" DesignTime="True" AutoGen="True" DependentUpon="MethodArgumentsResources.resx" />
<Compile Update="Resources\NetPropertyResources.Designer.cs" DesignTime="True" AutoGen="True" DependentUpon="NetPropertyResources.resx" />
<Compile Update="Resources\ServerCmdResources.Designer.cs" DesignTime="True" AutoGen="True" DependentUpon="ServerCmdResources.resx" />
<EmbeddedResource Update="Resources\AccessListResources.resx" Generator="ResXFileCodeGenerator" LastGenOutput="AccessListResources.Designer.cs" />
<EmbeddedResource Update="Resources\MethodArgumentsResources.resx" Generator="ResXFileCodeGenerator" LastGenOutput="MethodArgumentsResources.Designer.cs" />
<EmbeddedResource Update="Resources\NetPropertyResources.resx" Generator="ResXFileCodeGenerator" LastGenOutput="NetPropertyResources.Designer.cs" />
<EmbeddedResource Update="Resources\ServerCmdResources.resx" Generator="ResXFileCodeGenerator" LastGenOutput="ServerCmdResources.Designer.cs" />
</ItemGroup>

<ItemGroup>
<Folder Include="Analyzers\" />
</ItemGroup>

</Project>

0 comments on commit a939165

Please sign in to comment.