From 2ad5676adb2c05f2a6d73a3066e77e16738bfeda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Thu, 3 Apr 2014 21:17:29 +0200 Subject: [PATCH] DIE, .sln-files!!!11 --- .gitignore | 1 + inf3.sln | 20 -------------------- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 inf3.sln diff --git a/.gitignore b/.gitignore index 748683d..280003e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.suo *.user *.sln.docstates +*.sln # Build results [Dd]ebug/ diff --git a/inf3.sln b/inf3.sln deleted file mode 100644 index 847d5f4..0000000 --- a/inf3.sln +++ /dev/null @@ -1,20 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "inf3", "inf3.csproj", "{FB0656B5-8E83-4880-9EAE-55E474B8B732}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {FB0656B5-8E83-4880-9EAE-55E474B8B732}.Debug|x86.ActiveCfg = Debug|x86 - {FB0656B5-8E83-4880-9EAE-55E474B8B732}.Debug|x86.Build.0 = Debug|x86 - {FB0656B5-8E83-4880-9EAE-55E474B8B732}.Release|x86.ActiveCfg = Release|x86 - {FB0656B5-8E83-4880-9EAE-55E474B8B732}.Release|x86.Build.0 = Release|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal