diff --git a/BuildAllTargets.proj b/BuildAllTargets.proj index 7db4d09..0762883 100644 --- a/BuildAllTargets.proj +++ b/BuildAllTargets.proj @@ -24,35 +24,17 @@ Properties="PreferredToolArchitecture=x64" /> - - - NanaZip_Core;NanaZip_Core_Sfx_Setup;NanaZipConsole;NanaZip - Configuration=Debug;Platform=x86 - - - Build - Configuration=Debug;Platform=x64 - - - - - NanaZip_Core;NanaZip_Core_Sfx_Setup;NanaZipConsole;NanaZip - Configuration=Release;Platform=x86 - - - Build - Configuration=Release;Platform=x64 - - + Properties="PreferredToolArchitecture=x64;Configuration=Debug;Platform=x64" /> + Properties="PreferredToolArchitecture=x64;Configuration=Release;Platform=x64" /> \ No newline at end of file