Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.Core/RomCheater.Core.csproj 2012/05/28 08:56:42 171 +++ trunk/RomCheater.Core/RomCheater.Core.csproj 2012/05/28 09:15:17 172 @@ -21,6 +21,7 @@ <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <NoWarn>1607</NoWarn> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> @@ -58,6 +59,7 @@ <PlatformTarget>x64</PlatformTarget> <ErrorReport>prompt</ErrorReport> <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> + <NoWarn>1607</NoWarn> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> <OutputPath>bin\x64\Release\</OutputPath>
ViewVC Help | |
Powered by ViewVC 1.1.22 |