diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-12-04 16:34:44 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-12-04 16:34:44 +0100 |
commit | 0d015b1c91581ee5ef3e936f03e4c62fbc7ea362 (patch) | |
tree | adcdc9013af5cca4165857408ed7181ffdf0de64 /astra_vc11.vcxproj | |
parent | 8603f9a768c99b18eb74aff13a015fc60fa57ea6 (diff) | |
download | astra-0d015b1c91581ee5ef3e936f03e4c62fbc7ea362.tar.gz astra-0d015b1c91581ee5ef3e936f03e4c62fbc7ea362.tar.bz2 astra-0d015b1c91581ee5ef3e936f03e4c62fbc7ea362.tar.xz astra-0d015b1c91581ee5ef3e936f03e4c62fbc7ea362.zip |
Update Windows build files
Diffstat (limited to 'astra_vc11.vcxproj')
-rw-r--r-- | astra_vc11.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astra_vc11.vcxproj b/astra_vc11.vcxproj index fc8b9ce..d050b96 100644 --- a/astra_vc11.vcxproj +++ b/astra_vc11.vcxproj @@ -540,6 +540,7 @@ <ClCompile Include="src\ParallelProjectionGeometry3D.cpp" /> <ClCompile Include="src\ParallelVecProjectionGeometry3D.cpp" /> <ClCompile Include="src\PlatformDepSystemCode.cpp" /> + <ClCompile Include="src\PluginAlgorithm.cpp" /> <ClCompile Include="src\ProjectionGeometry2D.cpp" /> <ClCompile Include="src\ProjectionGeometry3D.cpp" /> <ClCompile Include="src\Projector2D.cpp" /> @@ -652,6 +653,7 @@ <ClInclude Include="include\astra\ParallelProjectionGeometry3D.h" /> <ClInclude Include="include\astra\ParallelVecProjectionGeometry3D.h" /> <ClInclude Include="include\astra\PlatformDepSystemCode.h" /> + <ClInclude Include="include\astra\PluginAlgorithm.h" /> <ClInclude Include="include\astra\ProjectionGeometry2D.h" /> <ClInclude Include="include\astra\ProjectionGeometry3D.h" /> <ClInclude Include="include\astra\Projector2D.h" /> |