diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2015-03-20 15:32:25 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2015-03-20 15:32:25 +0100 |
commit | 8d9ddc51076ce0da3d0a4216b1bc495783f3733c (patch) | |
tree | 200d43d0356f052fe23da463330e43b37138386e /astra_vc11.vcxproj | |
parent | 2d55fd38b4a8ef5076c0591ae4147f81c1107ee3 (diff) | |
parent | 9ba78fcfa3dec88928df33be26821e3fd5a10727 (diff) | |
download | astra-8d9ddc51076ce0da3d0a4216b1bc495783f3733c.tar.gz astra-8d9ddc51076ce0da3d0a4216b1bc495783f3733c.tar.bz2 astra-8d9ddc51076ce0da3d0a4216b1bc495783f3733c.tar.xz astra-8d9ddc51076ce0da3d0a4216b1bc495783f3733c.zip |
Merge pull request #30 from dmpelt/logging
New logging API
Diffstat (limited to 'astra_vc11.vcxproj')
-rw-r--r-- | astra_vc11.vcxproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/astra_vc11.vcxproj b/astra_vc11.vcxproj index 0cedf20..bc11b23 100644 --- a/astra_vc11.vcxproj +++ b/astra_vc11.vcxproj @@ -530,7 +530,7 @@ <ClCompile Include="src\Fourier.cpp" /> <ClCompile Include="src\GeometryUtil3D.cpp" /> <ClCompile Include="src\Globals.cpp" /> - <ClCompile Include="src\Logger.cpp" /> + <ClCompile Include="src\Logging.cpp" /> <ClCompile Include="src\ParallelBeamBlobKernelProjector2D.cpp" /> <ClCompile Include="src\ParallelBeamLineKernelProjector2D.cpp" /> <ClCompile Include="src\ParallelBeamLinearKernelProjector2D.cpp" /> @@ -640,7 +640,7 @@ <ClInclude Include="include\astra\GeometryUtil2D.h" /> <ClInclude Include="include\astra\GeometryUtil3D.h" /> <ClInclude Include="include\astra\Globals.h" /> - <ClInclude Include="include\astra\Logger.h" /> + <ClInclude Include="include\astra\Logging.h" /> <ClInclude Include="include\astra\ParallelBeamBlobKernelProjector2D.h" /> <ClInclude Include="include\astra\ParallelBeamLineKernelProjector2D.h" /> <ClInclude Include="include\astra\ParallelBeamLinearKernelProjector2D.h" /> @@ -669,6 +669,7 @@ <ClInclude Include="include\astra\VolumeGeometry3D.h" /> <ClInclude Include="include\astra\XMLDocument.h" /> <ClInclude Include="include\astra\XMLNode.h" /> + <ClInclude Include="include\astra\clog.h" /> </ItemGroup> <ItemGroup> <CudaCompile Include="cuda\2d\algo.cu"> |