-
Notifications
You must be signed in to change notification settings - Fork 0
/
FMA.net.sln
45 lines (45 loc) · 2.58 KB
/
FMA.net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FMAnalyzer", "FMAnalyzer\FMAnalyzer.csproj", "{942E25AB-01DA-4373-96B4-D206EF3D9346}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FMA", "FMA\FMA.csproj", "{87E8332F-3BB1-4BC6-A200-C89EAD7FD1AF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C7776C1C-723B-4787-8921-5A9CA690CB9E}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FMASplotTest", "FMSplotTest\FMASplotTest.csproj", "{621CE2E5-C349-4C07-8AA9-8A616F5C6F1D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FMAConfiguratorTest", "FMAConfiguratorTest\FMAConfiguratorTest.csproj", "{C7F61CEB-C974-47F0-BB6F-740A1FCAFFE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{942E25AB-01DA-4373-96B4-D206EF3D9346}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{942E25AB-01DA-4373-96B4-D206EF3D9346}.Debug|Any CPU.Build.0 = Debug|Any CPU
{942E25AB-01DA-4373-96B4-D206EF3D9346}.Release|Any CPU.ActiveCfg = Release|Any CPU
{942E25AB-01DA-4373-96B4-D206EF3D9346}.Release|Any CPU.Build.0 = Release|Any CPU
{87E8332F-3BB1-4BC6-A200-C89EAD7FD1AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87E8332F-3BB1-4BC6-A200-C89EAD7FD1AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87E8332F-3BB1-4BC6-A200-C89EAD7FD1AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87E8332F-3BB1-4BC6-A200-C89EAD7FD1AF}.Release|Any CPU.Build.0 = Release|Any CPU
{621CE2E5-C349-4C07-8AA9-8A616F5C6F1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{621CE2E5-C349-4C07-8AA9-8A616F5C6F1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{621CE2E5-C349-4C07-8AA9-8A616F5C6F1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{621CE2E5-C349-4C07-8AA9-8A616F5C6F1D}.Release|Any CPU.Build.0 = Release|Any CPU
{C7F61CEB-C974-47F0-BB6F-740A1FCAFFE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7F61CEB-C974-47F0-BB6F-740A1FCAFFE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7F61CEB-C974-47F0-BB6F-740A1FCAFFE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7F61CEB-C974-47F0-BB6F-740A1FCAFFE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal