Mage for .NET 4.5

The Tools>Options>FinalBuilder>.Net Framework Version dialog allows setting the default .Net tools version to V2.0, V3.0, V3.5, V4.0 in order to set the version of SDK tools the Mage action will use.  I need for the Mage action to use the version that was installed with the V4.5 SDK which I believe is located in "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools".

Is there a way to set this dialog to V4.5?

Thanks,

Dar

.NET 4.5 is an inline replacement for 4.0, so there are no seperate tools version as such (the 4.5 sdk is also used for v4 once installed) . The location of the tools is controlled by a file called DotNetConfig.xml which lives in the finalbuilder root folder. Note that it controls which registry keys are checked for the tool location. Also this file will be overwritten when you install an update os if you modify it you will need to make your change each time.

I have updated our copy to look for the v8.0A sdk :

http://downloads.finalbuilder.com/downloads/finalbuilder/700/FB700_2040.exe

Simple solution.  Thanks