Skip to content

Commit 558e42f

Browse files
author
Marc Sallin
committed
Used code analysis rule set in the SQLite.CodeFirst project.
1 parent 66c3595 commit 558e42f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SQLite.CodeFirst/SQLite.CodeFirst.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<DefineConstants>DEBUG;TRACE</DefineConstants>
2525
<DebugType>full</DebugType>
2626
<ErrorReport>prompt</ErrorReport>
27-
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
27+
<CodeAnalysisRuleSet>..\Shared\SQLite.CodeFirst.ruleset</CodeAnalysisRuleSet>
2828
</PropertyGroup>
2929
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-40|AnyCPU'">
3030
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
@@ -42,7 +42,7 @@
4242
<Optimize>true</Optimize>
4343
<DebugType>pdbonly</DebugType>
4444
<ErrorReport>prompt</ErrorReport>
45-
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
45+
<CodeAnalysisRuleSet>..\Shared\SQLite.CodeFirst.ruleset</CodeAnalysisRuleSet>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-40|AnyCPU'">
4848
<OutputPath>bin\Release\net40</OutputPath>

0 commit comments

Comments
 (0)