-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMatlabUnitTests.sln
37 lines (37 loc) · 2.01 KB
/
MatlabUnitTests.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 Version 16
VisualStudioVersion = 16.0.30517.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Matlab", "Matlab\Matlab.csproj", "{60EBAFEE-B4FA-47EE-85E3-6CE78CC1505C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MatlabTests", "MatlabTests\MatlabTests.csproj", "{7A9F4867-DC73-47E6-BF4F-6F82FA5DE470}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestShell", "TestShell\TestShell.csproj", "{EB35C247-8A21-4573-84E4-58491AFB7862}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{60EBAFEE-B4FA-47EE-85E3-6CE78CC1505C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60EBAFEE-B4FA-47EE-85E3-6CE78CC1505C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60EBAFEE-B4FA-47EE-85E3-6CE78CC1505C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60EBAFEE-B4FA-47EE-85E3-6CE78CC1505C}.Release|Any CPU.Build.0 = Release|Any CPU
{7A9F4867-DC73-47E6-BF4F-6F82FA5DE470}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A9F4867-DC73-47E6-BF4F-6F82FA5DE470}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A9F4867-DC73-47E6-BF4F-6F82FA5DE470}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A9F4867-DC73-47E6-BF4F-6F82FA5DE470}.Release|Any CPU.Build.0 = Release|Any CPU
{EB35C247-8A21-4573-84E4-58491AFB7862}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB35C247-8A21-4573-84E4-58491AFB7862}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB35C247-8A21-4573-84E4-58491AFB7862}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB35C247-8A21-4573-84E4-58491AFB7862}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B83C929-0ED0-41CE-BD0D-3002DC5036F9}
EndGlobalSection
EndGlobal