wasSharp – Diff between revs 52 and 53

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 52 Rev 53
Line 65... Line 65...
65 <Compile Include="Languages\KeyValue.cs" /> 65 <Compile Include="Languages\KeyValue.cs" />
66 <Compile Include="Languages\XML.cs" /> 66 <Compile Include="Languages\XML.cs" />
67 <Compile Include="Bit\BitTwiddling.cs" /> 67 <Compile Include="Bit\BitTwiddling.cs" />
68 <Compile Include="Cryptography\Cryptography.cs" /> 68 <Compile Include="Cryptography\Cryptography.cs" />
69 <Compile Include="Arrays\Arrays.cs" /> 69 <Compile Include="Arrays\Arrays.cs" />
70 <Compile Include="Lambda\Linq.cs" /> 70 <Compile Include="Lambda\Extensions.cs" />
71 <Compile Include="Reflection\Reflection.cs" /> 71 <Compile Include="Reflection\Reflection.cs" />
72 <Compile Include="Cryptography\NetHash.cs" /> 72 <Compile Include="Cryptography\NetHash.cs" />
73 <Compile Include="Cryptography\Extensions.cs" /> 73 <Compile Include="Cryptography\Extensions.cs" />
-   74 <Compile Include="Sets\Extensions.cs" />
74 </ItemGroup> 75 </ItemGroup>
75 <ItemGroup /> 76 <ItemGroup />
76 <ItemGroup> 77 <ItemGroup>
77 <Folder Include="Sciences\" /> 78 <Folder Include="Sciences\" />
78 <Folder Include="Sciences\Geodesics\" /> 79 <Folder Include="Sciences\Geodesics\" />
Line 82... Line 83...
82 <Folder Include="Bit\" /> 83 <Folder Include="Bit\" />
83 <Folder Include="Cryptography\" /> 84 <Folder Include="Cryptography\" />
84 <Folder Include="Arrays\" /> 85 <Folder Include="Arrays\" />
85 <Folder Include="Lambda\" /> 86 <Folder Include="Lambda\" />
86 <Folder Include="Reflection\" /> 87 <Folder Include="Reflection\" />
-   88 <Folder Include="Sets\" />
87 </ItemGroup> 89 </ItemGroup>
88 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> 90 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
89 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 91 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
90 Other similar extension points exist, see Microsoft.Common.targets. 92 Other similar extension points exist, see Microsoft.Common.targets.
91 <Target Name="BeforeBuild"> 93 <Target Name="BeforeBuild">