Add new files (Src/checkdangerousfunctions.cpp and .h) to Visual Studio project.
This commit is contained in:
parent
7da34ed249
commit
577e2ad895
|
@ -173,6 +173,10 @@
|
||||||
RelativePath=".\src\checkclass.h"
|
RelativePath=".\src\checkclass.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\src\checkdangerousfunctions.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\src\checkfunctionusage.h"
|
RelativePath=".\src\checkfunctionusage.h"
|
||||||
>
|
>
|
||||||
|
@ -257,6 +261,10 @@
|
||||||
RelativePath=".\src\checkclass.cpp"
|
RelativePath=".\src\checkclass.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\src\checkdangerousfunctions.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\src\checkfunctionusage.cpp"
|
RelativePath=".\src\checkfunctionusage.cpp"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue