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

Comparing trunk/RomCheater.RVAScratchPad/RomCheater.RVAScratchPad.csproj (file contents):
Revision 832 by william, Mon Sep 15 23:10:17 2014 UTC vs.
Revision 833 by william, Tue Sep 16 00:01:40 2014 UTC

# Line 30 | Line 30
30      <DebugType>pdbonly</DebugType>
31      <Optimize>true</Optimize>
32      <OutputPath>bin\Release\</OutputPath>
33 <    <DefineConstants>TRACE</DefineConstants>
33 >    <DefineConstants>TRACE;RELEASE</DefineConstants>
34      <ErrorReport>prompt</ErrorReport>
35      <WarningLevel>4</WarningLevel>
36 +    <NoWarn>1607,0436</NoWarn>
37    </PropertyGroup>
38    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
39      <DebugSymbols>true</DebugSymbols>
# Line 46 | Line 47
47    </PropertyGroup>
48    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
49      <OutputPath>bin\x64\Release\</OutputPath>
50 <    <DefineConstants>TRACE</DefineConstants>
50 >    <DefineConstants>TRACE;RELEASE</DefineConstants>
51      <Optimize>true</Optimize>
52      <DebugType>pdbonly</DebugType>
53      <PlatformTarget>x64</PlatformTarget>
54      <ErrorReport>prompt</ErrorReport>
55      <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56 +    <NoWarn>1607,0436</NoWarn>
57    </PropertyGroup>
58    <ItemGroup>
59      <Reference Include="Enterprise.Logging, Version=1.2.6.4, Culture=neutral, processorArchitecture=MSIL">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines