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

Comparing trunk/RomCheater.EmuMMAPPlugin/RomCheater.EmuMMAPPlugin.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 26 | Line 26
26    </PropertyGroup>
27    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
28      <OutputPath>bin\x64\Release\</OutputPath>
29 <    <DefineConstants>TRACE</DefineConstants>
29 >    <DefineConstants>TRACE;RELEASE</DefineConstants>
30      <Optimize>true</Optimize>
31      <DebugType>pdbonly</DebugType>
32      <PlatformTarget>x64</PlatformTarget>
33      <ErrorReport>prompt</ErrorReport>
34      <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
35 +    <NoWarn>1607,0436</NoWarn>
36    </PropertyGroup>
37    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
38      <DebugSymbols>true</DebugSymbols>
# Line 45 | Line 46
46    </PropertyGroup>
47    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
48      <OutputPath>bin\x86\Release\</OutputPath>
49 <    <DefineConstants>TRACE</DefineConstants>
49 >    <DefineConstants>TRACE;RELEASE</DefineConstants>
50      <Optimize>true</Optimize>
51      <DebugType>pdbonly</DebugType>
52      <PlatformTarget>x86</PlatformTarget>
53      <ErrorReport>prompt</ErrorReport>
54      <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
55 +    <NoWarn>1607,0436</NoWarn>
56    </PropertyGroup>
57    <ItemGroup>
58      <Reference Include="Enterprise.Logging">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines