-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDewLabStudio.sln
More file actions
37 lines (37 loc) · 1.97 KB
/
DewLabStudio.sln
File metadata and controls
37 lines (37 loc) · 1.97 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 Version 17
VisualStudioVersion = 17.14.36518.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DewDSPDemo", "Signal.CSharp\DewDSPDemo.csproj", "{EC87E4B5-EBD0-64D7-9EA8-D95E0DAECC4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StatsMasterDemo", "Stat.CSharp\StatsMasterDemo.csproj", "{3CC083FD-E2AD-FE89-BB22-08193D14DC1A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MtxVecDemo", "Math.CSharp\MtxVecDemo.csproj", "{591FA6AF-33C0-BEA6-1248-965F1CC6216E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC87E4B5-EBD0-64D7-9EA8-D95E0DAECC4C}.Debug|x64.ActiveCfg = Debug|Any CPU
{EC87E4B5-EBD0-64D7-9EA8-D95E0DAECC4C}.Debug|x64.Build.0 = Debug|Any CPU
{EC87E4B5-EBD0-64D7-9EA8-D95E0DAECC4C}.Release|x64.ActiveCfg = Release|Any CPU
{EC87E4B5-EBD0-64D7-9EA8-D95E0DAECC4C}.Release|x64.Build.0 = Release|Any CPU
{3CC083FD-E2AD-FE89-BB22-08193D14DC1A}.Debug|x64.ActiveCfg = Debug|Any CPU
{3CC083FD-E2AD-FE89-BB22-08193D14DC1A}.Debug|x64.Build.0 = Debug|Any CPU
{3CC083FD-E2AD-FE89-BB22-08193D14DC1A}.Release|x64.ActiveCfg = Release|Any CPU
{3CC083FD-E2AD-FE89-BB22-08193D14DC1A}.Release|x64.Build.0 = Release|Any CPU
{591FA6AF-33C0-BEA6-1248-965F1CC6216E}.Debug|x64.ActiveCfg = Debug|Any CPU
{591FA6AF-33C0-BEA6-1248-965F1CC6216E}.Debug|x64.Build.0 = Debug|Any CPU
{591FA6AF-33C0-BEA6-1248-965F1CC6216E}.Release|x64.ActiveCfg = Release|Any CPU
{591FA6AF-33C0-BEA6-1248-965F1CC6216E}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {193F1E22-BA48-4EC7-8E8A-209C4382303B}
EndGlobalSection
EndGlobal