-
Notifications
You must be signed in to change notification settings - Fork 17
/
TeachMeSkills.DotNet.sln
37 lines (37 loc) · 1.66 KB
/
TeachMeSkills.DotNet.sln
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.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{38D5599E-F411-4A4B-B633-ED48A6A1032A}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tasks", "Tasks", "{ABF1C711-D775-48C8-8182-F30B2A0AB4DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeachMeSkills.DotNet.Task1", "src\TeachMeSkills.DotNet.Task1\TeachMeSkills.DotNet.Task1.csproj", "{D866C99C-33BC-4FA1-96A6-CDC363CA6B60}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D866C99C-33BC-4FA1-96A6-CDC363CA6B60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D866C99C-33BC-4FA1-96A6-CDC363CA6B60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D866C99C-33BC-4FA1-96A6-CDC363CA6B60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D866C99C-33BC-4FA1-96A6-CDC363CA6B60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D866C99C-33BC-4FA1-96A6-CDC363CA6B60} = {ABF1C711-D775-48C8-8182-F30B2A0AB4DC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AB361F5D-A586-489F-BE2A-9BA764BA63B1}
EndGlobalSection
EndGlobal