File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
<!-- Compilation and build location settings. -->
5
5
<PropertyGroup >
6
6
<SixLaborsProjectCategory >src</SixLaborsProjectCategory >
7
- <CodeAnalysisRuleSet Condition =" '$(CodeAnalysisRuleSet)' == ''" >$(MSBuildThisFileDirectory)..\..\sixLabors .ruleset</CodeAnalysisRuleSet >
7
+ <CodeAnalysisRuleSet Condition =" '$(CodeAnalysisRuleSet)' == ''" >$(MSBuildThisFileDirectory)..\..\sixlabors .ruleset</CodeAnalysisRuleSet >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
9
9
</PropertyGroup >
10
10
Original file line number Diff line number Diff line change 6
6
<SixLaborsProjectCategory >tests</SixLaborsProjectCategory >
7
7
<IsTestProject Condition =" '$(IsTestProject)' == ''" >true</IsTestProject >
8
8
<IsPackable >false</IsPackable >
9
- <CodeAnalysisRuleSet Condition =" '$(CodeAnalysisRuleSet)' == ''" >$(MSBuildThisFileDirectory)..\..\sixLabors .tests.ruleset</CodeAnalysisRuleSet >
9
+ <CodeAnalysisRuleSet Condition =" '$(CodeAnalysisRuleSet)' == ''" >$(MSBuildThisFileDirectory)..\..\sixlabors .tests.ruleset</CodeAnalysisRuleSet >
10
10
</PropertyGroup >
11
11
12
12
<!-- Package references and additional files which are consumed by test projects -->
You can’t perform that action at this time.
0 commit comments