--- trunk/RomCheater/RomCheater.csproj 2012/06/02 10:33:05 211 +++ trunk/RomCheater/RomCheater.csproj 2012/06/02 10:33:38 212 @@ -19,7 +19,7 @@ <DebugSymbols>true</DebugSymbols> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>TRACE;DEBUG</DefineConstants> - <NoWarn>1607</NoWarn> + <NoWarn>1607,0436</NoWarn> <DebugType>full</DebugType> <PlatformTarget>AnyCPU</PlatformTarget> <ErrorReport>prompt</ErrorReport> @@ -36,7 +36,7 @@ <ErrorReport>prompt</ErrorReport> <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> - <NoWarn>1607</NoWarn> + <NoWarn>1607,0436</NoWarn> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'"> <OutputPath>bin\All Configurations\</OutputPath> |