-
Notifications
You must be signed in to change notification settings - Fork 3
/
DelayGraph.sln
38 lines (38 loc) · 1.99 KB
/
DelayGraph.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RegisterPlacement", "RegisterPlacement\RegisterPlacement.csproj", "{72A8D6EC-76CE-4CE4-92F3-CA98920B97E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B5C95573-B3A4-4568-9331-AB82C88063A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.RegisterPlacement", "Tests\Tests.RegisterPlacement\Tests.RegisterPlacement.csproj", "{14C40120-ABB3-40F1-BBB2-8C50A8C60F9C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{65C60194-7139-46D8-92B9-34BC12D7CA79}"
ProjectSection(SolutionItems) = preProject
DelayGraph.testsettings = DelayGraph.testsettings
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72A8D6EC-76CE-4CE4-92F3-CA98920B97E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72A8D6EC-76CE-4CE4-92F3-CA98920B97E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72A8D6EC-76CE-4CE4-92F3-CA98920B97E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72A8D6EC-76CE-4CE4-92F3-CA98920B97E0}.Release|Any CPU.Build.0 = Release|Any CPU
{14C40120-ABB3-40F1-BBB2-8C50A8C60F9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14C40120-ABB3-40F1-BBB2-8C50A8C60F9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14C40120-ABB3-40F1-BBB2-8C50A8C60F9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14C40120-ABB3-40F1-BBB2-8C50A8C60F9C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{14C40120-ABB3-40F1-BBB2-8C50A8C60F9C} = {B5C95573-B3A4-4568-9331-AB82C88063A2}
EndGlobalSection
EndGlobal