Skip to content

Commit b2f55c2

Browse files
committed
Fix sort order in project files
1 parent 3db5ad0 commit b2f55c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp7/StyleCop.Analyzers.Test.CSharp7.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,13 +278,13 @@
278278
<Compile Include="Lightup\DiscardDesignationSyntaxWrapperTests.cs" />
279279
<Compile Include="Lightup\IsPatternExpressionSyntaxWrapperTests.cs" />
280280
<Compile Include="Lightup\LightupHelpersTestsCSharp7.cs" />
281+
<Compile Include="Lightup\LocalFunctionStatementSyntaxWrapperTests.cs" />
281282
<Compile Include="Lightup\ParenthesizedVariableDesignationSyntaxWrapperTests.cs" />
282283
<Compile Include="Lightup\PatternSyntaxWrapperTests.cs" />
283284
<Compile Include="Lightup\RefExpressionSyntaxWrapperTests.cs" />
284285
<Compile Include="Lightup\RefTypeSyntaxWrapperTests.cs" />
285286
<Compile Include="Lightup\SingleVariableDesignationSyntaxWrapperTests.cs" />
286287
<Compile Include="Lightup\SyntaxWrapperTests.cs" />
287-
<Compile Include="Lightup\LocalFunctionStatementSyntaxWrapperTests.cs" />
288288
<Compile Include="Lightup\ThrowExpressionSyntaxWrapperTests.cs" />
289289
<Compile Include="Lightup\TupleElementSyntaxWrapperTests.cs" />
290290
<Compile Include="Lightup\TupleExpressionSyntaxWrapperTests.cs" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,14 @@
260260
<Compile Include="Lightup\DiscardDesignationSyntaxWrapperTests.cs" />
261261
<Compile Include="Lightup\IsPatternExpressionSyntaxWrapperTests.cs" />
262262
<Compile Include="Lightup\LightupHelpersTests.cs" />
263+
<Compile Include="Lightup\LocalFunctionStatementSyntaxWrapperTests.cs" />
263264
<Compile Include="Lightup\ParenthesizedVariableDesignationSyntaxWrapperTests.cs" />
264265
<Compile Include="Lightup\PatternSyntaxWrapperTests.cs" />
265266
<Compile Include="Lightup\RefExpressionSyntaxWrapperTests.cs" />
266267
<Compile Include="Lightup\RefTypeSyntaxWrapperTests.cs" />
267268
<Compile Include="Lightup\SeparatedSyntaxListWrapperTestBase.cs" />
268269
<Compile Include="Lightup\SingleVariableDesignationSyntaxWrapperTests.cs" />
269270
<Compile Include="Lightup\SyntaxWrapperTests.cs" />
270-
<Compile Include="Lightup\LocalFunctionStatementSyntaxWrapperTests.cs" />
271271
<Compile Include="Lightup\ThrowExpressionSyntaxWrapperTests.cs" />
272272
<Compile Include="Lightup\TupleElementSyntaxWrapperTests.cs" />
273273
<Compile Include="Lightup\TupleExpressionSyntaxWrapperTests.cs" />

0 commit comments

Comments
 (0)