Skip to content

Commit

Permalink
Add cs solution
Browse files Browse the repository at this point in the history
  • Loading branch information
naeemaei committed Oct 7, 2023
1 parent 836b876 commit a5e0b8a
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.001.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsharpInheritance", "CsharpInheritance.csproj", "{DBCB0792-47DD-4928-A265-0431ADCE133C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DBCB0792-47DD-4928-A265-0431ADCE133C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBCB0792-47DD-4928-A265-0431ADCE133C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBCB0792-47DD-4928-A265-0431ADCE133C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBCB0792-47DD-4928-A265-0431ADCE133C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1D0FE884-0EB8-48FB-AAA0-D88CD6DBCA7E}
EndGlobalSection
EndGlobal

0 comments on commit a5e0b8a

Please sign in to comment.