ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheater.csproj
(Generate patch)

Comparing trunk/RomCheater/RomCheater.csproj (file contents):
Revision 180 by william, Mon May 28 09:49:07 2012 UTC vs.
Revision 181 by william, Mon May 28 10:03:08 2012 UTC

# Line 18 | Line 18
18    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
19      <DebugSymbols>true</DebugSymbols>
20      <OutputPath>bin\Debug\</OutputPath>
21 <    <DefineConstants>DEBUG;TRACE</DefineConstants>
21 >    <DefineConstants>TRACE;DEBUG</DefineConstants>
22      <NoWarn>1607</NoWarn>
23      <DebugType>full</DebugType>
24      <PlatformTarget>AnyCPU</PlatformTarget>
# Line 29 | Line 29
29    </PropertyGroup>
30    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
31      <OutputPath>bin\Release\</OutputPath>
32 <    <DefineConstants>TRACE</DefineConstants>
32 >    <DefineConstants>TRACE;Release</DefineConstants>
33      <Optimize>true</Optimize>
34      <DebugType>pdbonly</DebugType>
35      <PlatformTarget>AnyCPU</PlatformTarget>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines