Skip to content

Commit a8a48e8

Browse files
author
Christian Käser
committed
Add missing references in project file
1 parent 024dc91 commit a8a48e8

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers/StyleCop.Analyzers.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,16 @@
7676
<DesignTime>True</DesignTime>
7777
<DependentUpon>DocumentationResources.fr-FR.resx</DependentUpon>
7878
</Compile>
79+
<Compile Include="DocumentationRules\DocumentationResources.pl-PL.Designer.cs">
80+
<AutoGen>True</AutoGen>
81+
<DesignTime>True</DesignTime>
82+
<DependentUpon>DocumentationResources.pl-PL.resx</DependentUpon>
83+
</Compile>
84+
<Compile Include="DocumentationRules\DocumentationResources.pt-BR.Designer.cs">
85+
<AutoGen>True</AutoGen>
86+
<DesignTime>True</DesignTime>
87+
<DependentUpon>DocumentationResources.pt-BR.resx</DependentUpon>
88+
</Compile>
7989
<Compile Include="DocumentationRules\ElementDocumentationBase.cs" />
8090
<Compile Include="DocumentationRules\ElementDocumentationSummaryBase.cs" />
8191
<Compile Include="DocumentationRules\FileHeaderAnalyzers.cs" />
@@ -431,6 +441,14 @@
431441
<Generator>ResXFileCodeGenerator</Generator>
432442
<LastGenOutput>DocumentationResources.fr-FR.Designer.cs</LastGenOutput>
433443
</EmbeddedResource>
444+
<EmbeddedResource Include="DocumentationRules\DocumentationResources.pl-PL.resx">
445+
<Generator>ResXFileCodeGenerator</Generator>
446+
<LastGenOutput>DocumentationResources.pl-PL.Designer.cs</LastGenOutput>
447+
</EmbeddedResource>
448+
<EmbeddedResource Include="DocumentationRules\DocumentationResources.pt-BR.resx">
449+
<Generator>ResXFileCodeGenerator</Generator>
450+
<LastGenOutput>DocumentationResources.pt-BR.Designer.cs</LastGenOutput>
451+
</EmbeddedResource>
434452
<EmbeddedResource Include="DocumentationRules\DocumentationResources.resx">
435453
<Generator>ResXFileCodeGenerator</Generator>
436454
<LastGenOutput>DocumentationResources.Designer.cs</LastGenOutput>

0 commit comments

Comments
 (0)