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

--- trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj	2012/05/28 09:49:07	180
+++ trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.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>
     <DebugType>full</DebugType>
     <PlatformTarget>AnyCPU</PlatformTarget>
     <ErrorReport>prompt</ErrorReport>
@@ -27,7 +27,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>