Skip to content

wrong build configuration #34

@Tiago-OP

Description

@Tiago-OP

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions