forked from mariusbancila/memefulcomments
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed project and updated codebase
The project has been renamed from 'MemefulComments' to 'IlluminatedComments'. The solution file, .csproj file, and all related files have been updated accordingly. Code changes include improved error handling, refactoring for better readability, and updates to the Visual Studio version in the .csproj file. Also, the target framework version has been upgraded from v4.7.2 to v4.8.1 and copyright information in AssemblyInfo.cs has been updated.
- Loading branch information
Ris Adams
committed
Aug 6, 2024
1 parent
55bb225
commit d3f9e64
Showing
26 changed files
with
147 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.27004.2009 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemefulComments", "MemefulComments\MemefulComments.csproj", "{F6DA3013-4F85-4967-A7B9-F8AF9CC42B01}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{F6DA3013-4F85-4967-A7B9-F8AF9CC42B01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{F6DA3013-4F85-4967-A7B9-F8AF9CC42B01}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{F6DA3013-4F85-4967-A7B9-F8AF9CC42B01}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{F6DA3013-4F85-4967-A7B9-F8AF9CC42B01}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {777967B1-5B02-4D5D-84D2-FCF09E8E1B4C} | ||
EndGlobalSection | ||
GlobalSection(TeamFoundationVersionControl) = preSolution | ||
SccNumberOfProjects = 2 | ||
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} | ||
SccTeamFoundationServer = https://mariusbancila.visualstudio.com/ | ||
SccLocalPath0 = . | ||
SccProjectUniqueName1 = MemefulComments\\MemefulComments.csproj | ||
SccProjectName1 = MemefulComments | ||
SccLocalPath1 = MemefulComments | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.10.35027.167 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IlluminatedComments", "IlluminatedComments\IlluminatedComments.csproj", "{F6DA3013-4F85-4967-A7B9-F8AF9CC42B01}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{F6DA3013-4F85-4967-A7B9-F8AF9CC42B01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{F6DA3013-4F85-4967-A7B9-F8AF9CC42B01}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{F6DA3013-4F85-4967-A7B9-F8AF9CC42B01}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{F6DA3013-4F85-4967-A7B9-F8AF9CC42B01}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {777967B1-5B02-4D5D-84D2-FCF09E8E1B4C} | ||
EndGlobalSection | ||
EndGlobal |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.