Message 1 of 5

Not applicable
09-25-2015
03:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I probably shouldn't be using it yet, but I am using Visual Studio 2015.
In VS2010, for a post build event on a Inventor add-in I had:
call "%VS100COMNTOOLS%vsvars32" mt.exe -manifest "$(ProjectDir)AppName.X.manifest" -outputresource:"$(TargetDir)$(TargetName).dll"; #2
Has anyone run this using VS2015? I don't think mt.exe is applicable anymore. Any ideas?
Solved! Go to Solution.