-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOxyPlotTest.sln
58 lines (58 loc) · 3.61 KB
/
OxyPlotTest.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OxyPlotTest", "OxyPlotTest\OxyPlotTest.csproj", "{BA2A3B82-F32A-40D7-A2E1-12412EEB8AA5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfExamples", "WpfExamples\WpfExamples.csproj", "{1172C612-A9ED-4B00-8BF5-AFDBB4311399}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RostopicTest", "RostopicTest\RostopicTest.csproj", "{53EE328C-9CEE-4148-9AFA-9D5828C6C8AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamicCreateTest", "DynamicCreateTest\DynamicCreateTest.csproj", "{C96686AC-104C-4650-8D11-C377B70128E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphCtrlLib", "GraphCtrlLib\GraphCtrlLib.csproj", "{1D1519D4-55AC-4C60-8453-251A52C2C899}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphResearch", "GraphResearch\GraphResearch.csproj", "{2042473C-4FDF-4040-9E26-E07CACE91B6C}"
ProjectSection(ProjectDependencies) = postProject
{1D1519D4-55AC-4C60-8453-251A52C2C899} = {1D1519D4-55AC-4C60-8453-251A52C2C899}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA2A3B82-F32A-40D7-A2E1-12412EEB8AA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA2A3B82-F32A-40D7-A2E1-12412EEB8AA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA2A3B82-F32A-40D7-A2E1-12412EEB8AA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA2A3B82-F32A-40D7-A2E1-12412EEB8AA5}.Release|Any CPU.Build.0 = Release|Any CPU
{1172C612-A9ED-4B00-8BF5-AFDBB4311399}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1172C612-A9ED-4B00-8BF5-AFDBB4311399}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1172C612-A9ED-4B00-8BF5-AFDBB4311399}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1172C612-A9ED-4B00-8BF5-AFDBB4311399}.Release|Any CPU.Build.0 = Release|Any CPU
{53EE328C-9CEE-4148-9AFA-9D5828C6C8AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53EE328C-9CEE-4148-9AFA-9D5828C6C8AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53EE328C-9CEE-4148-9AFA-9D5828C6C8AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53EE328C-9CEE-4148-9AFA-9D5828C6C8AE}.Release|Any CPU.Build.0 = Release|Any CPU
{C96686AC-104C-4650-8D11-C377B70128E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C96686AC-104C-4650-8D11-C377B70128E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C96686AC-104C-4650-8D11-C377B70128E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C96686AC-104C-4650-8D11-C377B70128E9}.Release|Any CPU.Build.0 = Release|Any CPU
{1D1519D4-55AC-4C60-8453-251A52C2C899}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D1519D4-55AC-4C60-8453-251A52C2C899}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D1519D4-55AC-4C60-8453-251A52C2C899}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D1519D4-55AC-4C60-8453-251A52C2C899}.Release|Any CPU.Build.0 = Release|Any CPU
{2042473C-4FDF-4040-9E26-E07CACE91B6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2042473C-4FDF-4040-9E26-E07CACE91B6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2042473C-4FDF-4040-9E26-E07CACE91B6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2042473C-4FDF-4040-9E26-E07CACE91B6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {444C2A5A-63F5-4CB2-8A82-A23F632E74D0}
EndGlobalSection
EndGlobal