-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQSharpLearning.sln
More file actions
43 lines (43 loc) · 2.56 KB
/
Copy pathQSharpLearning.sln
File metadata and controls
43 lines (43 loc) · 2.56 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuantumHello", "QuantumHello\QuantumHello.csproj", "{24B09EC4-6067-494F-B0BB-19FD953EDCF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuantumRNG", "QuantumRNG\QuantumRNG.csproj", "{3C5F7DF4-0DFA-4FA3-AB08-E8B9ABC001D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExploringSuperposition", "ExploringSuperposition\ExploringSuperposition.csproj", "{D1927028-D6F1-4C6F-B29D-9C8BCA9E2643}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExploringInterference", "ExploringInterference\ExploringInterference.csproj", "{F60DE519-C6D2-4EBE-831D-1332A383683E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24B09EC4-6067-494F-B0BB-19FD953EDCF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24B09EC4-6067-494F-B0BB-19FD953EDCF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24B09EC4-6067-494F-B0BB-19FD953EDCF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24B09EC4-6067-494F-B0BB-19FD953EDCF6}.Release|Any CPU.Build.0 = Release|Any CPU
{3C5F7DF4-0DFA-4FA3-AB08-E8B9ABC001D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C5F7DF4-0DFA-4FA3-AB08-E8B9ABC001D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C5F7DF4-0DFA-4FA3-AB08-E8B9ABC001D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C5F7DF4-0DFA-4FA3-AB08-E8B9ABC001D9}.Release|Any CPU.Build.0 = Release|Any CPU
{D1927028-D6F1-4C6F-B29D-9C8BCA9E2643}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1927028-D6F1-4C6F-B29D-9C8BCA9E2643}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1927028-D6F1-4C6F-B29D-9C8BCA9E2643}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1927028-D6F1-4C6F-B29D-9C8BCA9E2643}.Release|Any CPU.Build.0 = Release|Any CPU
{F60DE519-C6D2-4EBE-831D-1332A383683E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F60DE519-C6D2-4EBE-831D-1332A383683E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F60DE519-C6D2-4EBE-831D-1332A383683E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F60DE519-C6D2-4EBE-831D-1332A383683E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45D9E317-E414-454A-83A5-DFC972177E5C}
EndGlobalSection
EndGlobal