Visual C++: Added "src/errormessage.*" to the project file
This commit is contained in:
parent
a604f56f19
commit
f53e66a4b1
|
@ -201,6 +201,10 @@
|
||||||
RelativePath=".\src\errorlogger.h"
|
RelativePath=".\src\errorlogger.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\src\errormessage.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\src\filelister.h"
|
RelativePath=".\src\filelister.h"
|
||||||
>
|
>
|
||||||
|
@ -265,6 +269,10 @@
|
||||||
RelativePath=".\src\cppcheckexecutor.cpp"
|
RelativePath=".\src\cppcheckexecutor.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\src\errormessage.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\src\filelister.cpp"
|
RelativePath=".\src\filelister.cpp"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue