Visual C++ : Updated the project file
This commit is contained in:
parent
a01ebc819f
commit
c5247aa887
|
@ -39,7 +39,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;"
|
PreprocessorDefinitions="UNIT_TESTING"
|
||||||
MinimalRebuild="true"
|
MinimalRebuild="true"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;"
|
PreprocessorDefinitions="UNIT_TESTING"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
|
@ -174,6 +174,10 @@
|
||||||
RelativePath=".\CheckClass.h"
|
RelativePath=".\CheckClass.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\checkfunctionusage.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\CheckHeaders.h"
|
RelativePath=".\CheckHeaders.h"
|
||||||
>
|
>
|
||||||
|
@ -186,10 +190,6 @@
|
||||||
RelativePath=".\CheckOther.h"
|
RelativePath=".\CheckOther.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\CommonCheck.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\cppcheck.h"
|
RelativePath=".\cppcheck.h"
|
||||||
>
|
>
|
||||||
|
@ -210,6 +210,10 @@
|
||||||
RelativePath=".\testsuite.h"
|
RelativePath=".\testsuite.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\token.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\tokenize.h"
|
RelativePath=".\tokenize.h"
|
||||||
>
|
>
|
||||||
|
@ -234,6 +238,10 @@
|
||||||
RelativePath=".\CheckClass.cpp"
|
RelativePath=".\CheckClass.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\checkfunctionusage.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\CheckHeaders.cpp"
|
RelativePath=".\CheckHeaders.cpp"
|
||||||
>
|
>
|
||||||
|
@ -246,10 +254,6 @@
|
||||||
RelativePath=".\CheckOther.cpp"
|
RelativePath=".\CheckOther.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\CommonCheck.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\cppcheck.cpp"
|
RelativePath=".\cppcheck.cpp"
|
||||||
>
|
>
|
||||||
|
@ -274,6 +278,10 @@
|
||||||
RelativePath=".\testcharvar.cpp"
|
RelativePath=".\testcharvar.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\testclass.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\testconstructors.cpp"
|
RelativePath=".\testconstructors.cpp"
|
||||||
>
|
>
|
||||||
|
@ -282,6 +290,14 @@
|
||||||
RelativePath=".\testdivision.cpp"
|
RelativePath=".\testdivision.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\testfilelister.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\testfunctionusage.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\testincompletestatement.cpp"
|
RelativePath=".\testincompletestatement.cpp"
|
||||||
>
|
>
|
||||||
|
@ -290,26 +306,54 @@
|
||||||
RelativePath=".\testmemleak.cpp"
|
RelativePath=".\testmemleak.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\testmemleakmp.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\testother.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\testpreprocessor.cpp"
|
RelativePath=".\testpreprocessor.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\testredundantif.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\testrunner.cpp"
|
RelativePath=".\testrunner.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\testsimplifytokens.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\testsuite.cpp"
|
RelativePath=".\testsuite.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\testtoken.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\testtokenize.cpp"
|
RelativePath=".\testtokenize.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\testunusedprivfunc.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\testunusedvar.cpp"
|
RelativePath=".\testunusedvar.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\token.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\tokenize.cpp"
|
RelativePath=".\tokenize.cpp"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue