-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Randomizer.sln
64 lines (64 loc) · 3.11 KB
/
Randomizer.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34825.169
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Randomizer", "Randomizer\Randomizer.csproj", "{EB98DE97-5AF7-419D-A8B1-77A3316AD48B}"
ProjectSection(ProjectDependencies) = postProject
{23FD653A-C700-403F-8837-DFBE1FAB5DED} = {23FD653A-C700-403F-8837-DFBE1FAB5DED}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{3C5B2B72-BA8D-4058-9D5D-15211B190E9F}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\FUNDING.yml = .github\FUNDING.yml
LICENSE = LICENSE
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{B2C11145-11DB-4DDF-9B56-DEAC902F505F}"
ProjectSection(SolutionItems) = preProject
Examples\BCryptGenRandom.cpp = Examples\BCryptGenRandom.cpp
Examples\RDRAND.c = Examples\RDRAND.c
Examples\RDSEED.rs = Examples\RDSEED.rs
Examples\Reseeding.pas = Examples\Reseeding.pas
Examples\RNDR.asm = Examples\RNDR.asm
Examples\SecRandomCopyBytes.py = Examples\SecRandomCopyBytes.py
Examples\TimerBasedSeeding.vb = Examples\TimerBasedSeeding.vb
Examples\urandom.pl = Examples\urandom.pl
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RandomNumberGenerators", "RandomNumberGenerators\RandomNumberGenerators.csproj", "{23FD653A-C700-403F-8837-DFBE1FAB5DED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{561D8524-81C4-4F5A-9B7D-15323130EBE9}"
ProjectSection(SolutionItems) = preProject
.github\workflows\Build.yml = .github\workflows\Build.yml
.github\workflows\UpdateVersions.pl = .github\workflows\UpdateVersions.pl
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB98DE97-5AF7-419D-A8B1-77A3316AD48B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB98DE97-5AF7-419D-A8B1-77A3316AD48B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB98DE97-5AF7-419D-A8B1-77A3316AD48B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB98DE97-5AF7-419D-A8B1-77A3316AD48B}.Release|Any CPU.Build.0 = Release|Any CPU
{23FD653A-C700-403F-8837-DFBE1FAB5DED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23FD653A-C700-403F-8837-DFBE1FAB5DED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23FD653A-C700-403F-8837-DFBE1FAB5DED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23FD653A-C700-403F-8837-DFBE1FAB5DED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{561D8524-81C4-4F5A-9B7D-15323130EBE9} = {3C5B2B72-BA8D-4058-9D5D-15211B190E9F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09FC203F-BDA4-4E74-A6B1-E9B87D24B8E1}
EndGlobalSection
EndGlobal