-
Notifications
You must be signed in to change notification settings - Fork 21
/
Asn1Parser.sln
41 lines (41 loc) · 2.07 KB
/
Asn1Parser.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
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
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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{739EADA6-013A-4BA3-BF41-70D667B9682A} = {CA656832-2531-426B-ACF5-724FA0A6EDC7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1F6FDE1-A4A9-4257-82D9-2CFC87B32B09}
EndGlobalSection
EndGlobal