Fixed typo and minor code refactoring

This commit is contained in:
Antonio Parata
2015-10-14 15:05:18 +02:00
parent 7a105c495b
commit c1423332d4
5 changed files with 42 additions and 24 deletions

View File

@@ -31,7 +31,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />