From 56d2a45d94b81fab988b411070f0690b623d15d5 Mon Sep 17 00:00:00 2001 From: morkt Date: Fri, 31 Oct 2014 18:50:43 +0400 Subject: [PATCH] implemented Will co. engine resources. --- ArcFormats/ArcFormats.csproj | 5 + ArcFormats/ArcWILL.cs | 96 +++++++++++++++ ArcFormats/ImageWIP.cs | 230 +++++++++++++++++++++++++++++++++++ 3 files changed, 331 insertions(+) create mode 100644 ArcFormats/ArcWILL.cs create mode 100644 ArcFormats/ImageWIP.cs diff --git a/ArcFormats/ArcFormats.csproj b/ArcFormats/ArcFormats.csproj index 4ee3b69a..7b5fedb3 100644 --- a/ArcFormats/ArcFormats.csproj +++ b/ArcFormats/ArcFormats.csproj @@ -67,6 +67,7 @@ + @@ -103,6 +104,7 @@ + @@ -215,6 +217,9 @@ + + perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName) +