-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathParallelizedAlgorithms.sln
More file actions
43 lines (43 loc) · 2.38 KB
/
ParallelizedAlgorithms.sln
File metadata and controls
43 lines (43 loc) · 2.38 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.30517.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MeasurementApp", "MeasurementApp\MeasurementApp.csproj", "{C033561A-4B48-47F3-947C-4A90567A2552}"
ProjectSection(ProjectDependencies) = postProject
{B537092F-4EC5-4C7B-B330-BE5C51BF33C5} = {B537092F-4EC5-4C7B-B330-BE5C51BF33C5}
{25354352-2C12-4751-8661-A047A2FA542A} = {25354352-2C12-4751-8661-A047A2FA542A}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sorting", "Sorting\Sorting.csproj", "{25354352-2C12-4751-8661-A047A2FA542A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B721EF03-642B-49B4-83DF-3C15EA11C012}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "Utilities\Utilities.csproj", "{B537092F-4EC5-4C7B-B330-BE5C51BF33C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C033561A-4B48-47F3-947C-4A90567A2552}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C033561A-4B48-47F3-947C-4A90567A2552}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C033561A-4B48-47F3-947C-4A90567A2552}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C033561A-4B48-47F3-947C-4A90567A2552}.Release|Any CPU.Build.0 = Release|Any CPU
{25354352-2C12-4751-8661-A047A2FA542A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25354352-2C12-4751-8661-A047A2FA542A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25354352-2C12-4751-8661-A047A2FA542A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25354352-2C12-4751-8661-A047A2FA542A}.Release|Any CPU.Build.0 = Release|Any CPU
{B537092F-4EC5-4C7B-B330-BE5C51BF33C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B537092F-4EC5-4C7B-B330-BE5C51BF33C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B537092F-4EC5-4C7B-B330-BE5C51BF33C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B537092F-4EC5-4C7B-B330-BE5C51BF33C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7FF82D69-EAAC-4C80-8D67-F7B31F22F268}
EndGlobalSection
EndGlobal