-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCsharpTutorials.sln
More file actions
37 lines (37 loc) · 2.13 KB
/
CsharpTutorials.sln
File metadata and controls
37 lines (37 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "diff-convert-parse-tryparse", "diff-convert-parse-tryparse\diff-convert-parse-tryparse.csproj", "{60437229-8B1B-4766-9129-50E170FBCE93}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Abstract-class-vs-Interface", "Abstract-class-vs-Interface\Abstract-class-vs-Interface.csproj", "{82EEB9A8-6621-4ECE-B8D1-35871C3A1FE4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "String-Concate", "String-Concate\String-Concate.csproj", "{3A2071E4-9FFF-4EF2-848F-DC1FA7E9AE65}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{60437229-8B1B-4766-9129-50E170FBCE93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60437229-8B1B-4766-9129-50E170FBCE93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60437229-8B1B-4766-9129-50E170FBCE93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60437229-8B1B-4766-9129-50E170FBCE93}.Release|Any CPU.Build.0 = Release|Any CPU
{82EEB9A8-6621-4ECE-B8D1-35871C3A1FE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82EEB9A8-6621-4ECE-B8D1-35871C3A1FE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82EEB9A8-6621-4ECE-B8D1-35871C3A1FE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82EEB9A8-6621-4ECE-B8D1-35871C3A1FE4}.Release|Any CPU.Build.0 = Release|Any CPU
{3A2071E4-9FFF-4EF2-848F-DC1FA7E9AE65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A2071E4-9FFF-4EF2-848F-DC1FA7E9AE65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A2071E4-9FFF-4EF2-848F-DC1FA7E9AE65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A2071E4-9FFF-4EF2-848F-DC1FA7E9AE65}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A69D4C82-D179-47DE-A389-4E43CBD8394F}
EndGlobalSection
EndGlobal