-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathApiKeyGenerator.sln
37 lines (37 loc) · 2.17 KB
/
ApiKeyGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiKeyGenerator", "src\ApiKeyGenerator.csproj", "{ECF41556-1705-4C58-ABA3-7E25E8099438}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiKeyGenerator.Tests", "ApiKeyGenerator.Tests\ApiKeyGenerator.Tests.csproj", "{8A742AB5-ED8C-48D7-8C05-B14450C5F799}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{9A88F86E-FDE5-4AF6-B494-5CF79DFDA98C}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
.gitignore = .gitignore
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\nuget-publish.yml = .github\workflows\nuget-publish.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiKeyGenerator.Benchmarks", "ApiKeyGenerator.Benchmarks\ApiKeyGenerator.Benchmarks.csproj", "{D4B63829-8924-4551-A067-91165F759201}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECF41556-1705-4C58-ABA3-7E25E8099438}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECF41556-1705-4C58-ABA3-7E25E8099438}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECF41556-1705-4C58-ABA3-7E25E8099438}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECF41556-1705-4C58-ABA3-7E25E8099438}.Release|Any CPU.Build.0 = Release|Any CPU
{8A742AB5-ED8C-48D7-8C05-B14450C5F799}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A742AB5-ED8C-48D7-8C05-B14450C5F799}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A742AB5-ED8C-48D7-8C05-B14450C5F799}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A742AB5-ED8C-48D7-8C05-B14450C5F799}.Release|Any CPU.Build.0 = Release|Any CPU
{D4B63829-8924-4551-A067-91165F759201}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4B63829-8924-4551-A067-91165F759201}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4B63829-8924-4551-A067-91165F759201}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4B63829-8924-4551-A067-91165F759201}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal