-
Notifications
You must be signed in to change notification settings - Fork 0
/
MathematicsFramework.sln
49 lines (49 loc) · 3.15 KB
/
MathematicsFramework.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
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathematicsFramework", "MathematicsFramework\MathematicsFramework.csproj", "{1BB53B67-1420-42A4-B7B5-81E808986302}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsoleMathematicsFramework", "TestConsoleMathematicsFramework\TestConsoleMathematicsFramework.csproj", "{D6D25D1F-EB20-435C-892A-26821A342654}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestComponentMathematicsFramework", "TestComponentMathematicsFramework\TestComponentMathematicsFramework.csproj", "{FBF7FC2F-E9B3-44E4-BBF0-4D345ECB66C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MathematicsFrameworkInterfaces", "MathematicsFrameworkInterfaces\MathematicsFrameworkInterfaces.csproj", "{6EF226D0-AA77-4EB0-ACF3-7B6D5AE84C66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Base", "Base\Base.csproj", "{CE3BE06F-68AF-4947-AE75-E4A783EB6C2B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1BB53B67-1420-42A4-B7B5-81E808986302}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BB53B67-1420-42A4-B7B5-81E808986302}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BB53B67-1420-42A4-B7B5-81E808986302}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BB53B67-1420-42A4-B7B5-81E808986302}.Release|Any CPU.Build.0 = Release|Any CPU
{D6D25D1F-EB20-435C-892A-26821A342654}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6D25D1F-EB20-435C-892A-26821A342654}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6D25D1F-EB20-435C-892A-26821A342654}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6D25D1F-EB20-435C-892A-26821A342654}.Release|Any CPU.Build.0 = Release|Any CPU
{FBF7FC2F-E9B3-44E4-BBF0-4D345ECB66C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBF7FC2F-E9B3-44E4-BBF0-4D345ECB66C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBF7FC2F-E9B3-44E4-BBF0-4D345ECB66C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBF7FC2F-E9B3-44E4-BBF0-4D345ECB66C9}.Release|Any CPU.Build.0 = Release|Any CPU
{6EF226D0-AA77-4EB0-ACF3-7B6D5AE84C66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EF226D0-AA77-4EB0-ACF3-7B6D5AE84C66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EF226D0-AA77-4EB0-ACF3-7B6D5AE84C66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EF226D0-AA77-4EB0-ACF3-7B6D5AE84C66}.Release|Any CPU.Build.0 = Release|Any CPU
{CE3BE06F-68AF-4947-AE75-E4A783EB6C2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE3BE06F-68AF-4947-AE75-E4A783EB6C2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE3BE06F-68AF-4947-AE75-E4A783EB6C2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE3BE06F-68AF-4947-AE75-E4A783EB6C2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C5940067-7A98-4237-BE20-D36EC24406E4}
EndGlobalSection
EndGlobal