-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRandomNumberGenerators.sln
26 lines (25 loc) · 1.38 KB
/
RandomNumberGenerators.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RandomSourcesSupport", "RandomSourcesSupport\RandomSourcesSupport.csproj", "{7C4B4A62-E014-4C78-B9E0-BC4CFCB21A96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QrngWebservice", "QrngWebservice\QrngWebservice.csproj", "{23F9EBC2-817B-4B4C-BBFE-03C1D4F16216}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C4B4A62-E014-4C78-B9E0-BC4CFCB21A96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C4B4A62-E014-4C78-B9E0-BC4CFCB21A96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C4B4A62-E014-4C78-B9E0-BC4CFCB21A96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C4B4A62-E014-4C78-B9E0-BC4CFCB21A96}.Release|Any CPU.Build.0 = Release|Any CPU
{23F9EBC2-817B-4B4C-BBFE-03C1D4F16216}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23F9EBC2-817B-4B4C-BBFE-03C1D4F16216}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23F9EBC2-817B-4B4C-BBFE-03C1D4F16216}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23F9EBC2-817B-4B4C-BBFE-03C1D4F16216}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal