wasSharp

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 9  →  ?path2? @ 10
/wasSharp.csproj
@@ -36,7 +36,13 @@
<ItemGroup>
<Compile Include="Arrays.cs" />
<Compile Include="BitTwiddling.cs" />
<Compile Include="Collections.cs" />
<Compile Include="Collections\Generic\CircularQueue.cs" />
<Compile Include="Collections\Specialized\ExtendedObservableCollection.cs" />
<Compile Include="Collections\Utilities\Extensions.cs" />
<Compile Include="Collections\Specialized\ObservableHashSet.cs" />
<Compile Include="Collections\Generic\RangeCollection.cs" />
<Compile Include="Collections\Generic\SerializableDictionary.cs" />
<Compile Include="Collections\Generic\SerializableSortedDictionary.cs" />
<Compile Include="Cryptography.cs" />
<Compile Include="CSV.cs" />
<Compile Include="IO.cs" />
@@ -44,12 +50,17 @@
<Compile Include="Numerics.cs" />
<Compile Include="Reflection.cs" />
<Compile Include="Strings.cs" />
<Compile Include="Time.cs" />
<Compile Include="Timers\DecayingAlarm.cs" />
<Compile Include="Timers\Utilities\Extensions.cs" />
<Compile Include="Timers\TimedThrottle.cs" />
<Compile Include="Timers\Timer.cs" />
<Compile Include="wasSharp.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Web.cs" />
<Compile Include="Web\Utilities\Extensions.cs" />
<Compile Include="Web\wasHTTPClient.cs" />
<Compile Include="XML.cs" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.