forked from ademcaglin/Security.HmacAuthentication
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSecurity.HmacAuthentication.sln
More file actions
33 lines (33 loc) · 1.7 KB
/
Copy pathSecurity.HmacAuthentication.sln
File metadata and controls
33 lines (33 loc) · 1.7 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC365EC-11A4-4217-AB4E-BD1841281688}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HmacAuthentication", "HmacAuthentication\HmacAuthentication.csproj", "{BE810715-BA73-4A3E-87FC-3FE3DDD521F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HmacTests", "HmacTests\HmacTests.csproj", "{FFA6999D-BADA-42E0-B208-5F9679D1A7F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE810715-BA73-4A3E-87FC-3FE3DDD521F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE810715-BA73-4A3E-87FC-3FE3DDD521F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE810715-BA73-4A3E-87FC-3FE3DDD521F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE810715-BA73-4A3E-87FC-3FE3DDD521F8}.Release|Any CPU.Build.0 = Release|Any CPU
{FFA6999D-BADA-42E0-B208-5F9679D1A7F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFA6999D-BADA-42E0-B208-5F9679D1A7F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFA6999D-BADA-42E0-B208-5F9679D1A7F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFA6999D-BADA-42E0-B208-5F9679D1A7F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3239651-B4BE-43D1-8E8E-A351231AE635}
EndGlobalSection
EndGlobal