Update Visual Studio projects.
This commit is contained in:
parent
5d1a10b0a3
commit
6903f61f69
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="cppcheck"
|
||||
ProjectGUID="{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}"
|
||||
RootNamespace="cppcheck"
|
||||
|
@ -260,6 +260,10 @@
|
|||
RelativePath="..\lib\mathlib.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\path.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\preprocessor.cpp"
|
||||
>
|
||||
|
@ -358,6 +362,10 @@
|
|||
RelativePath="..\lib\mathlib.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\path.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\preprocessor.h"
|
||||
>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="lib"
|
||||
ProjectGUID="{ACE2ABB0-1027-44DF-8E14-8B4DAF88590F}"
|
||||
RootNamespace="lib"
|
||||
|
@ -214,6 +214,10 @@
|
|||
RelativePath=".\mathlib.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\path.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\preprocessor.cpp"
|
||||
>
|
||||
|
@ -304,6 +308,10 @@
|
|||
RelativePath=".\mathlib.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\path.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\preprocessor.h"
|
||||
>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="test"
|
||||
ProjectGUID="{BA98E531-D8B3-39CB-8171-064854404B81}"
|
||||
Keyword="Qt4VSv1.0"
|
||||
|
@ -250,6 +250,10 @@
|
|||
RelativePath="..\lib\mathlib.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\path.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\preprocessor.cpp"
|
||||
>
|
||||
|
@ -456,6 +460,10 @@
|
|||
RelativePath="..\lib\mathlib.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\path.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\preprocessor.h"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue