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

Comparing trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.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      <DebugType>full</DebugType>
23      <PlatformTarget>AnyCPU</PlatformTarget>
24      <ErrorReport>prompt</ErrorReport>
# Line 27 | Line 27
27    </PropertyGroup>
28    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
29      <OutputPath>bin\Release\</OutputPath>
30 <    <DefineConstants>TRACE</DefineConstants>
30 >    <DefineConstants>TRACE;RELEASE</DefineConstants>
31      <Optimize>true</Optimize>
32      <DebugType>pdbonly</DebugType>
33      <PlatformTarget>AnyCPU</PlatformTarget>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines