Update VS project file after files were renamed.
This commit is contained in:
parent
fb04e84975
commit
791d221678
|
@ -187,10 +187,6 @@
|
|||
RelativePath=".\src\checkdangerousfunctions.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\checkfunctionusage.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\checkheaders.h"
|
||||
>
|
||||
|
@ -211,6 +207,10 @@
|
|||
RelativePath=".\src\checkstl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\checkunusedfunctions.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\cppcheck.h"
|
||||
>
|
||||
|
@ -291,10 +291,6 @@
|
|||
RelativePath=".\src\checkdangerousfunctions.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\checkfunctionusage.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\checkheaders.cpp"
|
||||
>
|
||||
|
@ -315,6 +311,10 @@
|
|||
RelativePath=".\src\checkstl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\checkunusedfunctions.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\cppcheck.cpp"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue