Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj 2012/05/28 10:30:11 190 +++ 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>
ViewVC Help | |
Powered by ViewVC 1.1.22 |