Libtorch, does it support visual studio 2008?

Hello everyone,
I got a question when I use the libtorch in C++ code.
I succeeded in building my C++ code using visual studio 2019 but failed using visual studio 2008. I think it is because of different compiler versions.

Does the libtorch support visual studio 2008?
If not, are there other methods to import the model into C++ using visual studio 2008?

Any help would be much appreciated. Thanks!

I think its not a good idea, cause some code need c++17 or higher stardard to support.Its lots of work to trans the code to adapt to the vs 2008.Trust me.