VS2017 initially built the report targeting SQL Server 2016 but we only use 2008 currently. When I change the properties to target an older version of SQL Server it appears to only alter the rdl file in the bin folder after the report is built but does not alter the rdl file in the solution root directory. I want the rdl file in the solution root directory to reflect the SQL Server version changes.
I'm fully aware I can grab the one in the bin folder but the one located there has no formatting and is all on one line. I really don't want to check something this awful looking into source.