This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
PemUtils.sln
56 lines (56 loc) · 3.27 KB
/
PemUtils.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DerConverter", "src\DerConverter\DerConverter.csproj", "{FFADCCF7-5032-401E-AF14-12004635A862}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DerConverter.Tests", "tests\DerConverter.Tests\DerConverter.Tests.csproj", "{0FDDAEDA-572E-41D5-9445-C84216226917}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PemUtils", "src\PemUtils\PemUtils.csproj", "{0226693D-558D-4F03-89D6-15CA764814CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PemUtils.Tests", "tests\PemUtils.Tests\PemUtils.Tests.csproj", "{C21C039B-D3AD-49F7-814D-456D139FEDE3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FF27580A-6B2E-4623-AB4D-CB9038E9940D}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3BAB1F50-4661-4192-89DC-9E7D1F9854CE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{22BCC6EE-EC8E-481D-A9F9-943DE966D441}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FFADCCF7-5032-401E-AF14-12004635A862}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFADCCF7-5032-401E-AF14-12004635A862}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFADCCF7-5032-401E-AF14-12004635A862}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFADCCF7-5032-401E-AF14-12004635A862}.Release|Any CPU.Build.0 = Release|Any CPU
{0FDDAEDA-572E-41D5-9445-C84216226917}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FDDAEDA-572E-41D5-9445-C84216226917}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FDDAEDA-572E-41D5-9445-C84216226917}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FDDAEDA-572E-41D5-9445-C84216226917}.Release|Any CPU.Build.0 = Release|Any CPU
{0226693D-558D-4F03-89D6-15CA764814CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0226693D-558D-4F03-89D6-15CA764814CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0226693D-558D-4F03-89D6-15CA764814CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0226693D-558D-4F03-89D6-15CA764814CA}.Release|Any CPU.Build.0 = Release|Any CPU
{C21C039B-D3AD-49F7-814D-456D139FEDE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C21C039B-D3AD-49F7-814D-456D139FEDE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C21C039B-D3AD-49F7-814D-456D139FEDE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C21C039B-D3AD-49F7-814D-456D139FEDE3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FFADCCF7-5032-401E-AF14-12004635A862} = {3BAB1F50-4661-4192-89DC-9E7D1F9854CE}
{0FDDAEDA-572E-41D5-9445-C84216226917} = {22BCC6EE-EC8E-481D-A9F9-943DE966D441}
{0226693D-558D-4F03-89D6-15CA764814CA} = {3BAB1F50-4661-4192-89DC-9E7D1F9854CE}
{C21C039B-D3AD-49F7-814D-456D139FEDE3} = {22BCC6EE-EC8E-481D-A9F9-943DE966D441}
EndGlobalSection
EndGlobal