We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558e42f commit 52f55a8Copy full SHA for 52f55a8
1 file changed
SQLite.CodeFirst/SQLite.CodeFirst.csproj
@@ -25,6 +25,7 @@
25
<DebugType>full</DebugType>
26
<ErrorReport>prompt</ErrorReport>
27
<CodeAnalysisRuleSet>..\Shared\SQLite.CodeFirst.ruleset</CodeAnalysisRuleSet>
28
+ <RunCodeAnalysis>true</RunCodeAnalysis>
29
</PropertyGroup>
30
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-40|AnyCPU'">
31
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
@@ -43,6 +44,7 @@
43
44
<DebugType>pdbonly</DebugType>
45
46
47
48
49
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-40|AnyCPU'">
50
<OutputPath>bin\Release\net40</OutputPath>
0 commit comments