From 4da193efbf7211a766b7a29945c0c3c1fbc272ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Fri, 23 May 2014 09:08:59 +0200 Subject: [PATCH] Sorttest in src/-Ordner verschoben --- inf3.csproj | 4 ++-- Sorttest.cs => src/Sorttest.cs | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename Sorttest.cs => src/Sorttest.cs (100%) diff --git a/inf3.csproj b/inf3.csproj index 07c6a7a..7f7f257 100644 --- a/inf3.csproj +++ b/inf3.csproj @@ -114,7 +114,7 @@ Form - + @@ -139,4 +139,4 @@ - \ No newline at end of file + diff --git a/Sorttest.cs b/src/Sorttest.cs similarity index 100% rename from Sorttest.cs rename to src/Sorttest.cs