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

Comparing trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj (file contents):
Revision 211 by william, Mon May 28 10:30:11 2012 UTC vs.
Revision 212 by william, Sat Jun 2 10:33:38 2012 UTC

--- trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj	2012/06/02 10:33:05	211
+++ trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj	2012/06/02 10:33:38	212
@@ -21,7 +21,7 @@
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <NoWarn>1607</NoWarn>
+    <NoWarn>1607,0436</NoWarn>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
@@ -30,7 +30,7 @@
     <DefineConstants>TRACE;RELEASE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <NoWarn>1607</NoWarn>
+    <NoWarn>1607,0436</NoWarn>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'">
     <OutputPath>bin\All Configurations\</OutputPath>