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

Ask general questions here.
darpro
Posts: 4
Joined: Tue Sep 25, 2018 10:15 am

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

Post by darpro » Tue Sep 25, 2018 10:23 am

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

User avatar
N612
Posts: 135
Joined: Mon Jul 11, 2016 4:01 pm

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

Post by N612 » Tue Sep 25, 2018 5:37 pm

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">