--- trunk/Win32/Sojaner.MemoryScanner/Sojaner.MemoryScanner.csproj 2012/05/28 08:52:46 170 +++ trunk/Win32/Sojaner.MemoryScanner/Sojaner.MemoryScanner.csproj 2012/05/28 08:56:42 171 @@ -52,7 +52,7 @@ </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> <DebugSymbols>true</DebugSymbols> - <OutputPath>bin\Debug\</OutputPath> + <OutputPath>bin\Debug\x86\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <DebugType>full</DebugType> <PlatformTarget>x86</PlatformTarget> @@ -69,7 +69,7 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> <DebugSymbols>true</DebugSymbols> - <OutputPath>bin\x64\Debug\</OutputPath> + <OutputPath>bin\Debug\x64\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <DebugType>full</DebugType> <PlatformTarget>x64</PlatformTarget> |