I have an requirement to use the Msbuild to build the dotnet code and move the code to a specified location.
For dotnet framework 2.0 and above I am able to do it as I can specify the targetframework in build.proj file, but I am not sure how to make a build.proj file for vb6 code ?
If this is possible what will the build.proj file will look like?