forked from BriefFiniteElementNet/BriefFiniteElement.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BriefFiniteElementNet.VS2017.sln
79 lines (79 loc) · 5.95 KB
/
BriefFiniteElementNet.VS2017.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2050
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BriefFiniteElementNet", "BriefFiniteElementNet\BriefFiniteElementNet.csproj", "{7CDA20D4-9BC8-4BC3-9F22-CB86CD4DC3E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BriefFiniteElementNet.BenchmarkApplication", "BriefFiniteElementNet.BenchmarkApplication\BriefFiniteElementNet.BenchmarkApplication.csproj", "{2387F8E3-9743-42F0-8BEF-F3863838F114}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BriefFiniteElementNet.CodeProjectExamples", "BriefFiniteElementNet.CodeProjectExamples\BriefFiniteElementNet.CodeProjectExamples.csproj", "{24EBA191-F9E3-47CF-B0FE-865B6243A354}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BriefFiniteElementNet.Controls", "BriefFiniteElementNet.Controls\BriefFiniteElementNet.Controls.csproj", "{8DABDE62-8A8E-4153-B753-3A62015A9C16}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BriefFiniteElementNet.Validation", "BriefFiniteElementNet.Validation\BriefFiniteElementNet.Validation.csproj", "{7A20CE01-552E-457A-A9C3-18BED244D897}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BriefFiniteElementNet.DebuggerVisualizers", "BriefFiniteElementNet.DebuggerVisualizers\BriefFiniteElementNet.DebuggerVisualizers.csproj", "{E12A7AD9-780B-4ADC-8C08-C7D5FD63C18B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BriefFiniteElementNet.TestConsole", "BriefFiniteElementNet.TestConsole\BriefFiniteElementNet.TestConsole.csproj", "{1DD7D04E-0DFB-49BD-AAA2-30128005ACE7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BriefFiniteElementNet.Common", "BriefFiniteElementNet.Common\BriefFiniteElementNet.Common.csproj", "{82C63C6B-651A-4308-8B89-B4C643F3A7C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BriefFiniteElementNet.Validation.Ui", "BriefFiniteElementNet.Validation.Ui\BriefFiniteElementNet.Validation.Ui.csproj", "{FC6E4877-B949-4522-BD35-116172A20925}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BriefFiniteElementNet.Tests", "BriefFiniteElementNet.Tests\BriefFiniteElementNet.Tests.csproj", "{BCD6C94B-19CC-4E03-80C9-8643727AB5C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7CDA20D4-9BC8-4BC3-9F22-CB86CD4DC3E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CDA20D4-9BC8-4BC3-9F22-CB86CD4DC3E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CDA20D4-9BC8-4BC3-9F22-CB86CD4DC3E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CDA20D4-9BC8-4BC3-9F22-CB86CD4DC3E1}.Release|Any CPU.Build.0 = Release|Any CPU
{2387F8E3-9743-42F0-8BEF-F3863838F114}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2387F8E3-9743-42F0-8BEF-F3863838F114}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2387F8E3-9743-42F0-8BEF-F3863838F114}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2387F8E3-9743-42F0-8BEF-F3863838F114}.Release|Any CPU.Build.0 = Release|Any CPU
{24EBA191-F9E3-47CF-B0FE-865B6243A354}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24EBA191-F9E3-47CF-B0FE-865B6243A354}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24EBA191-F9E3-47CF-B0FE-865B6243A354}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24EBA191-F9E3-47CF-B0FE-865B6243A354}.Release|Any CPU.Build.0 = Release|Any CPU
{8DABDE62-8A8E-4153-B753-3A62015A9C16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DABDE62-8A8E-4153-B753-3A62015A9C16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DABDE62-8A8E-4153-B753-3A62015A9C16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DABDE62-8A8E-4153-B753-3A62015A9C16}.Release|Any CPU.Build.0 = Release|Any CPU
{7A20CE01-552E-457A-A9C3-18BED244D897}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A20CE01-552E-457A-A9C3-18BED244D897}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A20CE01-552E-457A-A9C3-18BED244D897}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A20CE01-552E-457A-A9C3-18BED244D897}.Release|Any CPU.Build.0 = Release|Any CPU
{E12A7AD9-780B-4ADC-8C08-C7D5FD63C18B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E12A7AD9-780B-4ADC-8C08-C7D5FD63C18B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E12A7AD9-780B-4ADC-8C08-C7D5FD63C18B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E12A7AD9-780B-4ADC-8C08-C7D5FD63C18B}.Release|Any CPU.Build.0 = Release|Any CPU
{1DD7D04E-0DFB-49BD-AAA2-30128005ACE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DD7D04E-0DFB-49BD-AAA2-30128005ACE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DD7D04E-0DFB-49BD-AAA2-30128005ACE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DD7D04E-0DFB-49BD-AAA2-30128005ACE7}.Release|Any CPU.Build.0 = Release|Any CPU
{82C63C6B-651A-4308-8B89-B4C643F3A7C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82C63C6B-651A-4308-8B89-B4C643F3A7C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82C63C6B-651A-4308-8B89-B4C643F3A7C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82C63C6B-651A-4308-8B89-B4C643F3A7C2}.Release|Any CPU.Build.0 = Release|Any CPU
{FC6E4877-B949-4522-BD35-116172A20925}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC6E4877-B949-4522-BD35-116172A20925}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC6E4877-B949-4522-BD35-116172A20925}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC6E4877-B949-4522-BD35-116172A20925}.Release|Any CPU.Build.0 = Release|Any CPU
{BCD6C94B-19CC-4E03-80C9-8643727AB5C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCD6C94B-19CC-4E03-80C9-8643727AB5C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCD6C94B-19CC-4E03-80C9-8643727AB5C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCD6C94B-19CC-4E03-80C9-8643727AB5C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2423FE1-F612-4C6D-B808-65E81B874574}
EndGlobalSection
EndGlobal