We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282ffc9 commit c0eb9d8Copy full SHA for c0eb9d8
PhpVersionSwitcher.csproj
@@ -40,13 +40,15 @@
40
<PlatformTarget>x64</PlatformTarget>
41
<OutputPath>bin\x64\Debug\</OutputPath>
42
<Prefer32Bit>false</Prefer32Bit>
43
+ <RunCodeAnalysis>true</RunCodeAnalysis>
44
</PropertyGroup>
45
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
46
47
<OutputPath>bin\x64\Release\</OutputPath>
48
<UseVSHostingProcess>false</UseVSHostingProcess>
49
<Optimize>true</Optimize>
50
51
+ <RunCodeAnalysis>false</RunCodeAnalysis>
52
53
<PropertyGroup>
54
<ManifestCertificateThumbprint>7483359A1513A1C7AD9C4459AB431030C9A3FB65</ManifestCertificateThumbprint>
0 commit comments