-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathAsn1Parser.sln
More file actions
48 lines (48 loc) · 2.65 KB
/
Asn1Parser.sln
File metadata and controls
48 lines (48 loc) · 2.65 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Asn1Parser", "Asn1Parser\Asn1Parser.csproj", "{F18F1812-FD65-4206-8869-B1DBB4D59AC8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E1957F17-219C-4FE0-878D-4DB5AAEA6A6C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{CA656832-2531-426B-ACF5-724FA0A6EDC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Asn1Parser.Tests", "tests\Asn1Parser.Tests\Asn1Parser.Tests.csproj", "{739EADA6-013A-4BA3-BF41-70D667B9682A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Asn1Parser.Benchmark", "tests\Asn1Parser.Benchmark\Asn1Parser.Benchmark.csproj", "{492FCE10-32C2-4485-A529-CC08AF075D5A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F18F1812-FD65-4206-8869-B1DBB4D59AC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F18F1812-FD65-4206-8869-B1DBB4D59AC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F18F1812-FD65-4206-8869-B1DBB4D59AC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F18F1812-FD65-4206-8869-B1DBB4D59AC8}.Release|Any CPU.Build.0 = Release|Any CPU
{739EADA6-013A-4BA3-BF41-70D667B9682A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{739EADA6-013A-4BA3-BF41-70D667B9682A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{739EADA6-013A-4BA3-BF41-70D667B9682A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{739EADA6-013A-4BA3-BF41-70D667B9682A}.Release|Any CPU.Build.0 = Release|Any CPU
{492FCE10-32C2-4485-A529-CC08AF075D5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{492FCE10-32C2-4485-A529-CC08AF075D5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{492FCE10-32C2-4485-A529-CC08AF075D5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{492FCE10-32C2-4485-A529-CC08AF075D5A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{739EADA6-013A-4BA3-BF41-70D667B9682A} = {CA656832-2531-426B-ACF5-724FA0A6EDC7}
{492FCE10-32C2-4485-A529-CC08AF075D5A} = {CA656832-2531-426B-ACF5-724FA0A6EDC7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1F6FDE1-A4A9-4257-82D9-2CFC87B32B09}
EndGlobalSection
EndGlobal