From 95f6608b40ca644e1e7001edaca78e5aafdaab20 Mon Sep 17 00:00:00 2001 From: MaxXor Date: Sun, 20 Jul 2014 23:35:22 +0200 Subject: [PATCH] Changed GeoIP file location --- Client/Client.csproj | 2 +- Client/{ => Core}/GeoIP.cs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Client/{ => Core}/GeoIP.cs (100%) diff --git a/Client/Client.csproj b/Client/Client.csproj index 4fdded6d..43c1e131 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -177,7 +177,7 @@ - + diff --git a/Client/GeoIP.cs b/Client/Core/GeoIP.cs similarity index 100% rename from Client/GeoIP.cs rename to Client/Core/GeoIP.cs