Build testrunner to same folders than cppcheck binary.
This commit is contained in:
parent
3da3c74f6f
commit
923e01af3f
|
@ -17,8 +17,8 @@
|
|||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
OutputDirectory="Build\Debug"
|
||||
IntermediateDirectory="BuildTmp\Debug"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
|
@ -46,7 +46,7 @@
|
|||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
WarnAsError="false"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
|
@ -90,8 +90,8 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
OutputDirectory="Build\Release"
|
||||
IntermediateDirectory="BuildTmp\Release"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
|
@ -115,7 +115,7 @@
|
|||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
|
|
Loading…
Reference in New Issue