There is a new official toolTextTransformCore.exe
(all arguments are the same as TextTransform.exe
), which is much easier to copy (all required files are there) and use (just copy required files and run):
- Go to
{VS_INSTALL_PATH}\Common7\IDE\
- Copy following files
TextTransformCore.dllTextTransformCoreResolver.dllTextTransformCore.exeTextTransformCore.runtimeconfig.json
- Open json file, find
"SharedAssemblyPaths"
, its value contains all required folders
"SharedAssemblyPaths": "TextTransform;PublicAssemblies;PrivateAssemblies;PrivateAssemblies\\Newtonsoft.Json.13.0.3.0;CommonExtensions\\Microsoft\\VBCSharp\\LanguageServices",
- Copy 4 folders, there is no need to keep exact directory structure, but you'll have to update json file to match changes
TextTransformPublicAssembliesPublicAssembliesPrivateAssembliesPrivateAssemblies\\Newtonsoft.Json.13.0.3.0CommonExtensions\\Microsoft\\VBCSharp\\LanguageServices
- Done.