-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChartplotterDataProcessorML.sln
More file actions
37 lines (37 loc) · 2.16 KB
/
ChartplotterDataProcessorML.sln
File metadata and controls
37 lines (37 loc) · 2.16 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChartplotterDataProcessorML", "ChartplotterDataProcessorML\ChartplotterDataProcessorML.csproj", "{D048333B-EB7F-4F27-802F-C9528C28123F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChartplotterDataProcessorML.Tests", "ChartplotterDataProcessorML.Tests\ChartplotterDataProcessorML.Tests.csproj", "{11F8E3CE-874C-434A-BDCD-B1D2A0C69AFD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InMemoryDataService", "InMemoryDataService\InMemoryDataService.csproj", "{6C5181CF-8C7F-4A09-992C-31BF52C7EBEF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D048333B-EB7F-4F27-802F-C9528C28123F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D048333B-EB7F-4F27-802F-C9528C28123F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D048333B-EB7F-4F27-802F-C9528C28123F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D048333B-EB7F-4F27-802F-C9528C28123F}.Release|Any CPU.Build.0 = Release|Any CPU
{11F8E3CE-874C-434A-BDCD-B1D2A0C69AFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11F8E3CE-874C-434A-BDCD-B1D2A0C69AFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11F8E3CE-874C-434A-BDCD-B1D2A0C69AFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11F8E3CE-874C-434A-BDCD-B1D2A0C69AFD}.Release|Any CPU.Build.0 = Release|Any CPU
{6C5181CF-8C7F-4A09-992C-31BF52C7EBEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C5181CF-8C7F-4A09-992C-31BF52C7EBEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C5181CF-8C7F-4A09-992C-31BF52C7EBEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C5181CF-8C7F-4A09-992C-31BF52C7EBEF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7752577E-56C7-4528-938C-A053A1C31919}
EndGlobalSection
EndGlobal