Visual Studio: Manually edited the vcproj files. The absolute paths were replaced with relative paths

This commit is contained in:
Daniel Marjamäki 2009-10-28 20:15:56 +01:00
parent 9212e7500e
commit ffb5bbd4d1
2 changed files with 40 additions and 40 deletions

View File

@ -171,51 +171,51 @@
Filter="h;hpp;hxx;hm;inl;inc;xsd" Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\check.h"/> RelativePath="..\lib\check.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkautovariables.h"/> RelativePath="..\lib\checkautovariables.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkbufferoverrun.h"/> RelativePath="..\lib\checkbufferoverrun.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkclass.h"/> RelativePath="..\lib\checkclass.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkdangerousfunctions.h"/> RelativePath="..\lib\checkdangerousfunctions.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkexceptionsafety.h"/> RelativePath="..\lib\checkexceptionsafety.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkheaders.h"/> RelativePath="..\lib\checkheaders.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkmemoryleak.h"/> RelativePath="..\lib\checkmemoryleak.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkother.h"/> RelativePath="..\lib\checkother.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkstl.h"/> RelativePath="..\lib\checkstl.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkunusedfunctions.h"/> RelativePath="..\lib\checkunusedfunctions.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\classinfo.h"/> RelativePath="..\lib\classinfo.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\cppcheck.h"/> RelativePath="..\lib\cppcheck.h"/>
<File <File
RelativePath="cppcheckexecutor.cpp"/> RelativePath="cppcheckexecutor.cpp"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\errorlogger.h"/> RelativePath="..\lib\errorlogger.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\filelister.h"/> RelativePath="..\lib\filelister.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\mathlib.h"/> RelativePath="..\lib\mathlib.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\preprocessor.h"/> RelativePath="..\lib\preprocessor.h"/>
<File <File
RelativePath="resource.h"/> RelativePath="resource.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\settings.h"/> RelativePath="..\lib\settings.h"/>
<File <File
RelativePath="threadexecutor.cpp"/> RelativePath="threadexecutor.cpp"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\token.h"/> RelativePath="..\lib\token.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\tokenize.h"/> RelativePath="..\lib\tokenize.h"/>
</Filter> </Filter>
<Filter <Filter
Name="Generated Files" Name="Generated Files"

View File

@ -215,47 +215,47 @@
Filter="h;hpp;hxx;hm;inl;inc;xsd" Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\check.h"/> RelativePath="..\lib\check.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkautovariables.h"/> RelativePath="..\lib\checkautovariables.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkbufferoverrun.h"/> RelativePath="..\lib\checkbufferoverrun.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkclass.h"/> RelativePath="..\lib\checkclass.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkdangerousfunctions.h"/> RelativePath="..\lib\checkdangerousfunctions.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkexceptionsafety.h"/> RelativePath="..\lib\checkexceptionsafety.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkheaders.h"/> RelativePath="..\lib\checkheaders.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkmemoryleak.h"/> RelativePath="..\lib\checkmemoryleak.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkother.h"/> RelativePath="..\lib\checkother.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkstl.h"/> RelativePath="..\lib\checkstl.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\checkunusedfunctions.h"/> RelativePath="..\lib\checkunusedfunctions.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\classinfo.h"/> RelativePath="..\lib\classinfo.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\cppcheck.h"/> RelativePath="..\lib\cppcheck.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\errorlogger.h"/> RelativePath="..\lib\errorlogger.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\filelister.h"/> RelativePath="..\lib\filelister.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\mathlib.h"/> RelativePath="..\lib\mathlib.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\preprocessor.h"/> RelativePath="..\lib\preprocessor.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\settings.h"/> RelativePath="..\lib\settings.h"/>
<File <File
RelativePath="testsuite.h"/> RelativePath="testsuite.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\token.h"/> RelativePath="..\lib\token.h"/>
<File <File
RelativePath="c:\Documents and Settings\danmar\cppcheck\lib\tokenize.h"/> RelativePath="..\lib\tokenize.h"/>
</Filter> </Filter>
</Files> </Files>
<Globals> <Globals>