This repository has been archived by the owner on Apr 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Nisd.Web.HMACAuthentication.sln
43 lines (43 loc) · 2.44 KB
/
Nisd.Web.HMACAuthentication.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nisd.Web.HMACAuthentication", "Nisd.Web.HMACAuthentication\Nisd.Web.HMACAuthentication.csproj", "{EC5A786B-ECA6-4F8E-B64F-6EDD2334D9B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nisd.Web.HMACAuthentication.Client", "Nisd.Web.HMACAuthentication.Client\Nisd.Web.HMACAuthentication.Client.csproj", "{192CD7F3-B6FD-4EB8-986C-7F15F8819854}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nisd.Web.HMACAuthentication.Tests", "Nisd.Web.HMACAuthentication.Tests\Nisd.Web.HMACAuthentication.Tests.csproj", "{1DA074FA-7908-42C5-9FE7-F52A871AB275}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CEF85116-845D-4C52-9073-C67B85E3C515}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC5A786B-ECA6-4F8E-B64F-6EDD2334D9B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC5A786B-ECA6-4F8E-B64F-6EDD2334D9B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC5A786B-ECA6-4F8E-B64F-6EDD2334D9B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC5A786B-ECA6-4F8E-B64F-6EDD2334D9B2}.Release|Any CPU.Build.0 = Release|Any CPU
{192CD7F3-B6FD-4EB8-986C-7F15F8819854}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{192CD7F3-B6FD-4EB8-986C-7F15F8819854}.Debug|Any CPU.Build.0 = Debug|Any CPU
{192CD7F3-B6FD-4EB8-986C-7F15F8819854}.Release|Any CPU.ActiveCfg = Release|Any CPU
{192CD7F3-B6FD-4EB8-986C-7F15F8819854}.Release|Any CPU.Build.0 = Release|Any CPU
{1DA074FA-7908-42C5-9FE7-F52A871AB275}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DA074FA-7908-42C5-9FE7-F52A871AB275}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DA074FA-7908-42C5-9FE7-F52A871AB275}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DA074FA-7908-42C5-9FE7-F52A871AB275}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1DE44709-6CEE-42A4-B133-A2E831E56939}
EndGlobalSection
EndGlobal