-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDependencyQueue.sln
More file actions
35 lines (35 loc) · 1.89 KB
/
DependencyQueue.sln
File metadata and controls
35 lines (35 loc) · 1.89 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = ".root", ".root.targets", "{E0AB4F92-E8B7-436A-B5DE-AE9CCFCA2285}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DependencyQueue", "DependencyQueue\DependencyQueue.csproj", "{EAD2CFD1-191F-4218-B148-0B4F59E7BA1F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DependencyQueue.Tests", "DependencyQueue.Tests\DependencyQueue.Tests.csproj", "{3D950AA2-635A-4BB1-8548-0F1B063D06CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0AB4F92-E8B7-436A-B5DE-AE9CCFCA2285}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0AB4F92-E8B7-436A-B5DE-AE9CCFCA2285}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAD2CFD1-191F-4218-B148-0B4F59E7BA1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAD2CFD1-191F-4218-B148-0B4F59E7BA1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAD2CFD1-191F-4218-B148-0B4F59E7BA1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAD2CFD1-191F-4218-B148-0B4F59E7BA1F}.Release|Any CPU.Build.0 = Release|Any CPU
{3D950AA2-635A-4BB1-8548-0F1B063D06CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D950AA2-635A-4BB1-8548-0F1B063D06CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D950AA2-635A-4BB1-8548-0F1B063D06CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D950AA2-635A-4BB1-8548-0F1B063D06CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CCC47733-44B3-495D-8385-1AA5938BBF01}
EndGlobalSection
EndGlobal