This may be a stupid question, as I’m not sure how MSBuild works with Delphi under the hood, but we have a Delphi app that needs to run with no .Net dependencies, and since we have updated our build process (now using team build with msbuild) the app won’t run without .Net. I am just trying to narrow things down, so I’d appreciate any help you guys can provide…
Thanks!
The last couple versions of Delphi have used MSBuild for the IDE, and the apps it produces don’t have .NET dependencies, so the answer is no, in the general case at least. It could be that something specific in your build process is introducing them, though…