forked from joseftw/JOS.ApiKeyAuthentication
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJOS.ApiKeyAuthentication.sln
31 lines (31 loc) · 1.68 KB
/
JOS.ApiKeyAuthentication.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28917.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JOS.ApiKeyAuthentication.Web", "src\JOS.ApiKeyAuthentication.Web\JOS.ApiKeyAuthentication.Web.csproj", "{F1D175BB-5940-4CA1-BA8D-A2DC8859B8FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JOS.ApiKeyAuthentication.Web.Tests", "test\JOS.ApiKeyAuthentication.Web.Tests\JOS.ApiKeyAuthentication.Web.Tests.csproj", "{9EBD5C5D-4CED-4188-99A7-F1783A355D0B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1D175BB-5940-4CA1-BA8D-A2DC8859B8FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1D175BB-5940-4CA1-BA8D-A2DC8859B8FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1D175BB-5940-4CA1-BA8D-A2DC8859B8FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1D175BB-5940-4CA1-BA8D-A2DC8859B8FD}.Release|Any CPU.Build.0 = Release|Any CPU
{9EBD5C5D-4CED-4188-99A7-F1783A355D0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EBD5C5D-4CED-4188-99A7-F1783A355D0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EBD5C5D-4CED-4188-99A7-F1783A355D0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EBD5C5D-4CED-4188-99A7-F1783A355D0B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF6D9B13-786A-461F-8A04-7A74D3D695D9}
EndGlobalSection
EndGlobal