-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTryGet.sln
More file actions
47 lines (47 loc) · 2.41 KB
/
TryGet.sln
File metadata and controls
47 lines (47 loc) · 2.41 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
38
39
40
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32413.511
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TryGet", "TryGet\TryGet.csproj", "{B62D8A0F-828A-45B7-BD87-3D1597C87252}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TryGet.Tests", "TryGet.Tests\TryGet.Tests.csproj", "{D525D55C-0F03-496D-B0C3-35198F28847D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{805728BB-EF33-4985-881D-154E4ADB4F45}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{44E59233-CB97-4C80-AB9B-151962F6E6FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{6EF67C5E-2051-41F3-9343-7C0CC04EAC9C}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B62D8A0F-828A-45B7-BD87-3D1597C87252}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B62D8A0F-828A-45B7-BD87-3D1597C87252}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B62D8A0F-828A-45B7-BD87-3D1597C87252}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B62D8A0F-828A-45B7-BD87-3D1597C87252}.Release|Any CPU.Build.0 = Release|Any CPU
{D525D55C-0F03-496D-B0C3-35198F28847D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D525D55C-0F03-496D-B0C3-35198F28847D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D525D55C-0F03-496D-B0C3-35198F28847D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D525D55C-0F03-496D-B0C3-35198F28847D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C968479E-6C6F-44E9-81E2-D6E3D5829C17}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{44E59233-CB97-4C80-AB9B-151962F6E6FC} = {805728BB-EF33-4985-881D-154E4ADB4F45}
{6EF67C5E-2051-41F3-9343-7C0CC04EAC9C} = {44E59233-CB97-4C80-AB9B-151962F6E6FC}
EndGlobalSection
EndGlobal