Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong build configuration #34

Open
Tiago-OP opened this issue Jun 9, 2021 · 0 comments
Open

wrong build configuration #34

Tiago-OP opened this issue Jun 9, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Tiago-OP
Copy link

Tiago-OP commented Jun 9, 2021

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

@ModernRonin ModernRonin self-assigned this Jun 9, 2021
@ModernRonin ModernRonin added the bug Something isn't working label Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants