-
Notifications
You must be signed in to change notification settings - Fork 0
/
AtlasRhythm.Cryptography.sln
49 lines (49 loc) · 2.67 KB
/
AtlasRhythm.Cryptography.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AtlasRhythm.Cryptography", "AtlasRhythm.Cryptography\AtlasRhythm.Cryptography.csproj", "{5DD352C4-A3B8-44DA-A9A1-074A6C0248DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{78692B44-0E44-4294-9D49-BDE7F0F196D7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AtlasRhythm.Cryptography.Tests", "AtlasRhythm.Cryptography.Tests\AtlasRhythm.Cryptography.Tests.csproj", "{02B5524A-C954-46FA-B333-99EDB418D42A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AtlasRhythm.Cryptography.Benchmarks", "AtlasRhythm.Cryptography.Benchmarks\AtlasRhythm.Cryptography.Benchmarks.csproj", "{4D826915-2629-4FBD-A343-96A62E9B05F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{CFBAD6A6-28A5-4511-86CD-8865317956EB}"
ProjectSection(SolutionItems) = preProject
.github\workflows\tests.yml = .github\workflows\tests.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5DD352C4-A3B8-44DA-A9A1-074A6C0248DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DD352C4-A3B8-44DA-A9A1-074A6C0248DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DD352C4-A3B8-44DA-A9A1-074A6C0248DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DD352C4-A3B8-44DA-A9A1-074A6C0248DD}.Release|Any CPU.Build.0 = Release|Any CPU
{02B5524A-C954-46FA-B333-99EDB418D42A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02B5524A-C954-46FA-B333-99EDB418D42A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02B5524A-C954-46FA-B333-99EDB418D42A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02B5524A-C954-46FA-B333-99EDB418D42A}.Release|Any CPU.Build.0 = Release|Any CPU
{4D826915-2629-4FBD-A343-96A62E9B05F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D826915-2629-4FBD-A343-96A62E9B05F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D826915-2629-4FBD-A343-96A62E9B05F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D826915-2629-4FBD-A343-96A62E9B05F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14D2226B-A243-48D1-9100-A72011B0BA81}
EndGlobalSection
EndGlobal