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