diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-08-24 14:28:25 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-08-28 12:00:54 +0200 |
commit | 52987f395d423203fbb1a417961408804832c258 (patch) | |
tree | 5524d3e6d08b9278054633d258bbb5544cb1ddbe /astra_vc14.vcxproj | |
parent | 0a72d3f5c67f417199dd41af373ef0e129780838 (diff) | |
download | astra-52987f395d423203fbb1a417961408804832c258.tar.gz astra-52987f395d423203fbb1a417961408804832c258.tar.bz2 astra-52987f395d423203fbb1a417961408804832c258.tar.xz astra-52987f395d423203fbb1a417961408804832c258.zip |
Make filename more consistent
Diffstat (limited to 'astra_vc14.vcxproj')
-rw-r--r-- | astra_vc14.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astra_vc14.vcxproj b/astra_vc14.vcxproj index 893305f..6c19c41 100644 --- a/astra_vc14.vcxproj +++ b/astra_vc14.vcxproj @@ -538,7 +538,7 @@ <ClCompile Include="src\ParallelVecProjectionGeometry2D.cpp" /> <ClCompile Include="src\ParallelVecProjectionGeometry3D.cpp" /> <ClCompile Include="src\PlatformDepSystemCode.cpp" /> - <ClCompile Include="src\PluginAlgorithm.cpp" /> + <ClCompile Include="src\PluginAlgorithmFactory.cpp" /> <ClCompile Include="src\ProjectionGeometry2D.cpp" /> <ClCompile Include="src\ProjectionGeometry3D.cpp" /> <ClCompile Include="src\Projector2D.cpp" /> @@ -626,7 +626,7 @@ <ClInclude Include="include\astra\ParallelVecProjectionGeometry2D.h" /> <ClInclude Include="include\astra\ParallelVecProjectionGeometry3D.h" /> <ClInclude Include="include\astra\PlatformDepSystemCode.h" /> - <ClInclude Include="include\astra\PluginAlgorithm.h" /> + <ClInclude Include="include\astra\PluginAlgorithmFactory.h" /> <ClInclude Include="include\astra\ProjectionGeometry2D.h" /> <ClInclude Include="include\astra\ProjectionGeometry3D.h" /> <ClInclude Include="include\astra\Projector2D.h" /> |