-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathAlgorithmZoo.sln
44 lines (44 loc) · 2.49 KB
/
AlgorithmZoo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31521.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bernstein-vazirani", "src\qsharp\bernstein-vazirani\bernstein-vazirani.csproj", "{11C7B1CB-EE4F-44E7-B37A-4C30057C0C20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "factoring", "src\qsharp\factoring\factoring.csproj", "{E0DF621D-27EF-4611-BAA8-4DF0BDC64144}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "searching", "src\qsharp\searching\searching.csproj", "{E1B97B73-E2B1-4E5A-8065-F93599EA6754}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D9631C98-007F-4A0C-8B2D-180F349F8D40}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11C7B1CB-EE4F-44E7-B37A-4C30057C0C20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11C7B1CB-EE4F-44E7-B37A-4C30057C0C20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11C7B1CB-EE4F-44E7-B37A-4C30057C0C20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11C7B1CB-EE4F-44E7-B37A-4C30057C0C20}.Release|Any CPU.Build.0 = Release|Any CPU
{E0DF621D-27EF-4611-BAA8-4DF0BDC64144}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0DF621D-27EF-4611-BAA8-4DF0BDC64144}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0DF621D-27EF-4611-BAA8-4DF0BDC64144}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0DF621D-27EF-4611-BAA8-4DF0BDC64144}.Release|Any CPU.Build.0 = Release|Any CPU
{E1B97B73-E2B1-4E5A-8065-F93599EA6754}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1B97B73-E2B1-4E5A-8065-F93599EA6754}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1B97B73-E2B1-4E5A-8065-F93599EA6754}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1B97B73-E2B1-4E5A-8065-F93599EA6754}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{11C7B1CB-EE4F-44E7-B37A-4C30057C0C20} = {D9631C98-007F-4A0C-8B2D-180F349F8D40}
{E0DF621D-27EF-4611-BAA8-4DF0BDC64144} = {D9631C98-007F-4A0C-8B2D-180F349F8D40}
{E1B97B73-E2B1-4E5A-8065-F93599EA6754} = {D9631C98-007F-4A0C-8B2D-180F349F8D40}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F86B2E51-3C9A-43FA-A8B2-AD115487FC0B}
EndGlobalSection
EndGlobal