--- trunk/RomCheater/RomCheater.csproj 2012/05/28 09:49:07 180 +++ trunk/RomCheater/RomCheater.csproj 2012/05/28 10:03:08 181 @@ -18,7 +18,7 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> <DebugSymbols>true</DebugSymbols> <OutputPath>bin\Debug\</OutputPath> - <DefineConstants>DEBUG;TRACE</DefineConstants> + <DefineConstants>TRACE;DEBUG</DefineConstants> <NoWarn>1607</NoWarn> <DebugType>full</DebugType> <PlatformTarget>AnyCPU</PlatformTarget> @@ -29,7 +29,7 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> <OutputPath>bin\Release\</OutputPath> - <DefineConstants>TRACE</DefineConstants> + <DefineConstants>TRACE;Release</DefineConstants> <Optimize>true</Optimize> <DebugType>pdbonly</DebugType> <PlatformTarget>AnyCPU</PlatformTarget> |