From 3d93a54c452df971aceaf6cfb98c72261d1b1126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Thu, 8 May 2014 01:15:47 +0200 Subject: [PATCH] IEntity an die richtige Stelle verschoben --- inf3.csproj | 2 +- IEntity.cs => src/Gui/IEntity.cs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename IEntity.cs => src/Gui/IEntity.cs (100%) diff --git a/inf3.csproj b/inf3.csproj index af915e9..3438185 100644 --- a/inf3.csproj +++ b/inf3.csproj @@ -75,7 +75,7 @@ - + diff --git a/IEntity.cs b/src/Gui/IEntity.cs similarity index 100% rename from IEntity.cs rename to src/Gui/IEntity.cs