rawfilewizard

git clone https://git.clttr.info/rawfilewizard.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit d87b65fe6b5385f0b20d71b21bf787758270e110
parent 6e469c1202ba1dafe31d3b5c95181d0c89553800
Author: rwa <apollo@rw-net.de>
Date:   Mon, 15 Oct 2018 18:55:07 +0200

remove unused refs

Diffstat:
MJpegDivider/JpegDivider.csproj | 1-
MJpegDivider/Program.cs | 2--
MOldSilkypixFileCleaner/OldSilkypixFileCleaner.csproj | 1-
MSilkypixFileMover/SilkypixFileMover.csproj | 1-
4 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/JpegDivider/JpegDivider.csproj b/JpegDivider/JpegDivider.csproj @@ -38,7 +38,6 @@ <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> - <Reference Include="System.Data" /> <Reference Include="System.Net.Http" /> <Reference Include="System.Xml" /> </ItemGroup> diff --git a/JpegDivider/Program.cs b/JpegDivider/Program.cs @@ -3,8 +3,6 @@ using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; -using System.Text; -using System.Threading.Tasks; namespace JpegDivider { diff --git a/OldSilkypixFileCleaner/OldSilkypixFileCleaner.csproj b/OldSilkypixFileCleaner/OldSilkypixFileCleaner.csproj @@ -69,7 +69,6 @@ <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> - <Reference Include="System.Data" /> <Reference Include="System.Net.Http" /> <Reference Include="System.Xml" /> </ItemGroup> diff --git a/SilkypixFileMover/SilkypixFileMover.csproj b/SilkypixFileMover/SilkypixFileMover.csproj @@ -104,7 +104,6 @@ <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> <Reference Include="Microsoft.CSharp" /> - <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" />