8#include "MantidAPI/DllConfig.h"
25#include "MantidKernel/PropertyWithValue.tcc"
30template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::IAlgorithm>>;
31template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::IEventWorkspace>>;
32template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::IFunction>>;
33template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::IMaskWorkspace>>;
34template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::IMDEventWorkspace>>;
35template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::IMDHistoWorkspace>>;
36template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::IMDWorkspace>>;
37template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::IPeaksWorkspace>>;
38template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::ISplittersWorkspace>>;
39template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::ITableWorkspace>>;
40template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::MatrixWorkspace>>;
41template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::Workspace>>;
42template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::WorkspaceGroup>>;
43template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::ExperimentInfo>>;