ModernRonin / ProjectRenamer

Conveniently rename your csproj files
Other
155 stars 14 forks source link

wrong build configuration #34

Open Tiago-OP opened 3 years ago

Tiago-OP commented 3 years ago

First off, amazing tool, very nice.

When I used it though I got a bug on the configuration file: {xxx}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {xxx}.Debug|Any CPU.Build.0 = Debug|Any CPU {xxx}.Release|Any CPU.ActiveCfg = Debug|Any CPU {xxx}.Release|Any CPU.Build.0 = Debug|Any CPU

When it should be: {xxx}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {xxx}.Debug|Any CPU.Build.0 = Debug|Any CPU {xxx}.Release|Any CPU.ActiveCfg = Release|Any CPU {xxx}.Release|Any CPU.Build.0 = Release|Any CPU