From 4cd05c152c10ca948bcf7fa15b3f9b8b288d4301 Mon Sep 17 00:00:00 2001 From: morkt Date: Mon, 10 Apr 2017 14:32:13 +0400 Subject: [PATCH] (Seraph): moved to separate folder. --- ArcFormats/ArcFormats.csproj | 4 ++-- ArcFormats/{ => Seraphim}/ArcSeraph.cs | 0 ArcFormats/{ => Seraphim}/ImageSeraph.cs | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename ArcFormats/{ => Seraphim}/ArcSeraph.cs (100%) rename ArcFormats/{ => Seraphim}/ImageSeraph.cs (100%) diff --git a/ArcFormats/ArcFormats.csproj b/ArcFormats/ArcFormats.csproj index f6e665f5..e690d73a 100644 --- a/ArcFormats/ArcFormats.csproj +++ b/ArcFormats/ArcFormats.csproj @@ -569,7 +569,7 @@ - + @@ -669,7 +669,7 @@ - + diff --git a/ArcFormats/ArcSeraph.cs b/ArcFormats/Seraphim/ArcSeraph.cs similarity index 100% rename from ArcFormats/ArcSeraph.cs rename to ArcFormats/Seraphim/ArcSeraph.cs diff --git a/ArcFormats/ImageSeraph.cs b/ArcFormats/Seraphim/ImageSeraph.cs similarity index 100% rename from ArcFormats/ImageSeraph.cs rename to ArcFormats/Seraphim/ImageSeraph.cs