This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheid-provider-net.sln
47 lines (47 loc) · 2.26 KB
/
eid-provider-net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eid-provider-library", "eid-provider-library\eid-provider-library.csproj", "{EA04E778-F51F-4C22-A156-DCCBC10B49AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eid-provider-ps", "eid-provider-ps\eid-provider-ps.csproj", "{16DD6460-9284-4917-85AB-C5A547FF83D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{813C5119-29E2-4A37-844B-B582D9E76243}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{FB427C0B-02CF-4DA5-A5A7-D60D7F27835B}"
ProjectSection(SolutionItems) = preProject
docs\bankid.md = docs\bankid.md
docs\examples.md = docs\examples.md
docs\frejaeid.md = docs\frejaeid.md
docs\methods.md = docs\methods.md
docs\powershell_examples.md = docs\powershell_examples.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA04E778-F51F-4C22-A156-DCCBC10B49AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA04E778-F51F-4C22-A156-DCCBC10B49AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA04E778-F51F-4C22-A156-DCCBC10B49AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA04E778-F51F-4C22-A156-DCCBC10B49AD}.Release|Any CPU.Build.0 = Release|Any CPU
{16DD6460-9284-4917-85AB-C5A547FF83D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16DD6460-9284-4917-85AB-C5A547FF83D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16DD6460-9284-4917-85AB-C5A547FF83D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16DD6460-9284-4917-85AB-C5A547FF83D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F9EA76C5-F1A9-4ECA-93D4-C0E207AA0DC7}
EndGlobalSection
EndGlobal