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