ProjectRenamer icon indicating copy to clipboard operation
ProjectRenamer copied to clipboard

wrong build configuration

Open Tiago-OP opened this issue 4 years ago • 0 comments

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

Tiago-OP avatar Jun 09 '21 13:06 Tiago-OP