This repository has been archived by the owner on Feb 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFastEnumString.sln
71 lines (71 loc) · 3.79 KB
/
FastEnumString.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B78BBD29-46FB-4AF8-BABB-0F6E43B2F8A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastEnumString", "src\FastEnumString\FastEnumString.csproj", "{7295C7CD-2D1B-4EC8-9505-32FFCF40AE79}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FECA3484-3BF0-4E75-8F0D-6C33ADC4E030}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.runsettings = .runsettings
after.FastEnumString.sln.targets = after.FastEnumString.sln.targets
codecov.yaml = codecov.yaml
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
global.json = global.json
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0123C6BA-D116-4C85-BDDB-C37EA0400BFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastEnumString.Tests", "test\FastEnumString.Tests\FastEnumString.Tests.csproj", "{96ED3B21-C835-45F0-BBC9-F1E327F20147}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{87433EC3-6C63-4C8F-AC42-B66798B4BA29}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{D8838B88-99A7-462B-AAEB-279FF56B53E2}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastEnumString.Benchmarks", "test\FastEnumString.Benchmarks\FastEnumString.Benchmarks.csproj", "{7A00F2FB-EE2C-4CFC-A954-79618FEDFB0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7295C7CD-2D1B-4EC8-9505-32FFCF40AE79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7295C7CD-2D1B-4EC8-9505-32FFCF40AE79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7295C7CD-2D1B-4EC8-9505-32FFCF40AE79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7295C7CD-2D1B-4EC8-9505-32FFCF40AE79}.Release|Any CPU.Build.0 = Release|Any CPU
{96ED3B21-C835-45F0-BBC9-F1E327F20147}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96ED3B21-C835-45F0-BBC9-F1E327F20147}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96ED3B21-C835-45F0-BBC9-F1E327F20147}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96ED3B21-C835-45F0-BBC9-F1E327F20147}.Release|Any CPU.Build.0 = Release|Any CPU
{7A00F2FB-EE2C-4CFC-A954-79618FEDFB0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A00F2FB-EE2C-4CFC-A954-79618FEDFB0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A00F2FB-EE2C-4CFC-A954-79618FEDFB0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A00F2FB-EE2C-4CFC-A954-79618FEDFB0A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7295C7CD-2D1B-4EC8-9505-32FFCF40AE79} = {B78BBD29-46FB-4AF8-BABB-0F6E43B2F8A8}
{96ED3B21-C835-45F0-BBC9-F1E327F20147} = {0123C6BA-D116-4C85-BDDB-C37EA0400BFA}
{D8838B88-99A7-462B-AAEB-279FF56B53E2} = {87433EC3-6C63-4C8F-AC42-B66798B4BA29}
{7A00F2FB-EE2C-4CFC-A954-79618FEDFB0A} = {0123C6BA-D116-4C85-BDDB-C37EA0400BFA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92D325AF-0DE6-4176-B18C-1407A4154DBD}
EndGlobalSection
EndGlobal