Closed timmkrause closed 5 years ago
The tool really simplifies the project file, but does it in a safe way, simplifying away only the properties set to default in new CPS. The tool also removes empty ProjectGroup
s, so this tool is completely compatible with both pre-15.3 and post-15.3 CPS. If you have an example of converted .csproj
that contains entries you consider unnecessary in CPS, please, post it here so that we could verify tool's behavior and/or explain why they were left untouched.
Closing this due to lack of details
Disclaimer: I am not that deep within the technical details, so please bear with me
I just realized that the tool generates
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
but according to the official documentation this is kind of obsolete or do I misunderstand this in any way?
2nd question: Is
<Optimize>true</Optimize>
present by default somehow forRelease
configuration builds?