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
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