diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f677870..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -bin -obj -.vs \ No newline at end of file diff --git a/.vs/Timer_GCSE_Coursework/DesignTimeBuild/.dtbcache.v2 b/.vs/Timer_GCSE_Coursework/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..2e4b917 Binary files /dev/null and b/.vs/Timer_GCSE_Coursework/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/Timer_GCSE_Coursework/FileContentIndex/207a1ff6-41bc-45a9-828b-65f9c6810c42.vsidx b/.vs/Timer_GCSE_Coursework/FileContentIndex/207a1ff6-41bc-45a9-828b-65f9c6810c42.vsidx new file mode 100644 index 0000000..75b0a53 Binary files /dev/null and b/.vs/Timer_GCSE_Coursework/FileContentIndex/207a1ff6-41bc-45a9-828b-65f9c6810c42.vsidx differ diff --git a/.vs/Timer_GCSE_Coursework/FileContentIndex/3b1ec75c-a28f-463c-9fe6-66b5a0273f6a.vsidx b/.vs/Timer_GCSE_Coursework/FileContentIndex/3b1ec75c-a28f-463c-9fe6-66b5a0273f6a.vsidx new file mode 100644 index 0000000..df98fcb Binary files /dev/null and b/.vs/Timer_GCSE_Coursework/FileContentIndex/3b1ec75c-a28f-463c-9fe6-66b5a0273f6a.vsidx differ diff --git a/.vs/Timer_GCSE_Coursework/FileContentIndex/431321e0-f8fd-46d0-b5a4-eba8603caec9.vsidx b/.vs/Timer_GCSE_Coursework/FileContentIndex/431321e0-f8fd-46d0-b5a4-eba8603caec9.vsidx new file mode 100644 index 0000000..1d96646 Binary files /dev/null and b/.vs/Timer_GCSE_Coursework/FileContentIndex/431321e0-f8fd-46d0-b5a4-eba8603caec9.vsidx differ diff --git a/.vs/Timer_GCSE_Coursework/FileContentIndex/9c2b149e-b925-496d-8eaf-936c218caa7e.vsidx b/.vs/Timer_GCSE_Coursework/FileContentIndex/9c2b149e-b925-496d-8eaf-936c218caa7e.vsidx new file mode 100644 index 0000000..1974b6b Binary files /dev/null and b/.vs/Timer_GCSE_Coursework/FileContentIndex/9c2b149e-b925-496d-8eaf-936c218caa7e.vsidx differ diff --git a/.vs/Timer_GCSE_Coursework/v17/.futdcache.v2 b/.vs/Timer_GCSE_Coursework/v17/.futdcache.v2 new file mode 100644 index 0000000..7958feb Binary files /dev/null and b/.vs/Timer_GCSE_Coursework/v17/.futdcache.v2 differ diff --git a/.vs/Timer_GCSE_Coursework/v17/.suo b/.vs/Timer_GCSE_Coursework/v17/.suo new file mode 100644 index 0000000..c75058b Binary files /dev/null and b/.vs/Timer_GCSE_Coursework/v17/.suo differ diff --git a/ArrayCode.cs b/ArrayCode/ArrayCode.cs similarity index 100% rename from ArrayCode.cs rename to ArrayCode/ArrayCode.cs diff --git a/ArrayResize.cs b/ArrayCode/ArrayResize.cs similarity index 100% rename from ArrayResize.cs rename to ArrayCode/ArrayResize.cs diff --git a/SimpleCode.cs b/ArrayCode/SimpleCode.cs similarity index 100% rename from SimpleCode.cs rename to ArrayCode/SimpleCode.cs diff --git a/Concise.cs b/ListCode/Concise.cs similarity index 100% rename from Concise.cs rename to ListCode/Concise.cs diff --git a/OriginalCode.cs b/ListCode/OriginalCode.cs similarity index 100% rename from OriginalCode.cs rename to ListCode/OriginalCode.cs diff --git a/Timer_GCSE_Coursework.csproj b/Timer_GCSE_Coursework.csproj deleted file mode 100644 index 780397f..0000000 --- a/Timer_GCSE_Coursework.csproj +++ /dev/null @@ -1,10 +0,0 @@ - - - - Exe - net7.0 - enable - enable - - - diff --git a/Timer_GCSE_Coursework.sln b/Timer_GCSE_Coursework.sln deleted file mode 100644 index 892da5d..0000000 --- a/Timer_GCSE_Coursework.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.5.002.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Timer_GCSE_Coursework", "Timer_GCSE_Coursework.csproj", "{43C22696-7AEC-49A0-A6F9-44DD7F8BB201}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {43C22696-7AEC-49A0-A6F9-44DD7F8BB201}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {43C22696-7AEC-49A0-A6F9-44DD7F8BB201}.Debug|Any CPU.Build.0 = Debug|Any CPU - {43C22696-7AEC-49A0-A6F9-44DD7F8BB201}.Release|Any CPU.ActiveCfg = Release|Any CPU - {43C22696-7AEC-49A0-A6F9-44DD7F8BB201}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {00992012-6AC3-49FE-A3EF-D8FD681BEE93} - EndGlobalSection -EndGlobal