-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExamples.sln
More file actions
43 lines (43 loc) · 2.43 KB
/
Examples.sln
File metadata and controls
43 lines (43 loc) · 2.43 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nullable", "Nullable\Nullable.csproj", "{693698E2-13F7-4A1B-8CB4-50C75DA20FF2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Array", "Array\Array.csproj", "{56BEC592-9472-49AE-A448-4B4B45685928}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Span", "Span\Span.csproj", "{17102FD1-748D-45EB-84B8-C9F2BCE22293}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Oop", "Oop\Oop.csproj", "{2BC764F8-5CCD-4094-993C-4431F91B5C05}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{693698E2-13F7-4A1B-8CB4-50C75DA20FF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{693698E2-13F7-4A1B-8CB4-50C75DA20FF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{693698E2-13F7-4A1B-8CB4-50C75DA20FF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{693698E2-13F7-4A1B-8CB4-50C75DA20FF2}.Release|Any CPU.Build.0 = Release|Any CPU
{56BEC592-9472-49AE-A448-4B4B45685928}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56BEC592-9472-49AE-A448-4B4B45685928}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56BEC592-9472-49AE-A448-4B4B45685928}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56BEC592-9472-49AE-A448-4B4B45685928}.Release|Any CPU.Build.0 = Release|Any CPU
{17102FD1-748D-45EB-84B8-C9F2BCE22293}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17102FD1-748D-45EB-84B8-C9F2BCE22293}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17102FD1-748D-45EB-84B8-C9F2BCE22293}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17102FD1-748D-45EB-84B8-C9F2BCE22293}.Release|Any CPU.Build.0 = Release|Any CPU
{2BC764F8-5CCD-4094-993C-4431F91B5C05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BC764F8-5CCD-4094-993C-4431F91B5C05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BC764F8-5CCD-4094-993C-4431F91B5C05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BC764F8-5CCD-4094-993C-4431F91B5C05}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE06C508-5037-4FF3-AAF8-DE843A405A35}
EndGlobalSection
EndGlobal