wasSharp – Diff between revs 3 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 3 Rev 4
Line 37... Line 37...
37 <!-- A reference to the entire .NET Framework is automatically included --> 37 <!-- A reference to the entire .NET Framework is automatically included -->
38 </ItemGroup> 38 </ItemGroup>
39 <ItemGroup> 39 <ItemGroup>
40 <Compile Include="Arrays.cs" /> 40 <Compile Include="Arrays.cs" />
41 <Compile Include="BitTwiddling.cs" /> 41 <Compile Include="BitTwiddling.cs" />
-   42 <Compile Include="Collections.cs" />
42 <Compile Include="Cryptography.cs" /> 43 <Compile Include="Cryptography.cs" />
43 <Compile Include="CSV.cs" /> 44 <Compile Include="CSV.cs" />
44 <Compile Include="KeyValue.cs" /> 45 <Compile Include="KeyValue.cs" />
45 <Compile Include="Reflection.cs" /> 46 <Compile Include="Reflection.cs" />
46 <Compile Include="Time.cs" /> 47 <Compile Include="Time.cs" />
47 <Compile Include="wasSharp.cs" /> 48 <Compile Include="wasSharp.cs" />
48 <Compile Include="Properties\AssemblyInfo.cs" /> 49 <Compile Include="Properties\AssemblyInfo.cs" />
49 <Compile Include="Web.cs" /> 50 <Compile Include="Web.cs" />
-   51 <Compile Include="XML.cs" />
50 </ItemGroup> 52 </ItemGroup>
51 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> 53 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
52 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 54 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
53 Other similar extension points exist, see Microsoft.Common.targets. 55 Other similar extension points exist, see Microsoft.Common.targets.
54 <Target Name="BeforeBuild"> 56 <Target Name="BeforeBuild">