You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: