Page 1 of 1

New version of .csproj file (2017) If is supported?

Posted: Tue Sep 25, 2018 10:23 am
by darpro
Hi,

Is it possible to migrate to new .csproj version (2017)?
Does the Ranorex support a new version of the .csproj file?

https://natemcmaster.com/blog/2017/03/0 ... 7-upgrade/

Thanks,
Dariusz

Re: New version of .csproj file (2017) If is supported?

Posted: Tue Sep 25, 2018 5:37 pm
by N612
Hi darpro,

I am able to add & build projects built in VS 2017 into my Ranorex Studio 8.2.1 solution after manually editing the ToolsVersion from 15 to 4 in the csproj.

Before:

Code: Select all

<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
After:

Code: Select all

<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">