diff options
Diffstat (limited to 'winbuild/Doxygen.vcproj')
-rw-r--r-- | winbuild/Doxygen.vcproj | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/winbuild/Doxygen.vcproj b/winbuild/Doxygen.vcproj index 6057756..fb4ae8d 100644 --- a/winbuild/Doxygen.vcproj +++ b/winbuild/Doxygen.vcproj @@ -50,7 +50,7 @@ /> <Tool Name="VCMIDLTool" - TypeLibraryName=".\Debug/Doxygen.tlb" + TypeLibraryName=".\Debug\Doxygen.tlb" HeaderFileName="" /> <Tool @@ -151,7 +151,7 @@ <Tool Name="VCMIDLTool" TargetEnvironment="3" - TypeLibraryName=".\Debug64/Doxygen.tlb" + TypeLibraryName=".\Debug64\Doxygen.tlb" HeaderFileName="" /> <Tool @@ -251,7 +251,7 @@ /> <Tool Name="VCMIDLTool" - TypeLibraryName=".\Release/Doxygen.tlb" + TypeLibraryName=".\Release\Doxygen.tlb" HeaderFileName="" /> <Tool @@ -353,7 +353,7 @@ <Tool Name="VCMIDLTool" TargetEnvironment="3" - TypeLibraryName=".\Release64/Doxygen.tlb" + TypeLibraryName=".\Release64\Doxygen.tlb" HeaderFileName="" /> <Tool @@ -487,6 +487,10 @@ > </File> <File + RelativePath="..\src\clangparser.cpp" + > + </File> + <File RelativePath="..\src\classdef.cpp" > <FileConfiguration @@ -3598,6 +3602,10 @@ > </File> <File + RelativePath="..\src\clangparser.h" + > + </File> + <File RelativePath="..\src\classdef.h" > </File> |