forked from UnsecuredAPIKeys-com/UnsecuredAPIKeys.Lite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnsecuredAPIKeys.sln
More file actions
48 lines (48 loc) · 3.18 KB
/
UnsecuredAPIKeys.sln
File metadata and controls
48 lines (48 loc) · 3.18 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35931.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnsecuredAPIKeys.WebAPI", "UnsecuredAPIKeys.WebAPI\UnsecuredAPIKeys.WebAPI.csproj", "{7D9A6FF2-034D-4A5A-ACE9-EAA35E6E2054}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnsecuredAPIKeys.Bots.Scraper", "UnsecuredAPIKeys.Bots.Scraper\UnsecuredAPIKeys.Bots.Scraper.csproj", "{EFD412F1-B027-4106-9FB8-0C82CD97B916}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnsecuredAPIKeys.Data", "UnsecuredAPIKeys.Data\UnsecuredAPIKeys.Data.csproj", "{F4BC4B91-7945-4171-BA6E-BECFEF771A21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnsecuredAPIKeys.Bots.Verifier", "UnsecuredAPIKeys.Bots.Verifier\UnsecuredAPIKeys.Bots.Verifier.csproj", "{3C33ED7C-B00A-4E74-B516-5CA62C68F53C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnsecuredAPIKeys.Providers", "UnsecuredAPIKeys.Providers\UnsecuredAPIKeys.Providers.csproj", "{7389D703-A7C1-4853-A857-C1C97C1C6178}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D9A6FF2-034D-4A5A-ACE9-EAA35E6E2054}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D9A6FF2-034D-4A5A-ACE9-EAA35E6E2054}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D9A6FF2-034D-4A5A-ACE9-EAA35E6E2054}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D9A6FF2-034D-4A5A-ACE9-EAA35E6E2054}.Release|Any CPU.Build.0 = Release|Any CPU
{EFD412F1-B027-4106-9FB8-0C82CD97B916}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFD412F1-B027-4106-9FB8-0C82CD97B916}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFD412F1-B027-4106-9FB8-0C82CD97B916}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFD412F1-B027-4106-9FB8-0C82CD97B916}.Release|Any CPU.Build.0 = Release|Any CPU
{F4BC4B91-7945-4171-BA6E-BECFEF771A21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4BC4B91-7945-4171-BA6E-BECFEF771A21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4BC4B91-7945-4171-BA6E-BECFEF771A21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4BC4B91-7945-4171-BA6E-BECFEF771A21}.Release|Any CPU.Build.0 = Release|Any CPU
{3C33ED7C-B00A-4E74-B516-5CA62C68F53C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C33ED7C-B00A-4E74-B516-5CA62C68F53C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C33ED7C-B00A-4E74-B516-5CA62C68F53C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C33ED7C-B00A-4E74-B516-5CA62C68F53C}.Release|Any CPU.Build.0 = Release|Any CPU
{7389D703-A7C1-4853-A857-C1C97C1C6178}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7389D703-A7C1-4853-A857-C1C97C1C6178}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7389D703-A7C1-4853-A857-C1C97C1C6178}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7389D703-A7C1-4853-A857-C1C97C1C6178}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FEDEE8B0-6BD4-48B2-BA35-31BFC542BC0D}
EndGlobalSection
EndGlobal