-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSequence.sln
More file actions
50 lines (50 loc) · 2.53 KB
/
Sequence.sln
File metadata and controls
50 lines (50 loc) · 2.53 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
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sequence", "Sequence\Sequence.csproj", "{10EB93DC-CE32-4568-AE5E-5DB069ABDC2E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7BD2EDD3-B17F-4C79-BCC4-E2E6352D0323}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.gitlab-ci.yml = .gitlab-ci.yml
CHANGELOG.md = CHANGELOG.md
documentation.md = documentation.md
.config\dotnet-tools.json = .config\dotnet-tools.json
LICENSE = LICENSE
README.md = README.md
Sequence.sln.DotSettings = Sequence.sln.DotSettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sequence.Tests", "Sequence.Tests\Sequence.Tests.csproj", "{8F1DD1D9-7511-4534-8F33-BD1245B923D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{A2026D66-9437-44D7-AB8C-5E0F5E45FBEE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10EB93DC-CE32-4568-AE5E-5DB069ABDC2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10EB93DC-CE32-4568-AE5E-5DB069ABDC2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10EB93DC-CE32-4568-AE5E-5DB069ABDC2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10EB93DC-CE32-4568-AE5E-5DB069ABDC2E}.Release|Any CPU.Build.0 = Release|Any CPU
{8F1DD1D9-7511-4534-8F33-BD1245B923D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F1DD1D9-7511-4534-8F33-BD1245B923D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F1DD1D9-7511-4534-8F33-BD1245B923D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F1DD1D9-7511-4534-8F33-BD1245B923D6}.Release|Any CPU.Build.0 = Release|Any CPU
{A2026D66-9437-44D7-AB8C-5E0F5E45FBEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2026D66-9437-44D7-AB8C-5E0F5E45FBEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2026D66-9437-44D7-AB8C-5E0F5E45FBEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2026D66-9437-44D7-AB8C-5E0F5E45FBEE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {006C4FF1-8B2F-4BC8-BF96-5B724904FCE2}
EndGlobalSection
EndGlobal