From e6a2c62da6afbb3c7acdf49fab75d01bd4a64976 Mon Sep 17 00:00:00 2001 From: "jason.zhu" Date: Tue, 23 Feb 2021 23:01:09 +0000 Subject: [PATCH] Reorganized project --- .../{Introduction => }/Introduction.csproj | 0 Introduction/Introduction.sln | 25 -------------- Introduction/{Introduction => }/Program.cs | 0 linq-fundamentals.sln | 34 +++++++++++++++++++ 4 files changed, 34 insertions(+), 25 deletions(-) rename Introduction/{Introduction => }/Introduction.csproj (100%) delete mode 100644 Introduction/Introduction.sln rename Introduction/{Introduction => }/Program.cs (100%) create mode 100644 linq-fundamentals.sln diff --git a/Introduction/Introduction/Introduction.csproj b/Introduction/Introduction.csproj similarity index 100% rename from Introduction/Introduction/Introduction.csproj rename to Introduction/Introduction.csproj diff --git a/Introduction/Introduction.sln b/Introduction/Introduction.sln deleted file mode 100644 index ba8d086..0000000 --- a/Introduction/Introduction.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30907.101 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Introduction", "Introduction\Introduction.csproj", "{53450129-90CC-4C40-BDB3-295F60669012}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {53450129-90CC-4C40-BDB3-295F60669012}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {53450129-90CC-4C40-BDB3-295F60669012}.Debug|Any CPU.Build.0 = Debug|Any CPU - {53450129-90CC-4C40-BDB3-295F60669012}.Release|Any CPU.ActiveCfg = Release|Any CPU - {53450129-90CC-4C40-BDB3-295F60669012}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {3A6B85BA-05FF-44DA-B35D-12FDDCF35AC7} - EndGlobalSection -EndGlobal diff --git a/Introduction/Introduction/Program.cs b/Introduction/Program.cs similarity index 100% rename from Introduction/Introduction/Program.cs rename to Introduction/Program.cs diff --git a/linq-fundamentals.sln b/linq-fundamentals.sln new file mode 100644 index 0000000..d920ad3 --- /dev/null +++ b/linq-fundamentals.sln @@ -0,0 +1,34 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.26124.0 +MinimumVisualStudioVersion = 15.0.26124.0 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Introduction", "Introduction\Introduction.csproj", "{AF71FD32-411A-42CD-A69F-DA60FB8E21A9}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AF71FD32-411A-42CD-A69F-DA60FB8E21A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AF71FD32-411A-42CD-A69F-DA60FB8E21A9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AF71FD32-411A-42CD-A69F-DA60FB8E21A9}.Debug|x64.ActiveCfg = Debug|Any CPU + {AF71FD32-411A-42CD-A69F-DA60FB8E21A9}.Debug|x64.Build.0 = Debug|Any CPU + {AF71FD32-411A-42CD-A69F-DA60FB8E21A9}.Debug|x86.ActiveCfg = Debug|Any CPU + {AF71FD32-411A-42CD-A69F-DA60FB8E21A9}.Debug|x86.Build.0 = Debug|Any CPU + {AF71FD32-411A-42CD-A69F-DA60FB8E21A9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AF71FD32-411A-42CD-A69F-DA60FB8E21A9}.Release|Any CPU.Build.0 = Release|Any CPU + {AF71FD32-411A-42CD-A69F-DA60FB8E21A9}.Release|x64.ActiveCfg = Release|Any CPU + {AF71FD32-411A-42CD-A69F-DA60FB8E21A9}.Release|x64.Build.0 = Release|Any CPU + {AF71FD32-411A-42CD-A69F-DA60FB8E21A9}.Release|x86.ActiveCfg = Release|Any CPU + {AF71FD32-411A-42CD-A69F-DA60FB8E21A9}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal