Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Added Qrng to getting-started.sln. (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Granade authored Dec 30, 2019
1 parent 2eafaed commit b51921c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions samples/getting-started/getting-started.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeleportationSample", "tele
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleAlgorithms", "simple-algorithms\SimpleAlgorithms.csproj", "{18C89371-C65E-4E4D-9A47-BB72D0FB3FB1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Qrng", "qrng\Qrng.csproj", "{8EB3A38C-A89B-4CC6-9582-1C4E7BA4FA0D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -58,5 +60,17 @@ Global
{18C89371-C65E-4E4D-9A47-BB72D0FB3FB1}.Release|x64.Build.0 = Release|Any CPU
{18C89371-C65E-4E4D-9A47-BB72D0FB3FB1}.Release|x86.ActiveCfg = Release|Any CPU
{18C89371-C65E-4E4D-9A47-BB72D0FB3FB1}.Release|x86.Build.0 = Release|Any CPU
{8EB3A38C-A89B-4CC6-9582-1C4E7BA4FA0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EB3A38C-A89B-4CC6-9582-1C4E7BA4FA0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EB3A38C-A89B-4CC6-9582-1C4E7BA4FA0D}.Debug|x64.ActiveCfg = Debug|Any CPU
{8EB3A38C-A89B-4CC6-9582-1C4E7BA4FA0D}.Debug|x64.Build.0 = Debug|Any CPU
{8EB3A38C-A89B-4CC6-9582-1C4E7BA4FA0D}.Debug|x86.ActiveCfg = Debug|Any CPU
{8EB3A38C-A89B-4CC6-9582-1C4E7BA4FA0D}.Debug|x86.Build.0 = Debug|Any CPU
{8EB3A38C-A89B-4CC6-9582-1C4E7BA4FA0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EB3A38C-A89B-4CC6-9582-1C4E7BA4FA0D}.Release|Any CPU.Build.0 = Release|Any CPU
{8EB3A38C-A89B-4CC6-9582-1C4E7BA4FA0D}.Release|x64.ActiveCfg = Release|Any CPU
{8EB3A38C-A89B-4CC6-9582-1C4E7BA4FA0D}.Release|x64.Build.0 = Release|Any CPU
{8EB3A38C-A89B-4CC6-9582-1C4E7BA4FA0D}.Release|x86.ActiveCfg = Release|Any CPU
{8EB3A38C-A89B-4CC6-9582-1C4E7BA4FA0D}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

0 comments on commit b51921c

Please sign in to comment.