wasSharp – Diff between revs 21 and 23

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 21 Rev 23
Line 30... Line 30...
30 <Optimize>true</Optimize> 30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release\</OutputPath> 31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants> 32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport> 33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel> 34 <WarningLevel>4</WarningLevel>
-   35 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
35 </PropertyGroup> 36 </PropertyGroup>
36 <ItemGroup> 37 <ItemGroup>
37 <Compile Include="Arrays.cs" /> 38 <Compile Include="Arrays.cs" />
38 <Compile Include="BitTwiddling.cs" /> 39 <Compile Include="BitTwiddling.cs" />
39 <Compile Include="Collections\Generic\CircularQueue.cs" /> 40 <Compile Include="Collections\Generic\CircularQueue.cs" />
Line 49... Line 50...
49 <Compile Include="CSV.cs" /> 50 <Compile Include="CSV.cs" />
50 <Compile Include="Geo\Constants.cs" /> 51 <Compile Include="Geo\Constants.cs" />
51 <Compile Include="Geo\Distance.cs" /> 52 <Compile Include="Geo\Distance.cs" />
52 <Compile Include="Geo\GeodesicExtensions.cs" /> 53 <Compile Include="Geo\GeodesicExtensions.cs" />
53 <Compile Include="Geo\GeographicCoordinate.cs" /> 54 <Compile Include="Geo\GeographicCoordinate.cs" />
-   55 <Compile Include="NetHash.cs" />
54 <Compile Include="IO.cs" /> 56 <Compile Include="IO.cs" />
55 <Compile Include="KeyValue.cs" /> 57 <Compile Include="KeyValue.cs" />
56 <Compile Include="Linq.cs" /> 58 <Compile Include="Linq.cs" />
57 <Compile Include="Numerics.cs" /> 59 <Compile Include="Numerics.cs" />
58 <Compile Include="Reflection.cs" /> 60 <Compile Include="Reflection.cs" />