Visual C++: Updated the project file to include the thread execution
This commit is contained in:
parent
ed86d924df
commit
9b8571466c
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Version="9,00"
|
||||
Name="cppcheck"
|
||||
ProjectGUID="{ECA5D746-4926-48BA-A372-FC888498531F}"
|
||||
Keyword="Win32Proj"
|
||||
|
@ -229,6 +229,10 @@
|
|||
RelativePath=".\src\settings.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\threadexecutor.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\token.h"
|
||||
>
|
||||
|
@ -313,6 +317,10 @@
|
|||
RelativePath=".\src\settings.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\threadexecutor.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\token.cpp"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue