Skip to content

Commit 96c4468

Browse files
committed
Moved extension methods out to separate project.
Extension methods can be found here: https://github.com/ruffin--/RufworkExtensions Note that dll in lib folder is for Windows (and not Windows Phone). Please rebuild for other platforms. From readme in lib folder: I wanted to keep this project completely free of 3rd party libraries or even of external dlls as long as possible, but there's just enough headache with these extensions, both with respect to code licensing and versioning with my other projects, that I figured I'd split it off into its own project. Apologies for the overhead. The code to RufworkExtensions.dll can be found here: https://github.com/ruffin--/RufworkExtensions I'm going to place a Windows version of the dll (not Windows Phone; strict Windows) in the lib folder as well.
1 parent 83d5ca4 commit 96c4468

File tree

7 files changed

+23
-382
lines changed

7 files changed

+23
-382
lines changed

BinaryReaderPlay/BinaryReaderPlay.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,17 @@
4040
</StartupObject>
4141
</PropertyGroup>
4242
<ItemGroup>
43+
<Reference Include="RufworkExtensions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
44+
<SpecificVersion>False</SpecificVersion>
45+
<HintPath>..\..\RSSEngine\lib\RufworkExtensions.dll</HintPath>
46+
</Reference>
4347
<Reference Include="System" />
4448
<Reference Include="System.Data" />
4549
<Reference Include="System.Xml" />
4650
</ItemGroup>
4751
<ItemGroup>
4852
<Compile Include="Main.cs" />
4953
<Compile Include="AssemblyInfo.cs" />
50-
<Compile Include="org\rufwork\extensions\DictionaryOfStringsExtensions.cs" />
51-
<Compile Include="org\rufwork\extensions\StringExtensions.cs" />
5254
<Compile Include="org\rufwork\mooresDb\exceptions\ColumnNotFoundException.cs" />
5355
<Compile Include="org\rufwork\mooresDb\exceptions\ImproperDatabaseFileException.cs" />
5456
<Compile Include="org\rufwork\mooresDb\exceptions\SyntaxException.cs" />
@@ -80,7 +82,6 @@
8082
</ItemGroup>
8183
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
8284
<ItemGroup />
83-
<ItemGroup />
8485
<ProjectExtensions>
8586
<MonoDevelop>
8687
<Properties>

BinaryReaderPlay/org/rufwork/extensions/DictionaryOfStringsExtensions.cs

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)