Skip to content

Commit c0eb9d8

Browse files
committed
enabled code analysis for debug build
1 parent 282ffc9 commit c0eb9d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PhpVersionSwitcher.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@
4040
<PlatformTarget>x64</PlatformTarget>
4141
<OutputPath>bin\x64\Debug\</OutputPath>
4242
<Prefer32Bit>false</Prefer32Bit>
43+
<RunCodeAnalysis>true</RunCodeAnalysis>
4344
</PropertyGroup>
4445
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
4546
<PlatformTarget>x64</PlatformTarget>
4647
<OutputPath>bin\x64\Release\</OutputPath>
4748
<UseVSHostingProcess>false</UseVSHostingProcess>
4849
<Optimize>true</Optimize>
4950
<Prefer32Bit>false</Prefer32Bit>
51+
<RunCodeAnalysis>false</RunCodeAnalysis>
5052
</PropertyGroup>
5153
<PropertyGroup>
5254
<ManifestCertificateThumbprint>7483359A1513A1C7AD9C4459AB431030C9A3FB65</ManifestCertificateThumbprint>

0 commit comments

Comments
 (0)