Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.UserSettingsSupport/RomCheater.UserSettingsSupport.csproj 2012/05/27 22:24:30 146 +++ trunk/RomCheater.UserSettingsSupport/RomCheater.UserSettingsSupport.csproj 2012/05/28 08:56:42 171 @@ -33,7 +33,7 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> <DebugSymbols>true</DebugSymbols> - <OutputPath>bin\Debug\</OutputPath> + <OutputPath>bin\Debug\x86\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <NoWarn>1607</NoWarn> <DebugType>full</DebugType> @@ -54,7 +54,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> <NoWarn>1607</NoWarn> <DebugType>full</DebugType>
ViewVC Help | |
Powered by ViewVC 1.1.22 |