This repository was archived by the owner on Nov 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPatternMatching.sln
49 lines (49 loc) · 2.52 KB
/
PatternMatching.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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PatternMatching", "PatternMatching\PatternMatching.csproj", "{458EB6D8-B312-447E-B25F-0876B4AC99FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PatternMatching.Docs", "PatternMatching.Docs\PatternMatching.Docs.csproj", "{07BBB345-86EF-4CE6-A959-0270C725D4C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4A18FB0F-BAAE-4C47-9F9B-DFD05EE60DB9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
Release-Docs.ps1 = Release-Docs.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PatternMatching.Tests", "PatternMatching.Tests\PatternMatching.Tests.csproj", "{974CAC8F-12B0-4D10-A813-080092A1148E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{458EB6D8-B312-447E-B25F-0876B4AC99FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{458EB6D8-B312-447E-B25F-0876B4AC99FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{458EB6D8-B312-447E-B25F-0876B4AC99FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{458EB6D8-B312-447E-B25F-0876B4AC99FE}.Release|Any CPU.Build.0 = Release|Any CPU
{07BBB345-86EF-4CE6-A959-0270C725D4C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07BBB345-86EF-4CE6-A959-0270C725D4C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07BBB345-86EF-4CE6-A959-0270C725D4C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07BBB345-86EF-4CE6-A959-0270C725D4C2}.Release|Any CPU.Build.0 = Release|Any CPU
{974CAC8F-12B0-4D10-A813-080092A1148E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{974CAC8F-12B0-4D10-A813-080092A1148E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{974CAC8F-12B0-4D10-A813-080092A1148E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{974CAC8F-12B0-4D10-A813-080092A1148E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6BDCB200-B126-44BC-AD63-6951B315ACAE}
EndGlobalSection
EndGlobal