-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimple2DAreaSeriesTutorial.sln
37 lines (37 loc) · 2.2 KB
/
Simple2DAreaSeriesTutorial.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple2DAreaSeriesTutorial_WF", "Simple2DAreaSeriesTutorial_WF\Simple2DAreaSeriesTutorial_WF.csproj", "{B5CE843D-DBC7-450B-84C0-CBCC0D5438AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple2DAreaSeriesTutorial_WPF_NB", "Simple2DAreaSeriesTutorial_WPF_NB\Simple2DAreaSeriesTutorial_WPF_NB.csproj", "{1E7681F9-7626-4F14-8124-23707C22AAFC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple2DAreaSeriesTutorial_WPF_SB", "Simple2DAreaSeriesTutorial_WPF_SB\Simple2DAreaSeriesTutorial_WPF_SB.csproj", "{79039132-932E-4004-AB2E-49587D7F7BCD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5CE843D-DBC7-450B-84C0-CBCC0D5438AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5CE843D-DBC7-450B-84C0-CBCC0D5438AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5CE843D-DBC7-450B-84C0-CBCC0D5438AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5CE843D-DBC7-450B-84C0-CBCC0D5438AA}.Release|Any CPU.Build.0 = Release|Any CPU
{1E7681F9-7626-4F14-8124-23707C22AAFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E7681F9-7626-4F14-8124-23707C22AAFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E7681F9-7626-4F14-8124-23707C22AAFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E7681F9-7626-4F14-8124-23707C22AAFC}.Release|Any CPU.Build.0 = Release|Any CPU
{79039132-932E-4004-AB2E-49587D7F7BCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79039132-932E-4004-AB2E-49587D7F7BCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79039132-932E-4004-AB2E-49587D7F7BCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79039132-932E-4004-AB2E-49587D7F7BCD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {25ECDB63-FAD1-4593-8BEA-5C8247BA6914}
EndGlobalSection
EndGlobal