Windows ML for Visual studio 2013? - windows-machine-learning

I have implemented the Windows ML app in C++ with Visual Studio (VS) 2019 and 2022. I would like to migrate it to VS 2013. Is it possible?. Under prequisites it says it only works with VS2019 or VS2017 and higher on the website here

Related

What Visual Studio workloads are needed for building VS extensions?

We've already added the Visual Studio workload Visual Studio Extensions Development, but that doesn't seem to be enough. So, are there other workloads that should be installed on a developer's machine, to author VS extensions?
Addendum
I should mention that the users struggling to add Visual Studio Extension Development are using Visual Studio 2019 Community Edition. I would think this would work, but I could be wrong. Can you do Visual Studio development with the Community Edition?
Visual Studio extension development + .NET desktop development workloads should be enough for most VS extensions.
Visual Studio 2019 Community Edition is perfectly fine to do Visual Studio development.

Visual Studio 2010 Express compatible with Community 2015?

Is Visual Studio 2010 Express compatible with Visual Studio Express Community 2015? I want do edit applications made in 2010 version.
Yes .. it's compatible .. The application created using Visual Studio 2010 will also open on visual studio 2015 ..

xamarin not showing in visual studio 2010 IDE

I have installed xamarin 3.11.688. Xamarin is found inside the extensions folder but not in the visual studio 2010 ultimate IDE.Please help. I have tried
re installing xamarin
.devnev.exe/setup
.re installing visual studio.
From the source - upgrade to VS2012 - https://developer.xamarin.com/guides/cross-platform/getting_started/requirements/
Xamarin for Visual Studio supports any Visual Studio 2015 (Community, Professional, and Enterprise) and non-Express editions of Visual Studio 2013 Update 2 and Visual Studio 2012.

How do I code Visual Basic Express 2010 programs in Visual Studio 2013?

I downloaded Visual Studio 2013 for my new computer but I am being told I can't use programs I made in Visual Basic 2010, and that 2013 is only for Windows Store apps... How do I use 2010 programs in the 2013 version?

Visual C++ 2010 compilers in Visual Studio 2012 express

Does the Visual Studio 2012 Express (Windows Desktop SKU) bundle the Visual C++ 2010 compilers (both 32-bit and 64-bit) as part of the project round-tripping feature or does this feature only work if Visual Studio 2010 is already installed separately?
Visual Studio Express 2012 for Windows 8 Desktop does not support alternative platform toolsets.
if Visual Studio 2010 or Windows SDK 7.1 is already installed, you can launch the developer command prompt from those toolsets then launch the old compiler via msbuild.

Resources